Skip to content
Follow
Windows

How to Remove a Language in Windows 11

Richard
Written by
Richard
Mar 14, 2026 Updated Jul 12, 2026 3 min read
How to Remove a Language in Windows 11
How to Remove a Language in Windows 11

Removing a language in Windows 11 stops it from appearing in your menus and apps.

A language pack in Windows 11 includes the language you see on screen, how you type, and speech features. When you uninstall one, like Spanish, you won’t see Spanish menus or be able to type in Spanish anymore.

Windows 11 offers more than 100 language packs you can install. You might want to remove a language pack if you installed it by mistake or no longer need it.

Removing unused language packs can also free up a small amount of storage space on your computer.

⚡ Quick Answer

Uninstall a language pack via Settings Time & language Language & region. Click the three dots next to the unwanted language and select Remove. You must change your display language first if it’s the one you wish to remove.

How to Remove a Language Using Settings

Removing a language from Windows 11 is possible through the Settings app.
  1. Open Settings : Press Windows key + I on your keyboard.
  2. On the left side, click Time & language. Then click Language & region on the right.
  3. Under Preferred languages, find the language you want to remove.
  4. Click the three dots () next to the language and select Remove.
  5. If the language is your current display language, you won’t be able to remove it. Change your display language first.
  6. Confirm by clicking Yes when asked.
  7. Close Settings when done.
Windows 11 Settings showing Time and Language region options
Windows 11 Settings: Time, language, and region options for taskbar customization.
remove a language from windows 11
remove a language from windows 11

How to Remove a Language Using PowerShell

If you’re comfortable with computer commands, you can remove a language in Windows 11 using PowerShell.

  1. Open Windows Terminal by right-clicking the Start button and choosing it. Select Windows PowerShell as the tab.
  2. Type Get-WinUserLanguageList and press Enter. This shows all languages installed on your account.
  3. Find the LanguageTag for the language you want to remove. For example, “en-GB” is English (United Kingdom).
  4. Type $LangList = Get-WinUserLanguageList and press Enter.
  5. Type this command, replacing LanguageTag with the tag you found:


    $MarkedLang = $LangList | Where LanguageTag -eq "LanguageTag"
  6. Type $LangList.Remove($MarkedLang) and press Enter.
  7. Finally, type Set-WinUserLanguageList $LangList -Force and press Enter.
  8. You can now close PowerShell.

Things to Remember

  • You can remove languages either through Settings or PowerShell.
  • You cannot remove a language that is currently your Windows display language. Change your display language first.
  • Removing a language also deletes its extra features like text-to-speech and handwriting.
  • Always confirm the removal when prompted to avoid mistakes.

Need More Help?

If you need more help with your Windows 11 language settings, Microsoft offers official guides that explain how to manage languages and keyboard options.

Users can organize their Windows 11 language settings by following specific steps. This process allows for a clean and personalized user experience, ensuring only desired languages appear.

```

How do I completely remove a language from 🪟 Windows 11?

To remove a currently installed language pack: Select Start and then select Settings > Time & language > Language. In the Language window, under Preferred languages, select the language that needs to be removed and then select the Remove button.

How do I remove multi language?

And click on the time. And language option here and it will bring up for this time. And language settings for you. So go and click onto the language and region.

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 Add a Language in Windows 11
Windows How to Add a Language in Windows 11
Remove Input Language Keyboard in Windows 11: Step-by-Step Guide
Windows Remove Input Language Keyboard in Windows 11: Step-by-Step Guide
How to Install a Language Pack in Windows 11
Windows How to Install a Language Pack in Windows 11
How to Change Display Language in Outlook for Windows 11
Windows How to Change Display Language in Outlook for 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 *