How to Empty the Trash on a Mac

When you drag a file into the Trash can on your Mac, it is not actually deleted. It is simply moved to a hidden folder on your hard drive. The file continues to consume the exact same amount of storage space it always did. If you are desperately trying to free up gigabytes of space to install a new macOS update, you must permanently empty the Trash to physically destroy the data.

Usually, this is a one-click process. However, if a file is currently “in use” by a background application, or if the file permissions have become corrupted, the Mac will stubbornly refuse to let you empty the Trash. Here is how to execute a standard deletion, and how to force-empty the bin when the operating system refuses to cooperate.

Method 1: The Standard Empty (The Easy Way)

If your Mac is functioning perfectly, emptying the Trash takes exactly two seconds.

  1. Look at your Dock (the row of icons at the bottom or side of your screen).
  2. Locate the Trash icon at the far right (or bottom) edge of the Dock. If it is full of crumpled paper, there are files inside it.
  3. Right-click (or hold the Control key and click) on the Trash icon.
  4. A small menu will pop up. Click Empty Trash.
  5. A warning dialog will appear asking, “Are you sure you want to permanently erase the items in the Trash?”
  6. Click the blue Empty Trash button to confirm.

You will hear a distinct crumpling paper sound effect, the icon will change to an empty wire basket, and your hard drive space will be instantly reclaimed.

Method 2: Empty the Trash with a Keyboard Shortcut

If you prefer using your keyboard rather than navigating menus with your mouse, you can trigger the deletion command from anywhere in the Finder.

  1. Click anywhere on your empty Desktop so the word “Finder” appears in the top-left menu bar next to the Apple logo.
  2. Press and hold these three keys simultaneously: Command + Shift + Delete.
  3. The warning dialog will pop up. Press the Return (Enter) key to confirm the deletion.

Method 3: How to Force Empty the Trash (The “File In Use” Error)

If you try to empty the Trash and your Mac throws a frustrating error message saying “The operation can’t be completed because the item is in use,” you have a locked file.

This happens when an application (like Microsoft Word or Adobe Premiere) secretly still has a hook into the file, even though you thought you closed it. To bypass this, you must force the deletion.

  1. First, try restarting your Mac. A simple reboot terminates all background applications and severs all hidden hooks to the files in the Trash. 90% of the time, you can empty the Trash normally immediately after a restart.
  2. If a restart does not work, open the Trash by clicking on the icon.
  3. Identify the specific stubborn file that refuses to delete.
  4. Right-click on that specific file and select Get Info.
  5. Look at the “General” section of the Info panel.
  6. Ensure the Locked checkbox is NOT checked. If it is checked, uncheck it, close the panel, and try emptying the Trash again.

Method 4: The Terminal Override (The Nuclear Option)

If the file is deeply corrupted and refuses to unlock, you must bypass the graphical interface and use a UNIX terminal command to forcefully obliterate the data. Warning: This command is irreversible and extremely powerful. Follow these steps exactly.

  1. Open Spotlight Search (press Command + Spacebar).
  2. Type Terminal and press Enter to open the command line app.
  3. Type the following command, making sure to include a single space after the capital R:
sudo rm -R
  1. Do not press Enter yet.
  2. Open your Trash bin so you can see the stubborn files.
  3. Click and drag the stubborn files from the Trash window directly into the Terminal window. The Terminal will automatically type out the complex, hidden file paths for you.
  4. Now, press Enter in the Terminal.
  5. The Terminal will ask for your Mac administrator Password. (As you type your password, no characters will appear on screen. This is normal security behavior).
  6. Press Enter again.

The file is instantly and permanently destroyed, bypassing all macOS safety warnings.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.