# Where do I find app data on Android? — Adinand Auto File Sorter

Last reviewed: September 25, 2026. HTML version: https://adinandsorter.com/answers/where-to-find-app-data-on-android

**For the most part you cannot open it: Android keeps each app's data in private folders that neither you nor other apps can browse, and what you get instead is a size figure and a clear button in Settings.** The files an app saves *for you* — photos, downloads, documents — are a different thing, and those you can find.

## Two kinds of "app data" <p>Android's developer overview separates them. App-specific files are "Files meant for your app's use only"; shared storage is where an app should "Store files that your app intends to share with other apps, including media, documents, and other files" ([*Data and file storage overview*](https://developer.android.com/training/data-storage?hl=en), read 25 September 2026). The first kind is what people usually mean by app data: settings, caches, databases, downloaded content the app manages itself.</p> <p>For that private kind, "the system provides directories within internal storage where an app can organize its files", and "Other apps cannot access files stored within internal storage". An app can also keep private folders on external storage; Google's guide says those files "are meant for use only by your app" ([*Access app-specific files*](https://developer.android.com/training/data-storage/app-specific?hl=en), read 25 September 2026).</p>

## Why a file manager stops at the door <p>If you go looking in `Android/data`, this is why it does not help. Google's notes on Android 11 say "apps can no longer access files in any other app's dedicated, app-specific directory within external storage", and the system file picker can no longer be used to pick files from "The Android/data/ directory and all subdirectories" ([*Storage updates in Android 11*](https://developer.android.com/about/versions/11/privacy/storage?hl=en), read 25 September 2026). Even the broadest permission a file tool can hold does not open it: "Apps that are granted this permission still can't access the app-specific directories that belong to other apps, because these directories appear as subdirectories of Android/data/ on a storage volume" ([*Manage all files on a storage device*](https://developer.android.com/training/data-storage/manage-all-files?hl=en), read 25 September 2026). [How that fencing works.](https://adinandsorter.com/answers/what-is-scoped-storage)</p>

## What you can do with it: Settings <p>You manage app data by the size, not the file. Google's storage help starts at Settings, "Tap **Storage**", then "Select a category", and warns that "Some of these steps only work on Android 14 and up". Its two buttons are described without softening: "Clear cache: Deletes temporary data. Some apps may be slow the next time you open them." and "Clear storage: Permanently deletes all app data. Try to delete the data within the app first." It adds that "Settings can vary by phone" ([*Free up storage on your Android device*](https://support.google.com/android/answer/7431795?hl=en), read 25 September 2026).</p> <p>That last hint is the useful one. An app's own delete button knows which of its data is a conversation you want and which is a cache; the Settings button does not.</p>

## When the app goes, its data goes <p>Google's developer guide is blunt: "When the user uninstalls your app, the files saved in app-specific storage are removed" (*Access app-specific files*, linked above). The help page for users gives the same warning before its uninstall steps: "Any data saved in this app will be erased" ([*Fix an installed Android app that isn't working*](https://support.google.com/android/answer/2668665?hl=en), read 25 September 2026).</p> <p>Archiving is the in-between option. On the storage help page linked above, Google says an archived app is removed, "but your personal data on the app will be saved. The app’s icon will remain on your device."</p>

## Is it in your backup? <p>Partly. Google's backup page lists "Apps and app data" among what is automatically backed up to your Google Account, with the caveat that "Not all apps can back up or restore all settings and data" ([*Back up or restore data on your Android device*](https://support.google.com/android/answer/2819582?hl=en), read 25 September 2026). That page does not say which apps are covered; its advice is to ask the app's developer.</p>

## If you meant the files an app saved <p>A photo a chat app received or a PDF your browser fetched is not private app data — it sits in shared storage, where a file manager can see it. Start with [the folder tree rather than the category lists](https://adinandsorter.com/answers/see-all-files-on-android), or go straight to [WhatsApp's media](https://adinandsorter.com/answers/where-are-whatsapp-media-stored) or [your downloads](https://adinandsorter.com/answers/where-do-downloads-go-on-android).</p>

Related: [What is internal storage on Android?](https://adinandsorter.com/answers/what-is-internal-storage-on-android) · [What is scoped storage?](https://adinandsorter.com/answers/what-is-scoped-storage) · [Seeing all files on Android](https://adinandsorter.com/answers/see-all-files-on-android) · [Where WhatsApp media is stored](https://adinandsorter.com/answers/where-are-whatsapp-media-stored)
