4,600+
ADA web lawsuits filed in 2025 (full year)
$52K
average settlement cost (range: $40K–$65K)
94.8%
of defendants lose or settle — almost nobody wins

The Numbers: ADA Lawsuit Growth Is Not Slowing Down

ADA website accessibility lawsuits have grown every year since courts began applying the ADA to digital properties in the early 2010s. The trajectory: roughly 2,000 cases in 2018, 4,000+ in 2023, 4,600+ in 2025. The DOJ's 2024 final rule — which made WCAG 2.1 Level AA the explicit legal standard for covered businesses — gave plaintiff attorneys a clearer statutory hook and removed the last ambiguities defendants could exploit.

The 2,437+ figure cited in our headline represents H1 2025 federal filings tracked by accessibility law researchers. State-court filings (particularly in California, New York, and Florida, which have state accessibility statutes that often allow higher damages) are not included in that count. Total legal exposure across federal and state courts is substantially higher.

⚠ Who's Filing These Lawsuits

This isn't random litigation. Approximately 15–20 law firms account for the majority of ADA web accessibility filings nationwide. They use automated scanning tools to identify non-compliant sites at scale — scanning thousands of URLs per day — and file demand letters or complaints against sites that fail basic checks. The same attorneys filing 300+ cases per year are targeting businesses they've never encountered before. They find you through Google, not word of mouth.

The Top 5 Targeted Industries

ADA web lawsuits are not evenly distributed. Plaintiff attorneys target industries where websites are essential to the business, transactional content is common (menus, checkout flows, booking forms), and accessibility violations are widespread. Five industries account for the majority of filings:

#1
E-Commerce
Product image alt text, checkout form labels, and payment flow keyboard access are the most-cited violations. High transaction value makes these sites prime targets.
#2
Restaurants
Online menus (often PDFs), reservation forms, and location pages. Many restaurants embed third-party ordering widgets that are themselves inaccessible.
#3
Healthcare
Patient portals, appointment booking, and health information pages. High ADA sensitivity given the user population — disability disproportionately correlates with healthcare needs.
#4
Hospitality
Hotels, vacation rentals, and event venues with booking flows and photo galleries. Many use third-party booking engines with no accessibility support.
#5
Education
Private schools, tutoring companies, and continuing education providers. Section 508 covers federal entities; ADA covers private educational institutions open to the public.

If your business falls into any of these categories — or runs a transactional website with significant web traffic — you are in the pool that plaintiff attorneys scan. Obscurity is not protection: automated scanning tools don't choose targets based on reputation or size. They scan URLs.

Is Your Site on Their Radar?

ADAFlags scans your site against the same automated checks plaintiff attorneys use — and ranks every violation by lawsuit risk. Takes 30 seconds. No account required.

Scan Your Site Free →

What Actually Triggers a Lawsuit

Plaintiff attorneys don't read your site. Their scanning tools do. These tools run automated WCAG 2.1 checks and flag violations that appear consistently in demand letters. The three violations that appear in the overwhelming majority of ADA web complaints:

1. Missing Image Alt Text

Every <img> tag that lacks a descriptive alt attribute is a violation. Screen readers read alt text aloud to blind users — without it, images are announced as "image" or the filename. Product photos, banner images, logo images, and icons all require alt text. This is the most commonly cited violation in ADA demand letters because it's pervasive (few sites get it right on every image) and trivially detectable by automated tools.

2. Missing Form Labels

Contact forms, checkout forms, newsletter signups, search boxes — any input element without a proper <label> or aria-label is inaccessible to screen reader users. Without labels, the screen reader announces the field as "edit text" and the user has no idea what to enter. Unlabeled forms on checkout or contact pages are particularly actionable because they directly block users from completing the core transaction.

3. Low Color Contrast

WCAG 2.1 requires normal body text to have a contrast ratio of at least 4.5:1 against its background. Large text (18pt+ or 14pt bold+) requires 3:1. Light gray on white, many brand pastels, and yellow or orange text on white backgrounds commonly fail this standard. Low-contrast text is effectively invisible to users with low vision or common types of color blindness — affecting roughly 8% of men and 0.5% of women.

⚡ Why These Three Specifically

These violations are not the most technically severe — they're the most detectable. Automated scanning tools identify alt text gaps, missing labels, and contrast failures in under a second. They appear in most small business websites. They're legally well-established. And they directly block disabled users from core functionality. Attorneys scan for what's easiest to prove, not what's most harmful — which is why these three drive the majority of demand letters.

Other Common Triggers

Beyond the top three, these violations appear frequently enough that fixing them is worth prioritizing:

Violation WCAG Criterion Risk Level
Missing image alt text 1.1.1 Non-text Content High
Unlabeled form inputs 1.3.1 Info and Relationships High
Low color contrast 1.4.3 Contrast (Minimum) High
Keyboard navigation failures 2.1.1 Keyboard Medium
Inaccessible PDFs (menus, docs) 1.1.1 / 4.1.2 Medium
Missing page title tags 2.4.2 Page Titled Medium
Missing language declaration 3.1.1 Language of Page Lower
Vague link text ("click here") 2.4.4 Link Purpose Lower

What an ADA Lawsuit Actually Costs

The financial exposure from an ADA website lawsuit has two components most businesses underestimate: the settlement itself, and the cost of litigating to that point.

Settlement range: $40,000–$65,000. The actual range is wider — some cases settle for $5,000–$10,000 early, others reach $200,000–$300,000 for larger businesses or cases with documented harm. The $40K–$65K range reflects typical small-to-midsize business settlements where the attorney files a complaint and both parties negotiate. Settling quickly reduces the total cost.

Legal defense: $15,000–$40,000. Even cases you ultimately win cost money to defend. Attorney fees, discovery, court filings, and time cost accumulate quickly. Most businesses settle rather than fight because the cost of fighting exceeds the settlement amount.

Remediation post-lawsuit: 3–5x the proactive cost. Consent decrees often include mandatory remediation timelines and third-party audits. Remediating under legal compulsion — with a court-appointed monitor, tight deadlines, and required documentation — costs dramatically more than fixing issues proactively. The same violations that take a developer two days to fix proactively can require a $50,000 remediation project under a consent decree.

✓ The Math Is Simple

Fixing the top three violations (alt text, form labels, color contrast) for a typical small business website takes 1–3 days of developer time. At $100/hour, that's $800–$2,400. The average ADA settlement is $52,000. The math runs in one direction.

The Overlay Trap: Why the "Easy Fix" Makes Things Worse

When business owners first learn about ADA website liability, the most common reaction is to search for a quick fix. Accessibility overlay vendors — companies selling JavaScript widgets that claim to make your site compliant — are positioned to capture exactly this demand.

The problem: they don't work. Courts have consistently ruled that JavaScript overlays do not satisfy WCAG compliance requirements. In early 2025, the FTC fined the largest overlay vendor $1 million for false compliance claims — explicitly stating that the product did not make sites compliant with accessibility standards. The National Federation of the Blind, representing the population overlays claim to serve, issued a formal condemnation of overlays.

Most critically: 456 websites using overlay products were sued in H1 2025. Having an overlay installed is not a defense — and in some cases, plaintiff attorneys have specifically targeted overlay-using businesses because the overlay was marketed as a compliance solution, making the continued violations more egregious, not less.

Overlays work at the JavaScript layer. They cannot fix missing alt attributes in HTML, unlabeled form inputs, or color contrast violations baked into CSS — which is exactly what plaintiff scanning tools look for. The scanning tools look at source code. The overlay isn't visible until runtime. The violations are still there.

For the full analysis of why overlays fail technically and legally, see our in-depth post: Why Accessibility Overlays Don't Work (And Why Courts Agree).

How to Actually Protect Your Business

The only protection that works is fixing the actual code. Here's the priority sequence that reduces lawsuit risk fastest:

Step 1: Scan Your Site (Today, Free)

You can't fix what you don't know is broken. An automated scanner takes 30 seconds and finds the majority of violations plaintiff attorneys look for — missing alt text, unlabeled forms, contrast failures, keyboard navigation gaps. ADAFlags' free scanner runs WCAG 2.1 checks against your live site and ranks every violation by lawsuit risk, not technical severity. You'll immediately know which three things to fix first.

Step 2: Fix the Top-Risk Violations First

Once you have a violation report, prioritize by lawsuit risk:

  1. Alt text on all images — typically 2–4 hours for a developer to audit and fix across a site
  2. Form labels on every input — typically 1–3 hours; start with checkout, contact, and signup forms
  3. Color contrast on body text — typically 2–6 hours, often requiring CSS changes site-wide

These three fixes eliminate roughly 80% of your lawsuit exposure. You don't need a perfect site overnight — you need to remove the easiest targets from your vulnerability profile.

Step 3: Address the Remaining Checklist Items

After the top three, work through the full WCAG 2.1 AA requirements systematically. Our complete ADA compliance checklist for small businesses covers all 10 priority items with lawsuit-risk rankings and fix instructions.

Step 4: Scan Regularly After Content Changes

Accessibility regressions are common. A new product photo uploaded without alt text, a new landing page built without label associations, a design change that reduces contrast ratios — any content or code change can introduce new violations. Monthly automated scans catch regressions before plaintiff attorneys do.

Find Your Violations Before Attorneys Do

ADAFlags scans your site using the same checks plaintiff law firms run — and tells you exactly what to fix, in order of lawsuit risk. Free, no sign-up required.

Run Your Free ADA Scan →

Frequently Asked Questions About ADA Website Lawsuits

How many ADA website lawsuits are filed each year?

Federal ADA website accessibility lawsuits have grown sharply year over year. Over 4,600 cases were filed in 2025 — up from roughly 4,000 in 2023. Serial plaintiff law firms drive the majority of filings, targeting businesses across ecommerce, restaurants, healthcare, hospitality, and education using automated scanning tools.

What does an ADA website lawsuit typically cost?

Average settlements run $40,000–$65,000. Legal defense — even in cases you win — adds $15,000–$40,000. Remediation required by consent decree after a lawsuit typically costs 3–5x more than proactive remediation before one. Some settlements are as low as $5,000 for early resolution; others reach $300,000+ for larger businesses.

Can I use an accessibility overlay to avoid ADA lawsuits?

No. Courts have ruled overlays don't satisfy WCAG requirements. The FTC fined the largest overlay vendor $1M in early 2025 for false compliance claims. 456 overlay-using websites were sued in H1 2025. Overlays work at the JavaScript runtime layer and cannot fix source-code violations that plaintiff scanning tools detect. Do not use overlays as a compliance strategy.

Does the ADA apply to my small business?

Yes, if your business serves the public. The DOJ's 2024 final rule made WCAG 2.1 Level AA the explicit legal standard for Title III businesses — any business that serves customers, including online-only businesses. Size is not a factor: small businesses are disproportionately targeted because they're more likely to settle quickly and less likely to have legal resources to fight.

What are the most important violations to fix first?

The top three — missing image alt text, unlabeled form inputs, and low color contrast — appear in the majority of ADA demand letters and account for roughly 80% of complaints. Fix these three and you've dramatically reduced your exposure. Use an automated scanner to find every instance on your site, then prioritize by the pages with the most traffic: homepage, product pages, checkout, contact forms.

How do plaintiff attorneys find sites to sue?

Automated scanning tools. Plaintiff law firms scan thousands of URLs per day using the same WCAG checkers available to developers. They identify sites with violations on high-traffic pages, generate demand letters, and file complaints — often without anyone from the firm ever actually visiting the site. Your visibility on Google is what puts you in their scan queue, not anything you've done wrong specifically.

The Bottom Line

ADA website lawsuits are a volume business for plaintiff law firms. They scan at scale, file at scale, and settle at scale. Your business's exposure is proportional to how many high-risk violations you have on your highest-traffic pages.

The good news is that the same automation that plaintiff attorneys use to find you can be used to protect you. An automated scan finds violations in 30 seconds. A developer fixes the top three in a day or two. The entire proactive remediation cost for a typical small business is measured in hundreds to low thousands of dollars — not the $40,000–$65,000 you'd spend settling a lawsuit.

Related reading: Browse the full list of named defendants: ADA Lawsuits 2025 — Verified Defendant Tracker (141 cases). For a structured approach to fixing everything, see our complete ADA compliance checklist for small businesses. If you're considering an overlay solution, read Why Accessibility Overlays Don't Work (And Why Courts Agree) first. Actively comparing overlay vendors? See our full breakdown: Best AccessiBe Alternatives in 2025 · UserWay Alternatives · AudioEye Alternatives. On Shopify? See the platform-specific violation fixes: Shopify ADA Compliance Guide.