Home  ›  Articles

What Is “System Data” on Mac?

Updated 2026-07-26  ·  3 min read

You open Storage Settings, and something called System Data is eating 60 GB. Apple tells you nothing about what's in it. Here is the actual breakdown, and which parts you can safely get back.

“System Data” (called “Other” before macOS Monterey) isn't a real category. It is the leftover bucket: every file macOS can't confidently label as an app, a document, a photo, or a message gets counted there. That is why it swells to 30–80 GB on a machine a few years old, and why Apple's own Storage pane gives you no way to open it.

It is a mix of things. Some of it you should never touch. A meaningful slice of it is disposable.

What is inside System Data

1. Caches, usually the biggest reclaimable chunk

Every app writes to ~/Library/Caches, and the system writes to /Library/Caches. Browsers are the worst offenders: Chrome, Safari and Firefox each routinely hold 1–4 GB. Design and media apps cache preview renders that can run to tens of gigabytes.

Caches exist to make things faster on second use. Deleting them costs you a slower first launch and nothing else, the app regenerates what it needs.

2. Time Machine local snapshots

This is the one that surprises people. Even with no external drive attached, Time Machine takes hourly local APFS snapshots and keeps them on your internal disk. macOS thins them automatically when space runs low, but until it does, they can occupy many gigabytes and they land squarely in System Data.

You can see them yourself:

tmutil listlocalsnapshots /

3. Swap and sleep image

When RAM fills, macOS pages memory to disk in /private/var/vm. The sleep image alone is roughly the size of your installed RAM. This is working memory, leave it alone. It shrinks on its own after a restart.

4. Logs and diagnostic reports

Crash reports, panic logs, and analytics in ~/Library/Logs and /private/var/log. Individually tiny, collectively a few gigabytes on an old install. Safe to clear.

5. Developer data, enormous if it applies to you

If Xcode is installed, System Data is likely dominated by it: DerivedData, iOS DeviceSupport, and simulator runtimes routinely total 20–50 GB. We cover this in detail in safely deleting Xcode DerivedData.

6. Application support files that outlived their app

Dragging an app to the Trash leaves ~/Library/Application Support, preference files, and container directories behind. Years of uninstalled apps accumulate here, and macOS counts every byte as System Data.

The part nobody tells you A large System Data figure isn't itself a problem. macOS is designed to reclaim caches and snapshots automatically when the disk gets tight. If you've 200 GB free, a 60 GB System Data number costs you nothing. It only matters when you're short on space.

How to shrink it, in order of payoff

  1. Restart. Genuinely. This clears swap, the sleep image, and a good deal of temporary state. It is the single highest-ratio action and it takes two minutes.
  2. Empty the Trash: including in Photos and Mail, which keep their own.
  3. Clear browser and app caches. The largest safe win on most machines.
  4. Thin local snapshots. macOS does this on its own under pressure, but you can force it.
  5. Remove leftovers from apps you already deleted. Tedious by hand. This is where the folder-by-folder approach breaks down.
  6. Clear developer caches if you write software.

What not to delete

Some advice online tells people to delete the whole of ~/Library, or to remove files from /System or /private/var/db. Do not. You will break Mail indexes, Spotlight, licence records, and in the worst case the ability to boot. System Integrity Protection will stop the most catastrophic attempts, but it doesn't protect your user Library.

The rule that keeps you safe: delete caches and derived data, which regenerate. Do not delete databases and state, which don't.

See exactly what your System Data is made of

CleanMachine breaks the bucket down by category, caches, snapshots, logs, developer junk, orphaned app data, with real sizes. Scanning is free and takes about 60 seconds.

↓ Download Free & Scan

Why the number never quite matches

Storage Settings is an estimate, and it updates lazily. After a big cleanup it can take a reboot and several minutes of indexing before the figure moves. If you cleared 20 GB and the bar hasn't budged, wait rather than deleting more.

Common questions

Is it safe to delete System Data on Mac?
Parts of it are. Caches, logs and old snapshots are safe and regenerate. Swap files, databases and system state aren't, deleting those causes real damage. Never delete the whole of ~/Library.
Why is System Data so large on my Mac?
Usually caches that have accumulated for years, Time Machine local snapshots stored on the internal disk, and leftover files from apps you already uninstalled. On developer machines, Xcode data is normally the biggest single contributor.
Will restarting my Mac reduce System Data?
Yes, often by several gigabytes. A restart clears swap and the sleep image, and it prompts macOS to thin local snapshots. It is the first thing worth trying.
How do I clear System Data on Mac?
Restart first, which clears swap and prompts snapshot thinning. Then empty the Trash, clear browser and app caches, remove leftovers from apps you've uninstalled, and clear developer caches if you write software. There is no single button, because System Data is several unrelated things.
Why is System Data taking up so much storage on Mac?
It is a catch-all bucket rather than one thing. Caches accumulated over years, Time Machine local snapshots kept on the internal disk, swap, logs, and files left behind by apps you already deleted all get counted there.
Does a big System Data number slow my Mac down?
Not by itself. It only matters when free space gets low, macOS needs headroom for swap and snapshots. If you've plenty of free space, a large System Data figure is harmless.

Keep reading