FileDupes
Guide

Why you have three copies of the same video and how they got there

20 August 2026 · 8 minute read

A minute of phone video weighs roughly what four hundred photos weigh. That single fact is why duplicate videos are the ones that actually fill your disk, and why the three copies of your niece's birthday are costing you more than every repeated document you own put together.

The arithmetic nobody does

A photo from a modern phone lands somewhere around 3 to 5 MB. A minute of 4K video at 60 frames per second lands around 400 MB. The same minute at 1080p, around 130 MB.

So a duplicated photo costs you 4 MB and a duplicated three-minute video costs you a gigabyte. You can have thousands of repeated documents and it will matter less than a dozen repeated clips.

This is why "my phone is full" almost always resolves to video, and why the folder you should scan first is the one holding your recordings — not the one holding your PDFs.

The five routes a video takes to multiply

Nobody copies a video on purpose. They arrive through mechanisms that are each perfectly reasonable in isolation and disastrous when you run all five for a few years.

1 · Messaging apps keep their own copy of everything

This is the big one. When someone sends you a video on WhatsApp or Telegram, the app writes a file into its own media folder — on Android, something like WhatsApp/Media/WhatsApp Video/. That file is separate from anything in your gallery.

Then two things compound it. First, when you forward that video, the app writes a second copy into a Sent subfolder, because from the app's point of view sending and receiving are different events. Second, if the same clip reaches you through three different chats — the family group, a friend, the work group — you get three files, because the app has no reason to suspect they are the same thing.

And if at some point you tapped "save to gallery", there is now a fourth.

2 · The transfer you did twice

You plugged the phone into the laptop and imported the camera roll. Months later you were not sure the import had finished, so you dragged the folder across manually. Now you have DCIM/ and Phone backup March/, overlapping by about eighty percent.

This one is particularly common because the second copy is usually made out of doubt — precisely the situation where nobody stops to check first.

3 · Two roads to the same cloud

Automatic camera upload is on. You also drag a folder of clips into the sync folder by hand, because you wanted them "somewhere safe". Both paths lead to the same account, but they write to different subfolders and the service does not merge them.

Sync conflicts add their own layer: a file that got edited or touched in two places at once leaves behind a second version with (conflicted copy) or the device name appended, and that file is never going to resolve itself.

4 · Every export is a brand new file

If you edit video at all, this is where your gigabytes live. Editors do not modify the original — they render a new one on every export. Three passes at the same clip and you own wedding_final.mp4, wedding_final_v2.mp4 and wedding_final_REAL.mp4, all of them different files, none of them redundant to a computer.

5 · The backup of the backup

You restored an old phone into a folder. Later you restored the newer phone into the same folder. The overlap between the two — every clip that survived from one device to the next — is now sitting there twice, under whatever names each restore process chose.

Why the "same" video is often not the same file

Here is the part that surprises people, and it is the reason video duplicates are harder than photo duplicates.

When you send a video through a messaging app, it does not travel intact. The app re-encodes it: it lowers the resolution, lowers the bitrate, and compresses it again to keep the transfer small. What arrives on the other side looks like the same video and is, byte for byte, a completely different file.

That matters because of how duplicate detection actually works. A fingerprint like SHA-256 summarises every byte in a file; change one bit and the fingerprint changes entirely. So the original 180 MB clip from your camera and the 12 MB version that came back from the family group have nothing in common as far as any fingerprint is concerned — even though your eyes say they are the same thing.

Where we tell you the honest limit. For photos there is a way around this: shrink both images to a small grid and compare their appearance, which survives resizing and recompression. For video that same trick would mean decoding and comparing frames across every candidate pair — minutes of work per comparison, in a browser, on files that are gigabytes each. So FileDupes finds exact duplicate videos only: the same file sitting in two places. Two different encodes of the same footage will not be grouped, and we would rather tell you that than have you assume otherwise.

The practical consequence: exact duplicates are the ones actually worth chasing on video, because they are also the expensive ones. A file copied twice costs you its full size twice over. A re-encoded WhatsApp version costs you 12 MB, which is annoying but not what filled your disk.

How to tell which copy is the original

When a scan hands you a group of identical videos, you still have to decide which one stays. Four signals, in order of usefulness:

What your system offers, and where it stops

On Apple devices there is genuine duplicate detection built in: the Duplicates album in Photos, on iOS 16 and macOS Ventura and later. It handles photos and videos, and merging sends the extras to Recently Deleted, where you have 30 days to change your mind.

Its limits are worth knowing before you rely on it. It only sees what is inside the Photos library — loose files in a Finder folder, an external drive or a Downloads folder are invisible to it. Detection runs in the background and Apple states plainly that it needs the device locked and connected to power, and that indexing "could happen quickly or take up to a few days to complete". If the album is missing, that usually means indexing has not finished, not that you have no duplicates.

On Windows there is no equivalent at all. Microsoft's deduplication technology is real and it is good, but it ships only with Windows Server — not with the Windows on your laptop.

What you should not delete

Video folders hold a few things that look exactly like duplicates and are not:

How to stop it happening again

In short

Video duplicates are the ones that cost real space, they arrive through five separate mechanisms that all seem sensible at the time, and the copy that came back from a chat is not the same file as the one your camera made — which is exactly why chasing the exact copies is where the gigabytes actually are.

You can run that scan right now in this browser: check a folder for duplicate files without installing anything and without your videos leaving your computer. If you want the longer version of how detection works, start with how to find duplicate files without installing anything.

Sources