UX Glossary Usability & Testing

Screen Reader

Usability & Testing

Assistive software that translates on-screen content into synthesized speech or braille output for users who are blind or visually impaired. Designing for screen readers requires semantic HTML, meaningful alternative text, logical reading order, and fully keyboard-navigable interactions.

Screen Reader illustration
Source: upload.wikimedia.org

Common contexts

Use when

Test with a screen reader on every product that serves a public audience or must meet WCAG compliance — start testing early in the component-build phase, not as a final accessibility audit after development is complete.

Avoid when

Don't rely exclusively on automated accessibility checkers as a proxy for screen reader testing — automated tools catch structural issues but miss the lived experience problems that only emerge when navigating with audio output as your only feedback channel.

The fastest way to build empathy for screen reader users is to close your monitor, turn on VoiceOver, and attempt to complete your own product's core task — most designers discover within ninety seconds that the experience they shipped is unusable.

Real-world examples

Related terms

Accessibility ARIA WCAG Focus State Keyboard Navigation
← Browse all UX Glossary terms