HomeMac Guides › Purgeable Space

Purgeable space on a Mac: what it is and how to actually free it

You delete 40 GB of video, check your free space, and nothing changed — or Finder cheerfully claims you have 60 GB available while an app insists the disk is full. The culprit is purgeable space: storage macOS considers reclaimable but has not yet released. It is a real feature, not a bug, and understanding it is the difference between a five-minute fix and an afternoon of frustration.

Updated 2026-08-02 · Written by the CleanerMac team · macOS 13–15 tested

What purgeable space is

Purgeable space is disk currently occupied by data that macOS believes it can delete or re-download on demand, and will delete automatically if an app needs the room. Because macOS counts it as effectively available, Finder's “Available” figure often includes it — which is why the numbers you see can be misleading.

Four things typically make up purgeable space:

Why APFS makes deletion feel delayed

APFS is a copy-on-write filesystem. When a snapshot exists, deleting a file does not release its blocks — it only removes the reference from the current filesystem view. The blocks stay allocated because the snapshot still points at them. They become free only when every snapshot referencing them is removed.

This is a genuinely good design: it is what makes Time Machine's local restore, safe system updates and instant rollbacks possible. But it explains the single most common Mac storage complaint — “I deleted things and got no space back.” You did delete them; a snapshot is simply still holding the blocks.

How to see the real numbers

Do not trust Finder's Get Info window or the Storage pane for this. Use Terminal:

Forcing purgeable space to be released

macOS will free it automatically when something needs the room, but you often need it back on your terms. In order of effectiveness:

  1. Thin local snapshots. Run sudo tmutil thinlocalsnapshots / 999999999999 4. The big number is a byte target meaning “reclaim as much as you can”; the 4 is the highest urgency level, which instructs macOS to delete rather than defer. Your Time Machine backups on the external drive are untouched. Re-check with df -h /.
  2. Delete a specific snapshot. If you want surgical control, take a name from tmutil listlocalsnapshots / and run tmutil deletelocalsnapshots <snapshot-name>.
  3. Empty the Trash — and Photos' Recently Deleted, and Mail's Trash mailbox.
  4. Restart. A reboot clears swap and triggers macOS to re-evaluate purgeable data. Modest, but free.
  5. Create pressure deliberately. Copying a very large file to the disk forces macOS to purge in order to make room, then you delete the large file. This works but is crude — prefer the tmutil route.
  6. Disable Optimise Mac Storage temporarily if iCloud eviction is confusing your accounting, then re-enable it once you have a clear picture.

Purgeable versus genuinely free space

Purgeable spaceFree space
Physically occupiedYesNo
Counted as available by FinderUsually yesYes
Counted as available by dfPartlyYes
Reclaimed automaticallyYes, under pressureN/A
Reclaimed on demandVia tmutil or TrashN/A
Usable by an installer that checks free spaceOften notYes

That last row causes real problems. Some installers, disk-image tools and virtualisation apps check the raw free-space figure and refuse to proceed even though macOS would happily purge space if they simply started writing. If an installer says there is not enough room while Finder says there is, thin your snapshots and try again.

When purgeable space is a symptom of something bigger

A few gigabytes of purgeable space is entirely normal. Tens of gigabytes usually means snapshots have been accumulating for weeks because the Time Machine drive has not been connected, or that an app is churning through large temporary files. If the underlying problem is that the disk is simply too full, work through startup disk full on Mac and the broader System Data storage guide, since snapshots are counted inside that category.

It is also worth checking whether the space is genuinely purgeable or whether you have accumulated real, deletable files that you simply have not found yet. A visual disk space analyzer answers that question quickly, and duplicates are a common hidden contributor — see removing duplicate files on Mac.

Doing this without Terminal

Everything above is achievable with the built-in tools and a few commands, and if you are comfortable in Terminal there is no reason to add software. If you are not, CleanerMac surfaces the same information as a plain reading of your disk — including what is held by snapshots versus what is genuinely deletable — and clears the reclaimable parts without you needing to remember tmutil syntax. Everything runs locally, and deletions of your own files go to the Trash.

Things not to do

Turn purgeable space into real free space

CleanerMac shows what is held, what is junk, and clears the difference.

Download CleanerMac — free for 3 days

macOS 13+ · Apple Silicon & Intel · $24.99 once, no subscription

Frequently asked questions

What is purgeable space on a Mac?

It is disk space occupied by data macOS considers disposable — mostly APFS local snapshots, iCloud-optimised files and disposable caches. macOS will free it automatically when an app needs the room, which is why it is reported as available even though it is physically in use.

How do I remove purgeable space on my Mac?

The most reliable method is thinning Time Machine local snapshots with tmutil thinlocalsnapshots / 999999999999 4 in Terminal. Then empty the Trash and Photos' Recently Deleted. Check the result with df -h / rather than the Storage pane.

Is purgeable space bad?

No, it is a normal part of how APFS and Time Machine work, and local snapshots let you recover files you deleted by accident. It only becomes a problem when an installer or app checks raw free space and refuses to run.

Why does Finder show free space that I cannot use?

Finder includes purgeable space in its available figure. Some apps and installers check the raw free-space number instead and see a much smaller amount. Thinning snapshots converts purgeable space into genuinely free space and resolves the mismatch.

Does restarting a Mac clear purgeable space?

Partly. A restart clears virtual memory swap files and prompts macOS to re-evaluate what it can reclaim. It does not remove local snapshots, so if snapshots are the cause you still need tmutil.

Will deleting local snapshots affect my Time Machine backups?

No. Local snapshots are temporary copies kept on the startup disk when your backup destination is unavailable. The backups stored on your external drive or network volume are separate and remain intact.