/
/

How to Uninstall or Remove Voice Access Language in Windows 11

by Angelo Salandanan, IT Technical Writer
How to Uninstall or Remove Voice Access Language in Windows 11 blog banner image

Voice Access in Windows 11 supports multiple languages, but IT environments or individual users may want to declutter and remove languages they don’t use. On that note, this guide outlines how to remove languages for Voice Access and offers additional considerations and tips for swift deployment and configuration.

Methods for removing languages for Voice Access

Use the table to choose and quickly navigate to your preferred activation steps.

📌 Prerequisites:

  • Some methods may require system and network access.
  • The language pack you intend to remove must not be set as the system default.

Choose a Method

💻

Best for Individual Users 

💻💻💻

Best for Enterprises

Method 1: Windows Settings
Method 2: PowerShell script

💡 Tip: Check out the Things to look out for section to optimize your action plan and manage risks.

Method 1: Remove languages for Voice Access via Settings

This method is best for self-service or Remote Desktop Protocol activation.

📌 Use cases: General configuration and RDP

Steps:

  1. Open Settings from Search 🔎 or press Win + I.
  2. Navigate to Apps → Installed apps.
  3. Scroll down or use Search to find the Speech Pack language (e.g., Speech Pack – United Kingdom) you wish to remove.
  4. Click on the three-dot menu icon next to the language pack and select Uninstall.
  5. Confirm the uninstallation prompt.

This method immediately removes the selected Voice Access language pack from the system.

Method 2: Remove languages for Voice Access via a PowerShell script

PowerShell scripts are incredibly convenient for task automation and software deployment.

📌 Use case: Automation and RMM scripting

Steps:

  1. Use Search 🔎 to open Terminal → PowerShell → Run as administrator.
  2. Run the following command to list all installed speech pack languages:
    Get-AppxPackage *MicrosoftWindows.Speech* | Select Name, PackageFullName
  3. Identify the PackageFullName of the speech pack language you intend to uninstall.
  4. Run the following command to remove the specific package:
    Remove-AppxPackage -Package “PackageFullName”
  5. Close Windows Terminal after the process has been completed.

💡 Note: This script may run or fail without displaying any confirmation or prompt. To confirm if changes have been applied successfully, check the corresponding Registry keys or system settings.

⚠️ Things to look out for when removing language packs

Missing something? Consider these scenarios and tips for handling errors, preventing system issues, and reinforcing policies.

Risks

Potential Consequences

Reversals

Removing the wrong language packLoss of required Voice Access functionality for the user or regionDownload and reinstall the language pack.
Uninstalled the default or system-preferred languagesUnexpected behavior in accessibility tools or UI inconsistenciesAdd the language back via Settings → Time & Language → Language & region.

Best practices for managing Voice Access in Windows 11

One of the simplest and most effective ways to streamline system performance and user experience is to remove unused assets. As such, you may consider uninstalling extra Voice Access language packs in a Windows 11 machine to declutter personal devices or managed environments.

For deployment strategies, Windows Settings is a straightforward method of managing preferences. Otherwise, Windows Registry and PowerShell both provide more flexibility for advanced users and IT administrators, especially in controlled environments.

Related topics:

Quick-Start Guide

The NinjaOne platform offers flexible scripting capabilities that could help with this task. Here are a few key points:

  1. NinjaOne supports Windows 11 and has various scripts for managing Windows features.
  2. You might want to use PowerShell commands to remove or disable Voice Access Language.

FAQs

Open the Settings app and go to Time & Language → Speech to ensure that the uninstalled language is no longer listed under Voice Access.

If the language pack is not listed under Installed apps, it may be integrated as part of a language feature. In such cases, follow these steps:

  1. Navigate to Time & Language → Language & Region.
  2. Select the language you want to uninstall and click on Language options.
  3. Remove the Speech component.

Consider reinstalling the language pack to replace the existing copy, then try to uninstall it again via Settings or by using any of the alternative methods listed above. Additionally, make sure that the language pack is not set as the default display or input language.

Some speech packs may be retained as cached data or partially uninstalled. Confirm the removal in Installed apps or check the relevant Registry keys to manually remove all the residual entries. Lastly, restart the system for changes to take effect.

You might also like

Ready to simplify the hardest parts of IT?