Follow
Windows

How to Uninstall Voice Access Languages in Windows 11

Richard
Written by
Richard
Sep 24, 2023 Updated May 1, 2026 3 min read
How to Uninstall Voice Access Languages in Windows 11

voice-access-for-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="2655">Voice access is a powerful tool that lets you control your PC and type using only your voice. It helps you open apps and move around Windows without a mouse or keyboard. When you first start, Windows checks if your display language is ready to work. You can add extra languages later, but if you change your mind, you can remove them to save space.

Why do this?

Removing unused language packs helps keep your computer clean, improves system performance, and frees up valuable storage space on your drive.

What happens when done?

The specific language pack will be deleted from your system. You will no longer be able to use that language for voice commands, and the associated speech recognition data will be removed.

Using the Windows Settings App

This method is the easiest way to manage your installed languages through the graphical interface.

  1. Click Start and select Settings.
  2. Go to Apps then Installed apps.
  3. Find the Speech Pack you want to remove in the list.
  4. Click the three dots () next to the item.
  5. Select Uninstall.
  6. Click Uninstall again to confirm.
windows 11 settings installed apps
Uninstall Voice access language in Windows 11

Using Windows Terminal (Advanced)

Note: This method requires admin privileges. You can use command-line tools to remove these packs quickly. First, open the Terminal app as an administrator.

Type the following command to see a list of your installed speech packs:

PowerShell
Get-AppxPackage *MicrosoftWindows.Speech* | Select Name, PackageFullName

Find the PackageFullName of the language you want to remove. Use that name in this command:

💻Code
Remove-AppxPackage -Package 'MicrosoftWindows.Speech.en-GB.1_1.0.7.0_x64__cw5n1h2txyewy'

Troubleshooting Greyed-Out Options

If the uninstall button is greyed out, it is likely because the language is currently set as your primary display language or is required by the Windows Update service. Ensure you have a secondary language installed before attempting to remove the current one. You may also need to restart the Windows Speech Recognition service in the Services console.

Verification of Removal

To verify that the language pack is gone, run the following command in an elevated PowerShell window:

PowerShell
Get-AppxPackage -Name *Speech*

If the package name no longer appears in the output, the removal was successful. You can also check your disk space in Settings > System > Storage to confirm the space has been reclaimed.

Summary

Managing your Voice access languages is simple. You can use the Settings menu for a visual approach or Windows Terminal for a faster, command-based method. Removing languages you do not use ensures your system stays organized and efficient. Remember that after installing a new language, you can always manage or remove these tools via Windows Settings if your needs change. For more tips, check out our guide on optimizing Windows 11 performance.

Why can’t I find the language pack in the Installed Apps list?

Some speech packs are managed as optional features rather than standard apps. If you cannot find them in Installed Apps, navigate to Settings > Time & language > Language & region. Click the three dots next to your language, select Language options, and look under the Speech section to remove it there.

Does removing a Voice Access language affect other Windows features?

Removing a Voice Access language only impacts the speech-to-text capabilities for that specific language. It does not affect your display language, keyboard layout, or other core Windows features. However, ensure you do not remove the language currently set as your primary system language to avoid potential interface issues.

Can I reinstall a Voice Access language after removal?

Yes, you can easily reinstall any language pack at any time. Simply go to Settings > Time & language > Language & region, click Add a language, and ensure the Speech recognition box is checked during the installation process. This will restore full Voice Access functionality for that language.

Was this guide helpful?

Tags: #Windows 11
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.

2474 articles → Twitter

📚 Related Tutorials

How to Disable Custom Voice Access Commands in Windows 11
Windows How to Disable Custom Voice Access Commands in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Install Additional Languages in Voice Access for Windows 11
Windows How to Install Additional Languages in Voice Access for Windows 11
How to Enable Voice Access on Windows 11 Sign-In
Windows How to Enable Voice Access on Windows 11 Sign-In

Leave a Reply

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