How to Clear Up System Data on Mac: What's Taking Up Space and What You Can Actually Do About It

If you've ever opened About This Mac > Storage and seen a massive chunk labeled "System Data" — sometimes 20, 30, even 50+ GB — you're not alone. It's one of the most frustrating storage mysteries macOS presents, partly because Apple's labeling has changed across OS versions and partly because "System Data" is genuinely a catch-all category covering very different types of files.

Here's what's actually in there, how to approach it, and why the right moves depend heavily on your specific setup.

What Does "System Data" Actually Include?

In recent versions of macOS (Ventura, Sonoma, and later), System Data is a broad bucket that can contain:

  • Cache files — temporary data created by apps, browsers, and the OS itself to speed up repeated tasks
  • Log files — diagnostic records generated continuously by macOS and installed applications
  • Temporary files — working files that apps create and are supposed to clean up but sometimes don't
  • Virtual memory swap files — used when RAM is full and macOS starts writing memory contents to disk
  • Time Machine local snapshots — local backups macOS keeps on your drive before syncing to an external source
  • Application support files — data left behind by apps, including apps you've already deleted
  • Disk images and archives.dmg, .zip, and similar files that landed in Downloads and were never cleared
  • iCloud Drive cached content — locally stored copies of files that also live in the cloud

The frustrating reality: you can't directly delete "System Data" as a folder. It's a label macOS applies to whatever doesn't fit neatly into the other categories (Applications, Documents, Photos, etc.).

How to Find What's Actually Eating Space 🔍

Before deleting anything, get a real picture of what's on your drive.

Built-in option: Go to Apple menu > System Settings (or System Preferences) > General > Storage. Click the information icon next to categories to drill down.

Third-party disk analyzers like DaisyDisk, GrandPerspective, or OmniDiskSweeper give you a visual map of what's occupying space, folder by folder. These tools are particularly useful because they show you actual file locations — something macOS's storage view deliberately abstracts away.

What You Can Safely Clear

Caches

macOS caches are designed to be expendable. They'll rebuild automatically when needed.

  • User caches: Open Finder, press Cmd + Shift + G, type ~/Library/Caches, and review what's there. You can delete the contents of individual app cache folders, though not the folders themselves.
  • System caches (in /Library/Caches) are better left alone unless you're experienced — some require admin access and affect system-level functions.

Log Files

Located in ~/Library/Logs and /Library/Logs. Generally safe to delete. These files can accumulate into several gigabytes on machines that have been running for years without a cleanup.

Old iOS/iPadOS Backups

If you back up iPhones or iPads to your Mac via Finder, those backups live locally and can be substantial — often several gigabytes each. Manage them under Finder > [your device] > Manage Backups.

Time Machine Local Snapshots

macOS automatically creates local snapshots and is supposed to delete them when space is needed. But sometimes they linger. You can manage or delete them via Terminal:

tmutil listlocalsnapshots / tmutil deletelocalsnapshots [snapshot-date] 

This is safe, but take care with Terminal commands — double-check the snapshot date before deleting.

Leftover Application Support Files

When you drag an app to the Trash, associated support files often stay behind in ~/Library/Application Support. Apps like AppCleaner are designed specifically to find and remove these orphaned files when you uninstall software.

What You Should Be Careful With

File TypeRisk LevelNotes
User cache filesLowRebuild automatically
System cache filesMediumCan cause instability if wrong files removed
Swap filesDon't touchManaged by macOS; removing manually can crash the system
Log filesLowSafe to delete; no functional impact
Local Time Machine snapshotsLow–MediumConfirm backups exist elsewhere first
App support/leftover dataLowVerify the parent app is actually gone first

Variables That Determine How Much You Can Free Up

How much space you'll actually recover — and which approach makes sense — varies significantly based on:

  • How long the Mac has been in use without a cleanup. Caches and logs compound over time. A machine used for five years will have far more accumulated data than one set up recently.
  • Which apps you use regularly. Creative applications (video editors, audio tools, design software) generate large caches. Browsers accumulate significant cache data independently.
  • Your macOS version. The way System Data is calculated and displayed has changed across OS releases. What shows as 40 GB on Ventura may display differently on Monterey, even on the same machine.
  • Whether you use iCloud Drive with "Optimize Mac Storage" enabled. When this setting is on, local copies of older files are removed automatically — meaning iCloud-related bloat is less of a factor.
  • Your RAM. Macs with less RAM generate more swap file activity, which consumes drive space dynamically.
  • Whether you're on Apple Silicon or Intel. The way memory and swap are handled differs between architectures, which can affect how swap-related storage behaves.

The Part That Depends on Your Setup

A Mac used primarily for web browsing and documents will have a very different System Data profile than one running Xcode, Final Cut Pro, or virtual machines. Someone who regularly connects iPhones for local backups is accumulating gigabytes that a backup-to-iCloud user never touches.

The steps above will help most users recover meaningful space — but how much, and which categories matter most, comes down to what your machine has actually been doing. Knowing what's in your System Data before deleting anything is the step most guides skip, and it's the one that makes the difference between a targeted cleanup and accidentally removing something you needed. 🖥️