How to Uninstall Voice Access Languages in Windows 11
You uninstall voice-access-in-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="10101">Voice Access languages in Windows 11 by navigating to Settings and managing your preferred languages.
Voice Access lets you control your PC entirely with your voice, making it accessible even without a mouse or keyboard. Windows 11 offers support for multiple languages, but you might need to remove ones you no longer use to free up disk space.
Removing these language packs, which can be several hundred megabytes each, helps optimize your system performance and declutters your storage.
This process ensures you only have the speech recognition data for the languages you actively use.
Using the Windows Settings App
This method is the easiest way to manage your installed languages through the graphical interface.
- Click Start and select Settings.
- Go to Apps then Installed apps.
- Find the Speech Pack you want to remove in the list.
- Click the three dots (…) next to the item.
- Select Uninstall.
- Click Uninstall again to confirm.


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:
Get-AppxPackage *MicrosoftWindows.Speech* | Select Name, PackageFullName
Find the PackageFullName of the language you want to remove. Use that name in this command:
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:
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?
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.
No comments yet — be the first to share your thoughts!