Mac System Data Storage: What It Really Is and How to Shrink It

Mac System Data storage explained: what caches, snapshots, and backups actually fill it, and how to safely reclaim 10-40GB of space without deleting files.

I opened About This Mac on my MacBook Air last month and stared at a storage bar showing 82 GB tucked under a category simply called “System Data.” No app icon, no folder I could open in Finder, just a gray chunk eating into my free space. If you’ve clicked into Apple menu > About This Mac > Storage and seen the same thing, you already know how little that label explains about mac system data storage.

System Data isn’t one folder — it’s a catch-all bucket for everything macOS can’t cleanly sort into Apps, Documents, Photos, or Messages, and most of what lives in it is safe to shrink once you know where to look.

Quick Answer

Mac System Data storage covers caches, logs, Time Machine local snapshots, swap files, iOS backups, and the Spotlight index — anything macOS can’t file under Apps, Documents, or Photos. You can shrink it safely by clearing caches, deleting old backups, and thinning local snapshots in Disk Utility, usually recovering 10-40 GB without touching a single personal file.

What Is “System Data” on a Mac?

Apple added this category when the old “Other” label started confusing people. Open Apple menu > About This Mac > Storage > Manage, or check Apple’s official Mac support for how the breakdown is defined, and you’ll see a gray segment that, on an older Mac, often rivals your Applications folder in size.

What’s Actually Inside It

Nobody can open a single “System Data” folder because it isn’t one place — it’s a rollup of several unrelated storage types. Here’s what typically makes up that number on my machines:

Category What It Is Typical Size Safe to Clear?
App and system caches Temporary files apps store for faster loading 2-15 GB Yes, macOS rebuilds them
Time Machine local snapshots Hourly backup snapshots on your internal drive 5-40 GB Yes, via Terminal
Spotlight index Database that powers search 1-5 GB Yes, rebuilds automatically
Swap and virtual memory Overflow space when RAM is full 1-10 GB No, managed by macOS
iOS/iPadOS backups Local device backups made through Finder 5-30 GB Yes, if backed up elsewhere

System Data is really five or six storage types lumped under one label, and most of them clear out safely once you target them individually.

What Causes System Data to Grow So Large?

On my Mac, the biggest jump came right after I set up a new external drive for backups — see my notes on setting up Time Machine backup if yours isn’t configured yet. Local snapshots piled up for two weeks before I noticed. Other common culprits: browser caches that balloon after months of tabs, leftover installer files after a macOS update, and Xcode or Docker data if you develop software.

Pro tip: run tmutil listlocalsnapshots / in Terminal before troubleshooting anything else — on my test it showed six snapshots going back 11 days, explaining almost 20 GB by itself.

Most System Data bloat traces back to backup snapshots and caches that quietly accumulate, not one single large file.

How Do I Check What’s Actually in System Data?

Confirm what’s really taking up space before deleting anything.

  1. Open Apple menu > About This Mac > Storage > Manage.
  2. Click through Documents, Applications, and Photos to see what’s already accounted for.
  3. In Terminal, run du -sh ~/Library/Caches/* to see individual cache folder sizes.
  4. Run tmutil listlocalsnapshots / to check for stray Time Machine snapshots.

Troubleshooting tip: if the Storage panel shows the same number right after cleanup, don’t panic — Apple’s storage calculation can lag up to 24 hours before it refreshes, so recheck the next day instead of repeating the cleanup.

A quick Terminal check shows exactly which cache or snapshot folder is inflating the number, instead of guessing from the Storage bar.

How Do I Clear Out Bloated System Data?

Once you know what’s inflating the category, work through these in order.

  1. Restart your Mac first — this alone cleared roughly 3 GB of temporary swap files on my machine.
  2. Empty the Trash and app-specific trash (Mail, Photos), since deleted items sit in System Data until you do.
  3. Clear browser caches from Chrome, Safari, or Firefox through their own settings menus.
  4. Thin Time Machine snapshots with tmutil thinlocalsnapshots / 10000000000 4 in Terminal.
  5. Delete old iPhone or iPad backups you no longer need from Finder > your device > Manage Backups, after confirming a copy exists via iCloud or your computer.
  6. Remove unused Xcode derived data or old Docker images if you develop software.

Pro tip: if iCloud space is also tight, freeing up iCloud storage first means Photos and Messages sync cleaner data back down, shrinking local caches too.

Restarting, emptying trash, and thinning snapshots through Terminal recover the bulk of bloated System Data without deleting a single personal file.

Common Mistakes to Avoid

Deleting Library folders blindly

Poking through ~/Library and deleting anything unfamiliar can break apps. Fix: only clear confirmed cache folders, like ~/Library/Caches.

Judging results too quickly

Checking Storage right after cleanup and assuming it failed. Fix: wait 24 hours for macOS to recalculate the breakdown.

Deleting snapshots through Finder

Time Machine snapshots don’t appear as normal files, so people try to hunt them down manually. Fix: use tmutil thinlocalsnapshots instead.

Paying for a cleaner app

Third-party “Mac cleaner” tools often request full disk access and delete more than caches. Fix: the built-in Manage Storage panel and Terminal commands above do the same job for free.

Wiping iPhone backups without checking

Deleting a local Finder backup assuming iCloud already has a copy. Fix: confirm the last backup date in Finder before removing anything.

Frequently Asked Questions

Is it safe to delete System Data on a Mac?

Yes, most of it is caches, snapshots, and rebuildable indexes. When I cleared mine, macOS rebuilt the Spotlight index within an hour with zero issues.

Why does System Data keep growing back?

Because caches and snapshots regenerate as you use your Mac. Mine climbed 5 GB in a week just from a browser with 40 open tabs.

Can I turn off Time Machine local snapshots entirely?

You can with sudo tmutil disablelocal, but I don’t recommend it — snapshots let you restore recent files even before your backup drive connects.

Does restarting my Mac actually reduce System Data?

Often yes, since swap files and some caches clear on restart. A restart alone freed almost 3 GB on my MacBook before I touched Terminal.

Should I buy a Mac cleaning app to manage this?

I haven’t needed one. The free Manage Storage panel plus a few Terminal commands cleared over 30 GB on my own Mac without installing anything extra.

Conclusion

System Data looks alarming because macOS never explains it clearly, but once you know it’s caches, snapshots, and backups stacked together, clearing it becomes a five-minute Terminal job instead of a mystery. Start with a restart and the Manage Storage panel, then work through the Terminal steps above. If you haven’t set up a proper backup yet, check my guide on setting up a new Mac the right way before you start deleting anything.