How ageing shapes digital needs
Ageing rarely arrives as a single, named disability. It accumulates: glasses get stronger, fine motor control gets less precise, names get harder to recall, the eye adjusts more slowly to brightness. Digital design for older people is design that respects all of those small shifts at once.
Common digital barriers
- Small text and low contrast.
Hard to read in any lighting, impossible in sunlight or fatigue.
- Tap targets that are too small.
Tremor and reduced dexterity make sub-44px controls inaccurate.
- Hover-only navigation.
Touchscreens and reduced precision make hover patterns inaccessible.
- Short timeouts.
Sessions that expire mid-form punish slower entry.
- Reliance on memory.
Multi-step processes that require remembering codes or steps without on-screen support.
Design that helps
- Generous text and contrast.
16px minimum body text, 4.5:1 contrast or better, scalable typography.
- Large, well-spaced touch targets.
44 by 44 pixel minimum (WCAG 2.5.8). Buttons that look like buttons.
- Patient timing.
Long or removable session timeouts. Auto-save. Resume where you left off.
- Recognition over recall.
Persistent context. Visible labels (not just placeholders). Inline help.
- Plain, predictable interactions.
Standard patterns. Clear feedback. Reversible actions.
Who else this helps
Larger text and tap targets help anyone on a small screen. Patient timeouts help any user with slow connections or interruptions. Recognition over recall helps users new to the product. Designing for ageing is designing for tired, distracted and busy people of any age.
Where this fits in WCAG
Relevant criteria include 1.4.3 Contrast (Minimum), 1.4.4 Resize Text, 2.5.8 Target Size (Minimum), 2.2.1 Timing Adjustable, and 3.3.2 Labels or Instructions. See the full accessibility standards index.