Accessibility Uninstall Voice Access Language in Windows 11


  • Staff
Voice_access_banner.png

This tutorial will show you how to uninstall speech pack languages for Voice Access for your account in Windows 11.

Voice access is a new feature in Windows 11 that enables everyone, including people with mobility disabilities, to control their PC and author text using only their voice and without an internet connection. For example, you can open and switch between apps, browse the web, and read and author email using your voice.

When you turn on voice access for the first time, you are prompted to download voice access language files to be used by on-device speech recognition.

Voice access is currently available in English in the following dialects - English - US, English - UK, English - India, English - New Zealand, English - Canada, English - Australia, English - Ireland.

Once the language files have been downloaded, voice access works regardless of your internet connection status.

You can switch to a different language at any time from Voice Access Settings > Languages.

If you no longer need to use an installed language for Voice Access, you can uninstall it.


Contents

  • Option One: Uninstall Voice Access Language in Settings
  • Option Two: Uninstall Voice Access Language in PowerShell




Option One

Uninstall Voice Access Language in Settings


1 Open Settings (Win+I).

2 Click/tap on Apps on the left side, and click/tap on Installed apps on the right side. (see screenshot below)


Uninstall_voice_access_language_Settings-1.png

3 Click/tap on the 3 dots button for the Speech Pack language (ex: "English (Australia)") you want to uninstall, and click/tap on Uninstall. (see screenshot below)

Uninstall_voice_access_language_Settings-2.png
]​

4 Click/tap on Uninstall to confirm. (see screenshot below)

Uninstall_voice_access_language_Settings-3.png

5 When finished, you can close Settings if you like.




Option Two

Uninstall Voice Access Language in PowerShell


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 installed speech pack languages. (see screenshot below step 3)

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

3 Make note of the PackageFullName (ex: "MicrosoftWindows.Speech.en-AU.1_1.0.7.0_x64__cw5n1h2txyewy") of the speech pack language (ex: "en-AU") you want to uninstall. (see screenshot below)

Uninstall_voice_access_language_PowerShell-1.png

4 Type the command below into Windows Terminal, and press Enter. (see screenshot below)

Remove-AppxPackage -Package 'PackageFullName'

Substitute PackageFullName in the command above with actual PackageFullName (ex: "MicrosoftWindows.Speech.en-AU.1_1.0.7.0_x64__cw5n1h2txyewy") from step 3.

For example: Remove-AppxPackage -Package 'MicrosoftWindows.Speech.en-AU.1_1.0.7.0_x64__cw5n1h2txyewy'


Uninstall_voice_access_language_PowerShell-2.png

5 When finished, you can close Windows Terminal if you like.


That's it,
Shawn Brink


 

Attachments

  • Voice_access.png
    Voice_access.png
    5 KB · Views: 36
Last edited:

Latest Support Threads

Back
Top Bottom