Chapter 04Built-in tools only
System Data: the vague category, explained properly
System Data is not one thing. It is a bucket holding caches, logs, iOS backups, swap files and local snapshots. Knowing which is which is the difference between freeing space and breaking things.
Few phrases cause more confusion on macOS than System Data. Apple uses it as a catch-all for everything that does not fit a friendlier label. Because it is vague, it is also the category most often attacked with reckless advice found in forums. We are going to take it apart carefully.
What is inside System Data
| Component | Where it lives | Safe to remove? |
|---|---|---|
| User caches | ~/Library/Caches | Usually yes; rebuilt on demand |
| System logs | /var/log, ~/Library/Logs | Yes, but they grow back slowly |
| iOS device backups | ~/Library/Application Support/MobileSync/Backup | Yes, if you have iCloud backup or do not need them |
| Virtual memory swap | /private/var/vm | No; managed automatically |
| Local snapshots | APFS snapshots on the system volume | Yes, when you have a real backup |
| App support data | ~/Library/Application Support | Only after removing the app that owns it |
Start with caches
Caches are the safest large item in this chapter. They exist so that apps do not have to recompute or re-fetch data. Open Finder, choose Go > Go to Folder, type ~/Library/Caches and sort by size. You can inspect the biggest folders and remove the contents of ones belonging to apps you still use; the app will rebuild what it needs. Do not empty the entire folder blindly, and never delete a cache while the owning app is running.
Browsers, chat apps and creative tools often have a “clear cache” command in their own settings. That is preferable to deleting files by hand, because the app also updates its internal bookkeeping.
Delete iOS device backups
When you back up an iPhone or iPad to the Mac with Finder, the copy is stored in MobileSync and can easily reach 20 GB per device. Open System Settings > General > Storage, expand the iOS Files section, and remove backups for devices you no longer own or no longer back up locally. If you pay for iCloud Backup, the local copy is usually redundant.
Understand virtual memory
The swap file in /private/var/vm is not junk. macOS uses it when physical memory is under pressure, and it can temporarily grow to many gigabytes. It shrinks when pressure subsides, typically after a restart. Deleting it manually is both difficult and pointless; the system protects these files for good reasons.
Local snapshots
Time Machine keeps hourly snapshots on the internal disk, even when your backup drive is disconnected. They are counted inside System Data and can add up to tens of gigabytes. macOS thins them automatically, but you can inspect and thin them yourself. Chapter 07 covers the exact commands; the short version is that snapshots are safe to remove only when you have a verified backup elsewhere, ideally on an external drive.
Logs and diagnostics
Log files are small individually and large in aggregate. You can review them through Console, or simply remove the contents of ~/Library/Logs once in a while. This is housekeeping rather than a big win; expect tens or hundreds of megabytes rather than gigabytes.
What not to touch
/Systemand/private/var/db, which the operating system protects with System Integrity Protection.- Anything you cannot identify. If a folder’s name and contents are both unfamiliar, leave it alone.
- Files owned by another user or by the system; permission errors here are a warning, not an obstacle to work around.
The honest summary: System Data can be reduced by several gigabytes per cleanup, but it is not a permanent win, because the system rebuilds most of it. Treat it as maintenance, not as a cure.
Prefer the whole method in one file?
The Mactria Help e-book collects every chapter of this guide into a single, printable PDF with checklists, safe-deletion rules and a 30-minute cleanup routine.