Where are documents stored on Android?
Last reviewed: September 21, 2026 · Markdown version
Android has no single Documents folder, and nothing forces an app to use one. A file goes wherever the app that saved it decided to put it, which is why "where are my documents" has four answers rather than one.
The four places, in the order to check
- Download. Anything you saved from a browser or an email attachment. It is the default destination and the biggest pile. Chrome's own help on this.
- Documents. Some apps do use it — office suites, scanners, a few readers — but its existence is a convention, not a rule, and plenty of phones have one that is almost empty.
- Inside an app's own folder. Chat apps, note apps and scanners frequently keep files in their own directory rather than a shared one. WhatsApp is the common case: its documents live in its own media folder.
- Nowhere on the device at all. A file "saved" to Drive, Dropbox or OneDrive is in that account, not in your storage, and a file manager will not find it offline.
Stop browsing, start searching
The Files app's category view — Documents, Images, Video, Audio — is built by scanning the whole device, so it finds files regardless of which folder they landed in. It is the fastest route to "I know I have it, I just don't know where." Sorting that list by date is usually quicker than remembering a name. What that view can and cannot see.
Why a file manager can't always reach everything
Modern Android deliberately limits which folders an app may read. Android's documentation puts it plainly: apps "have access only to the app-specific directory on external storage, as well as specific types of media that the app has created." That is a privacy boundary, not a bug — and it is the honest reason some file tools show you less than you expect. The longer version.
Where Adinand Auto File Sorter fits
It removes the guessing for new files rather than hunting for old ones. Pointed at a watched
folder — Downloads by default — it files what lands there into Downloads › Sorted Files,
in sub-folders by category, so documents stop being mixed with installers and screenshots. It sorts
only files sitting directly in a watched folder, never inside sub-folders; it decides by file
extension alone; and it never deletes or overwrites — a name collision becomes
name (1).ext.
Sources: Android developers: data and file storage overview, read 20 September 2026.
Related: Where do downloaded files go? · How to see all files on Android · What is scoped storage? · Sorting files by type