Open System Settings → General → Storage on a Mac that syncs with iCloud, and you will likely see a category called "Purgeable" sitting at several gigabytes, sometimes tens of gigabytes, with no explanation of what it actually is. It is not a mistake and it is not hidden junk you should panic about. Purgeable space is storage macOS could reclaim automatically the moment it needs to, but hasn't yet, because there's no pressure forcing it to. Understanding what feeds this number, and why it counts as "used" until the system decides otherwise, changes how you should read your Mac's storage screen — and explains why "available" space alone is often a poor guide to how tight your disk really is.
What "purgeable" actually means
Purgeable space sits in a middle category between "definitely free" and "definitely occupied by something you need." It represents data macOS is currently keeping on disk for convenience or performance, but which the system knows how to remove automatically if the disk gets tight enough to need the room. Until that moment arrives, the bytes are physically occupied, so they show up as used — but functionally, they behave much closer to free space than to a file you actually created and care about.
This is a deliberate design choice, not a bug. macOS would rather keep useful cached data around for as long as there's spare room, on the logic that keeping it costs nothing when space is plentiful, and only clean it up when space genuinely becomes scarce. The tradeoff is that the number displayed to you doesn't distinguish "this 15 GB is truly locked in" from "this 15 GB will vanish automatically the moment it's needed."
The main contributors to purgeable space
Three things typically make up the bulk of a Mac's purgeable total:
- iCloud file stubs and caches — when you use iCloud Drive or iCloud Photos with local storage optimisation enabled, macOS keeps local copies of recently or frequently accessed files for speed, while knowing it can re-download them from iCloud later. Those local copies count as purgeable.
- Local APFS snapshots — the same copy-on-write snapshots Time Machine takes between real backups. They hold onto old data blocks until deleted, and macOS tracks that held space as purgeable rather than as a permanent cost.
- Other system and application caches — some caching behaviour beyond iCloud and snapshots is also flagged as purgeable when the system is confident it can regenerate or re-fetch the data without loss.
None of these represent files you created and would lose if they were cleared. That's precisely the property that makes them eligible to be labelled purgeable in the first place — the system only applies that label to data it's confident it can reproduce or re-fetch on demand.
Why purgeable is "used" but functionally close to free
The reason purgeable space still counts as used, rather than being folded straight into "available," is conservative accounting: macOS can't guarantee it will reclaim any specific amount at any specific moment, so it doesn't want to overpromise headroom that isn't reclaimed yet. If it advertised purgeable space as fully available and a large write came in before reclamation happened, you'd get an unexpected "disk full" failure instead of a graceful cleanup.
So the system reports it honestly as used-for-now, and reclaims it lazily, typically only when free space actually runs low. In effect, purgeable space is a buffer the OS holds in reserve for itself, visible to you as "used" but designed to be given back automatically exactly when you'd need it most.
Why the number can mislead you
The problem is that most people read the Storage screen the way they'd read a bank balance: "Available" is what I have, everything else is spent. Purgeable breaks that mental model. A Mac showing 20 GB available and 40 GB purgeable is, in practical terms, closer to having 60 GB of headroom than 20 GB — assuming the purgeable contents really do get reclaimed when needed, which in ordinary operation they do.
This matters most when you're deciding whether to panic-delete files, cancel an OS update because "there's not enough space," or spend time hunting for things to remove. Before doing any of that, it's worth checking whether a large purgeable figure is doing most of the work of making your disk look tighter than it actually is. It's also worth being cautious in the other direction: purgeable space is not a number you can rely on being available at an exact instant, so don't treat it as guaranteed free capacity for a task that needs the room right now, such as starting a large install. It usually reclaims in time, but "usually" and "guaranteed" are different promises.
How to read the Storage screen with this in mind
When you check About This Mac → Storage, look at Available and Purgeable together rather than Available in isolation. A large purgeable figure with iCloud Photos or iCloud Drive optimisation switched on is expected and not a sign of a problem. A large purgeable figure with iCloud storage optimisation switched off is more likely dominated by local snapshots, which is worth checking with tmutil listlocalsnapshots / if you want to confirm rather than guess.
What purgeable space cannot tell you is what's inside your genuinely non-purgeable, non-reclaimable used space — the actual files, project folders, caches that aren't flagged as purgeable, and application data that's really yours to manage. That's a separate question, and the Storage screen's category breakdown doesn't answer it in useful detail.
Conclusion
Purgeable space is one of the more reasonable design decisions in how macOS manages storage, even though the term itself is rarely explained anywhere the average user will see. It exists so the system can keep useful cached and reclaimable data around without pretending that space is unconditionally free, and without forcing an aggressive cleanup the moment a cache grows. Once you know what feeds it, a high purgeable number stops being alarming.
Where a tool like VolumeLens fits in is the part purgeable space doesn't cover: seeing exactly what's inside the space that isn't purgeable, isn't a snapshot, and isn't an iCloud cache — the actual folders and files sitting on your disk that only you can decide whether to keep.