How to Turn On or Off Press Lower Right Corner of Touchpad to Right-Click in Windows 11
Pressing the lower right corner of a Windows 11 touchpad triggers a standard right-click without needing a separate mouse. Precision touchpads on most modern laptops support this setting natively, letting you open context menus with a simple physical press in the bottom-right zone.
Opening the Windows 11 Settings app gives you quick control over this feature so you can turn it on or off whenever you want.
Option 1Option One: Using Settings
Open Settings (Win+I) to change this behavior through the main app menu.- Open Settings (Win+I).
- Click on Bluetooth & devices on the left side. Then click on Touchpad on the right side. (see screenshot below)
- Click on Taps to expand the options.
- 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)
- You can close Settings when you’re done.

Option 2Using Registry Files
Editing the Windows registry (a hierarchical database storing system and application configuration settings) lets advanced users control the lower right corner behavior directly. Specific registry keys dictate whether this right-click zone remains active.
This is the default setting.
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”
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v RightClickZoneEnabled /t REG_DWORD /d 0 /f
Summary
Two methods manage the touchpad right-click zone: the main Settings menu or direct registry modifications.
How do I right click on the 🪟 Windows 11 touchpad?
To right-click using a touchpad, press the bottom right corner. To left-click, tap anywhere on the touchpad, or press the bottom left corner.
How to disable right click on touchpad 🪟 Windows 11?
The Settings app also opens by pressing the Windows key and the 'I' key at the same time.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.
No comments yet — be the first to share your thoughts!