How to Enable or Disable Touchpad in Windows 11
Turning off your laptop touchpad stops the mouse cursor from jumping around when your palms brush the pad while you type. You can manage this built-in pointing device in Windows 11 using the Settings app, a keyboard shortcut, or a dedicated function key on your keyboard.
Disabling the touchpad helps prevent accidental clicks during long typing sessions or games, while turning it back on gives you full cursor 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)
You can quickly disable touchpad Windows 11 features using the main system settings app . This method lets you turn off the built-in mouse pad completely without needing any special software or keyboard shortcuts. Open your Windows settings, go to the bluetooth and devices menu, and switch the touchpad toggle to the off position to stop it from responding.
- 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
You can manage your touchpad using either the Settings app or the registry. The Settings app offers the fastest route for most users, requiring only a few clicks to toggle the device. Alternatively, you can use registry edits if you are setting up 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!