Website Accessibility for Aging Users: What to Fix and Why It Matters
If you think web accessibility is only about screen readers and wheelchair users, you are missing the biggest group affected by inaccessible websites: older adults.
People over 60 are the fastest-growing segment of internet users worldwide. In the European Union alone, over 100 million people are aged 65 or older, and that number is rising every year. These users shop online, book medical appointments, manage their banking, and stay connected with family through digital platforms. When your website creates barriers for them, you are losing customers and potentially breaking the law.
The European Accessibility Act (EAA), which took effect in June 2025, explicitly covers digital products and services used by the general public. While the EAA does not single out age as a category, the accessibility requirements it mandates directly address the barriers that older adults encounter most frequently. In the United States, ADA enforcement increasingly applies to websites, and older adults are among the most common plaintiffs in web accessibility lawsuits because they encounter barriers daily.
This guide explains the specific challenges aging users face, what to fix on your website, and how these fixes benefit all of your visitors.
Why Aging Users Struggle With Most Websites
Aging affects vision, hearing, motor skills, and cognition in ways that overlap significantly with disability categories. The difference is that these changes happen gradually, and many older adults do not identify as having a disability even when they struggle with websites daily.
Vision changes are nearly universal after age 40. Presbyopia (difficulty focusing on close objects) affects virtually everyone, and by age 65, most people experience reduced contrast sensitivity, slower dark adaptation, and narrowed visual fields. Cataracts, glaucoma, and age-related macular degeneration further reduce visual acuity. Yet most websites use small text, low-contrast color schemes, and tiny click targets that assume perfect vision.
Motor skill changes include reduced fine motor control, slower reaction times, and conditions like arthritis and essential tremor that make precise mouse movements difficult. Small buttons, hover-dependent navigation, and timed interactions punish users whose hands are less steady than they once were.
Hearing changes affect roughly one-third of adults over 65. High-frequency hearing loss is most common, making it harder to understand speech in videos, especially when there is background music or noise. Auto-playing audio and videos without captions create immediate barriers.
Cognitive changes such as reduced working memory, slower processing speed, and difficulty with complex navigation do not mean reduced intelligence. They mean that confusing layouts, inconsistent navigation, and information overload create real barriers to completing tasks.
The 8 Most Impactful Fixes for Aging Users
These fixes are ordered by impact. Each one addresses a real barrier that older adults encounter regularly, and none of them requires you to write code.
1. Increase Your Base Font Size to at Least 16 Pixels
This single change helps more aging users than almost anything else you can do. Many websites still use 14-pixel or even 12-pixel body text, which is unreadable without magnification for most people over 50.
Set your body text to at least 16 pixels (1rem in most browsers). For important information like pricing, instructions, and form labels, consider 18 pixels or larger. Line height should be at least 1.5 times the font size to prevent lines from blurring together.
Most website builders (WordPress, Squarespace, Wix, Shopify) let you change the base font size in your theme or design settings without touching any code.
WCAG reference: Success Criterion 1.4.4 (Resize Text) requires that text can be resized up to 200 percent without loss of content or functionality. Starting with a larger base size means users need to zoom less.
2. Fix Your Color Contrast (Especially Gray Text)
The design trend of using light gray text on white backgrounds is one of the worst things to happen to web readability. Reduced contrast sensitivity is a normal part of aging, and what looks elegant to a 25-year-old designer is literally invisible to many 65-year-olds.
Check every text element on your site with a contrast checker. Body text needs a minimum contrast ratio of 4.5:1 against its background. Large text (18 pixels bold or 24 pixels regular) needs at least 3:1. Pay special attention to:
- Navigation links
- Footer text
- Form placeholder text
- Button text
- Caption text under images
The free WebAIM Contrast Checker lets you test any color combination in seconds.
WCAG reference: Success Criterion 1.4.3 (Contrast Minimum).
3. Make Click Targets at Least 44 by 44 Pixels
Arthritis affects over 50 million adults in the United States alone, and it is one of the leading causes of difficulty using computers. Small buttons, tiny links, and closely spaced navigation items are painful or impossible for people with reduced fine motor control.
WCAG 2.2 introduced Success Criterion 2.5.8 (Target Size Minimum), which requires that click targets be at least 24 by 24 CSS pixels. But for aging users, 44 by 44 pixels is a much better minimum. This matches Apple’s Human Interface Guidelines and Google’s Material Design recommendations.
In practice, this means:
- Make buttons taller and wider with padding
- Add spacing between links in navigation menus
- Avoid placing multiple small icons side by side
- Make form checkboxes and radio buttons larger
4. Remove Time Limits or Make Them Generous
Older adults take longer to complete online tasks. This is not because they are less capable; it is because they read more carefully, double-check their inputs, and may need to look up information mid-task. Websites that log users out after a short period of inactivity, auto-advance slideshows, or impose countdown timers for completing forms create serious barriers.
If your site has session timeouts, either extend them significantly (at least 20 minutes of inactivity) or warn users before the timeout occurs and give them the option to extend it. Auto-advancing carousels should include visible pause controls, and the advance speed should be slow enough to read the content (at least 7 seconds per slide).
WCAG reference: Success Criterion 2.2.1 (Timing Adjustable).
5. Simplify Your Navigation
Complex navigation with deep dropdown menus, mega-menus with dozens of options, and hamburger menus that hide all navigation behind a single icon create cognitive barriers for aging users. Many older adults prefer visible, persistent navigation that shows them where they are and where they can go.
Practical improvements:
- Limit your main navigation to 5-7 items
- Use descriptive labels rather than clever or branded names
- Add breadcrumbs on interior pages so users always know their location
- Include a search function as an alternative to navigation
- Make the currently active page clearly highlighted in the navigation
WCAG reference: Success Criterion 2.4.5 (Multiple Ways) and 2.4.8 (Location).
6. Add Captions to All Videos
One in three adults over 65 has significant hearing loss. If your website includes videos (product demos, tutorials, welcome messages, testimonials), every video needs accurate captions. Auto-generated captions from YouTube or similar platforms are a starting point, but they typically have 10-15 percent error rates and miss proper nouns, technical terms, and speaker changes.
Review and correct auto-generated captions before publishing. If you cannot caption a video, provide a text transcript below it. This also helps users who prefer reading to watching, which includes many older adults who find it easier to process information as text.
WCAG reference: Success Criterion 1.2.2 (Captions for Prerecorded Audio).
7. Use Consistent and Predictable Layouts
Aging affects the ability to adapt to new patterns quickly. Websites that change their layout between pages, move navigation elements unpredictably, or use different interaction patterns in different sections create unnecessary cognitive load.
Keep these elements consistent across every page:
- Navigation position and structure
- Search bar location
- Logo placement and link back to homepage
- Footer content and layout
- Button styles and interaction patterns
When users learn how one page works, every other page should work the same way.
WCAG reference: Success Criterion 3.2.3 (Consistent Navigation) and 3.2.4 (Consistent Identification).
8. Write Clear Error Messages and Instructions
When an older adult fills out a form incorrectly, a vague error message like “Invalid input” or a red border around a field is not enough. Many older users are less confident with technology and may not understand what they did wrong or how to fix it.
Write error messages that:
- Explain specifically what went wrong (“The phone number must include an area code”)
- Appear directly next to the field with the error
- Remain visible until the user fixes the problem
- Do not rely solely on color to indicate the error
For complex forms, add inline help text that explains the expected format before the user makes a mistake, not just after.
WCAG reference: Success Criterion 3.3.1 (Error Identification) and 3.3.3 (Error Suggestion).
The Business Case: Aging Users Have Money to Spend
Beyond legal compliance, there is a strong financial argument for making your website accessible to aging users. Adults aged 50 and older control over 70 percent of disposable income in the United States and similar proportions in Europe. They are increasingly comfortable with online shopping but will abandon a purchase if the website is frustrating to use.
A 2024 study by the UK Digital Inclusion Foundation found that 78 percent of older adults who abandoned an online purchase did so because of usability issues that overlap with accessibility failures: text too small to read, buttons too small to tap, confusing navigation, and forms that timed out before completion.
Every fix in this guide makes your website easier to use for all visitors, not just older adults. Larger text, better contrast, bigger buttons, and clearer navigation improve the experience for users on mobile devices, users in bright sunlight, users who are multitasking, and users with temporary impairments like a broken wrist or new glasses prescription.
How to Test Your Website for Aging-Related Barriers
You do not need expensive tools or technical skills to test for the issues described in this guide:
- Zoom your browser to 200 percent and try to use your website. If content overflows, overlaps, or becomes hidden, you have a problem.
- Increase your system font size to the largest setting and visit your website. Check whether text remains readable and does not break layouts.
- Unplug your mouse and navigate your entire website using only the Tab key, Enter, and arrow keys. Can you reach every link, button, and form field?
- Run the free WAVE browser extension on your most important pages. It highlights contrast failures, missing alt text, and structural issues instantly.
- Ask someone over 60 to complete a task on your website (make a purchase, find a phone number, submit a contact form). Watch without helping. The barriers they encounter are the ones that matter most.
Related Reading
- Color Contrast for Beginners: How to Make Your Website Readable for Everyone
- How to Run a 5-Minute Accessibility Audit on Your Website
- How to Make Your Website Forms Accessible: A Non-Technical Guide
We’re building a simple accessibility checker for non-developers — no DevTools, no jargon. Join our waitlist to get early access.
Get our free accessibility toolkit
We're building a simple accessibility checker for non-developers. Join the waitlist for early access and a free EAA compliance checklist.
No spam. Unsubscribe anytime.