HomeMac Guides › System Data Storage

What “System Data” really is on your Mac — and how to shrink it

Open Apple menu → System Settings → General → Storage and you will see a grey bar labelled System Data. On a lot of Macs it is the single largest slice — 50 GB, 100 GB, sometimes more — and macOS gives you no button to open it. It is not a bug and it is not a virus. It is a catch-all bucket, and once you know what is inside it you can reclaim most of it safely.

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

What System Data actually contains

macOS sorts every file on your startup volume into a category: Applications, Documents, Photos, Music, Mail, iCloud Drive, macOS, Trash. Anything that does not fit one of those named buckets gets swept into System Data (older versions of macOS called the same thing Other). It is a leftover category, not a folder you can open in Finder.

In practice, the bulk of it is made up of these things:

Note what is not in there: macOS itself. The operating system has its own sealed read-only volume and is reported separately as “macOS”. So a large System Data figure is never “just the OS being big”.

How to see the real number before you delete anything

The Storage screen is deliberately vague, so start with numbers you can trust. Open Terminal and run:

du on a large Library can take a minute or two and will print permission errors for a few protected paths; that is normal and harmless. If you would rather not sit in Terminal, a visual breakdown does the same job — see our guide to using a Mac disk space analyzer.

Clearing the biggest offenders, in order

Work down this list. The first two items alone resolve most oversized System Data cases.

  1. Purge Time Machine local snapshots. Check what exists with tmutil listlocalsnapshots /, then thin them aggressively with sudo tmutil thinlocalsnapshots / 999999999999 4. The huge number is a byte target for how much to reclaim and the 4 is the urgency level — the highest, which tells macOS to delete rather than negotiate. Your real Time Machine backups on the external drive are untouched.
  2. Delete stale iOS backups. In Finder, connect the device and use Manage Backups, or delete folders directly from ~/Library/Application Support/MobileSync/Backup. Each folder is one device backup; the folder names are device identifiers, so check the modification date to work out which is which before removing anything.
  3. Clear app caches. Quit the app first, then empty the contents of its folder in ~/Library/Caches. Delete the contents, not the folder itself, and never clear the cache of a running app. Full walkthrough in our guide to clearing the cache on a Mac.
  4. Cut Mail's attachment downloads. In Mail, open Settings → Accounts → Account Information and set Download Attachments to Recent or None for IMAP accounts, since the server keeps the originals.
  5. Remove old logs. Contents of ~/Library/Logs are safe to clear. Leave /private/var/log alone unless you know what you are doing — macOS rotates it on its own.
  6. Uninstall properly. Dragging an app to the Trash leaves its Application Support, container and preference data behind, and all of that counts as System Data. See how to completely uninstall apps on Mac.

Where the space usually hides, by user type

If you are a…Check firstTypical path
PhotographerPhotos cache and originals not offloaded to iCloud~/Pictures/Photos Library.photoslibrary
DeveloperXcode derived data, simulators, archives~/Library/Developer
iPhone ownerOld device backups~/Library/Application Support/MobileSync/Backup
Heavy chat/app userSlack, Discord, Teams caches~/Library/Application Support
Anyone with Time MachineLocal snapshotstmutil listlocalsnapshots /
Docker / VM userDisk images that grow but never shrink~/Library/Containers/com.docker.docker

Developers should pay particular attention to ~/Library/Developer/Xcode/DerivedData, which regenerates on the next build and is one of the safest large deletions on the whole machine — details in our Xcode derived data guide.

Why the number does not drop immediately

You delete 30 GB and the Storage bar barely moves. Three things explain that:

Keeping System Data small

The category grows back — that is its nature. A few habits keep it in check: connect your Time Machine drive regularly so snapshots get flushed to it rather than accumulating locally; delete an iOS backup as soon as you have restored from it; turn on Optimise Mac Storage for Photos and Messages if you use iCloud; and clear caches every few months rather than every few years. If your disk is already at the warning stage, start with our broader guide on how to free up space on Mac.

If you would rather not run Terminal commands or hunt through Library folders, this is precisely the job CleanerMac was built for: it shows the same breakdown visually, tells you in plain language which items are safe to remove, skips the caches of anything currently running, and sends files it removes from Disk X-Ray, duplicates and uninstalls to the Trash so those are reversible. It is a one-time purchase and runs entirely on your Mac.

What you should never delete

A short list, because a fast cleanup can turn into a bad afternoon: do not touch /System (it is sealed and read-only anyway), /private/var/db, /private/var/vm, the contents of ~/Library/Keychains, or any .plist in ~/Library/Preferences unless you are deliberately resetting a specific app. And never delete a Library folder wholesale — remove the contents of a specific subfolder instead, so the app can recreate what it needs.

See what is really inside your System Data

CleanerMac breaks it down file by file — and clears it safely.

Download CleanerMac — free for 3 days

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

Frequently asked questions

Why is System Data on my Mac so large?

Because it is a catch-all category rather than a folder. The usual heavyweights are Time Machine local APFS snapshots, old iOS device backups, app caches and Application Support data from apps like Docker, Xcode and Slack. Checking each one individually is the only reliable way to find your particular cause.

Is it safe to delete System Data on a Mac?

You cannot delete the category itself, only the individual files inside it. Caches, logs, old iOS backups and Time Machine local snapshots are all safe to remove. System files, keychains and virtual memory files are not, and macOS protects most of them anyway.

How do I find System Data in Finder?

You cannot — there is no System Data folder. The contents are spread across your user Library, the system Library and hidden var directories. You reach them through Finder's Go → Go to Folder (Shift-Command-G) or through Terminal with du.

Will restarting my Mac reduce System Data?

Sometimes, modestly. A restart clears the swap file and some temporary caches, and it prompts macOS to recalculate the storage figures. It will not remove snapshots or backups, so if System Data is genuinely large a restart alone will not fix it.

Does deleting Time Machine local snapshots affect my backups?

No. Local snapshots are temporary copies kept on your startup disk when the backup drive is unavailable. The real backups on your external drive or network destination are separate and are not affected by tmutil thinlocalsnapshots.

Why did my free space not increase after deleting files?

Check that the Trash is empty, then check for APFS snapshots that still reference the deleted blocks. Space held by a snapshot shows up as purgeable and is only released when the snapshot is thinned or expires. Verify the real figure with df -h rather than the Storage pane.