Windows

How to Enable or Disable Touchpad in Windows 11

Richard
Written by
Richard
Mar 22, 2026 1 min read
How to Enable or Disable Touchpad in Windows 11

This guide shows you how to turn your touchpad on or off in Windows 11. If your laptop has a built-in touchpad, you can control it anytime you want.

Reference:

Surface touchpad use and settings – Microsoft Support Surface Typing Covers have a two-button touchpad that supports gestures and works like a mouse. Learn about its features and how to change touchpad settings.

Option One: Turn 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

Option Two: Turn On or Off Touchpad Using Registry

Turn On Touchpad

This is the default setting.

Run the command below.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad\Status" /v Enabled /t REG_DWORD /d 1 /f

Turn Off Touchpad

⚠️ Admin privileges required

Run the command below.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad\Status" /v Enabled /t REG_DWORD /d 1 /f

Summary

You now know two ways to control your touchpad in Windows 11. The easiest way is through Settings. Just open Settings, go to Bluetooth & devices, click Touchpad, and turn it on or off. If you prefer using the registry, you can download and run a registry file to make the change. Either method works well depending on what you prefer.

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 Enable or Disable System Time in Windows 11 Notification Center
Windows How to Enable or Disable System Time in Windows 11 Notification Center
How to Enable Remote PC Controls on Windows 11
Windows How to Enable Remote PC Controls on Windows 11
How to Enable Advanced Reading in Windows 11 Narrator
Windows How to Enable Advanced Reading in Windows 11 Narrator
How to Turn On or Off Paging File Encryption in Windows 11
Windows How to Turn On or Off Paging File Encryption in Windows 11

Leave a Reply

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