# How to find duplicate files on Android — Adinand Auto File Sorter

Last reviewed: September 19, 2026. HTML version: https://adinandsorter.com/answers/find-duplicate-files-on-android

**Files by Google will find them for you: tap Menu, then Clean, then Select files on the “Duplicate files” card, and at the bottom tap “Move x file(s) to Trash”.** It marks one file with an “Original” badge and recommends you keep it, and whatever you remove goes to Trash, where files remain for 30 days before being automatically deleted.

## The steps, as Google writes them

- "Tap Menu and then Clean"
- "On the 'Duplicate files' card, tap Select files"
- "At the bottom, tap Move x file(s) to Trash"
- "The original file is marked with an 'Original' badge. We recommend that you keep the original file."

That last line is the important one, and it is a recommendation rather than a guard rail — the selection is yours to get wrong. Because the removal goes via Trash, a mistake has [30 days in which to be noticed](https://adinandsorter.com/answers/where-do-deleted-files-go-on-android), which is the real safety net here.

## What “duplicate” should mean

A tool can decide two files are the same in several ways, and they are not equally trustworthy. Matching names prove nothing; two unrelated files can both be called `IMG_0042.jpg`. Matching sizes prove very little either. Comparing the actual contents — every byte, usually via a hash — is the only test worth insisting on before you let anything delete.

There is a second rule that no tool should need to be told: one copy of every file must always survive. A duplicate cleaner that can leave you with none of something is not a cleaner, it is a shredder with a filter.

## Where Adinand Auto File Sorter fits

Its duplicate finder is free, and it needs Android 11 or newer — on Android 10 the app says so rather than running a partial scan. It compares files by a SHA-256 hash of their contents, so size alone never decides, and two files are duplicates only when every byte matches; it does not look for pictures that merely resemble one another, and it makes no claim to.

One copy of every file is always kept, and the copies you tick go to a trash folder inside `Sorted Files` that you can restore from for 7 days. It is not the same window Files by Google keeps, which is exactly why the app states its own.

Sources: [Files by Google: delete duplicate files](https://support.google.com/files/answer/9764075) and [Files by Google: move files to Trash and restore them](https://support.google.com/files/answer/10607740), both read on 16 September 2026. What the app does comes from its own code audit.

Related: [Where do deleted files go on Android?](https://adinandsorter.com/answers/where-do-deleted-files-go-on-android) · [Why is my phone storage full?](https://adinandsorter.com/answers/why-is-my-phone-storage-full) · [Why moving a file is really copy then delete](https://adinandsorter.com/answers/moving-a-file-is-copy-then-delete)
