How to Turn Off a Laptop Touchpad (Windows, macOS, Linux, ChromeOS)

Every OS hides this somewhere different, and half the guides online still give the Windows 10 path. Here's where the setting actually lives in 2026, plus the auto-disable option that beats turning it off outright.

Tech Talk News Editorial6 min readUpdated Jul 29, 2026
ShareXLinkedInRedditEmail
How to Turn Off a Laptop Touchpad (Windows, macOS, Linux, ChromeOS)

Key takeaways

  • In Windows 11 the touchpad settings moved to Settings > Bluetooth & devices > Touchpad, not Settings > Devices > Touchpad, which was the Windows 10 path most guides still give.
  • The "Leave touchpad on when a mouse is connected" checkbox only exists on Windows Precision Touchpad drivers, so if it is missing your laptop is running a vendor Synaptics or ELAN driver instead.
  • On macOS the option is Accessibility > Pointer Control > "Ignore built-in trackpad when mouse or wireless trackpad is present", and there is no way to disable the trackpad with no mouse attached.
  • The xinput command that most Linux guides recommend only works on X11 and silently does nothing on Wayland, which is the default session on current GNOME and KDE.
  • Auto-disabling the touchpad when a mouse is connected is a better default than disabling it outright, because it matches how laptops are actually used at a desk versus on the move.

You lose a sentence because your palm grazed the touchpad mid-type, and you decide today is the day you turn the thing off. Then you follow a guide that tells you to open Settings, then Devices, and there is no Devices. That is not you going mad. Microsoft moved it in Windows 11 and a large share of the pages ranking for this query never updated.

Here is where the setting actually lives on each platform in 2026, plus the thing worth knowing before you disable anything: on Windows and macOS you probably want auto-disable rather than off.

Windows 11

Settings > Bluetooth & devices > Touchpad.Or press Win + I and type “touchpad” into the search box, which is faster and immune to Microsoft moving it again. The toggle at the top of that page turns the touchpad off.

The better control is one level down. Expand the Touchpad section and clear Leave touchpad on when a mouse is connected. With that unchecked, Windows disables the touchpad whenever a USB or Bluetooth mouse is present and switches it back on when the mouse goes away.[1] That is the setting most people actually want, and the reason is simple: you want the touchpad on the train and off at your desk, and the mouse being plugged in is a perfect proxy for which of those you are doing.

Why this matters

If that checkbox is not on your machine, you are not looking in the wrong place. It belongs to the Windows Precision Touchpad driver. Laptops that ship a vendor driver from Synaptics, ELAN, or Alps get the vendor's own control panel instead, with the equivalent option somewhere inside it. Search the Start menu for the vendor name, or open Control Panel, then Mouse, and look for an extra tab that Windows did not put there.

Windows 10, for anyone still on it, uses the old path: Settings > Devices > Touchpad, with the same two controls. That path is the one most stale guides give, which is exactly why they send Windows 11 users somewhere that does not exist.

Many laptops also map a toggle to a function key, usually Fn plus something in the F1 to F12 row, marked with a touchpad icon with a line through it. There is no standard: the key differs by manufacturer and sometimes by model within a manufacturer. Look along your function row for the icon.

macOS

System Settings > Accessibility > Pointer Control, then enable Ignore built-in trackpad when mouse or wireless trackpad is present. The trackpad goes inert whenever a mouse is connected and comes back when it is not.

Note the app name. It is System Settings on current macOS; guides written before Ventura say System Preferences, which was renamed along with a full redesign of the layout. Same setting, different furniture.

There is no supported way to disable the trackpad outright with no mouse attached, and that is a deliberate design decision rather than an oversight. A MacBook with the trackpad disabled and no mouse paired has no pointing device, and no way to click the checkbox that would undo it. Apple declined to ship the footgun. The accessibility toggle covers the real use case.

Linux

This is where most guides go wrong, and the failure is silent, which is the worst kind.

Nearly every result for this query tells you to run xinput list to find the device ID and then xinput disable [id]. That works on X11. On Wayland, which is the default session on current GNOME and KDE, xinput either reports nothing useful or appears to succeed and changes nothing, because Wayland does not expose input devices to clients the way X11 did. You can check which you are on with echo $XDG_SESSION_TYPE.

The approach that works on both:

  • GNOME— Settings > Mouse & Touchpad, then the Touchpad toggle. GNOME also disables the touchpad while typing by default, which solves the palm-strike problem without turning anything off.
  • KDE Plasma— System Settings > Mouse & Touchpad > Touchpad, with an enable/disable control and a “disable while typing” option in the same panel.
  • Permanently, at the driver level — blacklist the kernel module for the touchpad, or drop a libinput quirks file in /etc/libinput/local-overrides.quirks. This survives reboots and session type, and is genuinely permanent, which cuts both ways: do it only if you are sure, and remember you did it.

ChromeOS

Settings > Device > Touchpad. There is still no first-party switch to disable the touchpad outright, which remains a long-standing gap in the platform. What you get is the useful subset: turn off Tap-to-click, which removes the single largest source of accidental input, since most stray touchpad events are taps from a palm rather than deliberate clicks.

A genuine full disable requires Developer Mode and kernel-level changes, which is far more disruption than the problem warrants: Developer Mode powerwashes the device and weakens the verified-boot guarantees that are most of the reason to run ChromeOS. Turn off tap-to-click and move on.

The Setting You Probably Want

Disabling the touchpad outright is the wrong default for most people, because it optimizes for the desk and forgets the couch. Auto-disable on mouse connect gets both: full touchpad when you are mobile, no touchpad when you are docked. Windows and macOS both support it natively, and it is one checkbox in each.

It is also worth checking whether you still have the problem. Palm rejection improved substantially once Precision Touchpad drivers became the norm on Windows and libinput matured on Linux, and the aggressive “disable while typing” behavior is on by default in most current desktop environments. If your reflex to kill the touchpad was formed on a laptop from a few years ago, try it enabled for a day before turning it off. The failure you are defending against may already have been fixed underneath you.

Takeaway

Windows 11 moved it to Bluetooth & devices > Touchpad, macOS keeps it under Accessibility > Pointer Control, and on Linux use your desktop's settings panel rather than xinput, which does nothing on Wayland. On Windows and macOS, prefer auto-disable when a mouse is connected over turning the touchpad off outright.

This is the same reflex as hiding the Chrome bookmarks bar: find the default that costs you something on every single session, and change it once.

Primary sources

  1. 1.PrimaryMicrosoft Support, "Touchpad in Windows". Official documentation for the Windows 11 touchpad settings and the mouse-connected behavior.
  2. 2.PrimaryApple, "Change Pointer Control accessibility settings on Mac". Official path for the ignore-built-in-trackpad option.

Frequently asked questions

How do I turn off the touchpad in Windows 11?
Open Settings with Win + I, go to Bluetooth & devices, then Touchpad, and switch the Touchpad toggle off. This is a different path from Windows 10, where the same settings lived under Settings > Devices > Touchpad, which is why older guides send you to a page that no longer exists.
How do I make the touchpad turn off automatically when I plug in a mouse?
In Windows 11, expand the Touchpad section in Bluetooth & devices > Touchpad and clear the "Leave touchpad on when a mouse is connected" checkbox. On macOS, go to System Settings > Accessibility > Pointer Control and enable "Ignore built-in trackpad when mouse or wireless trackpad is present". Both re-enable the touchpad automatically when the mouse is removed.
Why is there no "Leave touchpad on when a mouse is connected" option on my laptop?
That checkbox is part of the Windows Precision Touchpad driver, so its absence means your laptop ships a vendor driver from Synaptics, ELAN, or Alps instead. The equivalent setting usually exists in the vendor control panel, reachable by searching the Start menu for the vendor name or opening the mouse properties from Control Panel and looking for an extra tab.
How do I disable a touchpad on Linux?
Use your desktop environment's settings panel, because it works on both Wayland and X11: GNOME puts a Touchpad toggle under Settings > Mouse & Touchpad, and KDE has the same under System Settings > Mouse & Touchpad. The widely-recommended xinput disable command is X11-only and does nothing on a Wayland session, which is the default on current GNOME and KDE.
Can I disable the MacBook trackpad completely?
No, macOS only lets you ignore the built-in trackpad while a mouse or wireless trackpad is connected, and there is no supported setting to disable it outright. The reasoning is that a laptop with no trackpad and no mouse would have no pointing device at all, which would leave you unable to undo the setting.
What is the keyboard shortcut to disable a touchpad?
Many Windows laptops map it to a function key, usually Fn plus one of F1 to F12, marked with a touchpad icon with a line through it. There is no standard key across manufacturers, and Apple, most Linux laptops, and Chromebooks do not provide one at all.

Written by

Tech Talk News Editorial

Computer engineering background. Writes about software, AI, markets, and real estate, and the places where the three meet.

More about the author
ShareXLinkedInRedditEmail