Skip to content
Follow
Windows

How to Show the Language Bar on Your Desktop or Taskbar in Windows 11

Richard
Written by
Richard
Feb 17, 2026 Updated Aug 13, 2026 2 min read
How to Show the Language Bar on Your Desktop or Taskbar in Windows 11
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.

⚡ Quick Answer

Go to Settings Time & language Typing Advanced keyboard settings. Check “Use the desktop language bar when it’s available” for the desktop version, or leave it unchecked for the default taskbar display.

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

  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. Check the box for Use the desktop language bar when it’s available if you want the bar on your desktop.
  6. Uncheck it if you want the language bar to appear on the taskbar (this is the default setting).
  7. You can now close Settings.

The Settings panel displays these options as follows:

Time & Language settings in Windows 11
Time & Language settings in Windows 11
Advanced keyboard settings in Windows 11
Advanced keyboard settings in Windows 11
Use desktop language bar option
Use desktop language bar option




Option 2Show Language Bar Using PowerShell

Executing commands via PowerShell provides an alternative configuration route:

  1. Open Windows Terminal by right-clicking the Start button and choosing it.
  2. Make sure you select the Windows PowerShell tab.
  3. 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:

PowerShell
Set-WinLanguageBarOption -UseLegacyLanguageBar

Alternatively, this command displays the desktop language bar while permitting distinct input methods for every separate app window:

PowerShell
Set-WinLanguageBarOption -UseLegacyLanguageBar -UseLegacySwitchMode

Show Taskbar Language Bar (Default)

Restoring the default taskbar language bar and disabling specialized parameters requires this command:

PowerShell
Set-WinLanguageBarOption

Concurrently, hiding the desktop bar while allowing individual input methods per app window utilizes this command:

PowerShell
Set-WinLanguageBarOption -UseLegacySwitchMode

Close Windows Terminal once configured.

PowerShell renders these configurations visually:

PowerShell command to show desktop language bar
PowerShell command to show desktop language bar
PowerShell command to show taskbar language bar
PowerShell command to show taskbar language bar



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?

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.

📚 Related Tutorials

How to Add a Language in Windows 11
Windows How to Add a Language in Windows 11
How to Reset Windows Terminal to Default Settings in Windows 11
Windows How to Reset Windows Terminal to Default Settings in Windows 11
How to Open Windows Terminal at Startup in Windows 11
Windows How to Open Windows Terminal at Startup in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes

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

Leave a Comment

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