Windows

How to Turn On or Off Tap Twice and Drag on Touchpad to Multi-Select in Windows 11

Richard
Written by
Richard
Mar 22, 2026 1 min read
How to Turn On or Off Tap Twice and Drag on Touchpad to Multi-Select in Windows 11

This guide shows you how to turn on or off tap twice and drag on your touchpad to multi-select in Windows 11.

If your Windows 11 device has a built-in precision touchpad, you can control its tap settings. This feature lets you choose what works best for you.

Reference:

Precision touchpad tuning (touchpad-tuning-guidelines) – This page has information about touchpad tuning in Windows 10 and newer versions.

Option One

Turn On or Off Tap Twice and Drag Using Settings

  1. Open Settings by pressing Win+I.
  2. Click on Bluetooth & devices on the left side. Then click on Touchpad on the right side. (See screenshot below)
  3.  Open Touchpad settings
  4. Click on Taps to expand the section. (See screenshot below step 4)
  5. Check the box (on – default) or uncheck the box (off) next to Tap twice and drag to multi-select based on what you want. (See screenshot below)
  6. You can now close Settings.
Windows 11 Touchpad Settings showing tap twice and drag option

Option Two

Turn On or Off Tap Twice and Drag Using Registry

To turn on “Tap twice and drag to multi-select”:

This is the default setting.

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

To turn off “Tap twice and drag to multi-select”:

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

Summary

You can easily control the tap twice and drag feature on your Windows 11 touchpad. Use Settings for a simple approach, or use the Registry if you prefer command-line methods. The feature is on by default, but you can turn it off anytime based on your preference.

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 Enable or Disable Ignore Touch Input when using Pen in Windows 11
Windows How to Enable or Disable Ignore Touch Input when using Pen in Windows 11
How to Enable Non-Native Accent Recognition in Windows 11
Windows How to Enable Non-Native Accent Recognition in Windows 11
How to Check HDR Display Support in Windows 11
Windows How to Check HDR Display Support in Windows 11
How to Reset Default Firewall Settings in Windows 11
Windows How to Reset Default Firewall Settings in Windows 11

Leave a Reply

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