Skip to content
Follow
Windows

How to Disable Touchpad With Mouse in Windows 11

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

Disabling your laptop’s touchpad when you connect an external mouse in Windows 11 is a common need, and this guide will show you exactly how to do it.

⚡ Quick Answer

Open Settings by pressing ⊞ Win+I, then go to Bluetooth & devices, and select Touchpad. Uncheck “Leave touchpad on when a mouse is connected” to automatically disable the touchpad when a mouse is plugged in.

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 information relates to how touchpads are managed and tuned in Windows 10 and later versions.

Option 1Use Settings

You can disable your touchpad when you plug in a mouse using the Windows 11 Settings app. This helpful option stops your touchpad from interfering when you’re using a separate mouse. Open Settings, navigate to Bluetooth & devices, and then click Touchpad to find this setting.
  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
Windows 11 Bluetooth & devices settings page showing connected hardware.
Leave touchpad on when mouse is connected checkbox setting
Leave touchpad on when mouse is connected checkbox setting

Option 2Use Registry

Administrator rights (permissions needed to make system-wide changes) are required to change touchpad settings. Open the Windows Terminal application with administrator privileges (as an administrator). Then, type and run the specific command provided to disable the touchpad when a mouse is connected.

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

Disabling your touchpad when using a mouse in Windows 11 can be done using either the Settings app or Device Manager.

How to turn off touchpad when using mouse 🪟 Windows 11?

Open the Settings app to automatically turn off your touchpad when you connect a mouse in Windows 11.

How do I disable the touchpad when using a mouse?

Navigate to the Windows 11 Settings menu to disable your touchpad while a mouse is connected.

How to force disable touchpad?

Open the Settings app and go to the Touchpad section to force disable it in Windows 11.

How do I turn off my touchpad permanently?

You can use either the Settings app or Device Manager to permanently disable your touchpad in Windows 11.

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 Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Access Devices and Printers in Windows 11
Windows How to Access Devices and Printers in Windows 11
How to Enable or Disable Touchscreen in Windows 11
Windows How to Enable or Disable Touchscreen in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

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

Leave a Comment

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