You emptied the Trash but your Mac got no space back
· 6 min read
When you empty the Trash and the free space barely moves, one of four things is usually going on: macOS has not recalculated yet, a Time Machine local snapshot still holds the deleted files, the files were waiting in a different bin from the one you emptied, or an app still has one of them open. Each takes a minute to check, and the order below runs from most to least common.
First, open the Trash from the Dock. If items are still there, the empty did not finish; skip to the section on stuck items.
Give the number a minute, and read the right one
The storage bar in System Settings, General, Storage is calculated in the background and can lag well behind reality, especially straight after a large delete. Finder catches up faster.
- In Finder, choose Go, Computer, and select your startup disk (usually Macintosh HD).
- Choose File, Get Info.
- Read the Available line. It may show a second figure in parentheses marked purgeable.
View, Show Status Bar puts the same figure at the bottom of every Finder window.
Available includes purgeable space, meaning space macOS has set aside to release when something needs it. If a figure you are watching leaves purgeable out, freed space can look as if it vanished when it was only reclassified. Purgeable space on a Mac explains what sits in that category and why it is slow to go.
A local snapshot is still holding the files
On a Mac that backs up with Time Machine, this is the usual answer. Time Machine takes local snapshots of the internal drive roughly every hour and keeps them for about a day. A snapshot is a frozen picture of the disk: if a file existed when the snapshot was taken, the snapshot still points at its data, so deleting the file frees nothing until that snapshot goes.
To see them, open Terminal and run:
tmutil listlocalsnapshots /
Each line is a snapshot with a date in its name. They expire on their own, and macOS removes them early when the disk runs short, so often the honest fix is to wait until tomorrow. If you need the space now, delete one by the date in its name:
sudo tmutil deletelocalsnapshots 2026-09-27-101500
Use a date from your own list, not the one above. Deleting a snapshot removes a restore point on the Mac itself; your Time Machine drive keeps its own history. Time Machine local snapshots are taking space covers them in more depth, including the snapshots macOS updates leave behind.
The files were in a different bin
The Trash in the Dock is not the only place deleted things wait. Several others hold on to space until you empty them separately.
- Photos. Deleted photos and videos move to Recently Deleted in the Photos sidebar and stay there for about 30 days. Open it and delete them from there if you need the space now.
- Mail. Deleted messages sit in the Trash mailbox. Mailbox, Erase Deleted Items clears them. Attachments are the heavy part of Mail; Mail is taking up storage covers the rest.
- Other apps’ bins. Notes and some other apps keep their own Recently Deleted folder. If you deleted something large inside an app, look there.
- Other user accounts. Every account on the Mac has its own Trash. Emptying yours does nothing for files someone else deleted in their account. A shared Mac: which user account is using all the space shows how to find out.
- External drives. Files deleted from an external drive stay on that drive, in a hidden Trash folder, until you empty the Trash with the drive connected. That explains a backup disk that never seems to free up.
An app still has the file open
On macOS, as on any Unix system, deleting a file that a running app still has open removes its name but not its contents. The space comes back only when the app lets go of it.
This matters for big files in use when you deleted them: a video open in an editor, a virtual machine’s disk, a log a background process keeps writing. Quit the app, and if you cannot tell which one it is, restart the Mac. A restart releases every open file at once, which makes it the quickest way to rule this cause in or out.
The Trash did not actually empty
If items are still in the Trash, Finder usually said why, and the fix follows from the message.
- The item is in use. Quit the app that has it open, eject it first if it is a disk image, and empty again. Shift-Command-Delete empties the Trash from any Finder window.
- The item is locked. Select it in the Trash, choose File, Get Info, and untick Locked. Then empty.
- You do not have permission. Items copied from another account or an older Mac can need your administrator password. Finder asks for it; enter it and the empty completes.
Finder, Settings, Advanced also has an option to remove items from the Trash after 30 days, so a large delete never sits forgotten for months.
What you deleted may never have used much space
Two macOS features make some deletes free almost nothing, by design.
Duplicates on the same drive share their data. When you duplicate a file in Finder on an APFS drive, the copy shares the original’s data until one of them changes. Deleting one copy of a pair like that returns very little, because the other copy still needs the data.
Cloud files may not have been downloaded. A file in iCloud Drive that shows a cloud icon lives in iCloud, with only a placeholder on the Mac. Deleting it frees almost nothing locally. It does free iCloud storage, though iCloud Drive keeps deleted files in a Recently Deleted folder on iCloud.com for 30 days first.
When none of these explain it
If the missing space is not part of the Trash story at all, the next step is looking at the whole disk. The Mac says storage is full, but the folders do not add up works through the usual suspects by hand.
Crumb does the same survey as a read-only audit. It breaks System Data into its parts (caches, logs, swap, temporary files and leftovers), lists Time Machine local snapshots on the internal drive, and shows which account on a shared Mac is using the space. The audit is free and changes nothing, so it is a safe first look.
Questions
Why did the space come back the next day instead of right away? Almost always a local snapshot expiring overnight, or the storage figure in System Settings finally catching up.
Is it safe to delete local snapshots? Yes. It does no harm to the disk or your files; you only lose those restore points on the Mac itself.
Does emptying the Trash erase files securely? No. It frees the space for reuse. On a Mac with FileVault turned on, what is left behind is encrypted, which is the protection that matters. Delete a file for good on a Mac explains what replaced the old secure option.