Skip to content
Follow
Windows

How to Enable or Disable Windows 11 Touch Keyboard Sounds

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

Windows 11 touch keyboard sounds play an audio click every time you tap a virtual key on your on-screen keyboard. Turning these sounds on gives you audio confirmation for each key press, while turning them off keeps your typing quiet on touchscreens and 2-in-1 devices like a Microsoft Surface Pro 8.

Advertisement

You can change this setting in a few quick steps through the main Windows Settings app.

⚡ 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.

Advertisement

Change Keyboard Sounds via Settings

Managing Windows 11 touch keyboard sounds through the Settings app lets you turn audio feedback on or off when you tap the screen. You can control this feature in just a few clicks by opening the main system settings and adjusting your typing preferences. This is the safest and quickest method for most users who want to change how the touch keyboard sounds without touching advanced system files.

  1. Open the Windows Settings app by pressing Win+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

Using Registry Editor (a tool for managing advanced system settings) to control Windows 11 touch keyboard sounds lets you modify system keys directly. You can add or change a specific value in your user registry to enable or disable the typing click noise. This method works well if the standard settings menu is not working or if you prefer making system tweaks through the registry.

  1. Press Win+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

📝NoteThis 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.

Advertisement

Summary

⚠️WarningYou 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.

Advertisement

📚 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 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 the Touch Keyboard in Windows 11
Windows How to Enable or Disable the Touch Keyboard in Windows 11
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 *