Skip to content
Follow
Windows

How to Add Natural Voices in Windows 11 Narrator

Richard
Written by
Richard
Jul 23, 2023 Updated Aug 13, 2026 2 min read
How to Enable or Disable Closing Warnings in Windows Terminal
How to Enable or Disable Closing Warnings in Windows Terminal

Natural voices in Windows 11 Narrator turn the built-in screen reader into a smooth, life-like assistant that reads on-screen text without the old robotic sound. Microsoft built these high-quality voices using modern speech technology to make websites, documents, and menus sound clear and natural.

You can add these voices directly through the Windows 11 Settings app by downloading speech packs like Microsoft David or Microsoft Zira. This quick setup helps you read long articles, browse files, and navigate your PC much faster.

⚡ Quick Answer

Open Settings, navigate to Accessibility, then Narrator. Click “Add” under Narrator’s voices, choose a natural voice, and click Install. Wait for the download to complete.

Troubleshooting Natural Voices

Missing natural voices in Windows 11 usually point to an inactive internet connection. Active network access remains necessary for downloading language packs from the Microsoft Store.

Language Support and Integration

Natural voices offer many languages for accessibility needs. The official Microsoft language support page houses the full directory. Direct integration connects these natural voices with Narrator and other accessibility features, including Immersive Reader in Microsoft Edge. Offline functionality kicks in automatically once the download finishes.

How to Remove Natural Voices (Admin Required)

Conserving storage space involves removing unwanted Natural Voices in Windows 11. Administrator rights are mandatory here. First, open PowerShell (Windows’ command-line shell) with administrator privileges and list the installed speech packages. Then, execute the removal command targeting the specific voice package slated for deletion.

  1. Open the PowerShell app as an administrator.
  2. Type the following command to see a list of your installed voices:
PowerShell
Get-AppxPackage -Name "*Voice*" | Select Name, PackageFullName
Windows 11 add or remove natural voices to the narrator app
Windows 11 add or remove natural voices to the narrator app
  1. Find the package name in the list, then run this command to remove it (replace the example text with the specific package name from your list):
💻Code
Remove-AppxPackage -Package MicrosoftWindows.Voice.en-US.Aria.1_1.0.8.0_x64__cw5n1h2txyewy

Summary

Adding natural voices to Windows 11 Narrator transforms daily computer use by providing a smoother, more human-like reading experience across all applications.

Why are natural voices not showing up in Narrator settings?

Natural voices might not appear in Narrator settings if network connectivity drops mid-download, requiring a check of both the internet connection and Windows Update status.

Can I use natural voices offline after installation?

Offline usage of natural voices in Windows 11 functions normally once local storage finishes downloading the files.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Add Natural Voices in Windows 11 Narrator
Windows How to Add Natural Voices in Windows 11 Narrator
How to Fix Windows Update Failures in Windows 11
Windows How to Fix Windows Update Failures in Windows 11
How to Change Narrator Voice in Windows 11
Windows How to Change Narrator Voice in Windows 11
How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11

10 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *