A practical step-by-step guide for deleting extra input languages, removing unwanted keyboard layouts from the taskbar, and fixing layouts that keep coming back after restart.
In Windows, an input language and a keyboard layout are related, but they are not exactly the same thing. An input language defines the language environment used by Windows, apps, spelling tools, and regional preferences. A keyboard layout defines which characters appear when you press physical keys.
For example, you can have English (United States) as the input language and use the US, United States-International, or Dvorak keyboard layout. You can also have several languages installed, each with its own keyboard layouts.
| Item | What It Means | When to Remove It |
|---|---|---|
| Keyboard layout | The key mapping used for typing | Remove it if the wrong layout appears in the taskbar or when switching with Win + Space. |
| Input language | The language entry shown in Windows language settings | Remove it if you no longer need that language at all. |
| Language bar | The taskbar indicator such as ENG, DEU, or FRA |
Hide it if you use only one language and do not want the indicator visible. |
If you only want to remove one keyboard variant, do not delete the whole language. Open that language's options and remove only the unnecessary keyboard layout.
Before removing a layout, check which layout is currently active. This prevents a situation where Windows switches to an unexpected layout or where you remove the only layout available for a language you still use.
Win + Space to see all installed input methods.Do not remove your familiar keyboard layout before confirming that you can type your Windows password or Microsoft account password correctly with another layout.
In Windows 11, keyboard layouts are managed from the Language & region page in the Settings app. This is the safest and most direct method for removing an extra layout.
Use this method when the unwanted keyboard appears under an existing language.
The removed layout should immediately disappear from the language switcher and from the Win + Space list.
Windows 10 uses a similar structure, but the names of some pages can be slightly different depending on the version and update level of the system.
The standard method for deleting an unnecessary keyboard layout in Windows 10.
On some Windows 10 builds, you may see Settings โ Time & Language โ Region & language instead of the newer Language page.
If you no longer need a language at all, you can remove the entire language entry. This also removes the keyboard layouts attached to it.
If the language is used as your Windows display language, Windows may not allow you to remove it until another display language is installed and selected.
Sometimes users want to remove the ENG or language indicator from the taskbar, not the keyboard layout itself. If only one layout is installed, Windows usually hides the indicator automatically. If it still appears, you can hide the input indicator manually.
Use this if the language abbreviation remains visible near the system tray.
Windows 10 keeps this option in the taskbar system icon settings.
Hiding the indicator does not delete any language or layout. It only removes the visible taskbar icon.
If a deleted keyboard layout reappears after restart, sign-in, or Windows update, it is usually caused by a mismatch between your user language list, the welcome screen language settings, and the default input method.
This simple reset often fixes layouts that are visible in the switcher but missing from Settings.
Win + Space.This prevents Windows from choosing an unwanted layout automatically.
Windows can synchronize language preferences through a Microsoft account, inherit settings from the welcome screen, or restore a layout required by a display language. That is why the layout may return even after you remove it from the visible list.
Use the methods below only if the normal Settings method does not work. In most cases, you do not need Registry edits or command-line tools.
This helps when the unwanted layout appears at the lock screen or after sign-in.
Win + R, type intl.cpl, and press Enter.This method is useful for administrators and advanced users.
Open Windows Terminal or PowerShell and run:
Get-WinUserLanguageList
This command shows the language list configured for your Windows user account. If you know exactly what you want to keep, you can rebuild the list with the correct language tags. For example, to keep only English (United States):
$LangList = New-WinUserLanguageList en-US
Set-WinUserLanguageList $LangList -Force
The PowerShell method replaces the current user language list. Use it only if you understand which languages and layouts you need.
The layout may be the only keyboard installed for that language, or it may be linked to the current display language. Add another keyboard layout first, set it as your default input method, and then remove the unwanted layout.
This usually happens when Windows restores language settings from the Microsoft account, the welcome screen, or a default input configuration. Add the layout again, remove it from Settings, then check Advanced keyboard settings and the Copy settings dialog in intl.cpl.
No. Removing a keyboard layout only removes that specific input method. To remove a language pack, you need to remove the entire language from Preferred languages.
If multiple input methods are installed, Windows shows the language indicator. Remove extra layouts first. If the indicator remains, hide the Input Indicator from taskbar system icon settings.
Yes. Keep one layout that you can reliably use for sign-in and daily typing, then remove the other layouts from each language's options. You can also set your preferred layout in Advanced keyboard settings.
The safest way to remove a keyboard layout in Windows 10 or Windows 11 is to use the built-in language settings. Open the language options, find the keyboard layout under Keyboards, and remove only the layout you no longer need.
In Windows 11, go to Settings โ Time & language โ Language & region โ Language options โ Keyboards and remove the unwanted layout. In Windows 10, go to Settings โ Time & Language โ Language โ Options โ Keyboards. If the layout keeps returning, add it again, remove it again, set the correct default input method, and copy your current language settings to the welcome screen if necessary.