Standard accessibility audits catch missing alt text and low contrast ratios, but they completely ignore the cognitive layer where ADHD users lose focus, miss critical actions, and abandon tasks. Designing for ADHD means building interfaces that adapt to how attention actually works, not how we wish it worked. This guide walks through concrete personalization strategies, from customizable notifications to adaptive layouts and task management tools, that you can implement today to make your product genuinely usable for the millions of people navigating the web with ADHD.

Personalizing Cognitive Accessibility Settings for ADHD Users
Photo by Jakub Pabis from Pexels
TL;DR:
  • Personalizing cognitive accessibility for ADHD users requires customizable notification controls, adaptive layouts that reduce visual clutter, and built-in task management aids.
  • User feedback loops and real engagement metrics prove which settings actually help, not just which ones sound good on paper.
  • Effective personalization treats ADHD not as a single condition but as a spectrum of attention, working memory, and executive function challenges.

Why ADHD accessibility goes beyond WCAG

WCAG guidelines cover perceivable, operable, understandable, and robust criteria. They do a solid job with visual and motor accessibility. Cognitive accessibility? That is still the least-tooled area in the entire spec. ADHD affects roughly 8.7% of children and 4.4% of adults worldwide, according to epidemiological estimates. These users face specific challenges that no color contrast checker will catch.

0%
Adults worldwide estimated to have ADHD

The core difficulties break down into three categories:

  1. Sustained attention - maintaining focus on long forms, multi-step flows, or text-heavy pages
  2. Working memory - holding information from one screen to the next without losing context
  3. Executive function - planning, prioritizing, and completing multi-step tasks without external scaffolding
A button with proper ARIA labels means nothing if the user already lost track of why they clicked it. Personalization addresses this gap by letting users shape the interface around their actual cognitive needs.
"According to the Centers for Disease Control and Prevention (CDC), "more than 28.7% of adults in the United States have a disability" and 13.9% of U.S."
>, Designing Digital Content For Users With Cognitive Disabilities
Key takeaway: Cognitive accessibility for ADHD users requires personalization at the interface level, not just compliance with static guidelines.

Customizable notifications

ux designer working
Photo by Tranmautritam from Pexels

Notifications are a double-edged sword for ADHD users. A well-timed reminder keeps them on track. A barrage of popups, banners, and toast messages destroys whatever focus they had. The fix is not fewer notifications. It is user-controlled notifications.

What to let users configure

  • Frequency caps - let users set a maximum number of notifications per session or per hour
  • Channel preferences - some users handle visual cues better than audio; others need both
  • Priority filtering - show only high-priority alerts during focused work, queue the rest
  • Snooze and batch options - group low-priority notifications into a single digest
  • Delivery timing - allow users to pick "quiet hours" where only critical alerts break through
Slack does this well with its notification schedule and "Do Not Disturb" mode. Todoist lets users choose between push, email, or in-app reminders per task. These are not ADHD-specific features, but they disproportionately benefit ADHD users.

Implementation tips

Store notification preferences in a user profile object, not just browser settings. This way preferences persist across devices. Use a notification-preferences API endpoint that accepts granular controls:

  • max_per_hour: integer
  • channels: array of ["visual", "audio", "haptic"]
  • quiet_start / quiet_end: time range
  • batch_low_priority: boolean
ADHD users reporting improved focus with notification controls
0%
Pro tip: Default notification settings should lean toward minimal. Let users opt into more alerts rather than forcing them to opt out of a flood.

Designing adaptive layouts

accessibility design meeting
Photo by Kampus Production from Pexels

Visual clutter is the enemy of ADHD focus. Adaptive layouts give users control over information density, element visibility, and page structure. This is not about dumbing down the interface. It is about letting users choose the right level of complexity for their current state.

Techniques that work

  1. Collapsible sections - let users hide content blocks they do not need right now. Notion and Linear both use collapsible sections effectively.
  2. Focus mode - a single-column, distraction-free view that strips sidebars, ads, and secondary navigation. Medium's reading view is a basic version of this.
  3. Adjustable information density - Gmail offers "Default", "Comfortable", and "Compact" density settings. ADHD users often benefit from the most spacious option.
  4. Progressive disclosure - show only essential fields first, reveal advanced options on demand. Stripe's checkout flow does this by default.
  5. Consistent visual hierarchy - use the same heading sizes, spacing, and color coding across every page so users build spatial memory.

Color and contrast personalization

Let users pick from a set of curated color themes rather than offering a full color picker (too many choices creates its own cognitive load). Include at least:

  • A high-contrast theme for focus
  • A muted/warm theme for reduced stimulation
  • A dark mode (reduces visual fatigue during long sessions)
The dashboard below shows an example of how personalized layout settings might look for a typical ADHD-friendly configuration panel:

ADHD-Friendly Settings Panel

Layout densitySpacious
Focus modeON
Notification cap3/hr
Color themeMuted Warm
Auto-save draftsON
Task breakdownEnabled

Task management tools

web design wireframe sketch
Photo by Shuki Harel from Pexels

ADHD users struggle with multi-step processes. A five-step checkout, a ten-field registration form, or a three-page onboarding wizard can feel like climbing a wall without handholds. Built-in task management features act as those handholds.

Strategies to implement

  • Progress indicators - show users exactly where they are in a flow. "Step 2 of 4" with a visual bar reduces anxiety and prevents abandonment.
  • Auto-save - save form state every few seconds. If a user gets distracted and comes back, their work is still there. Google Docs set the standard here.
  • Task chunking - break large tasks into smaller, completable sub-tasks. Asana and ClickUp both allow sub-task creation, which maps directly to how ADHD brains handle work best.
  • Time estimates - show how long each step takes. "This section takes about 2 minutes" sets expectations and reduces the perceived effort.
  • Undo/redo with clear feedback - ADHD users act impulsively. A visible, generous undo window (not just Ctrl+Z) prevents panic when they click the wrong thing.
Task completion improvement with progress indicators
0%

Real-world example

Typeform breaks surveys into one question per screen. Each screen has a progress bar and a clear "Next" action. There is no visual clutter, no sidebar, no competing elements. ADHD users complete Typeform surveys at higher rates than traditional multi-question-per-page forms because the cognitive load per screen stays low.

Measuring personalization impact

Personalizing Cognitive Accessibility Settings for ADHD Users process
Figure 1: Personalizing Cognitive Accessibility Settings for ADHD Users at a glance.

The process follows a clear loop: Audit current UX, Identify ADHD pain points, Implement personalization settings, Collect user feedback, Measure engagement metrics, and Iterate. Each step feeds the next.

You cannot improve what you do not measure. Track these metrics before and after implementing ADHD-friendly personalization:

  • Task completion rate - are more users finishing multi-step flows?
  • Time on task - shorter is not always better; look for reduced variance (consistent completion times suggest less confusion)
  • Error rate - fewer form errors and accidental clicks indicate better cognitive support
  • Return visits - ADHD users who find a usable product come back; those who do not, leave permanently
  • Feature adoption for personalization settings - if nobody uses your focus mode, it is either hidden or not useful
Users who enable at least one personalization setting when offered
0%

Tools like PagePerson Insights can help you identify where cognitive barriers exist on your pages before you start building personalization features. Running a cognitive accessibility audit first means you invest engineering time in the right places.

|

User feedback and iteration

Surveys and analytics tell different stories. Combine both. Run short in-app surveys (three questions max, because ADHD users will not finish longer ones) asking:

  1. Did you use any personalization settings today?
  2. Which setting helped you most?
  3. What is still frustrating?
A/B test personalization defaults. Some teams default to "focus mode off" and let users enable it. Others default to "focus mode on" for new users and let them disable it. The right answer depends on your product and audience. Test it.
Opt-in PersonalizationOpt-out Personalization
Lower initial adoptionHigher initial adoption
Users who enable it are committedSome users never notice it is on
Requires clear discoverabilityRequires clear disable path
Better for power-user toolsBetter for consumer products
Note: Always provide a "Reset to defaults" option. ADHD users experiment with settings frequently and need a quick way back to a known state.

ADHD-Friendly Accessibility Settings Implementation Guide

Your progress is saved automatically in your browser.

FAQ

Frequently Asked Questions

Customizable notifications let ADHD users control the frequency, timing, and delivery channel of alerts. This prevents notification overload, which is one of the primary causes of focus disruption. By setting caps, quiet hours, and priority filters, users maintain their attention on the current task without missing genuinely important updates. The key is giving users granular control rather than a simple on/off toggle.
Adaptive layouts for ADHD users include collapsible content sections, a dedicated focus mode that removes sidebars and secondary navigation, adjustable information density settings, progressive disclosure of advanced options, and consistent visual hierarchy across all pages. The goal is to let users reduce visual complexity to match their current cognitive capacity without losing access to features they need.
Task management features like progress indicators, auto-save, task chunking, and time estimates reduce the cognitive overhead of multi-step processes. ADHD users are more likely to complete flows when they can see exactly where they are, know their progress is saved, and understand how much effort remains. These features reduce abandonment rates and increase return visits because users build trust that the interface supports their workflow rather than fighting it.
It depends on your product type. Consumer-facing products benefit from opt-out personalization (settings enabled by default) because many ADHD users will not discover buried options. Developer tools and power-user products work better with opt-in, since those users prefer to configure things themselves. A/B test both approaches and measure adoption rates and task completion to find the right default for your audience.
Track task completion rate, time-on-task variance, form error rate, return visit frequency, and personalization feature adoption. Compare these metrics before and after implementation. Also run short in-app surveys (three questions maximum) to capture qualitative feedback. The combination of quantitative metrics and direct user input gives you a complete picture of what is helping and what needs iteration.

What personalization setting has made the biggest difference for your users? Share your experience in the comments.

Additional Resources