Windows

How to Turn On or Off Drag Two Fingers to Scroll on Touchpad in Windows 11

Richard
Written by
Richard
Mar 23, 2026 Updated Mar 24, 2026 1 min read
How to Turn On or Off Drag Two Fingers to Scroll on Touchpad in Windows 11

This tutorial will show you how to turn on or off the two-finger drag scroll feature on your touchpad in Windows 11.

If your Windows 11 device (like a laptop) has a built-in precision touchpad, you can easily turn this feature on or off.

Option One

Turn On or Off Drag Two Fingers to Scroll in 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.

 Open Touchpad settings

  1. Click on Scroll & zoom to expand it. (see screenshot below step 4)
  2. Check (turn on – default) or uncheck (turn off) the Drag two fingers to scroll option for what you want.
  3. You can now close Settings.
Settings menu for two-finger scroll in Windows 11

Option Two

Turn On or Off Drag Two Fingers to Scroll Using Registry

Turn On “Drag two fingers to scroll”

This is the default setting.

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

Turn Off “Drag two fingers to scroll”

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

Summary

You now know how to turn the two-finger drag scroll feature on or off for your touchpad in Windows 11. You can use the Settings app for an easy method or the Registry for more advanced control. Choose the option that works best 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 Enable or Disable Microsoft Store Desktop Shortcuts
Windows How to Enable or Disable Microsoft Store Desktop Shortcuts
How to Reset OneDrive Sync on Windows 11
Windows How to Reset OneDrive Sync on Windows 11
How to Setup a Proxy in Windows 11
Windows How to Setup a Proxy in Windows 11
How to Connect to WPA3 Wi-Fi in Windows 11
Windows How to Connect to WPA3 Wi-Fi in Windows 11

Leave a Reply

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