Cognitive Accessibility
Cognitive accessibility means designing interfaces that are easier to understand, remember, predict, and complete for people with different cognitive abilities and states.
It is relevant to ADHD, dyslexia, memory difficulties, autism spectrum, mental health conditions, aging, dementia, stress, fatigue, medication, and many everyday contexts.
Core Design Goal
Reduce unnecessary cognitive load.
The interface should not force users to remember, decode, repeat, or infer more than necessary.
Useful UI Practices
- write clear text
- chunk content into smaller parts
- use predictable navigation
- keep help in consistent places
- avoid asking for the same data twice
- avoid cognitive tests in login flows
- support copy and paste in authentication
- use permanent labels
- explain errors clearly
- keep heading structure logical
- use left-aligned text for readability when possible
- make the next action obvious
Why It Matters
Cognitive accessibility helps users with diagnosed disabilities, but it also helps tired, stressed, distracted, older, hurried, or overloaded users.
Good cognitive accessibility often looks like good UI: clear, predictable, forgiving, and easy to scan.