Home >
Article > Can't remove keyboard layout in Windows 11? Fix it in 3 easy ways
Can't remove keyboard layout in Windows 11? Fix it in 3 easy ways
WBOYforward
2023-04-18 09:53:272271browse
Keyboard layouts are a great way to input multiple languages into your computer without requiring specialized hardware. However, some users reported that they were unable to remove the keyboard layout in Windows 11.
While this does not cause major problems, there is always the possibility of selecting the wrong keyboard layout by mistake.
Also, many users prefer a clean PC without unnecessary settings or applications that could impede progress, so extra keyboard layouts need to be removed.
So, if you have been trying but unable to remove keyboard layout in Windows 11, here are the most effective ways to fix the problem.
What if I can't remove my keyboard layout in Windows 11?
1. Using Settings
Press WindowsI to launch the Settings application and navigate from the left Select Time and Language from the tabs in the pane.
Click on the language and region on the right.
Now click on the ellipsis next to the language under which the layout you want to delete appears and select Language options.
Click the Add a keyboard button next to Installed keyboards.
Select the same layout from the list that you cannot delete.
Once completed, close the Settings app and restart your computer.
Now, go to Language Options again.
Click the ellipsis next to the layout you are trying to delete and select Delete from the pop-up menu.
Again, restart your computer for the changes to take effect.
The layout will be removed once the computer is turned on. This method works great if you are unable to remove keyboard layout in Windows 11 on Dell, Lenovo or HP.
The idea here is to add the layout that keeps appearing and then remove it manually. Similar issues were encountered in previous iterations, namely Windows 10. If this method doesn't work, move on to the next one.
2. Using Windows PowerShell
Press WindowsS to launch the Search menu in the top text field Enter Terminal, right-click the relevant search result, and select Run as administrator from the context menu.
Click Yes on the UAC (User Account Control) prompt that pops up.
Now, paste the following command and hit Enter to list all keyboard layouts added to the system: <strong>Get-WinUserLanguageList</strong>
Take note of the value listed next to the LanguageTag of the layout you want to delete.
Next, execute the following four commands one at a time, replacing the in the second command with the command you noted down earlier: <strong>$LangList = Get-WinUserLanguageList</strong><strong>$MarkedLang = $LangList | where LanguageTag -eq <languagetag></languagetag></strong><strong>$LangList.Remove($ MarkedLang)</strong><strong>Set-WinUserLanguageList $LangList -Force</strong>
For example, if you want to delete a tag that has LanguageTag as en-IN layout, the four commands are as follows: <strong>$LangList = Get-WinUserLanguageList</strong>##$MarkedLang = $LangList | where LanguageTag -eq en -IN<strong></strong>$LangList.Remove($MarkedLang)<strong></strong>Set-WinUserLanguageList $LangList -Force<strong></strong>
Once completed, restart your computer for the changes to take effect.
Expert Tip: Some PC problems are difficult to solve, especially if the repository is corrupted or Windows files are missing. If you are having trouble fixing errors, your system may be partially corrupted. We recommend installing Restoro, a tool that can scan your machine and determine where the fault lies. Click here to download and start repairing.
For those of you who prefer to execute command line applications, this method should do the trick if you are unable to remove the keyboard layout in Windows 11.
3. Modify the registry
Press WindowsR to start the Run command dialog box and enter # in the text field ##regedit, and then click OK or click Enter to launch Registry Editor.
Click
Yes in the pop-up UAC prompt.
Now, paste the following path into the address bar at the top and hit
Enter. Alternatively, you can use the left pane to navigate to it. Computer\HKEY_USERS.DEFAULT\Keyboard Layout\Preload<strong></strong>
You will now find a list of entries on the right, each entry represents the Specific keyboard layout. Check Microsoft's official website for
Keyboard Identifier to find out which one you want to remove.
Once you are able to identify the layout you want to delete, right-click on it and select
Delete from the context menu.
Click
Yes on the confirmation prompt that appears.
Restart your computer for the changes to take effect.
That’s it! Now you have successfully removed the keyboard layout using the registry in Windows 11. The process is fairly simple, but make sure you recognize the keyboard layout correctly and don't make any other changes to the registry other than those listed here. How to change the keyboard layout in Windows 11? In Windows 11 and even previous iterations of the operating system, changing the keyboard layout is fairly simple. To change the keyboard layout for the same language, press
CtrlShift and then the Shift key to select another language.
If you want to select another language, press
WindowsSpace Bar and then click Space Bar to browse the listed entries and select one.
If you can’t remove keyboard layout in Windows 11, this is what the concept is all about, and the most effective solutions. Furthermore, these methods also help to remove keyboard layout in Windows 10. Also, learn what to do if your keyboard language changes automatically in Windows 11. The problem is usually caused by problematic updates, conflicting applications, misconfigured settings, or a corrupted registry.
The above is the detailed content of Can't remove keyboard layout in Windows 11? Fix it in 3 easy ways. For more information, please follow other related articles on the PHP Chinese website!