How to Turn On or Off the Touch Keyboard Sound in Windows 11
Touch keyboard sound in Windows 11 plays a distinct audio click whenever you tap a key on the on-screen keyboard. This noise confirms that your PC registered your touch, but the default typing sound can get loud and distracting in quiet spaces.
You can turn this setting off or back on in a few seconds using the Settings app. Press Win+I to open Settings , then go to Time & language and select Typing to change your touch keyboard audio options.
Go to Settings , then Time & language, and click Typing. Find the Touch keyboard section and toggle “Play key sounds as I type” on or off. Your selection is saved automatically.
Why This Matters
Turning on or off the touch keyboard sound in Windows 11 gives you control over typing audio feedback on your tablet or touchscreen device. Tablet users rely on this clicking sound to confirm key presses, but you can turn the noise off if it becomes distracting. Changing this setting takes only a few seconds through the main Windows settings menu.
Changing the sound takes only a few seconds once you know where to look. Sound preferences remain completely flexible within the operating system.
The Easy Way: Using Settings
The Settings app offers the fastest way to turn off or turn on your touch keyboard sound in Windows 11 without using advanced tools. You can change this typing audio by opening the main settings menu and going to the typing options. This built-in method lets you control touch keyboard clicks in just a few quick clicks.
Click the Start button , or press Win + I on your keyboard. The Settings app will open.
Step 2: Find Typing Settings
On the left side, click Time & language. Then, on the right side, click Typing.
Or use this shortcut: Open Typing Settings

Step 3: Open Touch Keyboard Options
The touch keyboard settings appear in the list. Click the arrow next to the 'Touch keyboard' option to show more controls for the keyboard's sounds.
Step 4: Turn Sounds On or Off
Locate the toggle labeled Play key sounds as I type.
- Check the box to turn sounds ON.
- Uncheck the box to turn sounds OFF.

Step 5: You're Done
Close the Settings window. Your selection saves automatically.
The Advanced Way: Using the Registry
The Windows Registry (the central database Windows uses for system settings) lets advanced users control touch keyboard sound in Windows 11 using command-line tools. You can execute specific commands in Command Prompt or PowerShell to turn the typing audio on or off instantly. This method bypasses the standard menu and changes the system values directly.
To Turn Sounds ON:
Open the Command Prompt or PowerShell application. Paste the following command to enable the audio feedback:
reg add "HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7" /v EnableKeyAudioFeedback /t REG_DWORD /d 1 /f
To Turn Sounds OFF:
Open the Command Prompt or PowerShell application. Paste the following command to disable the audio feedback:
reg add "HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7" /v EnableKeyAudioFeedback /t REG_DWORD /d 0 /f
Another option involves saving the code to a file carrying a .reg extension. Double-clicking that file applies the modification immediately.
Summary
Controlling touchscreen typing noise takes only a few clicks inside the main configuration menu. The Settings app provides a direct way to turn sounds on or off.
How do I turn off touch sound on my keyboard?
Open the keyboard. Key press sounds cease immediately after applying the toggle change. This adjustment creates a quieter typing environment.
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.
No comments yet — be the first to share your thoughts!