MainspringGuides › Trash warning
macOS Guide

Turn Off the Empty Trash Confirmation on Mac

Updated July 2026 · 2 min read

Every time you empty the Trash, macOS asks whether you are sure — permanently, every single time, with no "stop asking" checkbox in the dialog itself. The off switch lives in Finder's settings instead. Here is the checkbox, the Terminal equivalent, and a keyboard shortcut that skips the question without changing anything.

Disable the confirmation

  1. Click the desktop or a Finder window, then choose FinderSettings (Cmd+,).
  2. Click the Advanced tab.
  3. Uncheck Show warning before emptying the Trash.

From now on, FinderEmpty Trash, the Empty button in the Trash window, and Control-clicking the Trash in the Dock all empty immediately. The setting is the same on Ventura, Sonoma, and Sequoia, and re-ticking the box restores the dialog.

The Terminal equivalent

# stop asking before emptying the Trash
defaults write com.apple.finder WarnOnEmptyTrash -bool false
killall Finder

# undo: ask again before emptying
defaults write com.apple.finder WarnOnEmptyTrash -bool true
killall Finder

The Finder relaunch (killall Finder) is required for the change to take effect; your desktop and windows come straight back.

Skip the dialog once, keep it in general

If you like the safety net but occasionally want to blow past it, learn the extended shortcut. The normal empty-Trash shortcut is Shift+Cmd+Delete, which shows the confirmation. Add OptionOption+Shift+Cmd+Delete — and the Trash empties immediately, no dialog, even with the warning enabled. The same trick works in the menu: hold Option and FinderEmpty Trash loses its ellipsis, meaning no dialog will follow.

This combination — warning on, Option-shortcut when you mean it — is the setup we would actually recommend for most people. You keep protection against a stray click and lose none of the speed.

Or let the Trash empty itself

The same Advanced tab has a better idea than manual emptying: Remove items from Trash after 30 days. Check it and every file quietly disappears a month after you trashed it. You get a 30-day undo window for everything you delete, the Trash never balloons to hundreds of gigabytes, and you never think about it again. It pairs well with disabling the warning, since emptying by hand becomes rare.

Two things the dialog was protecting you from are worth knowing before you silence it. First, emptying is effectively final: on modern SSDs with APFS there is no realistic undelete — recovery means a Time Machine or cloud backup. Second, the count includes what you cannot see: the Trash holds deleted items from external drives too, and those only give their space back when the Trash empties. If a file matters, take it out of the Trash before emptying — drag it out or select it and press Cmd+Delete's counterpart, FilePut Back.

Every Finder nag, one switch each

Trash warnings, extension warnings, hidden files, path bars — Mainspring turns 90+ buried macOS settings into labelled toggles you can flip in a click and reverse just as fast.

Try Mainspring free →

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

Deleting without the Trash at all

For files you want gone right now — enormous video renders, sensitive downloads — macOS can bypass the Trash entirely. Read Delete Files Immediately on Mac for the shortcut and its trade-offs.