How to Free Up Space on a Mac (2026 Guide)
The fastest safe wins on a Mac are rebuildable files: app caches (~/Library/Caches), developer build artifacts, package-manager caches, and the Trash. These regenerate or are already discarded, so clearing them frees gigabytes without touching your documents. Always empty the Trash afterwards — moving files there doesn't free space until you do.
Start by finding out where the space actually went
Before deleting anything, get an honest picture. macOS shows a rough breakdown under Apple menu → System Settings → General → Storage, but it lumps a lot into a vague “System Data” bucket, which is where most people get stuck.
A read-only scan gives you the real map: which folders hold the bytes, and which of those are rebuildable versus personal. MacCleaner does exactly this — it scans without touching anything and groups what it finds by real-world problem, not by cryptic folder path.
The safe wins, in order of payoff
These are the categories that reliably return gigabytes and carry essentially no risk, because the files are regenerated on demand:
| What | Where | Why it's safe |
|---|---|---|
| App caches | ~/Library/Caches | Temporary files apps recreate automatically |
| Xcode build files | ~/Library/Developer/Xcode/DerivedData | Rebuilt on your next build |
| Package caches | ~/.npm/_cacache, Homebrew, pip | Re-downloaded on next install |
| Trash | ~/.Trash | You already threw it away |
If you're a developer, these four alone routinely add up to 10–50 GB. See the Xcode guide and the node_modules guide for the details.
What to review — but not blindly delete
These often hold the most space, but they're personal. Look before you leap:
- Downloads — old installers and archives you're done with.
- Large files — videos, disk images, exports.
- iOS backups & simulators — big, and occasionally still needed.
- Mail attachments — re-downloadable, but check first.
A good tool never pre-selects these. If something auto-checks your personal files, that's a red flag — see Is Mac cleaning software safe?
What to leave alone
Don't go hunting inside /System, /Library internals, or anything you can't identify. Deleting system files doesn't free meaningful space and can break your Mac. The same goes for “speed up your Mac” tricks that purge RAM or rebuild indexes — they don't reclaim disk.
Empty the Trash — or nothing was freed
This trips up almost everyone. Moving files to the Trash does not free space; the bytes still sit on your disk until you empty it. If you cleaned 20 GB and your free space didn't move, this is why. See how to empty the Trash properly.
Frequently asked questions
How much space can I expect to free on a Mac?
It depends on how you use it. A typical user recovers 2–10 GB from caches, downloads and the Trash. Developers commonly recover 20–100 GB, because Xcode, simulators and node_modules dominate.
Is deleting cache files on a Mac safe?
Yes — files in ~/Library/Caches are temporary by design and apps rebuild them automatically. The only cost is that the first launch after clearing may be slightly slower.
Why is my Mac still full after deleting files?
Almost always because the files are still in the Trash, or because macOS is holding APFS snapshots and purgeable space. Empty the Trash first, then re-check.
Do I need an app to free up space?
No — you can do all of it in Finder and Terminal. An app mainly saves you the measuring and the judgement calls about what's safe.
See where your space actually went
MacCleaner scans read-only, shows you every file before anything is touched, and lets you choose Trash or permanent. Free for up to 500 MB of cleanup a day.
Download for Mac