Your Mac just flashed the dreaded “Your disk is almost full” warning, and now nothing feels safe to touch. The good news: most of the space is recoverable, and you can free up disk space on Mac without deleting anything you’ll miss — if you go in the right order and keep a safety net.
This guide walks through exactly that. We’ll start with the fastest, zero-risk wins and only then move toward the areas that need a little care.
First, see where the space actually went
Before deleting a single file, find out what’s eating the disk. Apple’s built-in tool is a fine starting point:
- Open the Apple menu → System Settings → General → Storage.
- Wait for the bar to populate, then review the categories (Applications, Documents, System Data, etc.).
- Click the ⓘ buttons to drill into large items.
This is helpful but coarse. macOS lumps a huge amount into an opaque “System Data” bucket that can balloon to 50–100 GB, and it won’t show you the specific folders responsible. That’s where a dedicated disk space visualizer like Declutter earns its keep — a treemap and a descending size list tell you in seconds that, say, ~/Library/Developer is 60 GB, not just “System Data.”
Rule of thumb: never delete what you can’t see. Map first, delete second.
The safe-wins checklist (do these first)
These are low-risk and reversible. Work top to bottom:
- Empty the Trash — and check Trash in individual apps (Photos, Mail, Music all keep their own).
- Clear the Downloads folder — sort by size, delete installers (
.dmg,.pkg) you’ve already used. - Remove old iOS backups — Finder → your device, or
~/Library/Application Support/MobileSync/Backup/. These are often 10–40 GB. - Delete large email attachments — Mail’s “Optimize Storage” or clearing the Mail Downloads folder.
- Offload unused apps — a 2 GB app you opened once in 2024 is easy to reinstall.
- Empty browser caches — usually small, but harmless to clear.
Each of these is genuinely safe: the files are either temporary, re-downloadable, or duplicated elsewhere.
Turn on the built-in macOS tools
macOS ships two features worth enabling from System Settings → General → Storage:
| Feature | What it does | Watch out for |
|---|---|---|
| Store in iCloud | Moves older files/photos to iCloud, keeps recents local | Needs iCloud space; files require internet to re-open |
| Optimize Storage | Removes watched Apple TV/movies automatically | Only affects Apple media |
| Empty Trash Automatically | Clears Trash items older than 30 days | Shortens your undo window |
These are convenient, but notice the trade-offs. “Optimize Storage” is narrow, and iCloud offloading is really moving space, not reclaiming it.
The big three space hogs
Once the easy wins are done, four areas usually hold the real gigabytes.
1. Caches and “System Data”
Apps cache aggressively in ~/Library/Caches. It’s generally safe to clear cache files — apps rebuild them — but there are exceptions (some caches store real state). If you’re unsure, read our companion guide on whether it’s safe to delete cache files before you go hunting through ~/Library. When in doubt, quarantine rather than delete.
2. Photos and media
A Photos library can quietly reach 100+ GB. Use Photos → Settings → iCloud → Optimize Mac Storage to keep full-resolution originals in iCloud and lightweight versions locally. Also check for duplicate video exports in Movies and Downloads.
3. Developer files (if you code)
This is the silent giant on developer Macs:
- Xcode DerivedData (
~/Library/Developer/Xcode/DerivedData) — routinely 20–40 GB, and safe to delete; Xcode regenerates it. - iOS Simulators (
~/Library/Developer/CoreSimulator) — old device runtimes add up fast. node_modulesfolders — one project can be 300 MB+; ten projects is several GB.
If that’s your world, our node_modules deep-dive explains exactly what’s safe to remove and how to get it back in one command.
4. Duplicates and forgotten large files
Downloads, desktop exports, and “final_v2_FINAL.mov” duplicates accumulate. Sort any folder by size in Finder (View → as List, then click the Size column) to surface the offenders quickly.
A repeatable monthly routine
Freeing space once is easy; keeping it free is the trick. A five-minute monthly pass beats a panicked purge:
- Scan the whole disk with a visualizer and note anything new and large.
- Sweep Downloads and Trash.
- Clear dev caches and DerivedData if you code.
- Review the largest 20 items and decide, one by one.
- Reclaim — and keep a recovery window in case you change your mind.
Do this safely (the part most guides skip)
Most “clean your Mac” advice hands you rm -rf commands and wishes you luck. That’s how people delete a real project folder at 1 a.m. A safer workflow looks like this:
- Preview the exact paths and total size before anything is removed.
- Approve deletions deliberately, in small batches — not one giant “Clean” button.
- Quarantine first, so anything you remove can be restored until you empty it.
- Keep a log of what was removed and when.
This is exactly the model Declutter is built around: it visualizes your disk with a treemap and size list, an AI copilot explains why each item is safe to reclaim, and nothing is ever deleted without your explicit, per-phase approval. Removed items go to a recoverable quarantine with full undo — so “free up disk space on Mac” never turns into “restore from backup.”
Quick reference
| Task | Typical reclaim | Risk |
|---|---|---|
| Empty Trash + Downloads | 2–20 GB | None |
| Old iOS backups | 10–40 GB | Low |
| Xcode DerivedData | 20–40 GB | Low (regenerates) |
| Photos → Optimize | 20–100 GB | Low |
node_modules cleanup | 1–10 GB | Low (reinstallable) |
| Caches | 1–15 GB | Low–medium |
The takeaway
You almost never need to delete anything precious to free up disk space on Mac. Map the disk, clear the obvious temporary stuff, tackle photos and developer files, and — above all — keep a safety net so cleanup is reversible.
Ready to reclaim your disk without the anxiety? Download Declutter to see exactly where your space went and clean it up safely — quarantine first, full undo, and a copilot that suggests but never surprises. Want more guides like this? Subscribe to our newsletter for occasional, practical, no-spam tips.