How to Clear System Cache on Mac (Speed Up macOS in 2026)
Speed up a slow Mac in 2026 by safely clearing user cache, system cache, font caches, and leftover app junk — without deleting the files you care about.
A sluggish Mac in 2026 is often not “too old” — it is drowning in caches, update leftovers, and apps that never clean up after themselves. Clearing cache the right way can free gigabytes and make Finder, browsers, and creative apps feel responsive again.
This guide works on recent macOS releases (Ventura, Sonoma, Sequoia, Tahoe-class updates, and peers) and focuses on safe steps. You will not wipe your Photos library or Documents.
Before you start
- Note free space: Apple menu → System Settings → General → Storage
- Close open apps
- Optional but smart: make a quick Time Machine backup if you are about to delete large folders (/posts/time-machine-not-backing-up-mac if backups are failing)
- Remember: some caches rebuild after reboot — that is normal and not a failed cleanup
Why this matters: deleting the wrong folder under pressure is how people remove application support data they actually needed. Measure twice.
1. Clear user cache files (safest high-impact step)
User caches live here:
~/Library/Caches
Show the Library folder
- Open Finder
- Open the Go menu
- Hold the Option (⌥) key
- Click Library
Delete caches safely
- Open the Caches folder
- Select old vendor folders (browsers, Slack, Adobe, Spotify, etc.)
- Move them to Trash, then empty Trash
- Restart your Mac
If a file says it is in use, skip it and continue. Do not authenticate your way into deleting active system processes mid-flight.
Typical savings: 1–20 GB, depending on browsers and creative suites.
2. Clear macOS system caches you are allowed to touch
System-level caches exist under /Library/Caches and /System/Library/Caches. Be more conservative here.
Safer approach for most people:
- Boot into Safe Mode (Apple silicon: shut down → hold Power until startup options → select your disk → hold Shift → Continue in Safe Mode)
- Restart normally afterward
Safe Mode forces macOS to rebuild several system caches without you manually deleting protected files.
Avoid third-party scripts that recursively rm -rf system directories. That is how people break login items and printer stacks.
3. Reset font caches (fixes weird UI lag)
Corrupted font caches can cause slow app launches and odd text rendering.
Open Terminal and run:
sudo atsutil databases -remove
atsutil server -shutdown
atsutil server -ping
Enter your Mac password (characters will not echo), then restart.
4. Flush DNS cache
If browsing feels sticky after VPN use or network changes:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
This does not free much disk space, but it clears stale network lookups that feel like “a slow Mac”.
5. Clear browser caches without losing passwords
Safari
Safari → Settings → Advanced → enable Develop menu, then Develop → Empty Caches
Or Settings → Privacy → Manage Website Data for selective cleanup.
Chrome / Edge / Firefox
Use each browser’s Cached images and files clearing option. Keep Passwords unchecked unless you intend to remove them.
Browser caches are often the single largest chunk of user cache on MacBooks used for work-from-home.
6. Remove the junk people mistake for “system cache”
These are not always labeled cache, but they behave like it:
- Xcode DerivedData (developers):
~/Library/Developer/Xcode/DerivedData - Old macOS installers in Downloads (
Install macOS *.app) - iOS backups you no longer need:
~/Library/Application Support/MobileSync/Backup - Mail downloads attachments stored locally
- Duplicate screen recordings on the Desktop
Use System Settings → General → Storage recommendations to review Large Files and Applications.
7. Optional Terminal one-liner for user caches
If you are comfortable with Terminal and have closed your apps:
rm -rf ~/Library/Caches/*
Restart immediately after. Skip this if you are not confident — the Finder method in section 1 is safer for beginners.
8. Rebuild Spotlight index if search is still slow
Sometimes the Mac feels slow because Spotlight is stuck reindexing — especially after major upgrades (see /posts/macos-tahoe-slow-after-update).
sudo mdutil -E /
Then wait for indexing to finish (menu bar progress may appear in Spotlight).
What not to delete
- Anything inside
/Systemunless Apple Support instructs you - Your home folder’s Documents, Desktop, Pictures, or Movies
- Keychains and password databases
- Random
.plistfiles in~/Library/Preferences“because a cleaner said so”
If an app misbehaves after cache deletion, relaunch it once; it will recreate required temporary files.
Maintenance rhythm that actually helps
| Frequency | Action |
|---|---|
| Monthly | Empty Trash + clear browser cache |
| When storage < 20 GB free | Clear ~/Library/Caches + large Downloads |
| After major macOS upgrades | Safe Mode reboot + Storage review |
| Rarely | Font cache reset / Spotlight rebuild |
When cleaning is not enough
If the Mac is still slow after freeing space:
- Check Activity Monitor for CPU hogs (Spotlight,
kernel_task, backup agents) - Reduce Login Items in System Settings
- Replace failing storage if Disk Utility reports errors
- Consider more RAM only on upgradeable Mac Pros / older Intel towers — most modern MacBooks are soldered
- Rule out thermal throttling from dust: /posts/laptop-overheating-fix
For readers who want a guided interface instead of manual folder cleanup, a reputable Mac cleaner can target caches, language bloat, and broken launch agents in one workflow. Stick to known vendors and skip scareware “Mac cleaner” pop-ups from random websites.
Stop DIY “cleaners” that make things worse
- Do not buy into scare dialogs from browser pop-ups
- Do not disable SIP because a random tip said cleaning needs it
- Do not delete
/Library/Application Supportwholesale
Clearing cache will not magically turn a 2015 dual-core into an M4 — but on a modern Mac struggling with browser bloat and leftover caches, it is one of the fastest legitimate speed-ups you can do in under half an hour.
Creative app cache notes
Adobe, Final Cut, DaVinci, and similar tools keep large media caches outside ~/Library/Caches sometimes. Use each app’s preferences to purge media cache safely when disk space tanks after a project. Do not delete project files while hunting caches.
Mail and Messages attachments
Mail downloads and Messages attachments can dwarf browser caches. Review Storage settings recommendations and delete attachments you no longer need from within the apps when possible.
Pair with post-upgrade triage
If slowness began right after a macOS upgrade, combine cache cleaning with the Tahoe performance checklist: /posts/macos-tahoe-slow-after-update. If Time Machine is also stuck, fix backups deliberately: /posts/time-machine-not-backing-up-mac.
Frequently Asked Questions
Is it safe to delete Mac cache files?
Yes — user cache files in ~/Library/Caches are generally safe to remove. macOS and apps recreate what they need. Avoid randomly deleting folders in /System or authenticated mass deletes of items that are in use.
Will clearing cache delete my Photos or Documents?
No. Cache is temporary data. Your Photos library, Documents, Desktop files, and iCloud content live elsewhere. Still, keep a Time Machine backup if you are about to delete large folders for the first time.
How often should I clear caches on macOS?
Only when the Mac feels slow, storage is tight, or an app misbehaves. Weekly aggressive cleaning is unnecessary and can temporarily slow apps while caches rebuild after every purge.
As an Amazon Associate, I earn from qualifying purchases. Affiliate disclosure
Related fixes
Time Machine Not Backing Up on Mac? Fix It Without Losing Archives
Repair Time Machine on macOS: stuck Preparing Backup, disk not recognized, sparsebundle errors on network drives, and permission fixes pros try first.
Read the fixHow to Flush DNS Cache on Windows and Mac (Fix Weird Website Errors)
Clear DNS cache on Windows 11 and macOS to fix pages that will not load, stale redirects, and ‘server not found’ errors after changing networks or VPNs.
Read the fixMacBook Caps Lock Stuck On? Software and Hardware Fixes
Caps Lock LED stays on or types ALL CAPS on a MacBook — accessibility settings, stuck switch, remapping, and when the key mechanism needs service.
Read the fix