Finding specific things
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.
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:
~/Library/Caches and /Library/Caches~/Library/Application Support/MobileSync/Backup~/Library/MailSnapshots 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.
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.
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.
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.
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.
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.
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 MacVersion 2.15.7 · macOS 13+ · 3.8 MB · notarised