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

Accidental palm brushes on a laptop touchpad can ruin your workflow once a mouse is plugged in. Windows 11 includes a built-in switch to handle this automatically.

⚡ 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

Built-in laptop touchpads often get in the way during regular typing sessions. Pairing an external USB or Bluetooth mouse solves accuracy issues, though errant palm touches still happen. Turning off the touchpad upon mouse detection keeps the cursor steady.

What Happens

Enabling this preference instructs Windows to monitor connected pointing devices. Unplugging the external mouse instantly restores touchpad functionality without manual toggling.

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

Hardware manufacturers design precision touchpads around these exact tuning parameters. Windows 10 and newer operating system builds rely on this architecture for hardware communication.

Option 1Use Settings

Press Win+I to open Settings. Select Bluetooth & devices from the sidebar, then click Touchpad. Expand the Touchpad menu section and uncheck the box for leaving the touchpad on when a mouse is connected.
  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

Registry modifications require an elevated command prompt. Launch Windows Terminal with administrator privileges (permissions needed to make system-wide changes). Execute the appropriate command strings below to alter the hardware behavior.

Turn On Leave Touchpad On when Mouse Connected

The operating system keeps the touchpad active by default regardless of external hardware.

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

Modern Windows installations provide multiple pathways for hardware configuration. Device Manager offers deeper control for persistent hardware states.

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?

Users can utilize either the Settings app or Device Manager to permanently disable hardware components 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 *