Windows

How to Disable Touchpad With Mouse in Windows 11

Richard
Written by
Richard
Apr 6, 2026 Updated Apr 7, 2026 2 min read
How to Disable Touchpad With Mouse in Windows 11

This tutorial shows you how to turn on or off the touchpad on your Windows 11 computer when a mouse is connected.

Why This Matters

If your laptop has a built-in touchpad and you use an external USB or Bluetooth mouse, you can make Windows automatically turn off the touchpad when the mouse connects. This stops accidental touchpad touches while you work.

What Happens

When you enable this setting, your touchpad will turn off automatically when you plug in or connect a mouse. When you disconnect the mouse, the touchpad turns back on.

Reference: Precision touchpad tuning (touchpad-tuning-guidelines)

This topic presents information about touchpad tuning capabilities in Windows 10 and beyond.

Option One: Use Settings

The Settings app provides the quickest way to disable touchpad with mouse in Windows 11. Open Settings by pressing Win+I, navigate to Bluetooth & devices, select Touchpad, then uncheck the ‘Leave touchpad on when a mouse is connected’ option to turn off your touchpad automatically when an external mouse is detected.
  1. Open Settings by pressing Win+I.
  2. Click on Bluetooth & devices on the left side.
  3. Click on Touchpad on the right side.
  4. Click on Touchpad to expand it open.
  5. Check the box (on – this is the default) or uncheck the box (off) next to Leave touchpad on when a mouse is connected. Choose what you want.
  6. You can now close Settings.
Windows 11 Bluetooth and devices settings page overview
Leave touchpad on when mouse is connected checkbox setting

Option Two: Use Registry

⚠️ Admin privileges required: Open the Windows Terminal app as an administrator and run the commands below.

Turn On Leave Touchpad On when Mouse Connected

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v LeaveOnWithMouse /t REG_DWORD /d 4294967295 /f

Turn Off Leave Touchpad On when Mouse Connected

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v LeaveOnWithMouse /t REG_DWORD /d 0 /f

Summary

You now know how to control whether your touchpad stays on when a mouse is connected. Use Settings for an easy way to change this. Use Registry for more advanced control. Either method lets you stop accidental touchpad touches when using an external mouse.

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.

2458 articles → Twitter

📚 Related Tutorials

How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Change Mouse Scrolling Direction in Windows 11
Windows How to Change Mouse Scrolling Direction in Windows 11

Leave a Reply

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