MainspringGuides › System Data
macOS Guide

What Is System Data Storage on Mac? How to Shrink It

Updated July 2026 · 3 min read

Open System Settings → General → Storage and the biggest segment of the bar is often the vaguest one: System Data. It's the catch-all for everything macOS can't file under Apps, Photos, or Documents — and it can quietly grow past 100 GB. Here's what's actually inside it, and which parts are safe to shrink.

What actually lives in System Data

Despite the name, System Data is mostly not the operating system — macOS itself lives on a separate, sealed, read-only volume. System Data is working data:

On macOS Monterey and earlier this same bucket was labelled "Other." Ventura, Sonoma, and Sequoia all call it System Data and show it in the same place: System Settings → General → Storage, at the bottom of the category list. Some churn is normal — a macOS update can temporarily add tens of gigabytes of staged files, and the number swings as snapshots come and go. It's worth investigating when System Data stays above 60–80 GB for days, not when it spikes for an afternoon.

Measure the big folders yourself

The Storage pane won't itemize System Data, but Finder will:

  1. In Finder, press Shift-Cmd-G and go to ~/Library.
  2. Switch to list view, press Cmd-J, and tick Calculate all sizes.
  3. Click the Size column header so the biggest folders float to the top. Caches, Application Support, Containers, and Developer are the usual suspects.

Or take the same measurement in Terminal — this is read-only and changes nothing:

# sizes of the usual suspects
du -sh ~/Library/Caches ~/Library/Logs ~/Library/"Application Support" 2>/dev/null

Expect a few gigabytes in Caches on a working Mac — browsers and streaming apps cache aggressively by design. What you're hunting is the outlier: a single app folder holding 20 GB it never cleans up.

The safe wins

What to leave alone

Don't gut Application Support or Containers folders for apps you still use — that's real data (chat archives, project files, licenses), not cache. Leave swap and the hibernation image to macOS; it sizes them dynamically and deleting them buys nothing lasting. And never delete anything under /System. If a single log or cache file has grown to multiple gigabytes, the better fix is the misbehaving app writing it, not repeated deletion.

Tune more than storage

While you're cleaning house, Mainspring turns 90+ hidden macOS settings into labelled, reversible toggles — Finder, Dock, keyboard, and privacy tweaks without hunting through ~/Library or the Terminal.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Caches come back — that's the point

Anything genuinely cache-like will regrow, so treat cache-clearing as a periodic sweep, not a one-time fix. For a deeper pass on caches specifically, see our guide to clearing the cache on your Mac.