Windows Keyboard Guide ยท 2026

How to Remove a Keyboard Layout in Windows 10 & 11

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.

โŠž Windows 10 โŠž Windows 11 โŒจ๏ธ Keyboard Layouts ๐ŸŒ Input Languages โฑ 5 min read

Keyboard Layout vs Input Language: What Are You Removing?

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.
โ„น๏ธ
Important

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 You Delete a Keyboard Layout in Windows

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.

  1. Press Win + Space to see all installed input methods.
  2. Look at the language indicator on the taskbar, usually near the clock.
  3. Decide whether you want to remove only a keyboard layout or the entire input language.
  4. If you use a password with special characters, make sure your main layout remains installed.
โš ๏ธ
Password Tip

Do not remove your familiar keyboard layout before confirming that you can type your Windows password or Microsoft account password correctly with another layout.

How to Remove a Keyboard Layout in Windows 11

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.

1

Remove a Layout from Language Options

Use this method when the unwanted keyboard appears under an existing language.

  1. Right-click the Start button and select Settings.
  2. Go to Time & language.
  3. Open Language & region.
  4. Under Preferred languages, find the language that contains the unwanted keyboard layout.
  5. Click the three-dot menu next to that language.
  6. Select Language options.
  7. Scroll to the Keyboards section.
  8. Click the three-dot menu next to the keyboard layout you want to delete.
  9. Select Remove.
โœ…
Result

The removed layout should immediately disappear from the language switcher and from the Win + Space list.

How to Remove a Keyboard Layout in Windows 10

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.

2

Remove a Layout from Windows 10 Settings

The standard method for deleting an unnecessary keyboard layout in Windows 10.

  1. Open Start and click Settings.
  2. Go to Time & Language.
  3. Select Language in the left menu.
  4. Under Preferred languages, click the language that contains the keyboard layout you want to remove.
  5. Click Options.
  6. Scroll down to Keyboards.
  7. Select the unwanted layout.
  8. Click Remove.
๐Ÿ’ก
Alternative Path

On some Windows 10 builds, you may see Settings โ†’ Time & Language โ†’ Region & language instead of the newer Language page.

How to Remove an Entire Input Language in Windows 10 and Windows 11

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.

Remove a Language in Windows 11

  • Open Settings.
  • Go to Time & language โ†’ Language & region.
  • Find the language under Preferred languages.
  • Click the three-dot menu.
  • Select Remove.

Remove a Language in Windows 10

  • Open Settings.
  • Go to Time & Language โ†’ Language.
  • Select the language under Preferred languages.
  • Click Remove.
  • Restart Windows if the language remains visible.
โ›”
Do Not Remove the Active Display Language Accidentally

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.

How to Remove the Keyboard Language Indicator from the Taskbar

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.

3

Hide the Input Indicator in Windows 11

Use this if the language abbreviation remains visible near the system tray.

  1. Open Settings.
  2. Go to Personalization.
  3. Open Taskbar.
  4. Expand System tray icons or Other system tray icons.
  5. Turn off the input or language indicator if the option is available.
4

Hide the Input Indicator in Windows 10

Windows 10 keeps this option in the taskbar system icon settings.

  1. Open Settings.
  2. Go to Personalization โ†’ Taskbar.
  3. Click Turn system icons on or off.
  4. Turn off Input Indicator.

Hiding the indicator does not delete any language or layout. It only removes the visible taskbar icon.

Fix: Removed Keyboard Layout Keeps Coming Back in Windows

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.

5

Add the Layout Again, Then Remove It Properly

This simple reset often fixes layouts that are visible in the switcher but missing from Settings.

  1. Open Settings โ†’ Time & language โ†’ Language & region.
  2. Add the language or keyboard layout that keeps appearing.
  3. Restart Windows.
  4. Return to Language options.
  5. Remove the unwanted keyboard layout again.
  6. Restart Windows one more time and check Win + Space.
6

Set the Correct Default Input Method

This prevents Windows from choosing an unwanted layout automatically.

  1. Open Settings.
  2. Go to Time & language.
  3. Open Typing.
  4. Click Advanced keyboard settings.
  5. Under Override for default input method, select the layout you actually use.
  6. Close Settings and restart Windows.
๐Ÿ”„
Why This Happens

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.

Advanced Ways to Remove a Stuck Keyboard Layout

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.

7

Copy Your Current Language Settings to the Welcome Screen

This helps when the unwanted layout appears at the lock screen or after sign-in.

  1. Press Win + R, type intl.cpl, and press Enter.
  2. Open the Administrative tab.
  3. Click Copy settings.
  4. Check Welcome screen and system accounts.
  5. If needed, also check New user accounts.
  6. Click OK and restart Windows.
8

Use PowerShell to Review the User Language List

This method is useful for administrators and advanced users.

Open Windows Terminal or PowerShell and run:

PowerShell
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):

PowerShell
$LangList = New-WinUserLanguageList en-US
Set-WinUserLanguageList $LangList -Force
โš ๏ธ
Be Careful

The PowerShell method replaces the current user language list. Use it only if you understand which languages and layouts you need.

Frequently Asked Questions About Removing Keyboard Layouts in Windows

Q Why can't I remove a keyboard layout in Windows 11? โ–ผ

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.

Q Why does an extra keyboard layout appear after every restart? โ–ผ

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.

Q Will removing a keyboard layout delete a language pack? โ–ผ

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.

Q How do I remove ENG from the Windows taskbar? โ–ผ

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.

Q Can I remove all keyboard layouts except one? โ–ผ

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.

Summary: The Best Way to Delete an Unwanted Keyboard Layout

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.

โŠž Quick Recap

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.