MainspringGuides › Skip the confirmation
macOS Guide

Skip the empty-Trash confirmation on Mac

Updated August 2026 · 3 min read

If you empty the Trash a dozen times a day — culling photos, clearing out old downloads, tidying up after a big export — the confirmation dialog isn't a safeguard, it's a tax. Every empty costs an extra click on the same "are you sure" box. Turn the confirmation off once and every way you clear the Trash becomes a single action: the Dock, the Finder menu, and the keyboard shortcut all just work.

Turn it off once, for every route

The confirmation is one setting, and switching it off applies everywhere at once:

  1. Make Finder the active app (click the desktop or a Finder window).
  2. Press Cmd+, to open Finder → Settings.
  3. Click the Advanced tab.
  4. Untick Show warning before emptying the Trash.

Done once, this covers all of these — no more dialog on any of them:

The setting sticks across restarts and works identically on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia. Re-tick the box whenever you want the check back.

Set it from Terminal if you prefer

The Advanced checkbox writes a single preference you can also set directly — handy if you're configuring a new Mac or scripting your setup:

# Skip the empty-Trash confirmation everywhere
defaults write com.apple.finder WarnOnEmptyTrash -bool false
killall Finder
# Undo — bring the confirmation back
defaults write com.apple.finder WarnOnEmptyTrash -bool true
killall Finder

Don't want to change the setting? Hold Option

There's a zero-setup alternative if you'd rather leave the warning in place for others who use the Mac. Holding Option while emptying skips the dialog for that one time only:

So you have a choice: flip the setting off if you empty constantly and want every route instant, or keep the warning and reach for the Option modifier on the empties where speed matters. Either way, the repetitive click is gone.

Make the Dock your one-tap empty

When emptying is something you do all day, the Trash icon at the end of the Dock is the target worth building a habit around — it's always on screen, and with the warning off it's a single right-click away from clear:

One thing not to mistake for a stuck setting: if an empty seems to do nothing, or the disk space doesn't drop, a file in the Trash may still be open in an app, or held by a local Time Machine snapshot. That's a separate issue from the confirmation, and quitting the app that owns the file usually clears it. The no-prompt setting is working; something is just holding one of the files.

One toggle for the whole workflow

Mainspring makes the empty-Trash confirmation a single labelled switch — off when you're clearing the Trash all day, on when you want the check back — without opening Finder Settings each time. It's one of 90+ hidden macOS settings it turns into clean toggles.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Cut out the empty step entirely

If most of what you're clearing came straight from downloads, deleting it without a Trash round-trip is faster still. See how to delete files immediately on Mac to bypass the Trash for one-off items.