Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

How to forcefully remove Language Pack on Windows 10 and 11

Posted on 14/07/202211/12/2023 Imoh Etuk By Imoh Etuk No Comments on How to forcefully remove Language Pack on Windows 10 and 11
  1. Home
  2. Windows
  3. How to forcefully remove Language Pack on Windows 10 and 11
How-to-Remove-Language-Pack

In this article, we will discuss how to forcefully remove Language Pack on Windows 10 and 11. Windows 10 and 11 are available in various languages, and you can even install language packs for each language you speak. This feature allows you to use a specific language for display (Settings and File Explorer) while still using a different language for the keyboard, apps, and websites. See the following related articles: how to add languages to your Personal PC, how to change or add another keyboard language in Windows Server, Local Experience Packs: How to add languages to Windows images using DISM and PowerShell.

With millions of worldwide users, Windows OS is one of the most popular desktop and laptop operating systems. Currently, it’s installed on over 900 million devices.

As a result of its large user base, it supports the majority of languages. While most users won’t change default display languages, they can install new language packs in Windows (10 & 11). If using multiple languages and facing settings issues, the option to remove a secondary pack might be unavailable. For instance, the upgrade process may unintentionally install a package with the same base language as the display language, resulting in an inability to remove either language.

You need to remove a language but the option is greyed out. Don’t worry; you can use a workaround to swiftly eliminate the unwanted pack using a few PowerShell commands. Let me demonstrate this in the guide. Here, I’m going to show you this in Windows 11. The steps in Windows 10 are the same thing. So feel free to apply the same steps if you’re using Windows 10.

How to remove language packs using PowerShell

Most times, the option to remove the language pack gets greyed out. In such cases, the best bet is to use PowerShell to remove it. The following are the steps to take:

Step 1 – Right-click and run PowerShell as an admin by searching for it in the Windows search bar.

Language Bundle
Opening PowerShell

When the PowerShell console opens up, type the following Cmdlet to display the list of languages currently installed on your PC:

Get-WinUserLanguageList
Screenshot
List of Currently Installed Language Packs

From the screenshot above, I have 3 language packs and I have highlighted the one I want to remove. You should also make a note of the language you wish to remove.

Step 2 – Type the following commands (one at a time) to remove the language that you don’t need and press enter.

1. $LangList = Get-WinUserLanguageList
2. $MarkedLang = $LangList | where LanguageTag -eq "LANGUAGETAG"
3. $LangList.Remove($MarkedLang)
4. Set-WinUserLanguageList $LangList -Force
Localization Pack
Removing Language Pack
Note: in the second Cmdlet command, ensure to replace "LANGUAGETAG" with the code of the language you want to remove. For example, en-DE, if your primary language is not the German English, and it's the pack you want to delete.

Simply rerun the Cmdlet command to verify the removal of the language.

Get-WinUserLanguageList
Multilingual Module
Language Pack Removed

After you’ve finished the steps, open the Settings app by pressing the Windows key + I and navigate to the "Region & language” page, where the language you couldn’t remove before should now be gone. (If you wish to remove another language if necessary, repeat the steps)

Language Bundle
Screenshot before Removing the Language

If you want to remove a primary language, keep in mind that you must first set a new language as the new default before the Remove button appears.

Screenshot
Screenshot After Removing the Language

Explore these captivating guides that may pique your interest: How to install Zoom video conference software in Linux System,  how to manage your Cloud Assets in AWS with CloudQuery, and Charmed Kubernetes: How to install CNF certified Kubernetes in AWS.

I hope you found this blog post on how to forcefully remove Language Pack on Windows 10 and 11 helpful. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:PowerShell, PowerShell Cmdlet, Windows 10, Windows 11

Post navigation

Previous Post: How to install Zoom video conference software on Linux System
Next Post: How to Exit Linux Vim or Vi Editor

Related Posts

  • what is winrm
    WinRM cannot complete the operation, verify that the specified computer name is valid Windows
  • MDt
    Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log Windows
  • MBAM
    The web application “Administration Portal” cannot be enabled because one or more software dependencies are not met Windows
  • Featured image What are system partition and boot partitions in Windows
    What are System Partition and Boot Partition in Windows? Windows
  • Licensing
    Manage Windows Product key with Software Licensing Manager Windows
  • maxresdefault 12
    How to check Windows activation status and change your product key Windows

More Related Articles

what is winrm WinRM cannot complete the operation, verify that the specified computer name is valid Windows
MDt Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log Windows
MBAM The web application “Administration Portal” cannot be enabled because one or more software dependencies are not met Windows
Featured image What are system partition and boot partitions in Windows What are System Partition and Boot Partition in Windows? Windows
Licensing Manage Windows Product key with Software Licensing Manager Windows
maxresdefault 12 How to check Windows activation status and change your product key Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Remote desktop connection over udp and tcp
    Remote Desktop Connection behavior over UDP and TCP Windows Server
  • BitLocker Loop fix
    Bypassing BitLocker Loop by Unlocking or Disabling or PC Reset Windows
  • Task Scheduler Error 0x2 1
    How to fix Windows Task Scheduler 0x2 Error Windows
  • Disable Microsoft SQL Auto Close Option
    Disable SQL Auto Close: Auto Close is enabled for both ePO and ePO Events Databases Oracle/MSSQL/MySQL
  • Restrict the number of tabs a user can open in Chrome and Edge
    Restrict the number of tabs a user can open in Chrome and Edge Windows
  • vcx
    Fix Error code 0x4 Session disconnected: Your session ended because of an error, if this keeps happening, contact your system administrator Windows
  • article 1280x720.aa742702
    How to create a custom view in Windows Event Viewer Windows Server
  • CVE 2026 25177 Privilege Escalation In AD
    Unicode Manipulation: CVE-2026-25177 Privilege Escalation in AD Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,768 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.