How to Enable or Disable Touchpad in Windows 11
The touchpad on Windows 11 is the built-in flat pad on your laptop that lets you move the mouse pointer and use finger gestures without plugging in a separate mouse. You can turn this touchpad on or off quickly using a simple keyboard shortcut, the Windows 11 Settings app, or a dedicated function key on your keyboard.
Disabling the touchpad helps prevent accidental cursor jumps when you type documents or play games, while turning it back on gives you full mouse control when you work away from a desk.
Open Settings , navigate to Bluetooth & devices, then click Touchpad. Toggle the switch to turn your touchpad On or Off. Some laptops also offer a keyboard shortcut for quick toggling.
Option 1Turn On or Off Touchpad in Settings
- Open Settings by pressing
Win+I. - Click on Bluetooth & devices on the left side. Then click on Touchpad on the right side. (see screenshot below)
- Click on Touchpad to expand the menu. (see screenshot below step 4)
- Turn the touchpad On (default) or Off based on what you want. (see screenshot below)
- You can now close Settings if you like.


Option 2Turn On or Off Touchpad Using Registry
Turn On Touchpad
This configuration acts as the default state upon installation.
Execute the command shown below.
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPrecisionTouchPadStatus" /v Enabled /t REG_DWORD /d 1 /f
Turn Off Touchpad
⚠️ Admin privileges required
Turning off the touchpad via this method requires an elevated command prompt with administrator rights.
reg add "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPrecisionTouchPadStatus" /v Enabled /t REG_DWORD /d 1 /f
Summary
Managing laptop input hardware involves utilizing either the graphical configuration panel or system registry keys. The Settings app offers the fastest route for most users, requiring only a few clicks to toggle the device. Alternatively, executing registry modifications provides a reliable method for automated deployments across multiple machines.
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!