RatedWithAI

RatedWithAI

Accessibility scanner

Do Accessibility Overlays Work? The Evidence in 2026

Updated June 2026·11 min read·ADA Compliance

The Short Answer

No. Accessibility overlays do not reliably achieve WCAG 2.1 AA compliance. They miss entire categories of accessibility requirements, frequently interfere with assistive technologies, and have not prevented lawsuits against the businesses that deployed them. The FTC fined accessiBe $1 million in 2024 for falsely claiming overlays provide ADA compliance protection. Courts evaluate actual accessibility — not the presence of an overlay widget.

Accessibility overlays are JavaScript widgets that promise to make your website ADA and WCAG compliant by injecting automated fixes at page load — without touching your underlying code. Products like accessiBe, UserWay, AudioEye, and EqualWeb have marketed themselves as the fast, affordable solution to ADA liability. The reality, documented by disability researchers, advocacy organizations, and the FTC, is significantly more complicated.

What Accessibility Overlays Are (and Claim to Do)

An accessibility overlay is a third-party JavaScript snippet you embed on your website. At load time, the script scans your page and attempts to automatically fix accessibility violations — adding alt text to images, labeling form fields, adjusting color contrast, and remediating ARIA attributes. Most also display a "widget" (usually a floating accessibility icon) that allows users to toggle settings like increased text size, high contrast mode, or reduced motion.

Vendors market these tools with strong compliance language. Historic accessiBe marketing claimed sites would be "fully compliant with the ADA, WCAG 2.1, and other international regulations" within 48 hours. UserWay has made similar claims about instant WCAG compliance. These assertions are central to how overlays are sold — and central to why they have attracted regulatory and legal scrutiny.

What the Evidence Actually Shows

Peer-Reviewed Research

Studies by accessibility researchers — including work published by WebAIM, the Accessible Technology Initiative, and Deque Systems — consistently find that automated tools (including overlays) can identify and remediate roughly 30–40% of WCAG 2.1 AA violations. The remaining 60–70% require human evaluation: keyboard navigation flows, screen reader interaction patterns, cognitive task completion, and dynamic content behavior that no JavaScript can evaluate at runtime.

Overlays typically score even below that ceiling. Unlike developer tools like axe DevTools that evaluate code at build time, overlays must guess at context that isn't deterministic — an image's alt text, a form's purpose, the logical heading structure of a page they didn't build. Incorrect auto-generated alt text is often worse than no alt text, because screen reader users receive misleading descriptions.

The Overlay Fact Sheet

In 2021, over 400 accessibility professionals — including disabled users, screen reader specialists, WCAG authors, and assistive technology developers — signed the Overlay Fact Sheet, a public statement documenting that overlays do not provide the accessibility compliance they claim. The statement has since grown to over 800 signatories.

Key documented findings from the Overlay Fact Sheet and subsequent research:

  • Overlays cannot fix inaccessible content — they can only attempt to annotate it
  • AI-generated alt text frequently misidentifies image content, producing worse outcomes than missing alt text
  • Overlay widget JavaScript often conflicts with JAWS, NVDA, and VoiceOver, breaking navigation that previously functioned
  • Many overlays inject visual elements that are themselves inaccessible or keyboard-trappable
  • Overlays cannot remediate issues in PDFs, embedded videos, or third-party iframes
  • Custom settings toggled by the widget are typically not persistent between sessions or devices

The FTC Action Against accessiBe

FTC Enforcement: accessiBe (2024)

  • The FTC filed a complaint against accessiBe for deceptive marketing claims about ADA and WCAG compliance
  • accessiBe agreed to pay a $1 million civil penalty
  • The company was prohibited from making representations that its product makes websites "fully compliant" with ADA or WCAG
  • The FTC order required clear disclosure that accessibility overlays do not guarantee legal compliance
  • This set a regulatory precedent: overlay vendors cannot promise compliance protection

The FTC action was significant not just for accessiBe specifically but for the entire overlay industry. It established that marketing an accessibility widget as a compliance guarantee constitutes deceptive trade practice. Other overlay vendors have since modified their marketing language, but the fundamental product limitations remain unchanged.

Businesses Sued While Running Overlays

One of the clearest data points against overlay effectiveness: documented cases of businesses sued for ADA website violations while actively running overlay products.

Accessibility researchers and plaintiff attorneys have documented multiple cases where sites running accessiBe, UserWay, or similar products were still named in ADA demand letters or federal complaints. The pattern is consistent: plaintiff attorneys use disabled users with assistive technologies to manually test sites, not automated scanners. Their testing identifies keyboard navigation failures, screen reader incompatibilities, and modal/popup traps that overlays do not fix — and sometimes make worse.

Why Overlays Don't Stop Lawsuits

  • Courts evaluate actual compliance — presence of an overlay widget is not a WCAG defense
  • Plaintiff testing is manual — screen reader users find failures overlays miss
  • Overlay conflicts create new violations — keyboard traps introduced by overlay widgets have been cited in suits
  • No "good faith" safe harbor — purchasing a product that claims compliance but fails doesn't satisfy the ADA
  • PDF/video exclusions — overlays explicitly don't cover document or video accessibility, two major violation categories

When Overlays Make Things Worse

For some users with disabilities, accessibility overlays actively degrade their experience — making a previously navigable site harder to use:

Screen reader conflicts

Overlay JavaScript can interfere with JAWS, NVDA, and VoiceOver event listeners, causing double-announcement of content, broken arrow-key navigation, or focus jumping behavior that the overlay introduced.

Widget keyboard traps

The overlay's floating widget button and settings panel sometimes trap keyboard focus — a keyboard user can enter the widget menu but cannot escape it without using a mouse.

Bad auto-generated alt text

AI-generated descriptions for images frequently misidentify content, describe decorative images as meaningful, or produce gibberish for complex graphics. Screen reader users report these descriptions as worse than silence.

Zoom and font conflicts

Overlays that attempt to increase text size sometimes conflict with native browser zoom settings, breaking the user's preferred magnification state.

Persistent settings failure

Accessibility preferences set via the overlay widget (high contrast, reduced motion, enlarged cursor) typically reset on every page load or new visit, requiring disabled users to re-configure settings repeatedly — a significant friction they don't face on natively accessible sites.

What Overlay Vendors Say in Their Defense

Overlay vendors have pushed back on these characterizations, making several counterarguments worth examining honestly:

"Overlays catch the violations most sites have."

Reality: Partially true. Overlays do catch some violations — color contrast, missing alt text, missing labels. These are also the violations that free scanning tools like WAVE and RatedWithAI catch. The limitation is the 60–70% they miss, particularly in keyboard and screen reader experience where ADA lawsuit risk is concentrated.

"Overlays provide immediate improvement while remediation is planned."

Reality: This framing is more defensible. Some vendors now market overlays as a stopgap rather than a complete solution. If a business has a genuine plan for full remediation, an overlay may provide marginal interim protection — though the documented risks of overlay conflicts should be weighed against this benefit.

"Our AI is getting better."

Reality: AI image description and alt text generation has improved meaningfully. But the structural problem — that overlays cannot evaluate dynamic behavior, keyboard flows, or screen reader interaction — is not an AI capability problem. It is a fundamental architectural limitation of patching HTML at runtime.

"AudioEye offers manual remediation, not just an overlay."

Reality: This is a legitimate distinction. AudioEye offers a hybrid model where their team performs actual manual accessibility testing and remediation alongside the automated overlay. This is substantively different from a passive AI widget and produces better outcomes — though at correspondingly higher cost.

What to Do Instead of an Overlay

The alternative to an overlay is fixing the actual underlying HTML, CSS, and JavaScript. This is harder and costs more than a $50/month widget subscription — but it produces genuine compliance rather than the appearance of it.

1

Run a free audit to understand your violations

Use RatedWithAI, axe DevTools browser extension, or WAVE to scan your site. These free tools identify the automated violations — missing alt text, contrast failures, unlabeled forms — that make up roughly 35% of WCAG issues. This gives you a baseline and a prioritized fix list.

2

Fix critical violations in your actual code

Address the automated violations first: add alt text to all meaningful images (and empty alt="" for decorative ones), label all form inputs, fix color contrast, ensure all interactive elements are keyboard-reachable. These fixes go in your HTML/CSS/JS — not in a widget.

3

Do manual keyboard and screen reader testing

Tab through your entire site with a keyboard. Test it with NVDA (free, Windows) or VoiceOver (free, macOS/iOS). Test your most important user flows: navigation, forms, checkout, contact. This surface area is where plaintiff attorneys test and where overlays fail.

4

Consider a managed accessibility platform for ongoing monitoring

If you have a large site, tools like Siteimprove, Pope Tech, or Silktide can monitor for accessibility regressions as your content changes — catching new violations before they accumulate. These platforms don't patch your site; they alert you to fix it.

5

For complex sites, hire an accessibility specialist

Full WCAG 2.1 AA conformance for a complex web application requires manual auditing by specialists. The cost (typically $2,000–$15,000 for a full audit) is often less than settling a single ADA lawsuit demand letter. Firms like Deque, Level Access, and hundreds of boutique consultancies offer audits and remediation guidance.

Start With a Free Site Scan

Before spending money on an overlay, see exactly what accessibility violations your site actually has. RatedWithAI gives you a WCAG report instantly — no subscription, no browser extension.

Scan My Website Free

The Bottom Line

The accessibility overlay industry built a market by selling a shortcut to a real problem. The shortcut doesn't work as advertised. The FTC confirmed it. Ongoing ADA litigation confirms it. Disability advocates who test these products confirm it.

This doesn't mean every overlay product is equivalent. AudioEye's hybrid model with manual remediation is substantively different from a passive AI widget. Some overlays catch real violations that genuinely help some users. But no current overlay product delivers full WCAG 2.1 AA compliance, and no overlay eliminates ADA lawsuit risk.

If you've been paying for an accessibility overlay as your primary compliance strategy, the practical advice is: don't cancel it tomorrow out of panic, but don't rely on it as your only defense. Use the time to run a real audit, understand your actual violations, and build a remediation roadmap that fixes your underlying code. That's the only path to genuine compliance.

Frequently Asked Questions

Do accessibility overlays make websites ADA compliant?

No. Overlays automate fixes for roughly 30–35% of WCAG violations, but miss the majority — particularly keyboard navigation, screen reader interaction, and dynamic content behavior. Multiple businesses have been sued for ADA violations while running overlays.

Can you still get sued if you have an accessibility overlay?

Yes. Courts evaluate actual accessibility standards compliance, not the presence of an overlay. Plaintiff attorneys use manual testing with assistive technologies that expose failures overlays don't fix.

What did the FTC do about accessiBe?

The FTC fined accessiBe $1 million in 2024 for deceptive marketing claims that their overlay made websites 'fully compliant' with the ADA and WCAG. accessiBe was barred from making compliance guarantees.

Are accessibility overlays worse than doing nothing?

For some users with disabilities, yes. Overlays can conflict with screen readers, create keyboard traps, and produce misleading AI-generated alt text that is worse than no alt text at all.

What should I use instead of an accessibility overlay?

Fix your actual HTML, CSS, and JavaScript. Start with a free scan from RatedWithAI, axe DevTools, or WAVE to identify violations, then remediate them in your code. For ongoing monitoring, consider managed platforms like Siteimprove or Pope Tech.

Is AudioEye different from other overlays?

AudioEye offers a hybrid model that includes manual accessibility testing and remediation alongside the automated component. This produces better outcomes than a passive widget. Their pricing is correspondingly higher — but it's more honest about what genuine compliance requires.