Dupe guide

Clean up duplicate photos from old iPhone backups on Mac

Old iPhone backups dump thousands of photos into your Pictures folder over the years. Here's how to find and remove the duplicates safely.

4 min read

Every time you “saved photos from my old iPhone,” you probably created another folder of JPEGs somewhere on your Mac. Image Capture dumps. iTunes-era backup folders. AirDrop receipts. Manual copies before factory resets. Five or six iPhones later, your Pictures folder is layered with the same camera rolls under slightly different folder names.

Two paths

The native way: Finder + sort by size

You can spot some duplicates by sorting Pictures in List view:

  1. Open Pictures in Finder.
  2. Switch to List view (Cmd+2) and click the Size column header.
  3. Look for adjacent files with identical sizes — likely duplicate candidates.
  4. Use shasum "file1.jpg" "file2.jpg" in Terminal to verify two files are byte-identical.
  5. Drag duplicates to the Trash.

This works for a few files. It does not work when you have thousands of iPhone photos spread across nested date folders, some renamed by iPhoto, some renamed by Image Capture’s date format, and some still called IMG_4827.JPG.

The Dupe way

Dupe doesn’t care about filenames. It hashes the actual image bytes with SHA-256, so two photos with identical content match regardless of what they’re called or how they got there.

  1. Download Dupe and launch it.
  2. Click “Add Folder” and add every folder where iPhone photos might live — Pictures, Desktop, old “iPhone Backup” subfolders, AirDrop receipts in Downloads, anywhere you remember dumping a camera roll.
  3. Click “Scan.”
  4. Browse duplicate groups. Dupe shows each file’s full path so you can see which iPhone dump a copy came from.
  5. Select copies to remove (Dupe can auto-select based on folder depth or modification date) and click “Move to Trash.”

A few specifics for iPhone photos:

Safety:

One pass across the Pictures folder of someone who’s owned three or four iPhones usually frees 50–150 GB.

← All Dupe tips