# What is internal storage on Android? — Adinand Auto File Sorter

Last reviewed: September 24, 2026. HTML version: https://adinandsorter.com/answers/what-is-internal-storage-on-android

**In everyday use, internal storage is the storage built into the phone, as opposed to an SD card you can take out.** The catch is that Android's own developer documentation uses the same two words for something much smaller, and the two meanings explain most where-did-my-file-go puzzles.

## The meaning on your screen <p>In a file manager, Internal storage is the top of the folder tree. Files by Google's instructions for moving a file say to scroll to "Storage devices." and "Tap Internal storage", then choose a folder ([*Move files to an existing folder in Internal storage*](https://support.google.com/files/answer/9808833?hl=en), read 24 September 2026). Its storage check shows the same split — "the devices used and available storage space", and "If your phone has an SD card, you also find the SD card's storage space" separately ([*Check storage space*](https://support.google.com/files/answer/9750920?hl=en), read 24 September 2026). Samsung describes the Galaxy equivalent the same way: the phone "has a massive internal storage", and "This includes Microsoft Word or Google documents, pictures, videos, audio files, and downloads" ([*Manage files on your Galaxy phone or tablet*](https://www.samsung.com/us/support/answer/ANS00076845/), US edition, read 24 September 2026).</p>

## The meaning in Android's documentation <p>Google's storage overview for developers starts from the hardware: "Android provides two types of physical storage locations: internal storage and external storage", adding that "internal storage is always available on all devices" ([*Data and file storage overview*](https://developer.android.com/training/data-storage?hl=en), read 24 September 2026). But when it talks about where an app keeps its data, "internal storage" narrows to private folders. Each app gets directories there, and "Other apps cannot access files stored within internal storage"; on Android 10 and higher "these locations are encrypted" ([*Access app-specific files*](https://developer.android.com/training/data-storage/app-specific?hl=en), read 24 September 2026). The overview adds that "Internal storage has the added benefit of the data being hidden from users."</p> <p>So the thing developers call internal storage is exactly the part you cannot see. Our reading of the two pages together: the folders you browse under Internal storage in a file manager are what the developer pages call shared storage — "files that your app intends to share with other apps, including media, documents, and other files" — and an app's private area sits beside them, out of view. [How Android fences those areas off.](https://adinandsorter.com/answers/what-is-scoped-storage)</p>

## Where the SD card fits <p>A card is normally separate. Android's overview says "Removable volumes, such as an SD card, appear in the file system as part of external storage." The exception is a card formatted to act as internal storage. Google is explicit that this does not add up: "The SD card replaces internal storage. A 32 GB SD card replaces 32 GB internal storage. The SD card storage isn’t added to the internal storage" ([*Troubleshoot: SD card undetected issue*](https://support.google.com/files/answer/10857645?hl=en), read 24 September 2026). Google's storage-check page, linked above, notes the side effect: a card that shows in Settings but not in Files by Google "may be formatted as internal storage". [Whether to do that at all.](https://adinandsorter.com/answers/sd-card-as-internal-storage)</p>

## And the System slice <p>If your storage screen shows a System figure, the pages above do not help you manage it. Google's help on freeing space lists what you can remove — photos, downloaded media, apps and their data, downloaded files — and none of its steps reduce the system itself ([*Free up storage on your Android device*](https://support.google.com/android/answer/7431795?hl=en), read 24 September 2026). We have not found a Google page that defines what the System figure contains, so we are not going to describe it. [What you can do about it.](https://adinandsorter.com/answers/free-up-system-space-on-android)</p>

## A working vocabulary <ul> <li>**Internal storage (on your screen):** the phone's built-in storage and the folders you can browse in it.</li> <li>**SD card:** separate, removable, unless it was formatted to replace internal storage.</li> <li>**App-specific storage:** each app's private area. Android's developer guide says "When the user uninstalls your app, the files saved in app-specific storage are removed."</li> <li>**System:** the part you do not manage.</li> </ul> <p>Our rule of thumb: when a help page says a file is in internal storage, check whose help page it is. A page written for phone owners means the folder tree; a page written for developers usually means the private area.</p>

Related: [Which SD card can be used as internal storage?](https://adinandsorter.com/answers/sd-card-as-internal-storage) · [What is scoped storage?](https://adinandsorter.com/answers/what-is-scoped-storage) · [Free up system space on Android](https://adinandsorter.com/answers/free-up-system-space-on-android) · [What device memory full means](https://adinandsorter.com/answers/what-does-device-memory-full-mean)
