Everywhere All articles Download

Finding specific things

What is eating System Data

Updated 2026-08-08 · 6 min read

System Data is not one thing. It is everything macOS could not put in another category: caches, Time Machine snapshots, iOS backups, developer junk, app support folders. That is why it can read 80 GB and why no single button shrinks it.

What actually counts as System Data

When the storage pane cannot attribute a file to Apps, Photos, Documents or Mail, it lands in System Data. In practice the big contributors are always the same:

Check snapshots first

Snapshots are the invisible one. List them:

tmutil listlocalsnapshots /

If a dozen come back, that is likely tens of gigabytes. Thin them:

tmutil thinlocalsnapshots / 999999999999 4

macOS deletes snapshots itself when the disk fills, but it is conservative about it, and the storage pane counts them against System Data in the meantime.

Check iOS backups

Each full device backup is 5 to 15 GB, and updating a phone often leaves the old backup behind. System Settings → General → Storage → iOS Files lists them, or look directly in ~/Library/Application Support/MobileSync/Backup.

Then measure, do not guess

The honest way to shrink System Data is to find out what is actually large, not to run a cleaner app that guesses for you:

du -sh ~/Library/* 2>/dev/null | sort -hr | head -20

Run the same against /Library. Whatever tops the list is your answer, and it is different on every Mac. Caches are safe to delete; Application Support folders belong to apps and deserve a look before anything is removed.

Spotlight will not help you here — most of ~/Library is excluded from its index by design. An indexed search tool that covers the whole disk, Everywhere included, will list every file over a gigabyte in one query, wherever it hides.

What not to delete

Leave /System and /private/var/db alone, and never delete .Spotlight-V100 or snapshot folders by hand — there are supported commands for both. The categories above cover nearly every real-world case of a bloated System Data figure.

Common questions

Is it safe to delete System Data?

Not as a category, because it is a mix. Caches, old iOS backups and Time Machine snapshots are safe to remove with the supported tools. App support folders should be inspected app by app.

Why does System Data keep growing back?

Caches and snapshots regenerate by design. What matters is the steady-state size, not that the number moves. If it climbs without limit, one app is usually responsible, and du -sh on ~/Library will name it.

Find any file before you finish typing

Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.

Download for Mac

Version 2.15.7 · macOS 13+ · 3.8 MB · notarised

Related

© 2026 Caretopia Network Private Limited Everywhere for Mac Articles Privacy Support