Where System Data Hides on Your Mac
Unlike documents and photos that you can see in Finder, System Data is stored in hidden Library folders. Here are the five primary locations where gigabytes of disposable caches accumulate on modern Macs:
User App Caches
Temporary files generated by Spotify, Slack, Chrome, and your daily apps to speed up rendering. Safe to clear periodically.
~/Library/Caches/
Xcode DerivedData & Simulators
Intermediate build artifacts, indexing databases, and old iOS device runtimes that Xcode never deletes on its own.
~/Library/Developer/Xcode/DerivedData/
Application Support Leftovers
Settings, offline databases, and support files left behind when you drag an application to the Trash without removing its container.
~/Library/Application Support/
Time Machine APFS Snapshots
Temporary drive backup images stored locally on your SSD when an external Time Machine drive is disconnected.
tmutil listlocalsnapshots /
The Two-Vault System: Why Cleaning System Data is 100% Safe
Many Mac owners hesitate to clean System Data because they fear breaking macOS or deleting important files. To understand why cleaning is completely safe, it helps to visualize modern macOS security as a two-vault system:
The Read-Only System Volume
Since modern macOS, Apple seals the entire operating system on a dedicated, cryptographically signed read-only volume (the Signed System Volume). Even if you type an administrator password, no user app or cleaner can modify or delete core system files. Your Mac operating system is permanently shielded behind digital security glass.
User Files & Disposable Caches
All user documents, application caches, and System Data live in a separate writable volume. When you clean System Data, you are only clearing disposable cache files, temporary streaming buffers, and build artifacts from this user vault. If an application needs a cache file again in the future, it simply regenerates a fresh one.
Understanding Caches: The Desk vs. Filing Cabinet Analogy
Why do apps create so many caches in the first place? Think of your Mac memory and storage like an office:
- RAM is your physical desk: Keeping files you are actively working on spread across your desk lets you reach them instantly without getting up. macOS intentionally keeps your desk full so everyday tasks feel instant.
- SSD storage is your filing cabinet: It holds hundreds of gigabytes of data, but walking over to pull files takes extra time and battery power.
- System Data caches are temporary scratchpads: When Spotify streams a song or Photoshop previews an image, it writes a temporary copy to your SSD so it does not have to redownload or recompute it next time. Over time, these scratchpads fill entire drawers of your filing cabinet until you clean them out.
Mac System Data Questions & Answers
Clear explanations of how macOS manages storage and how to keep your drive clean.
Why is System Data so huge on my Mac?
macOS categorizes any file that is not a recognized document, photo, music file, or application as System Data. This includes temporary application caches, Xcode build files, streaming video buffers from browsers and Spotify, local Time Machine APFS snapshots, and leftover files from deleted apps. Over months of normal use, these temporary files quietly accumulate to 40GB, 80GB, or even 150GB.
What is actually inside Mac System Data?
System Data consists of two main categories: essential read-only system files (the sealed macOS base system, essential fonts, and system runtime libraries, typically 15GB to 25GB) and temporary user caches (application cache folders in ~/Library/Caches, developer derived data, messaging media databases, and APFS snapshot backups). While the first category is permanent, the second category is completely safe to clean.
How much System Data can I safely delete?
On most Macs, between 40% and 80% of System Data is safe to clean. A clean macOS installation requires only 15GB to 25GB of essential system storage. Any System Data beyond that is almost entirely temporary caches, old logs, and leftover files. For example, if your System Data is 80GB, approximately 55GB to 65GB can typically be reclaimed safely.
Does clearing System Data delete my personal documents or photos?
Never. Your personal documents, Desktop files, Photos library, Music collection, and iCloud Drive folders are stored in completely separate user directories and are never touched. Safe cleaning utilities like DiskCompanion only target disposable cache buffers and always move cleaned files directly to the macOS Trash, so every cleanup remains 100% reversible.
Why does System Data grow back after cleaning?
Modern apps actively generate new cache files as you use them. For example, streaming video in a browser or opening large design projects creates new temporary cache buffers so future operations feel fast. This is normal macOS behavior. Cleaning System Data once every few months keeps this accumulation under control so it never fills your SSD.