How to Clear Cache on Mac — The Right Way (Without Breaking Anything)
You notice your Mac getting sluggish. Apps take longer to open. Safari feels weird. And storage is tighter than it should be.
Before you start deleting apps or buying more iCloud storage, check your cache.
On a Mac that's been running for a year or two, cache files can stack up to several gigabytes — sometimes more. The good news is that most of it is safe to clear. The tricky part is knowing which parts to leave alone.
What Is Cache, Actually?
Cache is temporary data your apps and system store to speed things up.[1]
When Safari loads a webpage, it saves images and scripts locally so the next visit loads faster. When an app processes something complex, it might cache the result to avoid repeating the work. That's the idea.
The problem is that cache is supposed to be cleaned up automatically — and often it isn't. Apps write to their cache folders and never bother clearing old entries. Over time, that builds up.
The Three Types of Cache on macOS
1. Browser Cache
This is usually the biggest single contributor.
Safari, Chrome, Firefox, Arc, Edge — each one maintains its own cache folder. If you switch between browsers or use multiple regularly, those caches stack independently.[2]
Safari's cache lives at ~/Library/Caches/com.apple.Safari. Chrome stores its cache at ~/Library/Caches/Google/Chrome. Each one can reach multiple gigabytes over months of regular use.
2. System Cache
macOS itself caches data to improve performance — fonts, UI elements, system lookups, and more.
These files live primarily in ~/Library/Caches and /Library/Caches. Some of it is app-specific, some of it is macOS-level. The system cache is generally safe to clear, though macOS will rebuild some of it after a restart.
3. App Cache
Every app that follows macOS conventions writes its cache to ~/Library/Caches/<app-bundle-id>/. Photo editing apps, media players, cloud sync services — they all accumulate here.
Some apps clear their caches responsibly. Others don't.
How to Clear Browser Cache on Mac
Safari
- Open Safari
- Go to Safari → Settings → Advanced and check "Show features for web developers"
- In the Develop menu, click Empty Caches
Or hold ⌥ Option and go to Safari → Settings → Privacy → Manage Website Data to remove site data alongside the cache.
Chrome
- Open Chrome
- Press
⌘ + Shift + Delete - Set time range to All time
- Check Cached images and files
- Click Clear data
Firefox
- Open Firefox
- Press
⌘ + Shift + Delete - Choose Everything for time range
- Check Cache
- Click Clear Now
How to Clear System and App Cache on Mac
The manual method: open Finder, press ⌘ + Shift + G, type ~/Library/Caches, and start reviewing folders.
A few things to keep in mind:
- Don't delete folders blindly. Some apps use their cache in ways that matter more than others. Deleting a large folder for an app you use constantly might slow it down temporarily until it rebuilds.
- Delete folder contents, not the folder itself. Some apps expect their cache folder to exist at launch and will error if it's missing.
- Quit an app before clearing its cache.

Using a Tool to Clear Cache Safely
If you'd rather not navigate Library folders manually, a cleaner like DiskCleaner handles this with a safer workflow:
- Scan shows you the cache total per category (browser, app, system)
- You can expand each category to see individual entries
- You approve what moves — nothing is deleted without your confirmation
- Cleanup goes to Trash first, not permanent deletion
That last part matters. If an app misbehaves after clearing its cache, you can restore from Trash. A tool that permanently deletes immediately doesn't give you that option.
Will Clearing Cache Make My Mac Faster?
Sometimes yes, sometimes no.
Cache clearing can help when:
- An app is behaving erratically (corrupted cache)
- Storage is nearly full and the system is struggling to write temp files
- You want to recover space without deleting anything important
Cache clearing won't help when:
- The slowdown is from RAM, not disk
- Apps are just old and need updating
- The problem is an app bug, not cached data
The honest answer is that clearing cache is a good maintenance step, but it's not a magic fix. It's most valuable as a regular habit combined with clearing other low-risk storage categories like Trash and old screenshots.
How Often Should You Clear Cache on Mac?
There's no universal rule. A reasonable approach:
- Browser cache: every few months, or when a site is behaving strangely
- App cache: when an app is acting buggy, or during a quarterly cleanup
- System cache: when storage gets tight, or during a macOS update prep
You don't need to clear cache obsessively. But letting it go unchecked for years is how you end up with 10GB of cached data you'd never notice otherwise.
References
- Apple Inc. "Manage storage space on your Mac." Mac User Guide, Apple Support, 2024. support.apple.com
- Google LLC. "HTTP caching." web.dev, Google, 2024. web.dev/articles/http-cache
- Apple Inc. "File System Basics — The Role of the Home Directory." Apple Developer Documentation: File System Programming Guide, 2024. developer.apple.com