How to Show the Language Bar on Your Desktop or Taskbar in Windows 11
The Language Bar in Windows 11 lets you switch between different keyboard layouts and typing languages with a single click. You can pin this small tool directly to your taskbar or keep it floating on your desktop for quick access while typing in multiple languages.
Windows 11 hides this option by default, but you can turn it back on through the Settings app in less than 30 seconds.
What is the Language Bar?
The Language Bar lets users change keyboard layouts to write in alternate languages. Typing special characters like “ä” in German or “ñ” in Spanish becomes entirely seamless once configured.
Windows automatically appends the corresponding keyboard layout whenever a new language gets added. Users can also configure multiple layouts per language.
Pressing Win + Spacebar cycles through active keyboard layouts instantly without touching the mouse.
Option 1Show Language Bar Using Windows Settings
- Open Settings by pressing Win + I.
- Click Time & language on the left side.
- Click Typing on the right side.
- Scroll down and click Advanced keyboard settings.
- Check the box for Use the desktop language bar when it’s available if you want the bar on your desktop.
- Uncheck it if you want the language bar to appear on the taskbar (this is the default setting).
- You can now close Settings.
The Settings panel displays these options as follows:
Option 2Show Language Bar Using PowerShell
Executing commands via PowerShell provides an alternative configuration route:
- Open Windows Terminal by right-clicking the Start button and choosing it.
- Make sure you select the Windows PowerShell tab.
- Copy and paste one of the commands below depending on what you want:
Show Desktop Language Bar
Running this command displays the desktop language bar while disabling independent input methods across app windows:
Set-WinLanguageBarOption -UseLegacyLanguageBarAlternatively, this command displays the desktop language bar while permitting distinct input methods for every separate app window:
Set-WinLanguageBarOption -UseLegacyLanguageBar -UseLegacySwitchModeShow Taskbar Language Bar (Default)
Restoring the default taskbar language bar and disabling specialized parameters requires this command:
Set-WinLanguageBarOptionConcurrently, hiding the desktop bar while allowing individual input methods per app window utilizes this command:
Set-WinLanguageBarOption -UseLegacySwitchModeClose Windows Terminal once configured.
PowerShell renders these configurations visually:
Summary
- The Language Bar makes it easy to switch between keyboard languages on your Windows 11 PC.
- You can type special letters and characters in different languages by changing your keyboard layout.
- Switch languages quickly using the Language Bar or the shortcut keys Win + Spacebar.
- You can choose to show the Language Bar on your desktop or taskbar using Settings or PowerShell commands.
- This helps if you use more than one language and want to type comfortably.
Additional documentation remains available within the comprehensive guide: Show Language Bar on Desktop or Taskbar in Windows 11
Was this guide helpful?
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!