Skip to content
Follow
Windows

How to Uninstall Voice Access Languages in Windows 11

Richard
Written by
Richard
Feb 5, 2026 Updated Jul 13, 2026 3 min read
How to Uninstall Voice Access Languages in Windows 11
How to Uninstall Voice Access Languages in Windows 11

Uninstalling Voice Access languages in Windows 11 removes voice packs you don’t need from your PC.

Voice Access is a feature that lets you control your computer using your voice to open apps, type, and navigate Windows 11.

Windows 11 lets you install multiple Voice Access languages, perhaps for different accents like English (UK) or English (India). You can easily remove any language packs you added but no longer use.

Cleaning out these extra language files helps free up storage space on your computer. It also ensures Voice Access runs more efficiently by only loading the languages you actively need.

⚡ Quick Answer

Go to Settings Apps Installed apps, find the speech pack by name, click the three dots, and select Uninstall. Alternatively, use Windows Terminal with the Remove-AppxPackage command. This removes unwanted language packs.

What is Voice Access?

Voice Access is a tool in Windows 11 that helps you control your PC by speaking. It supports several English language versions:

  • English – US
  • English – UK
  • English – India
  • English – New Zealand
  • English – Canada
  • English – Australia
📝Good to Know
You can add or switch between these languages in Voice Access Settings Languages

How to Uninstall Voice Access Languages

Voice Access languages can be removed in two ways: using the Windows Settings app or using the Windows Terminal app. Let's go through both.

1Using Windows Settings

You can uninstall Voice Access languages in Windows 11 directly from the Settings app. This method is convenient for managing your installed language packs. Follow these steps inside the app to remove a language you don't need anymore.

  1. Click the Start button (Windows icon) at the bottom-left corner.
  2. Select Settings (gear icon).
  3. From the left menu, click Apps.
  4. Click on Installed apps.
  5. Scroll through the list and find the language pack you want to remove. It will be named something like Speech Pack (English United Kingdom).
  6. Click the three dots (Settings option) next to it and choose Uninstall.
  7. When Windows asks, click Uninstall again to confirm.
Windows 11 Settings Installed Apps
windows 11 settings installed apps

Uninstall Voice Access Language in Windows 11
Uninstall Voice Access Language in Windows 11

2Using Windows Terminal

For those comfortable using commands, Windows Terminal offers a quick way to uninstall Voice Access languages in Windows 11. This method requires you to run Windows Terminal with administrator privileges. It's an efficient approach if you're familiar with the necessary commands.

⚠️ Admin Required: This method requires administrator privileges.

Steps:

  1. Open Windows Terminal as an administrator. To do this:
    • Click Start, type Terminal, right-click on Windows Terminal, and select Run as administrator.
  2. Type this command to see a list of installed Voice Access languages:

    Get-AppxPackage *MicrosoftWindows.Speech* | Select Name, PackageFullName
  3. You will see a list like this:

    Name PackageFullName
    ---- ---------------
    MicrosoftWindows.Speech.en-US.1 MicrosoftWindows.Speech.en-US.1_1.0.16.0_x64__cw5n1h2txyewy
    MicrosoftWindows.Speech.en-IN.1 MicrosoftWindows.Speech.en-IN.1_1.0.7.0_x64__cw5n1h2txyewy
    MicrosoftWindows.Speech.en-GB.1 MicrosoftWindows.Speech.en-GB.1_1.0.7.0_x64__cw5n1h2txyewy
  4. Find the PackageFullName of the language you want to uninstall.
  5. Then run this command, replacing the package name with the one you want to remove:

    Remove-AppxPackage -Package 'MicrosoftWindows.Speech.en-GB.1_1.0.7.0_x64__cw5n1h2txyewy'
  6. After running the command, the language pack will be removed from your PC.

Summary

Voice Access languages can be uninstalled in Windows 11 using either the Settings app or Windows Terminal. The Settings app is ideal if you prefer clicking through menus. For those comfortable typing commands, Windows Terminal offers a faster removal process.

  • Using Settings is easier if you prefer clicking through menus.
  • Using Terminal is faster if you're comfortable with commands.
  • Removing languages you don't need helps keep your PC clean and organized.

If you want to learn more about turning Voice Access on or off or installing new Voice Access languages, check out these helpful guides.

If you have questions or tips, feel free to leave a comment below!

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 Set Up Voice Isolation in Voice Access on Windows 11
Windows How to Set Up Voice Isolation in Voice Access on Windows 11
How to Change Voice Access Filtering Options in Windows 11
Windows How to Change Voice Access Filtering Options in Windows 11
How to Uninstall Voice Access Languages in Windows 11
Windows How to Uninstall Voice Access Languages in Windows 11
How to Disable Custom Voice Access Commands in Windows 11
Windows How to Disable Custom Voice Access Commands in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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