Windows

How to Add Natural Voices in Windows 11 Narrator

Richard
Written by
Richard
Jul 23, 2023 Updated Apr 17, 2026 2 min read
How to Add Natural Voices in Windows 11 Narrator

Windows 11 includes a built-in screen reader called the Narrator app. It helps people with limited vision by reading text, buttons, and links aloud.

Why use voices-in-windows-11-narrator/" class="sal-link" rel="noopener" target="_blank" data-sal-id="8981">Natural Voices? Legacy voices often sound robotic and hard to understand. Natural voices use state-of-the-art text-to-speech technology to sound more like a real human. Once you install them, they work even if you are offline.

What happens when done? You will have a clear, easy-to-understand voice reading your screen content, making your computer much easier to navigate.

How to Add Natural Voices

Follow these steps to download new voices:

  1. Open the Windows Settings app. You can do this by clicking the Start menu or pressing the Windows key + I on your keyboard to open Settings app.
  2. Click on Accessibility in the menu on the left side of the window.
windows 11 accessibility tile

  1. Click the Narrator tile on the right.
Windows 11 add or remove natural voices to the narrator app

  1. Find the section labeled Narrator’s voices and click the Add button next to “Add natural voices.”
Windows 11 add or remove natural voices to the narrator app

  1. A new window will appear. Choose the voice you want to use and click Install.
Windows 11 add or remove natural voices to the narrator app

  1. Wait for the download to finish. You will get a notification when it is ready.
Windows 11 add or remove natural voices to the narrator app

  1. You can now select this new voice in your Narrator settings.
Windows 11 add or remove natural voices to the narrator app

How to Remove Natural Voices

If you need to free up space, you can remove these voices. This task requires administrative privileges.

  1. open the PowerShell app to open PowerShell 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

  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 your Windows 11 Narrator is a great way to make your computer easier to use. By choosing the high-quality Natural options over the older Legacy ones, you get a smoother, more human-like experience for reading emails, websites, and documents. If you ever need to save space, you can use PowerShell to remove the files easily.

For more information, see the Windows Experience Blog.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2467 articles → Twitter

📚 Related Tutorials

How to Add Natural Voices in Windows 11 Narrator
Windows How to Add Natural Voices in Windows 11 Narrator
How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11
How to Change Narrator Voice in Windows 11
Windows How to Change Narrator Voice in Windows 11
How to Auto Start Narrator in Windows 11
Windows How to Auto Start Narrator in Windows 11

10 responses to “How to Add Natural Voices in Windows 11 Narrator”

Leave a Reply

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