Why is System Data so huge on my Mac?
30 August 2026
Open System Settings → General → Storage and there it is: System Data, 150 GB, one grey bar, no explanation, no button. It's the most complained-about number in macOS, and Apple's own definition is circular: System Data is everything that doesn't fit in another category.
Where it actually lives
In practice, a big System Data number is almost always five places:
~/Library, the big one. App Support, Containers (Docker's entire VM lives here), Group Containers (WhatsApp media), Caches, and on a dev machine, Android SDKs and emulator images. Tens to hundreds of GB./Library, system-wide app support and caches. Often 20–40 GB./private/var, logs, temp files, and leftovers from updates.- Time Machine local snapshots, invisible as files, but they hold deleted data until macOS thins them. The classic "I deleted 50 GB and nothing changed" culprit.
- Swap and purgeable space, managed by macOS, and it genuinely frees the purgeable part when something needs room.
How to see yours, concretely
You can hunt by hand with du -sh ~/Library/* and tmutil listlocalsnapshots /, or use the System Data screen in ddeploy, which measures each of those places, lets you drill into any folder sorted by size, and purges snapshots with one click. On the first Mac it scanned, "System Data" resolved into an Android emulator collection, Docker's VM, and 15 GB of WhatsApp media in a hidden container.
What's safe to remove
Caches rebuild; snapshots regenerate at the next backup; swap is off-limits (macOS manages it). Your own app data deserves a look before it goes anywhere, which is why anything personal goes to the Trash, not into the void.
See your own System Data broken down in 60 seconds.
Download ddeploy free