This tutorial will show you how to remove (uninstall) natural voices from Narrator and Magnifier for your account in Windows 11.
Narrator is a screen reader included with Windows 11 that describes what's on your screen. Narrator lets you use your PC without a mouse to complete common tasks if you’re blind or have low vision. It reads and interacts with things on the screen, like text and buttons. Use Narrator to read and write email, browse the internet, and work with documents.
Narrator can use installed legacy and natural voices.
Legacy voices are not always great to listen to. Especially for cases when you may want to read an article or extended text.
Natural voices use modern, on-device text to speech and once downloaded are supported without an internet connection.
Starting with Windows 11 build 26220.7262 (Dev and Beta), Narrator and Magnifier now support high-definition voices for English (United States), powered by Azure’s latest on-device text-to-speech models. These voices use generative AI to adjust tone and pacing for more natural, expressive speech. When reading with Narrator or listening to text in Magnifier, HD voices provide clearer audio and smoother flow. This helps reduce listening fatigue during long sessions and makes it easier to stay focused on the content. While natural voices are available in multiple languages, HD voices are currently offered in English (United States). Both Narrator and Magnifier allow you to personalize your experience by adjusting voice speed and switching between voices anytime.
You can remove (uninstall) Narrator natural voices when no longer wanted to free up drive space.
When you remove a natural voice, it is removed from both Narrator and Magnifier.
EXAMPLE: Added natural voices available to choose
Here's How:
1 Open Windows Terminal, and select Windows Powershell.
2 Copy and paste the command below into Windows Terminal, and press Enter to see a list of all currently installed natural voices for your account. (see screenshot below step 3)
Get-AppxPackage -Name "*Voice*" | Select Name, PackageFullName3 Make note of the PackageFullName (ex: "MicrosoftWindows.Voice.en-US.Jenny.1_1.0.8.0_x64__cw5n1h2txyewy") for the natural voice Name (ex: "Jenny") you want to remove (uninstall). (see screenshot below)
4 Type the command below into Windows Terminal, and press Enter to uninstall the natural voice. (see screenshot below)
Remove-AppxPackage -Package "PackageFullName"Substitute PackageFullName in the command above with the actual PackageFullName (ex: "MicrosoftWindows.Voice.en-US.Jenny.1_1.0.8.0_x64__cw5n1h2txyewy") from step 3.
For example:
Remove-AppxPackage -Package "MicrosoftWindows.Voice.en-US.Jenny.1_1.0.8.0_x64__cw5n1h2txyewy"
5 When finished, you can close Windows Terminal if you like.
That's it,
Shawn Brink
Related Tutorials
- Turn On or Off Magnifier in Windows 11
- Use Magnifier "Read from here" in Windows 11
- Turn On or Off Narrator in Windows 11
- Change Narrator Voice in Windows 11
- Change Magnifier Voice in Windows 11
- Add Natural Voices to Narrator and Magnifier in Windows 11
- Change Narrator Voice Speed, Pitch, and Volume in Windows 11
- Change Magnifier Voice Speed in Windows 11
Last edited:











