Automated scanning
Catches structural issues, missing attributes, and color contrast problems quickly.
Coverage: ~30% of WCAG criteria
Comprehensive testing tools for web, mobile, and document accessibility evaluation.
UA-approved tools · Updated 2026-01-05
Accessibility testing requires a multi-layered approach. No single tool catches all issues. Research shows automated tools detect only 25-40% of WCAG failures (Faulkner et al., 2019). Combine automated scans with manual testing and assistive technology evaluation for comprehensive coverage.
Catches structural issues, missing attributes, and color contrast problems quickly.
Coverage: ~30% of WCAG criteria
Keyboard navigation, reading order, cognitive load, and context evaluation.
Coverage: ~50% of WCAG criteria
Real-world testing with screen readers, magnification, and voice control.
Coverage: ~20% of WCAG criteria
| Tool | Browser | Best for | WCAG coverage |
|---|---|---|---|
| WAVE | Chrome, Firefox, Edge | Quick visual feedback, document structure | WCAG 2.1 AA |
| axe DevTools | Chrome, Firefox, Edge | Developer-focused, CI/CD integration | WCAG 2.2 AA |
| Accessibility Insights | Chrome, Edge | Guided assessments, tab stops visualization | WCAG 2.2 AA |
| IBM Equal Access | Chrome, Firefox | Enterprise-scale scanning | WCAG 2.1 AA |
| Web Developer | Chrome, Firefox | CSS inspection, image alt text review | Manual checks |
| Platform | Type | Best for | Cost |
|---|---|---|---|
| Deque axe Monitor | SaaS | Enterprise site monitoring, dashboards | Licensed |
| Siteimprove | SaaS | Content governance, quality assurance | Licensed (UA has limited access) |
| Pa11y | Open source | CI/CD pipelines, command-line testing | Free |
| Lighthouse CI | Open source | Performance + accessibility in CI/CD | Free |
These checks cannot be automated and require human judgment.
Test with at least one screen reader per platform. Each has different behaviors and browser pairings.
| Screen reader | Platform | Best browser | Cost |
|---|---|---|---|
| NVDA | Windows | Firefox, Chrome | Free (donation-supported) |
| JAWS | Windows | Chrome, Edge | Licensed (DRC has copies) |
| VoiceOver | macOS, iOS | Safari | Built-in (free) |
| TalkBack | Android | Chrome | Built-in (free) |
| Orca | Linux | Firefox | Free |
| Tool | Use case | Link |
|---|---|---|
| WebAIM Contrast Checker | Quick two-color check | webaim.org/resources/contrastchecker |
| Colour Contrast Analyser | Desktop app, eyedropper tool | tpgi.com/color-contrast-checker |
| Stark | Figma/Sketch plugin | getstark.co |
| Who Can Use | Simulates vision conditions | whocanuse.com |
| Coblis | Color blindness simulator | color-blindness.com/coblis |
WCAG requirements: Normal text needs 4.5:1 contrast ratio. Large text (18pt+ or 14pt bold) needs 3:1. UI components and graphics need 3:1.
| Format | Tool | Built-in? |
|---|---|---|
| Microsoft Word | Accessibility Checker (Review tab) | Yes |
| Microsoft PowerPoint | Accessibility Checker (Review tab) | Yes |
| Microsoft Excel | Accessibility Checker (Review tab) | Yes |
| Google Docs/Slides/Sheets | Grackle | Add-on |
| Adobe PDF | Acrobat Pro Accessibility Check | Yes (Pro only) |
| PDF (free) | PAVE | Web tool |