Do accessibility overlays actually work? What the accessiBe settlement changed
Overlay widgets promise instant ADA compliance for a monthly fee. Regulators, courts, and the disabled users they claim to serve keep reaching the same verdict — and in 2025 the FTC put a dollar figure on it.
August 5, 2026
2 minutes
The pitch, and why it lands
The overlay sales pitch is built for one specific moment: a small business owner opens a demand letter alleging their website is inaccessible, panics, searches for a fast fix, and finds a product promising compliance from a single line of JavaScript. For a few dollars a month, the anxiety goes away. The pitch works because it lands exactly when someone is most desperate to believe it.
The trouble is that the story is not true, and the people selling it have now been told so by a federal regulator.
What an overlay can and cannot do
Overlays can add genuine conveniences — a contrast toggle, text resizing, a reading guide. What they cannot do is repair the things that determine accessibility. Accessible names, roles, focus order, and document structure live in the underlying markup, and a script layered on top does not rewrite them. If the code beneath is broken, a screen reader still encounters the broken version.
Worse, overlays that try to auto-correct the page can actively interfere with the assistive technology a disabled visitor already relies on, which is why many screen-reader users have learned to distrust sites that run them. A tool that gets in the way of the people it claims to help has failed at its one job.
The legal reality caught up
In 2025 the Federal Trade Commission ordered a leading overlay vendor to pay $1 million for claiming its AI-powered widget could make any website WCAG compliant. That is a federal regulator stating, on the record, that the core marketing promise was false. The courts have been no kinder. No ruling has accepted an overlay as a defense against an accessibility claim, and in 2025 nearly a quarter of web accessibility suits — about 23% — named sites that had a widget installed when they were sued.
Read those two facts together and the widget stops looking like protection. It is a monthly fee that neither fixes the site nor deters the lawsuit, and now comes with an official finding that its promise was misrepresented.
What to do instead
The compliance that actually holds up is the boring kind: audit the site with real assistive technology, fix the problems in the code, record conformance in a VPAT, and keep it current as the site changes. Like the conveniences a widget offers? Keep it — but as an add-on to an accessible site, not a stand-in for one. If a monthly overlay fee is the whole of your accessibility program, what you are buying is a false sense of safety and a line item a plaintiff’s lawyer will read with interest. We covered the litigation view in what ADA website lawsuits look like from the inside, and the fundamentals in website ADA compliance.