How to Turn On Tap to Click on Mac
Out of the box, a Mac trackpad wants a real press — a physical click — for every action. Tap to click lets a feather-light tap do the same job, which is quieter, faster, and much easier on your fingertips over a long day. It's one toggle, plus a second hidden one if you want tap-based dragging too.
Turn it on
- Open System Settings → Trackpad.
- On the Point & Click tab, turn on Tap to click.
Effective immediately, on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia alike, and it applies to an external Magic Trackpad as well as the built-in one. A tap with one finger clicks; with Secondary click set to its default, a tap with two fingers right-clicks. Physical clicking keeps working exactly as before — tap to click adds, it doesn't replace.
To undo, flip the same toggle off.
For setup scripts, the same switch is scriptable:
# enable tap to click for the current user
defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
# undo — back to press-to-click
defaults write com.apple.AppleMultitouchTrackpad Clicking -bool false
defaults -currentHost delete NSGlobalDomain com.apple.mouse.tapBehavior
Log out and back in for the scripted version to take effect everywhere; the Settings toggle applies instantly and is the better route for a one-off change.
Tap-and-drag: the missing half
Tap to click doesn't let you tap-and-hold to drag — that needs its own setting, hidden in Accessibility:
- Open System Settings → Accessibility → Pointer Control.
- Click Trackpad Options…
- Enable Use trackpad for dragging and choose a style:
- Without Drag Lock — double-tap and keep your finger down to drag; lift to drop.
- With Drag Lock — same, but the drag continues after you lift; tap again to drop. Good for long drags across the screen.
- Three Finger Drag — rest three fingers on anything and move. No tapping at all; many people's favorite once discovered.
When taps stop registering
Tap detection is deliberately conservative, and a few things defeat it:
- Moisture or lotion — a damp fingertip blurs the capacitive signal. Wipe the trackpad and your hands; this is the number-one cause of “tap to click stopped working”.
- Palm rejection — taps near the trackpad's edges or while your palms rest on it during typing are intentionally ignored.
- A connected mouse — if Ignore built-in trackpad when mouse or wireless trackpad is present is enabled (in the same Trackpad Options… area of Accessibility → Pointer Control), the built-in trackpad goes fully dead while a mouse is attached. People discover this setting exists precisely when taps “randomly” stop.
- The login screen — tap to click is a per-user setting, so before you log in, the trackpad may demand physical clicks. Not a bug.
If taps and physical clicks both fail, that's a different problem — hardware or a wedged driver — rather than this setting.
Why Apple ships it off
Apple's default favors the users who'd be bitten by false positives: with tap to click on, a stray brush of the trackpad while typing can click somewhere mid-sentence and teleport your cursor. In practice macOS's palm rejection handles nearly all of this, but if you're a heavy typist who notices phantom clicks after enabling it, you have a middle path — keep tap to click for deliberate pointing but type with your palms a touch higher, or turn it off only if the phantom clicks persist. Give it a full day before judging: the silent, zero-effort click is the kind of change that feels unnervingly loose for an hour and then makes physical clicking feel like needless work forever after.
Tap to click, drag styles, gesture toggles — Mainspring turns 90+ hidden macOS settings like these into labelled, reversible switches you flip in seconds.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Complete the upgrade
If tap to click won you over, three-finger drag is the natural next step — see how to enable three finger drag on Mac. Between them, your trackpad never needs a hard press again.