How to Enable or Disable Windows 11 Touch Keyboard Sounds
This guide explains how to manage the Touch keyboard setting that plays a clicking sound whenever you type on your Windows 11 screen. Many Touchscreen devices, such as the HP Envy x360, use this virtual keyboard for easier input.
Why do this? Some people like hearing a click to confirm they pressed a key, while others prefer a silent typing experience to avoid distractions.
What happens when done? Your virtual keyboard will either make a clicking sound with every tap or stay completely silent while you type.
Prerequisites
Before starting, ensure your device is updated. If you are using a managed work computer, some settings may be locked by your administrator.
| Method | Difficulty | Best For |
|---|---|---|
| Settings App | Easy | General Users |
| Registry Editor | Advanced | Power Users |
| PowerShell | Advanced | Automation |
Change Keyboard Sounds via Settings
You can easily change this setting through the Windows menu.
- Open the Windows Settings app by pressing Windows key + I.
- Click on Time & language in the left menu.

- Click the Typing tile on the right.

- Click on the touch-keyboard-in-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="13386">Touch keyboard section to expand it.
- Check the box for Play key sounds as I type to turn the sound on. Uncheck it to turn the sound off.

Change Keyboard Sounds via Registry Editor
Note: This process requires admin privileges. Modifying the registry incorrectly can cause system issues. Always back up your registry first.
- Press Windows key + R, type
regedit, and press Enter. - Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.0 - Right-click in the empty space, select New, then DWORD (32-bit) Value.
- Name it
EnableKeyAudioFeedback. - Double-click it and set the value to
1for on or0for off.

Automation via PowerShell
Note: This process requires admin privileges. You can automate this for multiple users using PowerShell.
Set-ItemProperty -Path "HKCU:\Software\Microsoft\TabletTip\1.0" -Name "EnableKeyAudioFeedback" -Value 0
For more information on accessibility, visit the official Microsoft accessibility documentation.
Summary
You have learned how to enable or disable Windows 11 touch keyboard sounds using Settings, the Registry, and PowerShell. Whether you prefer a silent workspace or audible feedback, these methods provide full control over your typing experience. Always remember to use caution when editing the registry.
Why does my touch keyboard sound persist after disabling it in settings?
If the sound persists, your system sound scheme might be overriding the setting. Check your Windows Sound Control Panel to ensure no custom sound schemes are active. Additionally, ensure your TabletTip registry key is correctly set to 0, as some hardware drivers may ignore the standard Windows UI toggle.
Does disabling touch keyboard sound affect physical keyboard clicks?
No. Disabling the touch keyboard sound only affects the virtual on-screen keyboard. It does not change the mechanical sound or haptic feedback of a physical keyboard connected to your device. These are controlled by separate hardware drivers and system settings independent of the TabletTip service.
How do I reset keyboard sound settings to default in Windows 11?
To reset to default, simply delete the EnableKeyAudioFeedback DWORD entry in the Registry Editor at HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.0. Once removed, Windows will revert to its default behavior based on your current system sound scheme and accessibility settings.
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.
[…] Touch keyboard is fully customizable, including enabling or disabling sound, capitalizing the first letter, enabling or disabling shift lock, adjusting the size, and many […]