Disable Touch Keyboard on Taskbar Using Regedit
This guide explains how to disable and remove the touch keyboard button from the Windows taskbar using the Registry Editor (Regedit). Modifying the Windows Registry allows you to hide the icon permanently or across user profiles where standard taskbar settings might not persist. Follow the step-by-step instructions below to safely configure the necessary registry values and apply the changes.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand press Enter or click OK. - Click Yes if prompted by User Account Control (UAC).
Step 2: Navigate to the Touch Keyboard Registry Key
In the Registry Editor, use the left sidebar to navigate to the following path, or copy and paste it into the address bar at the top:
HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7
Step 3: Modify the Visibility Value
- With the
1.7folder selected in the left pane, look for the DWORD (32-bit) Value namedTipbandDesiredVisibilityin the right pane. - If
TipbandDesiredVisibilitydoes not exist:- Right-click an empty space in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the new value
TipbandDesiredVisibility.
- Double-click
TipbandDesiredVisibilityto edit it. - Set the Value data to
0. - Ensure the Base is set to Hexadecimal, then click OK.
Step 4: Apply the Changes
To make the changes take effect immediately without restarting your computer:
- Press
Ctrl + Shift + Escto open the Task Manager. - Locate Windows Explorer in the list of running processes under the Processes tab.
- Right-click Windows Explorer and select Restart.
The touch keyboard icon will now be removed from the taskbar.
How to Re-Enable the Touch Keyboard Button
If you need to restore the touch keyboard button at any point,
navigate back to the same registry key
(HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7),
double-click TipbandDesiredVisibility, change its
Value data back to 1, and restart Windows
Explorer.