Home  â€º  Articles

How to Find Duplicate Photos on a Mac

Updated 2026-09-07  Â·  3 min read

Photos has had a Duplicates album since Ventura. It's real, and it's also narrower than most people assume, it catches one specific case and misses the far more common one.

What the Photos app catches

Open Photos, look in the sidebar under Utilities, and Duplicates shows up if any exist. It finds photos that are exactly identical, or that were imported twice from the same source, the same photo synced from two devices, or reimported from an old backup. That's a real and useful case.

What it doesn't catch is anything that isn't a pixel-for-pixel match. That's most of what clutters a photo library.

The gap: near-duplicates

None of these are duplicates in the strict sense the Photos app checks for, and all of them are the actual junk filling up a photo library. This is a harder problem than file deduplication: it requires understanding visual similarity, not just comparing bytes.

The manual approach

Sort by date, scroll through, and eyeball anything shot within the same few seconds. It works. It's also slow on a library with years of photos in it, and it's the kind of task that's easy to start and never finish, which is exactly why most people's Photos libraries have thousands of near-duplicates sitting untouched.

What's needed to do this automatically Catching visual near-duplicates, not just exact file matches, requires actual image analysis: comparing what's in the photo, not just its bytes. Apple ships this capability system-wide as part of the Vision framework, the same technology behind searching Photos by content ("dog on a beach"). Few tools outside Apple's own apps put it to work on deduplication specifically.

AI-powered near-duplicate detection, not just exact matches

CleanMachine uses Apple's own Vision framework to find near-duplicate photos, burst shots, slight variations, same-scene pairs, in ~/Pictures. It only touches loose files, never your Photos library itself. Free to scan.

↓ Download Free & Scan

For anything that isn't a photo, exact byte-for-byte duplicates in Documents or Downloads, the approach is different again. Covered in finding duplicate files.

Common questions

Does the Photos app find duplicate photos?
It has a Duplicates album since macOS Ventura, but it only matches exact, pixel-identical files, typically the same photo imported twice. It doesn't catch burst shots, near-identical retakes, or edited versions of the same image.
How do I find near-duplicate photos on a Mac?
Exact-match tools won't catch these since the files aren't identical at the byte level. Finding visually similar-but-not-identical photos requires image analysis, comparing what's in the photo, which is what Apple's Vision framework and tools built on it do.
Is it safe to let a tool delete duplicate photos automatically?
Look for one that shows you the matches before removing anything and only scans loose files rather than modifying your actual Photos library, which stores images in its own managed database, not as ordinary Finder files.
Why do burst shots take up so much space?
Each frame in a burst is saved as a full separate photo. Ten frames from one moment is ten full-resolution files, even though you'll likely only ever look at one of them again.

Keep reading