Where does your Mac store cache, and is it safe to delete?
macOS cache files live in three main places. Here's where, what they're for, and which are safe to clear.
“Clear your cache” is the standard tech-support answer to slow Macs, but it’s vague advice. Cache lives in three different places on macOS, and the answer for “safe to delete?” depends on which one.
The three cache locations
~/Library/Caches/— per-user caches for the apps you run. Browser caches, app thumbnails, Spotify's media cache, etc./Library/Caches/— system-wide caches accessible to all users. Usually small./System/Library/Caches/— macOS system caches. Don't touch.
What’s safe to clear
Generally safe:
- Contents of folders inside
~/Library/Caches/for apps you use casually - Browser caches (clear from the browser itself, not Finder)
- App-specific caches you can identify
Not safe:
- Anything in
/System/Library/Caches/ - The cache folder itself (delete the contents, not the folder)
- Caches for apps that are currently open
How to see your biggest caches
du -sh ~/Library/Caches/* 2>/dev/null | sort -h | tail -15
That prints your 15 largest cache folders, sorted. Anything above a few hundred MB is worth a closer look.
How to clear caches safely
- Quit the relevant app first.
- Open Finder, hit
Cmd + Shift + G, and enter~/Library/Caches. - Open the folder for the app whose cache you want to clear.
- Select all the contents (not the folder itself), drag to Trash.
- Empty the Trash.
What clearing cache actually does
Realistically, two things:
- The next launch of that app is slightly slower (it rebuilds the cache)
- You free some disk space — sometimes meaningful, sometimes not
It almost never fixes “slow Mac” problems beyond very specific scenarios (corrupted thumbnail caches, etc.). If you’re hoping for a magic speed boost, you’ll be disappointed.
What it doesn’t help with
Clearing cache doesn’t:
- Remove duplicate files
- Delete old downloads
- Clean up uninstalled app data
- Make Spotlight search faster
On duplicates in caches
One niche thing caches do is duplicate your media: Spotify’s offline cache stores songs you also have in iTunes; Photos rebuilds thumbnails that already exist in Photos.app; Mail caches every attachment. Most of this is fine and clears itself.
What’s worth checking is whether your actual documents and media have duplicates. Download Dupe for that. It uses SHA-256 hashing to find byte-identical files, moves dupes to the Trash (never permanent delete), and skips system files and app bundles. $14.99 once.
More Dupe tips
-
Apple Photos Duplicates album — what it catches and what it misses
The Photos app Duplicates album is handy, but it has real limits. Here's what it finds, what it doesn't, and how to fill the gaps.
-
Clean up leftover files from uninstalled apps on Mac
Dragging an app to the Trash doesn't remove all its data. Here's where the leftovers live and how to clean them.
-
Clean up your Mac without buying a cleaner app
Most paid cleaner apps do things macOS already does. Here's a free, manual workflow that's just as effective.
-
A no-bullshit guide to cleaning up your Mac's disk
Skip the SEO bait and the sketchy cleaner apps. Here's what actually works to reclaim disk space on a Mac.