Scan just one folder for duplicates on Mac
Sometimes you only want to dedupe a single folder, not your whole Mac. Here's how to do it safely.
You don’t want to scan your whole Mac — you just want to clean up one folder. Maybe a project directory full of asset versions, a music folder, or an export folder where you’ve been dumping the same files for months. A full-disk scan would take forever and surface stuff you don’t care about.
Two paths
The native way: Finder, sorted by size
You can get partway there with Finder’s column view and sort.
- Open the folder in Finder.
- Switch to List view (
Cmd + 2). - Click the Size column header to sort by size.
- Look for adjacent rows with identical sizes — those are duplicate candidates.
- Open suspected pairs in Preview or QuickLook to verify.
- Drag duplicates to the Trash.
The problem: two files of the same size aren’t necessarily duplicates, and Finder can’t tell you whether they actually match byte-for-byte. You’d have to use shasum in Terminal or compare contents manually for every pair, which is fine for a handful of files but not for hundreds.
The Dupe way
Dupe is happy to scan a single folder. There’s no minimum.
- Open Dupe.
- Click “Add Folder” and pick the one folder you want to scan. Don’t add anything else.
- Click “Scan.” Dupe hashes every file inside (including subfolders) with SHA-256.
- Review the duplicate groups. Each shows the full path so you can tell which copy is the “real” one.
- Tick the copies to remove and click “Move to Trash.”
Because you’ve scoped the scan to one folder, the results are focused — no random duplicates from elsewhere on your Mac muddying the list. And because Dupe hashes contents rather than comparing names or sizes, you can be confident that anything it flags is genuinely a duplicate.
Safety reminders for single-folder scans:
- Files go to the Trash, never permanently deleted. If you remove the wrong copy you have time to put it back.
- Dupe respects sandboxed folder permissions and won’t access anything outside the folder you added.
- Hidden directories like
.git,node_modules, and macOS system folders are skipped — so a project folder scan won’t try to dedupe your dependency tree.
For developers especially: scanning a single project folder is a quick way to clean up assets, exports, or backups without disturbing version control. Dupe is $14.99 lifetime, no subscription.
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.