Skip to content
Follow
Windows

How to Enable or Disable Touchpad in Windows 11

Richard
Written by
Richard
Mar 22, 2026 Updated Aug 13, 2026 1 min read
How to Enable or Disable Touchpad in Windows 11
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.

⚡ Quick Answer

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

  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)

 Open Touchpad settings

  1. Click on Touchpad to expand the menu. (see screenshot below step 4)
  2. Turn the touchpad On (default) or Off based on what you want. (see screenshot below)
  3. You can now close Settings if you like.
Windows 11 Settings Touchpad tile icon
adjust touchpad sensitivity windows 11
Touchpad settings button toggle in Windows 11
Touchpad settings button toggle in Windows 11

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.

🗝️Registry
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.

🗝️Registry
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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Turn On or Off Touchpad Accelerated Scrolling in Windows 11
Windows How to Turn On or Off Touchpad Accelerated Scrolling in Windows 11
How to Turn On or Off Touchpad Automatic Scrolling with Pressure in Windows 11
Windows How to Turn On or Off Touchpad Automatic Scrolling with Pressure in Windows 11
How to Turn On or Off Automatic Touchpad Scrolling at Edge in Windows 11
Windows How to Turn On or Off Automatic Touchpad Scrolling at Edge in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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