Design for Cognitive Accessibility
Accessibility · accessibility, cognitive load, microcopy
Updated 2026-07-28
- Remember that attention, memory, and processing speed vary by person and by day. Stress, tiredness, pain, and unfamiliarity affect the same abilities that a permanent condition does.
- Never require users to hold information in their head between steps. Show the value they entered earlier rather than asking them to remember or scroll back for it.
- Avoid time limits, and where one is unavoidable, warn before it expires and let the user extend it. A session that silently discards work punishes people for reading carefully.
- Write in plain language, in short sentences, with the action first. Jargon and long qualifying clauses are barriers before they are style problems.
- Keep the interface predictable:
- The same control does the same thing everywhere.
- Navigation stays in the same place.
- Nothing moves, opens, or submits without the user asking.
- Reduce choices at each step instead of putting every option on one screen. Fewer decisions at once is not condescending, it is faster for everyone.
- Support recovery rather than demanding precision. Undo, drafts, and forgiving inputs are cognitive accessibility features even when they are not labelled as such.
- Do not rely on animation, sound, or colour alone to carry meaning, and give people a way to turn down anything that competes for attention.
An interface that is calm, literal, and forgiving is easier for everyone and essential for some.
Related guides