Yes, a small business can be sued over its website, and 2025 moved the wrong direction. Federal ADA lawsuits jumped 27% after two years of decline, most defendants still have under $25 million in revenue, and an overlay widget will not stop a claim from being filed. Here is what changed and what an actual fix looks like.
How Many ADA Website Lawsuits Were Filed in 2025?
Federal website accessibility lawsuits under Title III of the Americans with Disabilities Act (ADA) hit 3,117 in 2025 nationwide, a 27% jump over 2024's 2,452, and made up 36% of every Title III filing that year (Seyfarth Shaw). Total Title III filings across all categories reached 8,667.
That 27% jump is a rebound, not a straight climb. Federal web-suit filings actually fell for two straight years before 2025: 3,255 in 2022, down to 2,794 in 2023, down again to 2,452 in 2024, then back up to 3,117 in 2025 (Seyfarth Shaw). Seyfarth's own headline calls it a "bounce back," and the shape matters: a business that read the 2023-2024 dip as the trend line reversing has now seen that read proven wrong in one year.
Momentum has not slowed since. UsableNet's midyear tracking put combined federal and state digital accessibility suits on pace for roughly 6,176 in 2026, close to a 20% rise over 2025's already-elevated total and the first time that combined count has cleared 6,000 (UsableNet).
Federal Web Accessibility Lawsuit Filings, 2022-2026
Source: Seyfarth Shaw ADA Title III tracker (2022-2025, federal filings only); UsableNet 2026 Midyear Report (2026 projection, federal + state combined)
Even measured apples to apples, one thing is true either way: 2025 alone erased two full years of decline in federal filings, and the pace since has not reversed.
Who Actually Gets Sued: Is It Still Small Businesses?
Mostly yes, but the trend is moving toward larger companies, not away from them, so don't read the current numbers as small businesses being singled out more each year. In 2023, 73% of defendants had under $25 million in revenue. That fell to 67% in 2024, then 64% in 2025 (UsableNet 2024 Year-End Report; UsableNet).
Read that trend honestly: plaintiffs' firms are widening their net toward bigger companies, and small businesses still make up a clear majority of who gets sued. Neither fact cancels the other out.
Geography matters too. Illinois logged 585 federal web-accessibility filings in 2025, passing Minnesota and Pennsylvania to become the third-highest state in the country. Missouri logged 86, sixth-highest (Seyfarth Shaw). A business in Illinois sits in a meaningfully higher-volume state than one in Missouri, and neither state's total tells you who's filing: the raw count doesn't distinguish a wide field of independent plaintiffs from a handful of repeat filers working through the same firm.
Will an Accessibility Overlay Widget Protect My Site?
No. An overlay is a JavaScript layer that runs on top of your existing page after it loads. It can add a font-size slider or a contrast toggle, but it does not rewrite the underlying HTML a screen reader actually parses, so an image with no alt text stays undescribed and a form field with no label stays unlabeled.
The FTC made that failure official. In April 2025, it approved a final $1 million order against accessiBe for falsely claiming its accessWidget product could "make any website compliant with WCAG" and for presenting paid endorsers as independent, impartial reviewers. The order bars future compliance claims accessiBe can't support with evidence (FTC).
The lawsuit data backs up the FTC's finding. Sites running accessibility overlays were still getting sued through 2024 (Accessibility.Works), and in 2025, 46% of federal ADA web cases involved a defendant who had already been sued before (UsableNet). A widget bolted on after a demand letter, or even before one, is not the same thing as a site built to be usable.
Does Missouri's New Law Protect My Business?
Partially, and only if the site was already close to compliant. Missouri's SB 907, the Act Against Abusive Website or Web Content Access Litigation, passed April 21, 2026 and took effect August 28, 2026. It gives a Missouri-registered business a 90-day right to cure after receiving notice.
Fix the specific issue in good faith within that window, and any later claim over the same issue carries a rebuttable presumption of being abusive. The Missouri Attorney General can intervene on a targeted business's behalf, and a court can award fees, costs, and up to three times attorney's fees against a plaintiff found to have filed abusively (Ecommerce Alliance).
What it does not do matters just as much. SB 907 only applies to Missouri-registered entities in Missouri state court. It has no effect on a federal ADA Title III claim, and it does nothing for a suit filed in any other state's courts. Illinois, which logged nearly seven times Missouri's 2025 federal filing count, has no equivalent statute on the books, so an Illinois business gets none of this protection. And the cure window only helps a Missouri business that can actually produce a real fix inside 90 days. The law changes what happens after a demand letter arrives; it is not a substitute for having an accessible site in the first place.
Separately, a 2026 federal rule extended compliance deadlines for state and local government websites under ADA Title II (Seyfarth Shaw). That delay applies to public entities, not private businesses, and it changes nothing about Title III exposure: there is no compliance deadline for a private company's website to begin with, so there is no deadline to be pushed back. Courts still evaluate a Title III claim against WCAG 2.1 AA today, on whatever timeline a plaintiff chooses to file.
Courts have also settled the question of whether a website-only business even counts as a place of public accommodation. In Frost v. Lion Brand Yarn Co., a federal court in Minnesota ruled in February 2025 that a web-only retailer with no physical storefront is still a place of public accommodation under Title III, rejecting the argument that the ADA only covers businesses with a brick-and-mortar location (Minnesota Lawyer). "We only sell online" is not a defense.
What Does a Small Business Website Actually Need?
It needs to meet WCAG 2.1 AA, the technical standard courts use to evaluate ADA Title III website claims, scoped down to what a 5-to-15-page brochure site actually uses, not a full enterprise checklist. For a site that size, that comes down to eight things:
- A skip link to the main content on every page
- Semantic headings in order, with one
<h1>per page - Text color contrast of at least 4.5 to 1 against its background
- Full keyboard access to every link, button, and form control, with a visible focus indicator
- Descriptive alt text on meaningful images and empty alt text on decorative ones
- Labeled form fields, with error messages that are announced to screen readers
- Expandable content built with native
<details>and<summary>elements rather than a JavaScript-only accordion - Respect for the visitor's reduced-motion setting
None of that is exotic, and none of it needs a widget. It's what our own accessibility statement commits to, and it's the same standard we hold every client site to. The difference between building this in and bolting it on afterward isn't cosmetic: it's built into every component from the first line of code with web design done this way, versus retrofitted onto markup that was never structured for it. That's also why, for a site with a real backlog of accessibility issues, a full website redesign is often cheaper and faster than trying to patch an old one under demand-letter pressure. Our guide to the core features every small business site needs in 2026 covers where accessibility fits among the rest of the build, and if you're trying to tell whether your current site is overdue, our redesign guide walks through the signs.
What Should I Do in the First 72 Hours After a Demand Letter?
Slow down before you respond to an ADA demand letter. The instinct is either to fire back an angry email or to panic and start changing the live site immediately, and both make things worse. Here's the sequence that actually helps:
Day 0: Don't respond directly to the letter and don't ignore it. Forward it to counsel, don't reply to the sender.
Within 24 to 48 hours: Call an attorney who specifically handles ADA Title III or state accessibility litigation, not general business counsel. This is a specialized area, and the wrong response in writing can hurt your position later.
Don't make rushed, unreviewed changes to the live site. A frantic weekend of edits without a real audit tends to miss the actual violations and can look reactive rather than remedial if the case proceeds.
Start, don't rush to finish, a real accessibility audit. A professional audit for a small business site typically costs $1,500 to $5,000 (DigitalA11Y), and it's the only way to know what actually needs fixing versus what a quick glance suggests.
Know that an accessibility statement alone is not a shield. It is not enough by itself, but paired with real, documented remediation work, it is evidence of a good-faith effort, which matters in how a claim gets resolved.
This is general information, not legal advice. If you're facing an active demand letter, talk to an attorney before you do anything else on this list.
Is an Accessibility Statement Enough by Itself?
No. A statement without the underlying work behind it is a page that describes a commitment nobody kept. It only carries weight alongside a site that actually meets the standard it describes, which is why our own accessibility statement exists as documentation of what we build, not a substitute for building it.
If your current site was assembled with a DIY builder, that gap is worth checking first: template-based builders tend to produce lower accessibility scores by default, simply because the underlying markup wasn't built with a specific site's content and structure in mind.
Accessibility built in from the start costs less than accessibility bolted on after a claim, and it's a better website either way: cleaner heading structure, working keyboard navigation, and readable forms benefit every visitor, not just the ones a lawsuit is filed on behalf of. If your site hasn't had a real look at this since it was built, that's the place to start, before a letter arrives rather than after.
Accessibility is just one piece of the picture; we're publishing a full small business website compliance checklist covering where the other six areas stand in December 2026.
This is general information, not legal advice.