Skip to content
Follow
Windows

How to Enable or Disable Windows 11 Touch Keyboard Sounds

Richard
Written by
Richard
May 23, 2023 Updated May 1, 2026 2 min read
How to Enable or Disable Windows 11 Touch Keyboard Sounds
How to Enable or Disable Windows 11 Touch Keyboard Sounds

You enable or disable Windows 11 touch keyboard sounds to control auditory feedback when using the on-screen keyboard.

Touch keyboard sounds are audio cues that play a click with each virtual key press, confirming your input on your Windows 11 device.

This tutorial shows you how to toggle these sounds on or off, a useful customization for tablets or 2-in-1s like the Microsoft Surface Pro 8.

Turning them off can create a quieter, more focused typing environment.

Enabling them mimics the tactile feedback of a physical keyboard.

⚡ Quick Answer

Go to Settings > Time & language > Typing > Touch keyboard and toggle “Play key sounds as I type.” Uncheck the box to disable sounds, or check it to enable them.

Change Keyboard Sounds via Settings

You can turn the Windows 11 touch keyboard sounds on or off easily using the Settings app.

  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
    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
    windows 11 time and language typing tile
  6. Click on the 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.
    Windows 11 play key sounds as I type.

Change Keyboard Sounds via Registry Editor

You can also turn Windows 11 touch keyboard sounds off using the Registry Editor, but be careful as this is a more advanced method.

  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
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 Open the Touch Keyboard in Windows 11
Windows How to Open the Touch Keyboard in Windows 11
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 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 Open and Use the On-Screen Keyboard in Windows 11
Windows How to Open and Use the On-Screen Keyboard in Windows 11

1 Comment

Leave a Comment

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