Duplicate File Name Detector
A folder export shows report.pdf, report (1).pdf and report (2).pdf, and you want to confirm what is duplicated before cleaning up. Paste a filename list, one name per line, and this tool counts how often each name appears. Paths are ignored: only the file name at the end of each line is compared, and you can choose whether letter case counts.
How to find duplicate filenames
-
1
Paste the list
One filename per line. If a line contains a full path, only the file name at the end is compared.
-
2
Choose the matching option
Leave "Ignore case" on so `IMG_1234.jpg` and `img_1234.JPG` count as one name, or turn it off for exact matching.
-
3
Detect duplicates
Click the button. Every name that appears more than once is grouped with its count.
-
4
Use the result
The output is a small CSV list: name, count. Copy it into your cleanup script or spreadsheet.
How matching works
| Setting | Behavior | Example |
|---|---|---|
| Ignore case (default) | Letter case does not matter | IMG_1234.jpg = img_1234.JPG |
| Exact | Names must be identical | IMG_1234.jpg only matches IMG_1234.jpg |
| Full paths | Only the file name at the end is compared | /photos/IMG_1234.jpg = IMG_1234.jpg |
The output lists each repeated name once with its count. Names that appear only once are not listed.
Patterns this tool catches
- Browser download copies.
doc.pdf,doc (1).pdfanddoc (2).pdfappear when you save the same file repeatedly. - macOS “copy” markers.
file.jpgandfile copy.jpg,file copy 2.jpg. - Windows duplicate suffixes.
name - Copy.docx,name - Copy (2).docx. - Camera folder imports. The same
IMG_1234name lands in several year folders when the camera counter resets.
What it does not do
- No content comparison. Two different files named
invoice.pdfcount as duplicates here. The tool compares names only, so verify by content before deleting. - No near-matches.
report.pdfandreprot.pdfare different names and are not grouped. - No special extension handling.
photo.jpgandphoto.pngare different names. - No deletion. The tool only lists names and counts; the decision is yours.
After finding duplicates
- Do not delete automatically. Review the groups, especially when names are common (
report.pdf,image.jpg). - Verify by content before deleting: compare file sizes or a content hash (SHA-256) to confirm the files are actually the same.
- Back up first when the files come from an archive you cannot replace.
Frequently Asked Questions
Names only. For content-based duplicate detection you need a hashing tool that reads the actual file bytes. This detector works with plain filename lists, like the ones you get from directory exports.
Yes. When a line contains a path, only the file name at the end is compared; the folder parts are ignored.
Because “Ignore case” is on by default. Turn it off and the tool treats the two names as different.
Yes. The list is sent to our server so the detection can run, and the result is shown on the page. The list is not stored afterwards.
Related Tools
Word to Markdown Converter
Convert a Word DOCX file to clean Markdown in your browser. Keep headings, lists, links and simple tables, then copy or download the editable .md file.
Subtitle Converter
Convert SRT subtitles to WebVTT or VTT captions to SRT locally. Validate cue timings, preserve multiline text, then copy or download the result.
Archive Extractor
Inspect ZIP, JAR, XPI, DOCX, XLSX, PPTX and ODT containers locally in your browser, then download individual files without uploading the archive.
Excel Sheet Merger
Combine XLSX, XLS, XLSM, XLSB or ODS files locally. Keep source sheets separate or append rows with matching headers, then download an XLSX.
CSV to Excel
Convert CSV data to a single-sheet XLSX workbook in your browser. Review delimiters, preserve identifiers, infer safe numbers, and keep file contents local.
Excel Sheet Splitter
Split an XLSX or XLS workbook by worksheet tab, data-row chunks or a column value in your browser. Download one XLSX or a local ZIP, with no file upload.
Tool available in other languages
- Trình phát hiện tên tệp trùng [VI]
- Pendeteksi Nama File Duplikat [ID]
- ตัวตรวจจับชื่อไฟล์ซ้ำ [TH]
- Detektor för dubbletter av filnamn [SV]
- Detector de nombres de archivo duplicados [ES]
- Detektor für doppelte Dateinamen [DE]
- Detector voor dubbele bestandsnamen [NL]
- 중복 파일명 감지기 [KO]
- Wykrywacz zduplikowanych nazw plików [PL]
- Yinelenen Dosya Adı Algılayıcı [TR]
- كاشف أسماء الملفات المكررة [AR]
- Détecteur de noms de fichiers en double [FR]
- 重複ファイル名検出ツール [JA]
- Detector de nomes de arquivos duplicados [PT]
- 重复文件名检测器 [ZH]
- Rilevatore di nomi di file duplicati [IT]
- Поиск повторяющихся имён файлов [RU]