Skip the empty-Trash confirmation on Mac
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:
- Make Finder the active app (click the desktop or a Finder window).
- Press Cmd+, to open Finder → Settings.
- Click the Advanced tab.
- Untick Show warning before emptying the Trash.
Done once, this covers all of these — no more dialog on any of them:
- Right-click the Trash in the Dock → Empty Trash — your hand's probably already there.
- Finder → Empty Trash in the menu bar.
- Shift+Cmd+Delete from anywhere in Finder.
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:
- Press Option+Shift+Cmd+Delete to empty with no confirmation, even while the warning is switched on.
- Or hold Option as you open the Finder menu — Empty Trash loses its "…" and fires immediately when you pick it.
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:
- Right-click (or two-finger click) the Trash and choose Empty Trash — no dialog, done.
- The icon shows full or empty at a glance, so you can see whether there's anything to clear before you bother.
- Keep the Trash where your pointer already goes and the whole loop — drag in, empty — never leaves the Dock.
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.
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.