Skip to main content
Seviranta
← Back to the blog

Accessibility overlay lawsuits: sued despite the widget

June 7, 2026

Short answer. An accessibility widget (overlay) promises to make your site "compliant" with one line of code and to protect you from lawsuits. The numbers tell a different story: in 2024, more than 1,000 lawsuits were filed in the US against sites that were running an overlay, and the Federal Trade Commission reached a $1 million settlement with a major overlay vendor in 2025 over deceptive compliance claims. Hundreds of accessibility experts state that no overlay product makes a site fully compliant or removes legal risk. What does hold up: fixing the issues at the source, in your own code.

Does an accessibility widget protect you from a lawsuit?

No, and that is not an opinion, it is what the record shows. An overlay promises to make you "compliant," but because it never repairs the underlying code, the real barriers remain. A court and a regulator look at that underlying code, not at the layer on top of it. Worse: a site with a widget has become a recognizable target for claims.

How many sites running an overlay get sued?

In 2024, 1,023 lawsuits were filed in the United States against businesses that had an accessibility overlay or widget installed. In January 2025 alone, 85 new defendants were sued while using such a widget.

One case captures the problem: BloomsyBox, a US flower-delivery service, installed a widget from UserWay, was sued for inaccessibility shortly afterward anyway, and then filed its own lawsuit against UserWay because the promised protection never materialized. The widget that was supposed to shield you becomes a double risk.

How big is the lawsuit wave in 2025?

Big, and the web-specific part of it is growing fast. Law firm Seyfarth Shaw, which has tracked these cases for over a decade, counted 8,667 federal ADA Title III lawsuits in 2025, down slightly from 8,800 in 2024. Within that total, the number of website-accessibility lawsuits rose to about 3,117 in 2025, up 27% from 2,452 in 2024.

And lawsuits are only the visible tip. The American Bar Association estimates that businesses received 35,000 to 50,000 pre-litigation demand letters in 2025, claims that get settled before they ever reach a court docket. The cases are heavily concentrated in California, New York, and Florida, and largely driven by a small group of serial-plaintiff law firms. California adds its own multiplier: under the state's Unruh Act, each violation carries $4,000 in statutory damages plus attorney's fees.

Two facts matter for anyone considering a widget. First, plaintiffs' firms also sue companies that are running an overlay, as the 2024 numbers above show, the widget does not take you off the target list. Second, the US Department of Justice is clear that there is no official ADA certification for websites, any product that claims to make you "ADA certified" is selling something that does not exist.

This article is informational, not legal advice, consult an attorney for your situation.

What did the US regulator say about overlay claims?

In 2025, the Federal Trade Commission settled with accessiBe, at the time one of the world's largest overlay vendors. The finding: the company had falsely claimed its AI widget would make "any website WCAG-compliant." The FTC called those claims "misleading and unsubstantiated," imposed a $1 million penalty, and barred accessiBe from claiming its automated product makes a site compliant, unless it has the evidence to back it up.

In other words: the very promise the overlay business model rests on has been labeled untrue by a regulator.

What do accessibility experts think of overlays?

The Overlay Fact Sheet, a statement endorsed by hundreds of accessibility experts, including co-authors of the WCAG guidelines and accessibility specialists at major technology companies, puts it bluntly: no overlay product makes a website fully compliant, and it does not remove legal risk. Many screen reader users even turn overlays off, because the tool meant to help them gets in their way.

When the people who wrote the standard say the shortcut does not work, that is a signal worth taking seriously.

Does this also apply in Europe under the EAA?

Yes. Since 28 June 2025, the European Accessibility Act is enforceable law: online stores and digital services aimed at consumers in the EU must meet EN 301 549 / WCAG 2.1 level AA. The law tests the actual accessibility of your site, not whether a widget is installed. A cosmetic layer satisfies it no more than it satisfies the US rules.

What should you do if you already have an overlay?

Start by knowing where you stand. An overlay hides your real errors; a source-code-level scan shows them. Scan your site for free and you will see, per finding, what is wrong in your own code and how to fix it, the violations a machine can measure with certainty, kept separate from the points that need human judgment.

After that the route is simple: fix the errors in your own code, not with a layer on top. That is the only thing that holds up under scrutiny or a claim, and it is better for your load time and your search visibility at the same time.

In short: the numbers

  • 1,023 lawsuits in 2024 against sites running an overlay.
  • $1 million FTC penalty for deceptive overlay compliance claims.
  • Hundreds of accessibility experts state that overlays provide neither compliance nor protection.
  • 0 of those problems a widget actually solves, only a real code fix does.

The cheap widget looks like the easy path. The numbers show it is the expensive one.

Sources