How to change the language on Windows 10 Home Single Language

How to change the language on Windows 10 Home Single Language

Published at: 11/16/2022
Updated at: 11/17/2022
Categories
Tags

How to change the language on a system with a Single Language license?

Some Windows PCs are sold with a "Single Language" License. This means that by default only one language can be used and it cannot be modified. This is probably a marketing choice made by Microsoft, to avoid the exchange of computers bought in different countries, at a lower price, that could be sold abroad.

In any case, I researched for a working solution, here it is.

The solution

First of all, I was using a Windows 10 Home Single Language version 19044.2311.

To check your version, open a Command prompt (cmd) and at the first line you will see something like this:

Microsoft Windows [Version 10.0.19044.2311]

That said:

  • Let's install the language we need
  • Let's remove the other language(s)

Install a new language

Important: on recent versions of Windows, the ".cab" language packs are not valid anymore. You might have found some other sources (StackOverflow for example) talking about cab files. You can still follow those guides if you have a less recent version of Windows 10, in the other case you will get some errors.

Languages can be installed directly from the Microsoft Store: Let's open it and search for our language, for example "Italian". Let's install the language as in the following screenshot:

Microsoft Store: italian language pack
Microsoft Store: italian language pack

Removing a language

For this operation, you can use the command prompt or the Powershell, i will use the latter, in any case you need to start them as administrator (right click > run as administrator).

Before removing a language, make sure you already installed the new language, it need to be listed as explained below here.

First of all we check what languages are installed with this command:

dism /online /get-packages | findstr /c:"LanguagePack"

You might need to change /c: with the disk unit where your system is installed, for example /d:, this command will return us the list of packages installed for the languages.

Example:

Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1098
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1219
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~it-IT~10.0.22000.1098
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~it-IT~10.0.22000.1219
List of language packs installed on Windows
List of language packs installed on Windows

Now, let's remove the most recent one (where numbers are greater) with this command, for the language we want to remove, English in this case. You can copy paste the name of the package.

dism /online /remove-package /packagename:"Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1219"

Double check that the name of the package is correct and that there are no empty spaces. You can also try removing the double quotes if needed.

If everything went well, you can see the language is being removed, it might take a minute. At the end, the system will ask you to restart the PC. You can remove other languages if you want, or just restart now.

Errors while removing packages

If you get an error like "invalid package", please verify that the name you wrote in the "remove-package" command was correct and double check that the same name is installed when using /get-packages.

You can also run the same command dism /online /get-packages to get the status of all packages: the language you are trying to remove must have a status of "Installed".

Leave a comment

All comments will be subject to approval after being sent. They might be published after several hours.

You can just use a random nickname, it is usefull to allow me to at least answer your comments. And if you choose to submit your email, you can receive a notification whenever I reply to your comment.

*
  • 2023-11-26 12:43:27

    Author: eartahhj

    @Max try reading the link I posted here in the comments. The guide worked well for me but of course it might depend on what system and what language packs you have.

  • 2023-11-26 12:39:02

    Author: Max

    My windows is broken too

  • 2023-09-14 17:17:28

    Author: eartahhj

    @Haki that's really weird and also rare i think, a missing language pack should not break your Windows boot, but try taking a look here: https://superuser.com/questions/1548742/win10-will-no-longer-boot-or-restore-after-removing-language-pack

  • 2023-09-14 11:58:41

    Author: Haki

    Windows is not booting. And it is broken 😂 I need to fresh install windows agains 😂😂