Photo libraries duplicate themselves almost without help. You import from a phone twice. A backup tool copies a folder "just in case." You edit an image and keep both versions. Ten years of that, and the same holiday photo exists four times across three folders.

Removing them is straightforward. Removing them without deleting something you needed is the part that deserves care, and it is where most advice on this stops short.

First: why you probably have two copies of your Pictures folder

Before hunting duplicates, check whether you are looking at one. On Windows 11, OneDrive folder backup is switched on by default during setup. When it is on, your Desktop, Documents and Pictures folders are redirected into OneDrive. So you may see:

These often are not two copies at all. One is the real location and the other is a leftover, or the same files shown through a different path. To check: Settings → Accounts → Windows backup → Manage sync settings (wording varies by version). If Pictures is being backed up, OneDrive is your real Pictures folder.

Why this matters before you delete anything: a file inside a synced folder is not just on this PC. Deleting it here removes it from every device signed in to that account, and from the web. Your PC's Recycle Bin can restore this PC's copy — it does not undo the sync.

How to actually find duplicates

Matching on filename is unreliable in both directions. IMG_4021.jpg and IMG_4021 (1).jpg may be identical or may be two different photos from different years. Meanwhile a genuine duplicate is often renamed and would never match.

Matching on file size alone is worse — plenty of unrelated photos share a byte count.

The reliable method is to compare the file contents: read every file, produce a hash of the actual bytes, and treat two files as duplicates only when the hashes agree. That is slower, and it is the only way to be certain that two files really are the same file.

The trap: not every duplicate is redundant

This is the part almost nobody warns about, and it is the one that causes real loss.

Suppose the same photo exists in Pictures\Holiday 2019 and Pictures\Family. Byte-for-byte they are identical, so any duplicate finder will offer to delete one. But the location is information. You filed that photo in two albums deliberately. Deleting the "duplicate" does not remove waste — it silently unpicks a decision you made.

A tool that treats every identical pair as disposable will quietly dismantle a photo library that was organised on purpose.

Before you delete: three checks worth thirty seconds

A real example

A customer wrote to us after pointing our duplicate finder at his Pictures folder, using Select All, and confirming. Thousands of photos disappeared across many subfolders. He had no live backup — his only other copy was on a drive that was unplugged and switched off.

Everything was recoverable, because it had all gone to the Recycle Bin, and he restored it. Nothing was wrong with the matching: every pair really was identical, one copy of each was kept, and the list was shown before anything happened.

But he told us plainly: "I did not realise it had folders included." The app knew the scan was recursive. It knew some of those files were in a synced folder. It simply never said so at the moment that mattered — the click. That is a design failure, not a user error, and we changed the product because of it.

What we changed

PC AutoPilot's duplicate finder now, before anything is removed:

Matching is done on a full hash of the file contents, one copy of every group is always kept, and you see the complete list before confirming.

The honest summary

Duplicate photos are worth clearing, and the space is real — photo libraries are usually the largest genuinely reducible thing on a home PC. Just be wary of any tool that makes deleting thousands of files a single confident click, including ours before we fixed it.

And if you have no backup, sort that out first. A duplicate finder is a much less frightening tool to use when the answer to "what if this goes wrong" is "I restore it."

Try it: PC AutoPilot is $29 once, with a 14-day free trial and no credit card. Start the trial — the scan is read-only, so you can see what it finds before deciding anything.

Related reading