5,100 ADA Website Lawsuits Were Filed in 2025. Here's What Small Businesses Need to Know
More than 5,100 federal lawsuits alleging inaccessible websites were filed in 2025, a new record, roughly a 14% increase over 2024. For most small business owners, this number feels abstract until a demand letter arrives. At that point, the cost of doing nothing becomes very concrete.
This article breaks down who is filing these lawsuits, who is getting targeted, what it costs when you lose, and what actually protects you.
The Numbers Behind the Trend
Web accessibility litigation has grown every year since 2018, when the DOJ declined to issue formal regulations and courts began ruling that Title III of the Americans with Disabilities Act applies to websites. The 2024 DOJ rulemaking, which formally adopted WCAG 2.1 AA as the compliance standard for places of public accommodation, removed the last major legal ambiguity. Plaintiffs' attorneys now have a published federal standard to point to.
The 5,100+ figure comes from federal filings tracked by law firms that monitor ADA litigation. It does not include state court filings, demand letters that settle before litigation, or cases filed under state statutes like the California Unruh Act, which allows for $4,000 per violation with no cap. The real volume of ADA web accessibility disputes is significantly higher than the federal numbers suggest. The compliance deadline for state and local government websites is April 24, 2026, with private sector enforcement expected to follow the same standard.
Who Is Filing These Lawsuits
The majority of federal web accessibility cases are filed by a small group of serial plaintiffs and their attorneys. Some firms account for hundreds of filings per year. Their model is straightforward: automated scanning tools crawl websites and flag WCAG violations, attorneys generate demand letters in bulk, and most businesses settle quickly rather than pay litigation costs.
The economics are unfavorable for defendants. A settlement for a small business typically runs $5,000–$25,000 once attorney fees are included. Going to trial costs far more. Most businesses pay.
A newer development is the rise of pro se plaintiffs: individuals filing their own complaints without an attorney, who use AI-assisted drafting tools to generate legal filings. This has lowered the barrier to filing further.
What both groups have in common is that they rely heavily on automated scanning. If your website has detectable WCAG failures, the kind that any accessibility checker can find in minutes, you are a viable target.
Which Businesses Get Targeted
No industry is exempt, but certain categories appear with particular frequency in litigation filings:
E-commerce is the most commonly targeted sector. Any business that sells products online has a website that falls under ADA scrutiny, and checkout flows, product image galleries, and form fields are common sources of violations.
Restaurants with online ordering have faced significant litigation volume. Menus posted as non-tagged PDFs, images without alt text, and inaccessible reservation systems are recurring issues.
Healthcare practices with patient portals are increasingly targeted, with the additional complexity that HIPAA-governed systems must also meet accessibility standards.
Professional service firms (law offices, accounting practices, financial advisors) are frequently sued because their websites often go years without accessibility review.
The targeting is largely automated and opportunistic. Firms are not necessarily selecting businesses by industry. They are scanning domains and identifying whoever has detectable violations. The size of the business matters less than the presence of violations.
What the Penalties Look Like
A first-time ADA violation can result in civil penalties up to $75,000. A subsequent violation can reach $150,000. These are statutory maximums under Title III; actual settlements vary widely, but the exposure is real.
Beyond penalties, defendants typically pay plaintiffs' attorney fees if the plaintiff prevails. Under the ADA, a winning plaintiff is entitled to fee recovery, which often exceeds the actual damages in smaller cases. This fee-shifting structure is what makes serial ADA litigation economically viable for plaintiffs' firms.
State-level exposure can be more severe. California's Unruh Act does not cap the number of violations a plaintiff can claim, and each interaction with an inaccessible element can constitute a separate violation.
Why Accessibility Overlays Don't Protect You
Accessibility overlay products (JavaScript widgets that claim to make a site accessible by injecting fixes at the browser level) have become a popular attempted solution. They are also a documented source of false confidence.
In 2025, the Federal Trade Commission ordered an overlay vendor to pay $1 million for deceptive claims that its AI-powered product could make any website WCAG-compliant. Disability advocacy organizations, including the National Federation of the Blind, have publicly opposed overlays and in some cases have filed or supported litigation against businesses using them.
The core problem is technical: overlays run after page load and cannot fully remediate issues baked into the underlying HTML, CSS, and JavaScript. Screen reader users often encounter worse experiences on overlay-patched sites than on unpatched ones, because the overlay interferes with native browser accessibility APIs.
Courts have not accepted overlay deployment as a defense. Several businesses that deployed overlays have been sued anyway and lost. The product may satisfy a compliance checkbox in marketing materials, but it does not satisfy the standard plaintiffs' attorneys use when evaluating whether to file.
What Actually Works
Genuine protection from ADA web accessibility litigation requires fixing the underlying code. This means:
Identifying the violations first. You cannot fix what you have not measured. Automated scans using tools like axe-core, the same engine used in Chrome DevTools, can identify the majority of detectable WCAG 2.1 AA failures. Tools like CompliScan generate a full report of violations with plain-English descriptions and step-by-step fix instructions, which you can hand directly to a developer or act on yourself if you manage your own CMS.
Prioritizing by severity. Not all violations carry equal litigation risk. Missing alt text on images, insufficient color contrast, unlabeled form fields, and inaccessible keyboard navigation are the violations that appear most frequently in complaints. A good audit will surface and rank these specifically.
Fixing the source, not the symptom. Developer-level remediation of the HTML, CSS, and ARIA attributes is the only approach that holds up technically and legally. This is work that, once done, persists, unlike overlay patches that break with each site update.
Retesting after changes. Websites change. New pages, new features, new content can introduce new violations. Ongoing monitoring (at minimum a quarterly scan) ensures that remediation work doesn't erode over time.
The Bottom Line
5,100 lawsuits in a single year is not a fringe legal theory. Web accessibility litigation is a mature, well-funded plaintiff's industry with established workflows for identifying and pursuing vulnerable businesses. The DOJ's 2024 rulemaking removed the remaining ambiguity about whether websites must comply with WCAG 2.1 AA.
The businesses that get sued are, almost without exception, businesses that have detectable violations. The businesses that don't get sued are the ones that have removed those violations.
That is a problem that is fixable, and the fix is known. The first step is finding out what your site's current violation profile looks like.
Get a free instant scan or order a full PDF report with fix instructions tailored to your site.
Run a free scan →Related articles
AI tools are lowering the cost and effort of filing ADA web accessibility lawsuits. Pro se plaintiffs and law firms are using automation to identify targets and generate complaints at unprecedented scale.
Accessibility overlay widgets promise instant ADA compliance. The FTC, courts, and disability advocates say otherwise. Here's what the evidence shows and what actually works.
A plain-English checklist of what your website needs to meet WCAG 2.1 AA accessibility standards and avoid ADA lawsuits. Written for business owners, not developers.