brain/
conceptpatia

Senior Mobile UX Principles

Notes

Senior Mobile UX Principles

One-line summary: Evidence-based design guidelines distilled from usability testing with older adults across 40 studies, organized into two "golden rules" and 25 supporting guidelines across five categories.

The insight

A systematic review of 40 peer-reviewed usability studies with older adults (aged 60+) converged on a consistent set of design principles. Two "golden rules" — simplify and increase touch targets — were each cited in 15 of 40 studies. The review also argues for Universal Design over age-specific adaptations: the same interface should work for a wide range of users rather than creating separate "senior versions."

These principles apply most directly to graphical/touch interfaces, not SMS. See ai-assistants-for-older-adults for conversational/voice interface considerations.

Evidence

From 2023-09-21-jmir-mobile-app-design-guidelines-older-adults (systematic review of 40 articles, 2010–2021):

Two golden rules

  1. Simplify — Reduce complexity in product concepts and interface elements. Cited in 15 studies. Addresses cognitive difficulties with information density and decision complexity.
  2. Increase the size and distance between interactive controls — Enlarge interactive elements and increase spacing to prevent accidental taps. Cited in 15 studies. Addresses motor limitations.

Help & Training (3 guidelines)

  • Provide face-to-face training when possible
  • Favor video tutorials over written instructions
  • Provide contextualized, step-by-step help (not documentation)

Navigation (3 guidelines)

  • Simplify navigation with reduced alternative paths
  • Provide safe exits on every screen (undo/back must always be available)
  • Maintain focus on the current action — minimize distractions and side paths

Visual Design (8 guidelines)

Layout:

  • Avoid interactive controls near screen edges
  • Reduce the number of available elements and options on any screen

Icons:

  • Use concrete, familiar images rather than abstract icons
  • Add textual labels to all icons (never icon-only)
  • Select semantically close icons — avoid ambiguous metaphors

Appearance:

  • Use large font sizes
  • Clearly indicate which elements are touchable (vs. decorative)
  • Provide high contrast between foreground and background

Cognitive Load (3 guidelines)

  • Use simple, familiar, unambiguous language
  • Do not assume familiarity with conventional symbols or UI conventions
  • Keep instructions and messages short

Interaction (8 guidelines)

Input:

  • Favor single taps over gestures (swipe, pinch, long-press)
  • Avoid complex gestures; if necessary, use very sparingly
  • Minimize keyboard use
  • Consider reducing touch sensitivity thresholds

Output:

  • Provide multisensory feedback (visual + haptic or audio)
  • Show clear feedback after a control is tapped — confirm the action happened
  • Avoid relying solely on vibration (many older adults have reduced tactile sensitivity)
  • Increase response times and timeouts — do not time out forms quickly

On Universal Design

The review explicitly recommends Universal Design over age-specific adaptations: "the same mobile app could be used by a wide range of users, regardless of their age" rather than creating separate versions. This aligns with shame-as-ux-blocker — age-specific design marks the user as incapable.

Empirical parameters from cross-study evidence (2026-04-21 update)

A later meta-synthesis of 15 peer-reviewed papers 2026-04-21-academic-research-seniors-ux-barriers-technology adds specific empirical parameters underneath the two golden rules above.

Touch target sizes — "bigger than default" with form-factor dependence:

  • Jin et al. (2007): button size and spacing each independently affect reaction time and accuracy, with the effect strongest for users with reduced manual dexterity. Spacing matters as much as size.
  • Leitão et al. (2012, N=40): derived smartphone-specific tap and swipe target-size patterns for older adults; again, spacing between targets is a first-class design parameter.
  • Zhang et al. (2024): on a 65-inch tilted touchscreen, optimal button size was 40 mm for 55+ vs 30 mm for younger users; accuracy stayed above 97% across sizes, but response time fell sharply with smaller buttons.

Takeaway: there is no single correct mm value — the right target size depends on screen size, viewing distance, and input posture. But "larger than the platform default" is a consistent finding across form factors.

Gesture mechanics beyond tap:

  • Shao et al. (2022): right-handed older adults consistently deviate rightward when tapping, and dragging breaks into a two-phase "coarse → calibrate" movement. Standard Fitts' law underestimates older-adult movement times until calibration is modeled explicitly.
  • Miura et al. (2023): older adults show significant learning effects on taps and swipes across repeated trials (they get faster); children in the same study did not. Some apparent UX deficit is short-term learning, not permanent capability gap.

Typography and reading:

  • Hou et al. (2022) systematic review: older adults prefer larger fonts, but there is a critical size above which readability declines — bigger is not monotonically better. Measurement inconsistency across studies is a problem; visual angle (arcminutes) is the recommended common metric.
  • Bernard et al. (2001): 14-point fonts significantly more legible and faster to read than 12-point for older adults. Treat as a floor, not a target.
  • Bergstrom et al. (2013, eye-tracking): older participants fixate central regions more and take longer to first fixate peripheral regions — supports "avoid controls near screen edges" with direct gaze data.

Aging-to-usability mapping (MOLD-US):

  • Wildenbos et al. (2018) scoping-review framework maps four aging-barrier categories (cognition, motivation, physical ability, perception) to Nielsen-style usability dimensions — a diagnostic lens for why a specific interface fails an older user.
  • Heponiemi et al. (2023, N=1,426, 70–100, Finnish longitudinal): poor near vision (OR 2.2), poor distant vision (OR 2.1), restricted upper-arm abduction (OR 1.7), and poor verbal memory (OR 3.4) each independently predicted low digital competence — quantifying the impairment-to-competence links.

Guideline validation gap:

  • Petrovcic et al. (2018): earlier published design guidelines for older-adult mobile phones (2006–2014) under-specified textual interface issues (ease of text entry, button feedback, font type) and lacked empirical validation as a package. The 2023 Gomez-Hernandez synthesis partially addresses this by distilling guidelines from usability-tested studies, but whether following the full set outperforms targeted fixes is not established.

Design implications for patia

Most of these principles apply to the web chat surface, not SMS. SMS is inherently simpler (plain text only), which accidentally satisfies several of these guidelines (no confusing icons, no complex navigation, no touch gestures).

For the adult child dashboard and any future app:

  • High contrast; large fonts; text-labeled controls are non-negotiable
  • Safe exits everywhere — no irreversible actions without confirmation
  • Prefer single-action screens over multi-step flows
  • Video over written help documentation

For the agent's communication style (both SMS and web):

  • Short messages — no walls of text
  • Simple, familiar language — no jargon or technical shorthand
  • Confirm actions explicitly ("I've noted that. ...")
  • Provide safe "undo" paths ("If that wasn't right, just say so.")

Contradictions / tensions

  • The "face-to-face training" guideline is not feasible for a remote, async product like patia. Video tutorials are the recommended fallback — but asynchronous video is also hard to execute well for a senior audience.
  • Keyboard minimization conflicts with SMS as the primary interface (SMS requires typing). Voice input is a mitigation — but that is deferred to v1.1 per CLAUDE.md.
  • Design guidelines proliferate but end-to-end validation lags. Petrovcic et al. (2018, via 2026-04-21-academic-research-seniors-ux-barriers-technology) argued most published guidelines for older adults lack empirical validation as a package. Following all 27 Gomez-Hernandez rules may produce a better product than following none, but there is no direct evidence that full compliance outperforms targeted fixes on the highest-impact rules (simplify + larger targets).

Open questions

  • Which of these 25 guidelines apply to SMS text interfaces specifically? The evidence base is almost entirely touchscreen/graphical.
  • Does the "reduce cognitive load" principle translate into maximum message length guidelines for the agent? What length is too long?
  • What specific minimum touch-target size should patia specify for any senior-facing surface (e.g., a future senior-facing app)? The empirical range is "larger than platform default," not a fixed mm value.

Related

Sources

Referenced by