Over one in five ADA lawsuits filed in 2024 named a defendant whose site used an accessibility overlay product. These products don't prevent lawsuits. In some cases, they attract them.
Accessibility overlays are JavaScript widgets that promise to make your website ADA compliant by adding a toolbar that users can customize — larger text, high contrast, screen reader mode. The pitch is irresistible: install a snippet of code, pay a monthly fee, and your compliance problem goes away.
The legal record says otherwise.
What Overlay Widgets Actually Do
Overlay widgets operate by injecting JavaScript on top of your existing webpage. They attempt to:
- Add alt text to images using AI (often generating inaccurate descriptions)
- Modify color contrast with a filter layer
- Add a toolbar for user customization
- Attempt to fix keyboard navigation conflicts
The fundamental problem: they modify the presentation layer, not the code. A screen reader like JAWS or NVDA doesn't use the overlay's enhancements — it reads the actual DOM. Users running their own assistive technology (the vast majority of users with disabilities) receive zero benefit from the overlay.
Most blind users navigate with screen readers they trust — JAWS, NVDA, VoiceOver. They've configured them to work with their workflow. Overlay widgets often interfere with these tools, creating conflicts that make the site harder to use. The overlay helps nobody and harms real users.
The Legal Track Record Is Damning
Court filings are public. Researchers and disability advocates have documented hundreds of cases where overlay users were sued. Several notable patterns:
Overlays Don't Create a Legal Defense
Courts have rejected the argument that installing an overlay demonstrates sufficient accessibility effort. In Gil v. Winn-Dixie and subsequent cases, judges have been clear: WCAG compliance is assessed at the code level, not based on what an optional toolbar can do.
Overlay Marketing Language Creates Liability
Overlay vendors sometimes market their products with language like "ADA compliant" or "WCAG 2.1 AA certified." When businesses rely on this marketing and are subsequently sued, courts have not accepted vendor claims as a defense. You cannot outsource your compliance obligation.
The Overlay Itself Can Be the Violation
Multiple lawsuits have specifically named accessibility widgets as creating barriers — the overlay's toolbar, its keyboard shortcuts, and its AI-generated alt text can all conflict with how assistive technologies work.
"Overlays claim to solve accessibility issues, but they routinely break sites for users with disabilities. They are a product sold to businesses, not to disabled users. No disabled user asked for them." — National Federation of the Blind
Overlay vs. Real Remediation: The Honest Comparison
| Approach | Fixes Actual Code | Helps Real Screen Reader Users | Reduces Legal Exposure | Cost |
|---|---|---|---|---|
| Accessibility Overlay | ✗ No | ✗ No | ✗ No | $490–$2,000/yr |
| Developer Remediation | ✓ Yes | ✓ Yes | ✓ Yes | $2,000–$10,000 once |
| Continuous Monitoring | Alerts on regressions | Maintains working code | ✓ Yes | $29–$79/mo |
Why Do Businesses Keep Buying Overlays?
The accessibility overlay market is worth hundreds of millions of dollars. Understanding why requires understanding the fear that drives the purchase.
A business receives a demand letter threatening an ADA lawsuit. They panic. They Google "ADA compliance." Overlay vendors dominate the search results with aggressive SEO and pay-per-click advertising, often appearing before legitimate accessibility resources. The $49/month solution sounds like a bargain compared to a $50,000 settlement.
The purchase feels like action. It provides psychological comfort without solving anything. And by the time the next demand letter arrives, the business has been paying $588/year for protection that doesn't exist.
The Predatory Nature of Overlay Sales
Some overlay vendors have been documented contacting businesses within days of ADA demand letters — suggesting they monitor public court filings to identify vulnerable targets. They offer the illusion of compliance to scared business owners at the worst possible moment.
What You Should Do Instead
Real ADA compliance means fixing the underlying code so it works with assistive technology natively. No overlay, no workaround. The goal is that a blind user running NVDA can do everything on your site without any special toolbar.
Step 1: Find your actual violations. Run an automated scan to identify the specific WCAG failures on your site. Most sites have 5–15 critical violations that drive 90% of their legal exposure.
Step 2: Prioritize by lawsuit risk. Not all violations are equally dangerous. Missing alt text on product images is higher-risk than a minor color contrast failure on footer text. Fix the critical-path issues first.
Step 3: Fix the code. Give your developer a specific list of violations with WCAG references. Most critical violations (alt text, labels, contrast, keyboard access) are fixable in 1–3 days.
Step 4: Monitor continuously. One-time fixes don't stay fixed. New content, new features, and CMS updates introduce violations regularly. Continuous monitoring catches regressions before they become lawsuits.
Step 5: Publish an accessibility statement. A publicly available commitment to accessibility at /accessibility demonstrates good faith and provides a paper trail. It won't prevent a demand letter, but it strengthens your position.
Find Out What's Actually Broken
Stop paying for an overlay that doesn't work. ADAflags scans your site for real WCAG violations, ranked by lawsuit risk — free, no account required.
Scan My Website FreeIf You Already Have an Overlay Installed
Remove it and fix the underlying code. The overlay is costing you money while providing no protection. The budget you're spending on it would cover a significant portion of real remediation.
Before removing, document that you had an overlay (screenshot, invoice) — some attorneys have argued this demonstrates the business was at least aware of and trying to address accessibility, even if ineffectively.