GSA Schedule
NASPO ValuePoint
SBA VOSB
ATA Certified Vendors
SAM Registered
WCAG 2.2
Digital Accessibility

Screen Reader and Keyboard Testing: The Accessibility Checks Automated Tools Miss

If your accessibility program stops at an automated scan, you are catching roughly a third of the problems and shipping the rest. The failures that most affect real users — illogical focus order, meaningless alt text, unlabeled controls, dynamic updates that go unannounced — are precisely the ones a scanner can't judge. Manual testing is where those live. Here is how to do it without being an expert.

Quick answer: Automated tools catch only about 30–40% of WCAG failures because most criteria require human judgment. Two manual methods close the gap. Keyboard-only testing — navigating with Tab, Enter, Space, and arrow keys — reveals broken focus order, invisible focus indicators, keyboard traps, and controls you can't reach. Screen-reader testing with NVDA (free, Windows) or VoiceOver (built into Mac) reveals poor heading structure, unhelpful alt text, unlabeled form fields, and dynamic content that never gets announced. Together they surface the barriers that actually stop people — the ones a passing scan hides.

Why automated tools aren't enough

Scanners are excellent at the mechanical, yes/no checks: is there an alt attribute, is the contrast ratio a number above 4.5:1, does this input have a programmatic label. They are useless at the judgment calls that make up most of WCAG: is the alt text meaningful? Does the focus order make sense? Is this custom dropdown operable and correctly announced? Studies consistently put automated coverage around a third of all failures. The other two-thirds are found by people.

Keyboard-only testing (start here)

It requires no software — just put your mouse away. Using only the keyboard, work through each page:

Screen-reader testing (the deeper pass)

You do not need to be a daily screen-reader user to catch the big problems. Install NVDA (free on Windows) or turn on VoiceOver (Cmd+F5 on Mac); JAWS is the paid enterprise standard. Then listen your way through the page:

No screen-reader expertise on the team? Our testers run full manual keyboard and screen-reader audits against WCAG 2.1 AA and hand you findings mapped to each success criterion — not just a scanner printout.

Get a Section 508 remediation quote →

The failures manual testing reliably finds

Across real audits, the same human-only defects recur: focus indicators removed in CSS; custom “buttons” built from <div>s that a screen reader never announces as buttons; modals that don't move focus or trap it; form errors shown only in red with no text and no announcement; carousels and dropdowns that can't be operated by keyboard; and alt text that reads “DSC_0421.jpg.” None of these reliably trip an automated scan — all of them stop a real user cold.

Build it into your workflow

You do not need a full audit for every change. Adopt a lightweight habit: for any new template or interactive component, do a five-minute keyboard pass and a quick screen-reader listen before it ships. Reserve the deep, documented audit for launches, redesigns, and your periodic compliance review. The combination — automated scans for coverage, manual testing for truth — is what actually keeps a site accessible over time, and what stands up as good-faith effort if anyone asks.

Need help with Section 508 or WCAG compliance?

Our team remediates documents, websites, and video for government agencies, school districts, and healthcare organizations across all 50 states. GSA & NASPO contracts available.

Get a Free Quote →

More from the blog

Digital Accessibility
How to Run a Website Accessibility Audit (508 & WCAG)
Jason R. Ehlinger · August 18, 2026
Digital Accessibility
WCAG 2.1 vs. 2.2: What Changed and What It Means for Compliance
Jason R. Ehlinger · August 20, 2026