What actually fills up your Mac's storage
The storage bar in macOS (Apple menu > About This Mac > Storage) is often misleading. The "System" category alone can show 40, 60, even 80 GB when macOS itself only weighs around 15 GB. Here's what's actually hiding in there:
- APFS Time Machine snapshots (5–50 GB): macOS stores timestamped local copies of your files that are invisible in Finder. They free up automatically when you need space — but not always quickly enough.
- User and system caches (3–15 GB): every app writes caches to ~/Library/Caches and /Library/Caches. They rebuild automatically — deleting them is completely safe.
- App residues from deleted apps (2–10 GB): dragging an app to the Trash leaves behind data in ~/Library/Application Support, ~/Library/Containers, and ~/Library/Preferences. These never get cleaned up automatically.
- Large forgotten files (10–30 GB): old .dmg installers sitting in Downloads, Xcode DerivedData folders, iPhone/iPad backups via Finder, movies you already watched.
- Duplicate files (5–15 GB): documents, photos, and videos frequently get copied between folders and backed up twice without anyone noticing.
- Downloads folder junk (2–8 GB): the Downloads folder rarely gets cleaned. It quietly fills up with .pdf, .zip, .dmg, and .pkg files that were useful once.
- System and app logs (1–5 GB): ~/Library/Logs and /var/log accumulate journal files indefinitely on some configurations.