Skip to content
Follow
Windows

How to Turn On or Off the Touch Keyboard Sound in Windows 11

Richard
Written by
Richard
Mar 10, 2026 Updated Aug 13, 2026 3 min read
How to Turn On or Off the Touch Keyboard Sound in Windows 11
How to Turn On or Off the Touch Keyboard Sound in Windows 11

The touch keyboard sound in Windows 11 plays a small audio click every time you tap a key on your screen. Turning this sound on or off takes just a few clicks in the Windows 11 Settings app, which you can open by pressing the Win and I on your keyboard.

Audio clicks help you know for sure that your screen registered each tap, but the default tapping noise can get annoying in quiet rooms. You can turn this sound off or back on whenever you want by going to Time & language and then Typing on your PC.

⚡ Quick Answer

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

Windows 11 touch keyboards generate an audible click with each key tap. Tablet and touchscreen users rely on this feedback to confirm every keystroke, though personal preference dictates whether that noise stays on or goes silent.

Personalizing the acoustic profile takes minimal effort 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 toggle your typing audio without diving into advanced tools. Press Win + I on your keyboard to open Settings , then navigate to Time & language.

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

Windows 11 Typing settings tile in Settings app
Windows 11 Typing settings tile in Settings app

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.
Play key sounds checkbox in Windows 11 touch keyboard settings
Play key sounds checkbox in Windows 11 touch keyboard settings

Step 5: You're Done

Close the Settings window. Your selection saves automatically.

The Advanced Way: Using the Registry

Power users preferring direct system modifications can control touch keyboard behavior through the Windows Registry (a hierarchical database storing configuration settings for the operating system and installed applications). Command-line utilities apply these modifications instantly. Open Command Prompt or PowerShell to execute the required commands.

To Turn Sounds ON:

Open the Command Prompt or PowerShell application. Paste the following command to enable the audio feedback:

🗝️Registry
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:

🗝️Registry
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?

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 Enable or Disable Windows 11 Touch Keyboard Sounds
Windows How to Enable or Disable Windows 11 Touch Keyboard Sounds
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 Double Tap Period on the Windows 11 Touch Keyboard
Windows How to Enable Double Tap Period on the Windows 11 Touch Keyboard
Change Key Text Size on Touch Keyboard in Windows 11
Windows Change Key Text Size on Touch Keyboard in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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