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.
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.- Open Settings by pressing
Win+I. - Click on Bluetooth & devices on the left side.
- Click on Touchpad on the right side.
- Click on Touchpad to expand it open.
- 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.
- You can now close Settings.


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.
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
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?
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.
No comments yet — be the first to share your thoughts!