How to find duplicate songs and music files on Windows

Short answer: sorting by file name only catches obvious copies. A free tool like Duplicate File Finder finds duplicate songs in two ways: by tags (title, artist, album, duration, bitrate, ignoring junk words) and by sound — an audio fingerprint that recognizes the same recording even when one copy is an MP3 and another is a lossless FLAC at a different bitrate.

Why music duplicates are harder than file duplicates

Two copies of the same track often look nothing alike on disk:

  • the same song downloaded twice at 128 and 320 kbps;
  • an MP3 and a FLAC of the same album in different folders;
  • a file tagged Artist - Title next to Title (Official Video) HD;
  • missing or wrong tags in one copy, correct tags in the other;
  • the same recording in different formats after converting for a phone or a car USB stick.

Comparing bytes only catches identical files. To clean a music library properly you need to compare either tags or sound.

Method 1: File Explorer (exact copies only)

  1. Open the music folder and sort by Name, then by Size.
  2. Identical files often sit next to each other; the same track at a different bitrate has a different size.
  3. Select obvious duplicates, press Delete.

This removes byte-identical copies but misses everything else: renamed files, re-encodes, and files whose tags are wrong or missing.

Method 2: Match by tags

Duplicate File Finder in Similar music mode reads real tags — title, artist, album, year, genre, duration and bitrate — from MP3, FLAC, OGG, M4A and other formats:

  • junk words like "official video", "HD" or "lyrics" are ignored, so Intro (Official Video) and Intro still match;
  • optional fuzzy matching catches nearly identical names with typos;
  • files without tags fall back to the Artist - Title file name pattern;
  • differences from the original are highlighted, so you can see which copy has better tags.

The original is detected automatically — the oldest copy in each group — and the rest are candidates for deletion.

Method 3: Match by sound (audio fingerprint)

Tags can lie or be missing entirely, so the second mode compares the audio itself. The app decodes the beginning of every track with Windows Media Foundation (MP3, WAV, WMA, M4A, FLAC, and OGG when the system codec is present) and compares 12-note chroma fingerprints:

  1. Choose the folders and select the Similar sound mode.
  2. Set the similarity threshold in percent (95% by default) and the duration tolerance — auto or fixed.
  3. When the scan finishes, every copy has a play button, so you can listen and confirm that it really is the same recording before deleting.

This is the only reliable way to catch an MP3 copy of a WAV or a 128 vs 320 kbps re-encode: the formats and sizes are different, but the fingerprint is the same.

Download free — DuplicateFileFinder-Setup.exe

How to delete music duplicates safely

  • Keep the best-quality copy: FLAC or 320 kbps over 128 kbps, and the version with complete tags.
  • Use the play button to compare two "identical" tracks — live versions and covers can have similar names.
  • Delete to the Recycle Bin first, especially if the folders are used by media players or synchronize to a phone.
  • Check whether the folder is a sync folder (OneDrive, iTunes/Music library) before deleting: removals propagate.
  • Selection is always manual in Duplicate File Finder; nothing is deleted automatically.

FAQ

Can it find the same song at different bitrates?

Yes. The sound mode compares audio fingerprints, so 128 and 320 kbps versions of one recording are grouped together even though their file sizes differ.

What if music files have no tags at all?

The tag mode falls back to parsing file names in the Artist - Title pattern. And even that is not needed for the sound mode, which does not use names or tags at all.

Which audio formats are supported?

Tag matching works with MP3, FLAC, OGG, M4A and more. Sound matching decodes MP3, WAV, WMA, M4A and FLAC through Windows Media Foundation; OGG works when the system codec is installed.


More guides: remove duplicate files on Windows 11 and find duplicate and similar photos.