Skip to content

Narrator — Windows Built-in Screen Reader

DodaTech Updated 2026-06-28 3 min read

In this tutorial, you will learn about Narrator. We cover key concepts, practical examples, and best practices to help you master this topic.

Narrator is the built-in screen reader in Windows, improving rapidly with each release and providing a free, no-install testing option for Windows Accessibility.

In this tutorial, you'll learn about Narrator on Windows.

What You'll Learn

By the end of this lesson, you'll understand Narrator's features, key shortcuts, scan mode, and how to use it for basic Accessibility Testing.

Why It Matters

Narrator is available on every Windows computer with no installation or cost. It is improving rapidly and now competes with NVDA for many testing scenarios.

Real-World Use

DodaTech uses Narrator for quick accessibility spot-checks because it is available on every developer's Windows machine without installation.

Narrator Overview

flowchart LR
  A[Narrator Windows] --> B[Scan Mode]
  A --> C[Navigation Mode]
  B --> D[Arrow key navigation]
  B --> E[Quick navigation keys]
  C --> F[Tab navigation]
  C --> G[Form interaction]

Key Narrator Shortcuts

Shortcut Function
Win+Ctrl+Enter Toggle Narrator
CapsLock+Space Toggle scan mode
H Next heading
K Next link
D Next landmark
B Next button
F Next form field
T Next table
CapsLock+Right/Left Next/previous item
CapsLock+F6 Navigate by landmark
CapsLock+F5 List of links and headings
Ctrl Stop speech

Scan Mode

Narrator's scan mode is similar to NVDA's browse mode. Enable it with CapsLock+Space:

<!-- Scan mode allows navigation with arrow keys and quick keys -->
<nav aria-label="Main">
  <a href="/">Home</a>
  <a href="/products">Products</a>
</nav>
<main>
  <h1>Welcome</h1>
  <p>Content here.</p>
</main>

In scan mode, press H to jump to "Welcome" heading, K to jump to links, D to jump to landmarks.

Narrator-Specific Behavior

Narrator has some unique behaviors compared to NVDA and JAWS:

  • Better Edge integration: Narrator works best with Microsoft Edge.
  • ARIA support catching up: Narrator's ARIA support improves with each Windows update.
  • Scan mode by default: Many users navigate primarily in scan mode.
  • Verbosity settings: Narrator has detailed verbosity controls.

Common Mistakes

  • Not enabling scan mode: Without scan mode, Narrator behaves like a basic reading tool.
  • Testing only in Chrome: Narrator works best in Edge.
  • Assuming Narrator is identical to NVDA: Narrator has unique behaviors and limitations.
  • Not updating Windows: Older Windows versions have less capable Narrator versions.

Practice and Challenge

1. How do you start Narrator? Win+Ctrl+Enter.

2. How do you toggle scan mode? CapsLock+Space.

3. What key opens the Narrator headings list? CapsLock+F5.

4. Which browser does Narrator work best with? Microsoft Edge.

5. Challenge: Enable Narrator on Windows, navigate your website, and list three differences you notice compared to NVDA.

FAQ

Is Narrator free?

Yes. Narrator is built into Windows at no additional cost.

Does Narrator work with Chrome and Firefox?

Yes, but it works best with Microsoft Edge.

How do I adjust Narrator speech rate?

Win+Ctrl+Plus/Minus to adjust speech rate.

Does Narrator support braille?

Yes. Narrator supports braille displays.

Is Narrator suitable for comprehensive testing?

Yes, especially in Windows 11 where Narrator has improved significantly.

Mini Project

Using Narrator on Windows 11, perform a complete accessibility audit of your website. Compare the results with an NVDA audit and document the differences.

What's Next

Continue to Orca to learn about the Linux screen reader.

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro