Windows

How to Turn On or Off Pinch to Zoom 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 Pinch to Zoom on Touchpad in Windows 11

This tutorial shows you how to turn on or off pinch to zoom on your touchpad in Windows 11.

If your Windows 11 laptop or device has a built-in precision touchpad, you can control whether pinch to zoom works.

Reference:

Precision touchpad tuning (touchpad-tuning-guidelines) – This topic presents information about touchpad tuning capabilities in Windows 10 and beyond

Option One

Turn On or Off Pinch to Zoom on Touchpad 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. (see screenshot below)
  3.  Open Touchpad settings
  4. Click on Scroll & zoom to expand it open. (see screenshot below step 4)
  5. Check (on – default) or uncheck (off) Pinch to zoom for what you want. (see screenshot below)
  6. You can now close Settings if you like.
Demonstration of pinch to zoom feature on touchpad in Windows 11

Option Two

Turn On or Off Pinch to Zoom on Touchpad Using Registry

Flag: Admin privileges required

Turn On “Pinch to zoom”

This is the default setting.

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

Turn Off “Pinch to zoom”

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

Summary

You now know two ways to control pinch to zoom on your touchpad in Windows 11. The easiest way is through Settings. Just go to Bluetooth & devices, select Touchpad, expand Scroll & zoom, and check or uncheck Pinch to zoom. If you prefer using the registry, you can enable it by setting the ZoomEnabled value to ffffffff or disable it by setting it to 00000000. Both methods work on precision touchpads in Windows 11.

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.

2456 articles → Twitter

📚 Related Tutorials

How to Turn On Windows Hello Anti-Spoofing in Windows 11
Windows How to Turn On Windows Hello Anti-Spoofing in Windows 11
How to Enable or Disable Automatic Lock on Your Windows 11 PC
Windows How to Enable or Disable Automatic Lock on Your Windows 11 PC
How to Turn On or Off Shared Experiences in Windows 11
Windows How to Turn On or Off Shared Experiences in Windows 11
How to Enable or Disable Send Required and Optional Diagnostic Data for Windows 11
Windows How to Enable or Disable Send Required and Optional Diagnostic Data for Windows 11

Leave a Reply

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