Find duplicates
Updated August 12, 2026 · min read
How to Find Duplicate Files on OneDrive Online
Work from the cloud inventory when no single computer contains the complete OneDrive library.
The OneDrive website is a good place to inspect a known folder, but manual browsing becomes unreliable when duplicates are renamed or distributed across thousands of items. The browser also has no simple built-in view of all exact content matches.
For a known conflict, search the base name and inspect versions. For a broad audit, enumerate the drive through Microsoft Graph with read-only scope, group by size, compare supported fingerprints, and present the locations side by side.
A practical checklist
- 1Resolve current sync or upload activity.
- 2Search known duplicate names in OneDrive web first.
- 3Use a read-only metadata scan for complete, renamed-file coverage.
- 4Confirm exact groups with byte size and quickXorHash.
- 5Choose keepers and export the reviewed plan.
Understand the situation
The OneDrive website is a good place to inspect a known folder, but manual browsing becomes unreliable when duplicates are renamed or distributed across thousands of items. The browser also has no simple built-in view of all exact content matches.
Names and timestamps help a person understand context, but they are not exact-match evidence. For a metadata-only scan, matching byte size plus a provider-supported content fingerprint is the boundary between a candidate and a confirmed exact group.
Use a controlled workflow
For a known conflict, search the base name and inspect versions. For a broad audit, enumerate the drive through Microsoft Graph with read-only scope, group by size, compare supported fingerprints, and present the locations side by side.
Review the groups in small batches. Favor obvious staging or import folders first, preserve shared or protected items for manual review, and require at least one retained copy in every group.
- Search known duplicate names in OneDrive web first.
- Use a read-only metadata scan for complete, renamed-file coverage.
- Confirm exact groups with byte size and quickXorHash.
Make the final decision
Do not turn the online result into an immediate delete list. Check whether the item is shared, which folder is canonical, and whether the file history matters. Save an export so the proposed action remains reviewable outside the browser session.
ClearCopies does not download file bodies during its initial scan and does not silently remove results. It produces exact groups from cloud metadata so the user can review and export a plan before any separate write step.
Limits and risks to check
- — Browser search by name misses renamed exact copies.
- — Metadata still reveals sensitive filenames and paths.
- — No supported hash means no exact metadata conclusion.
- — Shared cloud items need context beyond content equality.
Official references
Frequently asked questions
Can the OneDrive website show all exact duplicates?
It can help with known names, but it does not expose a universal exact-group report for the whole drive.
Do I need to install an app?
Not for a metadata-based browser workflow such as ClearCopies.
What permission should the first scan request?
Read-only file access is sufficient for inventory and review; write access should be a separate later choice.
Scan first. Decide with evidence.
ClearCopies reads supported cloud-drive metadata and groups exact copies by byte size plus a provider-supplied content fingerprint. Original file bodies are not downloaded for the scan. You review the result and export a plan before any separate write step.