Dupe guide

Find duplicate folders on Mac (not just files)

Sometimes the whole folder is duplicated. Here's how to find folder-level duplicates safely.

4 min read

The classic case: you backed up your Project_2023 folder onto an external drive, and a year later you copied the same folder into a Backups directory on your Mac. Now both folders exist on disk with identical contents. You don’t really want to compare them file by file — you want to know “is this folder a duplicate of that one?”

How folder-level duplicates show up in Dupe

Dupe finds duplicate files by hashing their bytes. When an entire folder’s worth of files matches another folder’s worth of files, that’s effectively a duplicate folder, and you’ll see it as a cluster of matched groups all sharing the same two parent paths.

  1. Download Dupe and open it.
  2. Click “Add Folder” and add the suspect folders (or just your home folder if you want a broad scan).
  3. Click “Scan.”
  4. After scanning, look for clusters of duplicate groups whose two paths share the same parent folder structure. For example, every duplicate pair pointing to /Users/you/Project_2023/... and /Volumes/Backup/Project_2023/... tells you those two folders are duplicates of each other.
  5. Sort by folder pair to make the pattern visible.

If everything in Folder A matches everything in Folder B, you can safely delete one of them.

A quick manual cross-check

Before deleting a whole folder you think is a duplicate, sanity check:

  1. In Finder, Get Info on both folders (Cmd+I).
  2. Compare the item counts and total sizes. Identical folder duplicates should have matching counts and sizes (within a few bytes, allowing for .DS_Store files which Dupe ignores).
  3. If sizes are close but not identical, the folders might be near-duplicates with one or two added files. Use Dupe’s results to see which files exist in one but not the other.

If the counts match and Dupe has every file paired up, the folder is a duplicate — safe to trash.

What Dupe doesn’t do at the folder level

Dupe doesn’t have a “merge folders” button. It also doesn’t have a “delete entire folder if every file inside is a duplicate” command. Both could be dangerous: a near-duplicate folder might have one important new file, and merging folders involves judgment calls about destination structure. The intentional design is to surface duplicate files clearly and let you remove them, and you handle whole-folder operations yourself in Finder.

Safety

When you do find a duplicate folder, the workflow is: trash the redundant files via Dupe, then trash the now-empty folder in Finder.

← All Dupe tips