Windows

How to Turn On or Off Press Lower Right Corner of Touchpad to Right-Click in Windows 11

Richard
Written by
Richard
Mar 22, 2026 1 min read
How to Turn On or Off Press Lower Right Corner of Touchpad to Right-Click in Windows 11

This tutorial shows you how to turn on or off the lower right corner touchpad right-click feature in Windows 11.

If your Windows 11 device has a built-in precision touchpad, you can change its tap settings to match what you prefer.

Reference:

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

How to Change Your Touchpad Right-Click Setting

Option One: Option One: Using Settings

  1. Open Settings (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 options.
  5. Check the box to turn on or uncheck the box to turn off Press the lower right corner of the touchpad to right-click. (see screenshot below)
  6. You can close Settings when you’re done.
Touchpad lower right corner area for right-click Windows 11

Option Two: Using Registry Files

To Turn On “Press the lower right corner of the touchpad to right-click”

This is the default setting.

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

To Turn Off “Press the lower right corner of the touchpad to right-click”

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

Summary

You now know how to enable or disable the right-click feature on your touchpad’s lower right corner. You can do this through Settings or by editing the registry. The Settings method is easier for most users. The registry method gives you more control if you prefer working with files directly.

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.

2457 articles → Twitter

📚 Related Tutorials

How to Create Custom Voice Shortcuts in Windows 11
Windows How to Create Custom Voice Shortcuts in Windows 11
How to List User Profiles and Accounts in Windows 11
Windows How to List User Profiles and Accounts in Windows 11
How to Show or Hide Image Backgrounds in Paint App on Windows 11
Windows How to Show or Hide Image Backgrounds in Paint App on Windows 11
How to Change Narrator Audio Output in Windows 11
Windows How to Change Narrator Audio Output in Windows 11

Leave a Reply

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