Skip to content
Follow
Windows 🟡 Intermediate

How To Clear Cached Speech Model Data In Windows 11 Language Settings

Richard
Written by
Richard
Sep 7, 2026 7 min read
How to clear cached speech model data in Windows 11 Language settings
How to clear cached speech model data in Windows 11 Language settings

Cached speech model data in Windows 11 stores temporary audio files, pronunciation patterns, and voice recognition data that help your computer understand you faster. Over time, these files can grow very large or get broken, causing voice tools to stop working or language packs to fail.

Advertisement

Clearing out this old speech data deletes the broken files and forces Windows 11 to download fresh language packs. You can fix most voice recognition problems and free up storage space by clearing this data through the Windows 11 settings menu.

⚡ Quick Answer

Open Settings Time & language Language & region to clear cached speech model data in Windows 11 Language settings. Click the three dots next to an installed language pack you no longer need, select Remove, and Windows will delete the old voice data and free up your storage space.

Advertisement

Checking Your Current Storage and Language Settings

Checking how much space language settings and voice packs currently use helps you decide if you need to clear cached speech model data in Windows 11 Language settings. You can easily view your current storage usage through the main Windows settings menu by opening the system storage page and looking at the installed language features.

Follow these simple steps to view your language and voice settings in Windows 11:

  1. Click the Start button on your taskbar and open the Settings app. You can also press the Win+I keys on your keyboard at the same time to open Settings quickly.
    Taskbar
    Taskbar
  2. In the Settings window, click on Time & language on the left-side menu.
  3. Click on Language & region to see all the languages currently installed on your computer.
    Windows 11 Settings: Time, language, and region options for taskbar customization.
    Windows 11 Settings: Time, language, and region options for taskbar customization.
  4. Look through your installed languages to check if any speech, handwriting, or text-to-speech features are active.
  5. If you use Voice Access, you can check its specific settings by going to Accessibility in the main Settings menu, and then clicking on Voice access.

Take note of which languages and voice packs you actively use. If you see language packs that you no longer need, or if your voice features are acting up, you are ready to move on to the cleaning methods below.

Method 1Removing Unwanted Voice Access Languages via Settings

Removing unwanted voice access languages through the standard settings menu is the easiest way to clear cached speech model data in Windows 11 Language settings. When you uninstall a language pack you no longer use, Windows automatically deletes all of the tied speech models and cached data to free up your hard drive space.

Advertisement
📝Note
You will need administrator privileges on your computer to install or remove language packs and speech models.

Follow these steps to remove unneeded language packs:

  1. Open the Settings app by pressing the Windows Key + I keys.
    Settings
    Settings
  2. Select Time & language from the menu.
  3. Click on Language & region.
  4. Find the language pack that you want to remove in the list under the "Preferred languages" section.
  5. Click the three dots (ellipsis button) next to the language name.
    Settings › Time & language › Language & region › Preferred languages
    Settings › Time & language › Language & region › Preferred languages
  6. Click on Remove from the pop-up menu. If the remove option is greyed out, it might be your main display language, or your computer may require an administrator account to make the change.
  7. Confirm your choice if Windows asks you to verify the removal.

Once you remove the language pack, Windows will delete all the associated speech recognition data and cached files for that language, freeing up space on your hard drive.

Method 2Cleaning Up System Storage and Temporary Files

Sometimes, cached speech model data is stored inside the general system temporary files or leftover update caches rather than a specific language folder. Windows 11 includes a built-in tool called Disk Cleanup and a Storage settings page to help you wipe away these hidden junk files.

Advertisement

You can clear out general system cache files that might contain leftover speech data by opening the Disk Cleanup tool in Windows 11. To start this process, press the Windows key, type disk cleanup, and select the app to remove temporary files that can take up to 5 gigabytes of unnecessary storage space on your hard drive.

  1. Open the Settings app by pressing the Windows Key + I keys.
  2. Click on System on the left-side menu.
  3. Click on Storage to see a breakdown of what is taking up space on your computer.
    Settings › System › Storage
    Settings › System › Storage
  4. Click on Temporary files to let Windows scan your system for files that can safely be deleted.
  5. Wait a moment for the scan to finish. Once the list appears, look through the categories. You can safely select options like "Windows update cleanup," "Delivery Optimization files," and "Temporary files."
  6. Review the boxes carefully, then click the Remove files button at the top or bottom of the list.

Clearing cached speech model data in Windows 11 Language Settings removes unneeded system junk, clearing out general clutter that often accumulates alongside your speech and language caches. This cleanup process matters because deleting temporary data frees up valuable storage space on your hard drive and helps your computer run faster. You can safely complete this cleanup without affecting your personal files or active system settings.

Method 3Using PowerShell to Remove Stubborn Language Packs

Windows PowerShell allows you to force your computer to remove a stubborn language feature when standard settings menus fail to delete a corrupted language pack or its stuck speech cache. You can run specific PowerShell commands to completely erase the cached speech model data from Windows 11 when normal removal steps do not work.

⚠️Warning
Clearing cached speech model data in Windows 11 Language Settings using command-line tools requires administrator privileges. You must follow the command steps very carefully because making a mistake in the command prompt can damage your system files and settings.
Advertisement
  1. Click the Start button, type PowerShell in the search bar.
    PowerShell
    PowerShell
  2. Right-click on Windows PowerShell in the search results and choose Run as administrator. (Note: This step requires administrator privileges).
  3. If a warning window pops up asking if you want to allow this app to make changes to your device, click Yes.
  4. Type this command into the PowerShell window to view installed language packs, then press Enter:
    Get-WinUserLanguageList
  5. Find the language tag (for example, en-US) for the language pack you want to remove.
  6. To remove the specific language and its associated speech data, enter the following commands one by one, pressing Enter after each line (replace en-US with your target language tag if needed):
    $LanguageList = Get-WinUserLanguageList
    $LanguageList = $LanguageList | Where-Object {$_.LanguageTag -ne "en-US"}
    Set-WinUserLanguageList $LanguageList -Force
  7. Close the PowerShell window once the process finishes.

Using PowerShell forces Windows to clear out stubborn language configurations and their underlying cache files when the normal settings menu does not work.

Expert Tips for Managing Windows Speech Models and Storage

Managing Windows speech models and storage effectively requires following a few simple habits to prevent your hard drive from filling up with junk files. Knowing how to clear cached speech model data in Windows 11 Language settings and only installing the languages you actually need will keep your computer running smoothly.

  • Only install languages you actually use: Do not download extra language packs "just in case." Each pack adds extra speech model data that takes up hard drive space and downloads updates in the background.
  • Back up your files before major changes: If you plan to make deep changes to system files or use PowerShell scripts, always back up your important personal documents to an external drive or cloud storage first.
  • Restart your computer after cleaning: Once you remove a language pack or clear out system cache files, restart your computer. This gives Windows a chance to refresh its memory and release any locked temporary files.
  • Check for Windows Updates: Keep your operating system up to date. Microsoft frequently releases updates that fix bugs with Voice Access and speech recognition software.

Summary

Clearing cached speech model data in Windows 11 Language settings helps you free up storage space, fix broken voice features, and keep your computer running well. You can easily remove unwanted voice packs, clean up temporary system files, or use PowerShell to delete stubborn language data whenever your system needs a fresh start.

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.

Advertisement

📚 Related Tutorials

How To Manage Display Language Packs In Windows 11 Language And Region Settings
Windows How To Manage Display Language Packs In Windows 11 Language And Region Settings
How To Install Text-to-speech Voices In Windows 11 Speech Settings
Windows How To Install Text-to-speech Voices In Windows 11 Speech Settings
Which Speech Recognition Engine Should You Use In Windows 11 Accessibility Speech Settings
Windows Which Speech Recognition Engine Should You Use In Windows 11 Accessibility Speech Settings
What Breaks When You Remove Speech Recognition Packages In Windows 11
Windows What Breaks When You Remove Speech Recognition Packages 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 *