MainspringGuides › Empty Trash shortcut
macOS Guide

Empty Trash instantly with a shortcut and no prompt

Updated August 2026 · 3 min read

There's a single keystroke that empties the Trash and skips the "are you sure" dialog completely: Option+Shift+Cmd+Delete. You don't have to change any setting first, you don't have to open a menu, and you don't have to click anything. Hold those four keys anywhere in Finder and the Trash clears on the spot. Here's how it works, what the related shortcuts do, and how to make no-prompt emptying the default if you want it every time.

The instant shortcut

macOS has two Trash shortcuts, and the difference is one key:

The no-prompt version works even when the warning is switched on, so it's the fastest one-off route regardless of your settings. Just make sure Finder is the active app first — click the desktop or any Finder window, then press the keys. It behaves the same on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.

Getting the keys right

Make no-prompt emptying the default

If you never want the confirmation, you can turn it off so that even the plain Shift+Cmd+Delete — and the Dock and menu routes — empty without asking:

  1. In Finder, press Cmd+, and open the Advanced tab.
  2. Untick Show warning before emptying the Trash.

Or set the same preference from Terminal:

# Empty the Trash with no confirmation, everywhere
defaults write com.apple.finder WarnOnEmptyTrash -bool false
killall Finder
# Undo — restore the confirmation
defaults write com.apple.finder WarnOnEmptyTrash -bool true
killall Finder

With the warning off, Shift+Cmd+Delete becomes your instant empty and you can drop the Option key. Leave the warning on and keep Option+Shift+Cmd+Delete for a per-empty override — either way you've got a no-prompt keystroke.

If the shortcut does nothing

The empty-Trash keys only fire when Finder is the active app, and that's the usual reason they seem dead:

If you'd rather not use the keyboard at all in the moment, the Dock has a mouse-only equivalent: click and hold the Trash icon (or right-click it) and choose Empty Trash from the menu that appears. Hold Option as you pick it and the Trash empties with no dialog, mirroring the shortcut exactly.

Skip the Advanced tab

Rather than hunting through Finder Settings, Mainspring makes the empty-Trash warning a labelled one-click toggle — turn it off so your shortcut is always instant, or back on when you want the check. One of 90+ hidden macOS settings it exposes as clean switches.

Try Mainspring free →

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

More Finder shortcuts worth the muscle memory

The empty-Trash keys are one of a handful that pay off daily. See our roundup of essential Finder keyboard shortcuts for the moves that get you around files without touching the mouse.