MainspringGuides › Tap to click
macOS Guide

How to Turn On Tap to Click on Mac

Updated August 2026 · 3 min read

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

  1. Open System SettingsTrackpad.
  2. 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:

  1. Open System SettingsAccessibilityPointer Control.
  2. Click Trackpad Options…
  3. Enable Use trackpad for dragging and choose a style:

When taps stop registering

Tap detection is deliberately conservative, and a few things defeat it:

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.

One-click trackpad sanity

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.