Disable Floating Language Bar via Regedit

The floating Language Bar on the Windows desktop can be intrusive, but you can permanently disable or hide it by modifying specific values in the Windows Registry. This guide provides step-by-step instructions to navigate the Registry Editor (regedit) and set the proper configuration to remove the floating Language Bar from your desktop.


Step 1: Open the Registry Editor

  1. Press Windows Key + R to open the Run dialog box.
  2. Type regedit into the field and press Enter or click OK.
  3. If prompted by User Account Control (UAC), click Yes to allow administrative access.

Step 2: Navigate to the Language Bar Registry Key

In the Registry Editor address bar at the top, paste the following path and press Enter:

HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar

Alternatively, you can manually expand the folders in the left sidebar: * HKEY_CURRENT_USER * Software * Microsoft * CTF * LangBar


Step 3: Modify the ShowStatus Value

  1. In the right pane of the LangBar key, locate the ShowStatus value.
  2. If ShowStatus does not exist:
    • Right-click an empty space in the right pane.
    • Select New > DWORD (32-bit) Value.
    • Name the value ShowStatus.
  3. Double-click ShowStatus to edit it.
  4. Set the Value data to one of the following options:
    • 3 – Disables/hides the Language Bar completely.
    • 1 – Docks the Language Bar in the taskbar (so it no longer floats on the desktop).
  5. Ensure the Base is set to Hexadecimal, then click OK.

Step 4: (Optional) Modify ExtraIconsOnNavBar

To ensure no extra icons linger on the taskbar or desktop:

  1. In the same LangBar folder, look for a DWORD named ExtraIconsOnNavBar.
  2. If it does not exist, create a new DWORD (32-bit) Value named ExtraIconsOnNavBar.
  3. Double-click it and set the Value data to 0.
  4. Click OK.

Step 5: Apply the Changes

To apply the registry changes immediately:

  1. Close the Registry Editor.
  2. Press Ctrl + Shift + Esc to open Task Manager.
  3. Locate Windows Explorer in the Processes tab, right-click it, and select Restart.
  4. Alternatively, restart your computer or sign out and sign back in to Windows.