Mac Storage Full? Here's the Real Fix
You open System Settings → General → Storage, and your Mac shows almost no space left. But when you look through your files, nothing seems that big. The numbers don't add up.
Sound familiar? You're not alone. This is the single most common Mac frustration, and Apple doesn't make it easy to fix.
Where your storage actually goes
macOS quietly accumulates files in places you never see:
1. Application caches (5–50 GB)
Every app you use creates cache files in ~/Library/Caches/. Browsers, Slack, Spotify, Xcode — they all cache aggressively. Chrome alone can use 5–10 GB. These files are safe to delete — apps recreate them as needed.
2. System Data (10–200+ GB)
This is the mysterious "System Data" category in Storage settings. It includes:
- Time Machine local snapshots
- Spotlight index files
- macOS update files (often 10+ GB)
- iOS device backups
- App container data
3. Package manager caches (2–30 GB)
If you're a developer, npm, Homebrew, pip, and Xcode derived data can quietly consume 30+ GB. Xcode's DerivedData folder alone often exceeds 10 GB.
4. Creative app leftovers (5–100 GB)
Premiere Pro, After Effects, Photoshop, DaVinci Resolve, Final Cut Pro, and Logic Pro all create massive cache, render, and preview files. A single Premiere project can leave 20+ GB of media cache behind.
5. Old downloads (1–20 GB)
DMG files, ZIP archives, and one-time downloads pile up in your Downloads folder. Most people never clean it.
The manual way (slow but free)
You can find and delete these files yourself:
- Open Finder → Go → Go to Folder →
~/Library/Caches/ - Sort by size, delete the biggest folders
- Repeat for
/Library/Caches/(system-level) - Check
~/Library/Application Support/for app data - Open
~/Library/Logs/and delete old logs - For developers: delete
~/Library/Developer/Xcode/DerivedData/
The problem: it's slow, you don't know what's safe to delete, and you have to remember to do it regularly.
The fast way
CacheClear scans all five categories in under 60 seconds. Every item is labeled:
- 🟢 Safe — delete without worry
- 🟡 Review — check before deleting
- 🔴 Protected — don't touch
One click to select everything safe. One click to delete. Done.
Free up space in 60 seconds
Scan is free. See exactly how much space you can reclaim.
Download CacheClearHow to prevent storage from filling up again
- Run a scan monthly. Caches grow back. A monthly cleanup keeps things under control.
- Empty your Downloads folder. Set a reminder to check it every two weeks.
- Manage Time Machine. If you don't use it, disable local snapshots:
sudo tmutil disablelocal - Clear browser data. Safari, Chrome, and Firefox all have built-in cache clearing.
- Offload old projects. Move finished creative projects to an external drive.
FAQ
Is it safe to delete cache files?
Yes. Cache files are temporary by design. Apps recreate them when needed. Deleting caches is like clearing your browser history — everything still works, it just needs a moment to rebuild.
Why does System Data keep growing back?
Because macOS continuously creates local Time Machine snapshots, Spotlight indexes, and update files. It's normal — but it means you need to clean periodically.
Will this void my warranty?
No. You're deleting temporary files that macOS itself would eventually clean up. CacheClear only touches files that are safe to remove.