How to find duplicate files on a Mac
Duplicates accumulate innocently: a file copied to Desktop "for now," an attachment saved twice, a backup folder merged into the wrong place. Over a few years this quietly becomes gigabytes. The catch is that real duplicate detection has nothing to do with filenames.
Why filename matching fails
The same file often lives under different names — report.pdf, report (1).pdf, report-final.pdf. And two files with the same name are often not the same file — an old and a new version of a document, for example. So there are two distinct problems:
- Identical content, any name — true duplicates, safe to reduce to one copy.
- Identical name, different content — usually version confusion, where you want to find the outdated copy.
Finding true duplicates
In Clear Storage, the Duplicate Files scan compares file content, so renamed copies are caught. Run it on the folders you grant access to, then review the groups: each group shows the copies together with their locations and sizes, and you choose which to keep. Content comparison means zero false positives from coincidental names.
Finding same-name impostors
The separate Identical Filenames scan flags files that share a name but differ in size or content. This is the version-confusion detector — the place you find presentation.key from March quietly coexisting with presentation.key from June in another folder. Review these carefully rather than bulk-deleting: here the point is choosing the right version, not removing all of them.
A safe review routine
- Sort duplicate groups by size — the top ten groups usually hold most of the wasted space.
- Keep the copy in the most logical location; remove the strays.
- Leave anything you don't recognize. Unclaimed space is cheaper than a deleted file you needed.
- Check the freed total in the app's history when done.
Find every duplicate by content
Identical files regardless of name, and same-name files that differ — reviewed before anything is removed.
Download Clear Storage for Mac