8,667 ADA website lawsuits were filed in 2024. 94.8% of defendants lost or settled. The average settlement: $25,000–$75,000. Your site is likely exposed right now.
The Americans with Disabilities Act (ADA) applies to websites, not just physical locations. Since the Supreme Court declined to review Robles v. Domino's Pizza in 2019, plaintiffs' firms have industrialized accessibility lawsuits — filing hundreds per month against businesses of all sizes.
The good news: most violations are fixable in days, not months. The bad news: you have to know what to look for first.
What Does "ADA Compliant" Mean for a Website?
The ADA doesn't specify a technical standard for websites directly. Courts and the DOJ have consistently pointed to WCAG 2.1 Level AA (Web Content Accessibility Guidelines) as the de-facto standard. Meeting WCAG 2.1 AA isn't a legal guarantee, but it dramatically reduces your exposure.
WCAG 2.1 AA is built on four principles:
- Perceivable — Can all users perceive your content? (Images need alt text, videos need captions)
- Operable — Can all users interact with your site? (Keyboard navigation, no seizure-inducing animations)
- Understandable — Is your content clear? (Labels on forms, consistent navigation)
- Robust — Does your site work with assistive technologies like screen readers?
Step-by-Step: Running an ADA Compliance Check
Run an Automated Scan First
Automated tools catch roughly 30–40% of WCAG violations instantly. Start here because it's fast, free, and will surface the most common (and most sued-over) issues.
Tools to use:
- ADAflags — Enter your URL and get issues ranked by lawsuit risk in 60 seconds
- axe DevTools — Chrome extension for developer-level detail
- WAVE — Visual overlay tool from WebAIM
Check for the 5 Most-Sued Violations
Plaintiffs' firms look for patterns. These five issues appear in the overwhelming majority of ADA demand letters:
| Violation | Risk | What to Check |
|---|---|---|
| Missing image alt text | Critical | Every <img> needs descriptive alt text. Empty alt text is allowed only for decorative images. |
| Form fields without labels | Critical | Every input, select, and textarea must have an associated <label> element. |
| Color contrast failures | High | Text must have 4.5:1 contrast ratio (3:1 for large text). Use a contrast checker on your body copy and CTAs. |
| No keyboard navigation | High | Try navigating your entire site using only Tab, Enter, and arrow keys. Can you complete every action? |
| Video without captions | Medium | All video content needs synchronized captions. Auto-generated captions (YouTube) don't meet the standard. |
Test with a Screen Reader
No automated tool catches everything. Spend 20 minutes with a screen reader to find issues that scanners miss.
- macOS/iOS: VoiceOver is built in (⌘ + F5 to enable)
- Windows: NVDA (free download)
- Chrome: ChromeVox extension
Navigate to your homepage, product page, and checkout/contact form. If any content is confusing to listen to, it will be confusing for users who depend on screen readers.
Prioritize by Lawsuit Risk, Not WCAG Level
WCAG has hundreds of success criteria. You can't fix everything at once. Fix what gets you sued first.
The highest-risk issues are those that block disabled users from completing core tasks — buying a product, submitting a contact form, reading your services. Plaintiffs' lawyers specifically look for these functional barriers.
Document Your Remediation Effort
If you ever receive a demand letter, demonstrating active remediation effort reduces your exposure significantly. Keep records of:
- Scan results with dates
- Issues fixed and when
- Any accessibility testing performed
- Your accessibility statement (publish one at
/accessibility)
How Often Should You Run an ADA Compliance Check?
Every time you make significant content changes. A site that passes today can fail after a new hero image is uploaded without alt text, or a new form is added without labels. This is why point-in-time audits aren't enough.
Courts have rejected the argument that a past accessibility audit provides ongoing protection. The standard is current compliance at the time a user with a disability visits your site. Continuous monitoring is the only real protection.
What Automated Scanners Can't Catch
Automated tools are a starting point. They miss things like:
- Poor alt text quality — A scanner sees any alt text as passing. "IMG_20241231_143022.jpg" technically passes but is useless.
- Logical reading order — CSS can make content visually ordered while the DOM is scrambled. Screen readers read the DOM.
- Meaningful link text — "Click here" and "Read more" fail in context even though they technically have text.
- Complex widgets — Custom carousels, date pickers, and modals require manual testing to verify keyboard and ARIA behavior.
Run Your Free ADA Compliance Scan
ADAflags scans your site for WCAG violations and ranks them by actual ADA lawsuit risk — not abstract compliance levels. Takes 60 seconds.
Scan My Website FreeFrequently Asked Questions
Is my small business required to comply with the ADA?
Yes. The ADA applies to "places of public accommodation," which courts have consistently extended to websites. Small businesses are not exempt. In fact, plaintiffs' firms often target small businesses specifically because they lack legal resources to fight back.
Can I use an accessibility overlay widget instead of fixing issues?
No. 22.6% of ADA lawsuits now target sites that already use overlay widgets. Overlay widgets don't fix the underlying code — they add a layer on top of broken code, which still fails when users run their own assistive technology.
What's the difference between WCAG 2.0, 2.1, and 2.2?
WCAG 2.1 AA is the current legal standard in most ADA contexts. WCAG 2.2 (published 2023) adds 9 new success criteria focused on cognitive accessibility and mobile. Courts haven't yet adopted 2.2 as the standard, but proactive compliance now reduces future risk.
How much does it cost to fix ADA violations?
Less than a demand letter. Most common violations (alt text, labels, contrast) can be fixed by a developer in hours. A full WCAG 2.1 AA remediation for a typical small business site typically runs $2,000–$10,000. ADA lawsuit settlements start at $25,000.
Comparing accessibility tools? If you're evaluating overlay vendors, see our detailed comparisons: AccessiBe Alternatives · UserWay Alternatives · AudioEye Alternatives. All three overlay vendors have faced legal or regulatory action — read the comparisons before purchasing.