Windows

How to Change Touchpad Three-finger Tap Gesture in Windows 11

Richard
Written by
Richard
Mar 24, 2026 2 min read
How to Change Touchpad Three-finger Tap Gesture in Windows 11

This tutorial shows you how to change the touchpad three-finger tap gesture on your Windows 11 account.

If your Windows 11 device (like a laptop) has a built-in precision touchpad, you can change what the three-finger tap does. Your options include doing nothing, opening search, opening Notification center, playing or pausing media, or acting like a middle mouse button click.

Option One

Change Touchpad Three-finger Tap Gesture in Settings

  1. Open Settings (press Win+I).
  2. Click on Bluetooth & devices on the left side. Then click on Touchpad on the right side.

 Open Touchpad settings

  1. Click on Three-finger gestures to expand the section.
  2. Select one option from the Taps drop menu: Nothing, Open search (default), Notification center, Play/pause, or Middle mouse button.
  3. You can now close Settings.
Windows 11 Touchpad settings three-finger gesture tap options

Option Two

Change Touchpad Three-finger Tap Gesture using Registry

⚠️ Admin privileges required

Change Touchpad Three-finger Tap Gesture to “Nothing”

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerTapEnabled /t REG_DWORD /d 0 /f

Change Touchpad Three-finger Tap Gesture to “Open search”

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerTapEnabled /t REG_DWORD /d 1 /f

Change Touchpad Three-finger Tap Gesture to “Notification center”

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerTapEnabled /t REG_DWORD /d 2 /f

Change Touchpad Three-finger Tap Gesture to “Play/pause”

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerTapEnabled /t REG_DWORD /d 3 /f

Change Touchpad Three-finger Tap Gesture to “Middle mouse button”

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerTapEnabled /t REG_DWORD /d 4 /f

Summary

You can change your touchpad three-finger tap gesture in two ways. The easiest way is through Settings where you can pick from several options. If you prefer using the registry, you can edit values to control the gesture. Both methods work well. Pick whichever one feels easier for you.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2458 articles → Twitter

📚 Related Tutorials

How to Change Touchpad Three-finger Swipe Gestures in Windows 11
Windows How to Change Touchpad Three-finger Swipe Gestures in Windows 11
How to Open and Edit Windows 11 Registry
Windows How to Open and Edit Windows 11 Registry

Leave a Reply

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