Skip to content

How to Enable or Disable Different Keyboard Layouts for Each App in Windows 11

Richard
Written by
Richard
Feb 17, 2026 Updated Jun 20, 2026 2 min read
How to Enable or Disable Different Keyboard Layouts for Each App in Windows 11

You can enable or disable different keyboard layouts for each app in Windows 11 to switch languages seamlessly as you work.

This feature allows you to assign specific input methods, like US QWERTY or French AZERTY, to individual applications, preventing manual switching every time you change programs.

For instance, you might want your coding editor to use a US English layout while your messaging app uses a German layout, all without affecting other running applications.

Starting with Windows 11 build 22581, Microsoft officially rolled out this capability, making multilingual computing much more efficient for users who juggle multiple languages across their software.

⚡ Quick Answer

Enable this feature in Settings under Time & language > Typing > Advanced keyboard settings. Check “Let me use a different input method for each app window” to assign unique keyboard layouts to individual applications. Unchecking this box disables the functionality.

Why Change Keyboard Layouts?

You might want to change your keyboard layout to easily type special characters for different languages, like the ñ in Spanish or ä in German, especially if you often write in more than one language.

When you add a new language to Windows, it automatically adds the keyboard layout for that language. You can also add extra keyboards for special needs.

If you have more than one keyboard layout, you can switch between them. Click the language icon on the taskbar or press Win + Spacebar.

By default, Windows uses the same keyboard layout for all apps. But you can tell Windows to remember a different keyboard layout for each app window. What happens? Each app remembers its own keyboard layout.

How to Turn On Different Keyboard Layouts for Each App Using Settings

  1. Open Settings by pressing ⊞ Win+I.
  2. Click Time & language on the left side.
  3. Click Typing on the right side.
  4. Scroll down and click Advanced keyboard settings.
  5. Look for Let me use a different input method for each app window. Check it to turn on this feature. Uncheck it to turn it off.
  6. You can now close Settings.

To set up a different keyboard layout for each app in Windows 11, start by opening the Settings menu by pressing the Windows key and ‘I’ together.

Different input method for each app

You can also open the Typing settings directly by clicking this link (it opens your Settings app): Open Typing settings

How to Turn On Different Keyboard Layouts for Each App Using PowerShell

If you like using commands, you can do this with PowerShell:

  1. [REQUIRES ADMIN] Open Windows Terminal (right-click the Start button and choose it), then select Windows PowerShell.
  2. Copy and paste one of the commands below and press Enter.

Turn On Different Keyboard Layouts for Each App

To turn it on without showing the desktop language bar:

PowerShell
Set-WinLanguageBarOption -UseLegacySwitchMode

To turn it on and show the desktop language bar:

PowerShell
Set-WinLanguageBarOption -UseLegacyLanguageBar -UseLegacySwitchMode

Turn Off Different Keyboard Layouts for Each App (Default)

To turn it off and hide the desktop language bar:

PowerShell
Set-WinLanguageBarOption

To turn it off and show the desktop language bar:

PowerShell
Set-WinLanguageBarOption -UseLegacyLanguageBar

After running the command, you can close Windows Terminal.

Summary

Windows 11 lets you use a different keyboard layout for each app, which is handy if you often switch between languages for work or communication.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version