Dupe guide

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.

4 min read

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

  1. Recommendations panel. "Store in iCloud," "Optimize Storage," "Empty Trash Automatically," "Reduce Clutter." These are decent quick wins.
  2. The Documents browser. Click "Documents" > "Review Files." You get a sortable list of your biggest files with checkboxes to delete. Honest, useful.
  3. iOS files. Shows iPhone/iPad backups and software updates you can delete.
  4. Applications view. Lists your apps with sizes. Click an app, click "Delete." Saves a trip to the Applications folder.
  5. Trash management. One-click empty.

What it misses

The honest list of what Storage Management can’t see or do:

The workflow that actually works

Use Storage Management for what it’s good at, then fill the gaps:

  1. Open Storage Management. Click each category in order. Use the Documents browser to delete the biggest files.
  2. Empty Trash from the panel.
  3. For caches and "Other," use Terminal: du -sh ~/Library/Caches/* 2>/dev/null | sort -h
  4. 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.

← All Dupe tips