kb/data/developer.mozilla.org/en-US/docs/Glossary/Screen_reader-0.md

12 KiB

title chunk source category tags date_saved instance
Screen reader - Glossary | MDN 1/3 https://developer.mozilla.org/en-US/docs/Glossary/Screen_reader reference web, html, css, javascript, documentation 2026-05-05T05:44:34.006476+00:00 kb-cron

MDN HTML HTML: Markup language

HTML reference

HTML guides

Markup languages

CSS CSS: Styling language

CSS reference

CSS guides

Layout cookbook

JavaScriptJS JavaScript: Scripting language

JS reference

JS guides

Web APIs Web APIs: Programming interfaces

Web API reference

Web API guides

All All web technology

Technologies

Topics

Learn Learn web development

Frontend developer course

Learn HTML

Learn CSS

Learn JavaScript

Tools Discover our tools

About Get to know MDN better

Blog

  1. Glossary
  2. Screen reader

Screen reader

Screen readers are software applications that attempt to convey what is seen on a screen display in a non-visual way, usually as text to speech, but also into braille or sound icons. Screen readers are essential to people who are visually impaired, illiterate, or have a learning disability. There are some browser extension screen readers, but most screen readers operate system-wide for all user applications, not just the browser. In terms of web accessibility, most user agents provide an accessibility object model and screen readers interact with dedicated accessibility APIs, using various operating system features and employing hooking techniques.

In this article

Common screen readers

VoiceOver

iOS and macOS comes with VoiceOver, a built-in screen reader. To access VoiceOver on macOS, go to System Settings > Accessibility > VoiceOver. You can also toggle VoiceOver on and off with fn + Command + F5. VoiceOver both reads aloud and displays content. The content read aloud is displayed in a dark grey box. VoiceOver can also be used with commands shortcuts. See VoiceOver general commands on Mac for a complete list. See VoiceOver User Guide for Mac and Use VoiceOver in apps on iPhone for more information.

Narrator

Narrator is a screen-reading application that's built into Windows 10 and Windows 11. See Complete guide to Narrator.

ChromeVox

Chromebooks have a built-in screen reader called ChromeVox, which enables people with visual impairments to use the Chrome operating system. See ChromeVox screen reader for more information.

See also