Follow
Windows

How to Enable or Disable Windows 11 Touch Keyboard Sounds

Richard
Written by
Richard
May 23, 2023 Updated May 1, 2026 3 min read
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.

MethodDifficultyBest For
Settings AppEasyGeneral Users
Registry EditorAdvancedPower Users
PowerShellAdvancedAutomation

Change Keyboard Sounds via Settings

You can easily change this setting through the Windows menu.

  1. Open the Windows Settings app by pressing Windows key + I.
  2. Click on Time & language in the left menu.
  3. Windows 11 Time and language button in the Settings app
  4. Click the Typing tile on the right.
  5. windows 11 time and language typing tile
  6. 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.
  7. Check the box for Play key sounds as I type to turn the sound on. Uncheck it to turn the sound off.
  8. Windows 11 play key sounds as I type.

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.

  1. Press Windows key + R, type regedit, and press Enter.
  2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.0
  3. Right-click in the empty space, select New, then DWORD (32-bit) Value.
  4. Name it EnableKeyAudioFeedback.
  5. Double-click it and set the value to 1 for on or 0 for off.
TabletTip registry key

Automation via PowerShell

Note: This process requires admin privileges. You can automate this for multiple users using PowerShell.

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?

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 Turn On or Off the Touch Keyboard Sound in Windows 11
Windows How to Turn On or Off the Touch Keyboard Sound in Windows 11
How to Open the Touch Keyboard in Windows 11
Windows How to Open the Touch Keyboard in Windows 11
How to Show or Hide Voice Typing Mic on Windows 11 Touch Keyboard
Windows How to Show or Hide Voice Typing Mic on Windows 11 Touch Keyboard
How to Enable or Disable Capitalizing the First Letter in a Sentence in Windows 11 Touch Keyboard
Windows How to Enable or Disable Capitalizing the First Letter in a Sentence in Windows 11 Touch Keyboard

1 Comment

Leave a Comment

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