Mac's built-in Storage Management — what it does and what it misses
macOS has a built-in Storage Management panel. Here's what it's actually good at and where it falls short.
macOS has a Storage Management panel that’s better than people give it credit for, but it’s missing a few obvious features. Here’s what it does well, what to use it for, and what you’ll need other tools for.
Where to find it
Apple menu > About This Mac > More Info > scroll down > Storage Settings.
Or System Settings > General > Storage.
What it does well
- Recommendations panel. "Store in iCloud," "Optimize Storage," "Empty Trash Automatically," "Reduce Clutter." These are decent quick wins.
- The Documents browser. Click "Documents" > "Review Files." You get a sortable list of your biggest files with checkboxes to delete. Honest, useful.
- iOS files. Shows iPhone/iPad backups and software updates you can delete.
- Applications view. Lists your apps with sizes. Click an app, click "Delete." Saves a trip to the Applications folder.
- Trash management. One-click empty.
What it misses
The honest list of what Storage Management can’t see or do:
- Duplicate files. Apple doesn’t include a duplicate finder. The biggest single category of recoverable space on most Macs is invisible here.
- Cache cleanup. No way to clear app caches from this panel. You have to go into
~/Library/Cachesyourself. - Old downloads with logic. “Reduce Clutter” suggests Downloads but treats every file equally. It doesn’t know what a receipt PDF looks like vs. a temporary installer.
- App leftovers. When you uninstall via Storage Management, it doesn’t clean up files left in
~/Library/Application Support. - “Other” detail. The “Other” category remains opaque even here.
The workflow that actually works
Use Storage Management for what it’s good at, then fill the gaps:
- Open Storage Management. Click each category in order. Use the Documents browser to delete the biggest files.
- Empty Trash from the panel.
- For caches and "Other," use Terminal:
du -sh ~/Library/Caches/* 2>/dev/null | sort -h - For duplicates, use a dedicated tool.
Duplicates: the missing piece
This is where Storage Management consistently lets people down. Two identical files take up twice the space, but Apple’s view shows them both as legitimate documents. You can spend an hour deleting files via the Documents panel and barely move the needle, because every file you kept might have an unknown duplicate elsewhere.
Download Dupe to fill the gap. It scans for byte-identical files using SHA-256 hashing, shows you all copies in a group, and moves dupes to the Trash. $14.99 once, no subscription, no fake “junk” warnings, doesn’t touch system files. Pair it with macOS’s built-in Storage Management for a complete cleanup workflow.
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.