Many users are faced with a situation where they need to free up space or find a downloaded document, but do not understand where exactly to look for storage in the Android system. Initially, the operating system hides the complex file structure from the eyes of the average owner, providing only a simplified application interface. However, understanding how it works internal storageis critical for proper memory management and data security.
With each update to the shell interface (whether One UI, MIUI or clean Android), paths to settings may change slightly change, but the logic remains the same. In this article, we will look in detail at how to get to root folders, how system memory differs from user memory, and what tools are best to use for navigation. You will learn not only to find files, but also to understand which of them can be deleted without risking the operation of the device.
Access through a standard explorer
The easiest way to get into the storage is to use the built-in “Files” or “File Manager” application. Almost every modern smartphone has it preinstalled by the manufacturer. When you launch, you'll see a memory usage summary divided into categories: images, videos, audio, and documents. This is a convenient way to quickly access, but it often hides the real directory structure.
To see the full picture, you need to switch to view all files. Typically, this is done by clicking on the folder icon or selecting “Internal Storage” in the side menu. Here you will see root directories such as Download, DCIM and Android. It is in these folders that your personal data and application cache are stored.
It is important to distinguish between the concepts of “memory” and “storage” in the context of the interface. In the phone settings you see abstract memory graphs, and in Explorer you see specific files. Using third-party managers such as Files by Google or Solid Exploreroften provides more flexible options for sorting and searching for hidden objects that standard Explorer might ignore.
Use the search function inside Explorer by entering a file extension (for example, .pdf or .mp4) to instantly find the documents you need among thousands of others.
Navigation through system settings
If your goal is not to manage specific files, but to analyze what is taking up space, it is better to turn to the system menu. Here the information is presented in aggregated form, which allows you to quickly identify space “eaters”. The path to this section may differ depending on the OS version, but the general logic is the same.
You need to open the Settings application and find the section dedicated to device maintenance. In pure Android this is usually the “Storage” item, and in shells from Samsung or Xiaomi it can be called “Device Maintenance” or “Memory”. By clicking on it, the system will analyze and issue a detailed report.
In this section you will see a breakdown by category: applications, images, video, audio, etc. By tapping any category, you can go to a list of files or applications that take up the largest amount of space. This is an ideal tool for deciding whether to remove unnecessary software or clear the cache without the risk of deleting important system files.
- 📱 Applications: shows the amount of data and cache of each installed app.
- 🖼️ Images and video: allows you to quickly find heavy media files to delete.
- 🗑️ Cache: temporary files that can be safely cleared to free up space.
- 💾 System files: occupy a fixed amount of space required for the operation of the OS.
Internal memory structure and Android folder
When manually searching for files, you you will inevitably encounter a folder Android at the root of the internal storage. This is a system directory that contains data from all installed applications. Inside it there are subfolders data and obbthat often raise questions among users.
The folder data stores user application data: logins, game saves, settings. The folder obb is intended for cached data of heavy games and apps. Deleting the contents of these folders manually can lead to resetting application settings or their incorrect operation, so you need to act here with the utmost caution.
Starting with version Android 11, access to this folder for third-party file managers has been significantly limited for security purposes. Now you can't just copy or delete files from Android/obb through a regular Explorer without providing special permissions. This change protects user data from malware, but makes manual cleaning more difficult.
⚠️ Warning: Never delete the entire folder Android entirely. This will lead to data loss in all applications and possible system instability. Delete only the contents of folders for specific uninstalled games.
Why is the Android folder hidden in new versions?
Starting with Android 11, Google has implemented a Scoped Storage policy that isolates app data from each other. This prevents one application from accessing the data of another without the user's explicit permission, increasing the overall level of security of the device.
Working with an SD memory card
If your device has a microSD card, the system offers two options for using it: as portable storage or as part of the internal memory. The selected mode determines where exactly you will look for files on the card and how to access them.
In the “Portable Storage” mode, the card is visible as a separate logical drive. In Explorer, it will be displayed as a separate item in the side menu, often with the name of the card manufacturer (for example, SanDisk or Kingston). The files here are stored in a familiar structure, and you can freely move them between the phone and the computer.
If the card is formatted as “Internal Memory” (Adoptable Storage), it is encrypted and combined with the main storage of the phone. In this case, it will not be possible to find files on the card through a computer without unlocking it, and they will be displayed in the system along with the internal memory files. This is convenient for expanding space for applications, but makes the card unsuitable for use in other devices.
| Operating mode | Access from PC | Installing applications | Data security |
|---|---|---|---|
| Portable storage | Full access | Limited | Data can be read on any device |
| Internal memory | Only from phone | Full support | Encrypted, linked to the phone |
| Absent | No | Only to the phone | Depends on the reliability of the flash memory |
Search for hidden and system files
Sometimes the user needs to find files that are not displayed in standard viewing mode. These can be configuration files, hidden folders with a dot at the beginning of the name (for example, .thumbnails) or system logs. To detect them, you need to activate a special mode in the Explorer settings.
In most file managers, this option is located in the application settings menu (three dots or a gear icon). Look for the item “Show hidden files” or “Show hidden files”. After activation, translucent folders that were previously invisible will appear in the directory list.
Be extremely careful when working with such objects. Many of them are created by the system to speed things up (like gallery thumbnails) or to store temporary data. Deleting them may result in the system being forced to create them again the next time the application is launched, which will temporarily load the processor and memory.
☑️ Check before deleting hidden files
Particular attention should be paid to the folder .Trash or “Trash”. In many modern shells, deleted files do not disappear immediately, but are moved here for 30 days. If you are looking for a file that has “disappeared”, check this section of antes rather than panic.
Using ADB for advanced search
For experienced users for whom standard tools are not enough, there is a tool Android Debug Bridge (ADB). It allows you to access the file system through your computer with USB debugging rights. This method makes it possible to view directories that are closed to normal applications.
To get started, you need to enable developer mode on your phone and enable USB debugging. Then, once you connect your device to your PC, you can use navigation commands. For example, the command adb shell ls /sdcard will display a list of files in the root of the internal storage.
adb shellcd /sdcard/Android/data
ls -la
This method is especially useful when you need to find logs of specific services or files that are not displayed even with superuser rights in the graphical interface. However, use it only if you understand the structure of Linux commands, as an error can lead to unpredictable consequences.
⚠️ Attention: Settings interfaces and menu item names may differ depending on the smartphone model and firmware version. Always check the official user manual of your device if you cannot find the item you need.
The standard path to user files in Android always starts with the /sdcard directory, regardless of whether the internal memory or microSD card is used.
Frequently asked questions (FAQ)
Why can't I delete files from the Android/obb folder?
Starting with Android 11, access to this folder is restricted to protect data. To delete files, use the application settings (“Applications” → Select a game → “Storage” → “Clear”) or give a special file manager permission to access system folders through a pop-up window.
Where do downloaded files go from the browser?
By default, browsers save files in folder Download (Downloads) in the internal storage. Check this directory through any file manager. If you used incognito mode, the files may not have been saved at all.
Is it possible to transfer all applications to a memory card?
No, not all. Application developers themselves decide whether to allow installation on external media. System applications and many popular services (messengers, banks) work only with internal memory to ensure speed and security.
How to find duplicate photos in storage?
Standard Explorer does not automatically search for duplicates. To do this, it is better to use specialized applications from Google Play, such as “Files by Google”, which have a built-in function for searching for similar images and duplicates.
Why is the amount of occupied memory in the settings greater than the sum of the files?
Part of the space is occupied by system files, system cache and service partitions that are not displayed in the user storage. Space can also be reserved for system updates or virtual memory.