Users of Xiaomi, Redmi and Poco smartphones often face a paradox: the declared storage capacity is large, but the system persistently reports a lack of space. The question of where exactly the memory on Android is physically and logically located becomes critical when overflow notifications begin to appear daily. In the MIUI ecosystem and the new HyperOS, the structure of the file system has its own unique features that distinguish it from pure Android.
Understanding how the storage works allows you not only to delete extra files, but also to optimize the work of the gadget as a whole. Many partitions are hidden from the eyes of the average user to prevent accidental deletion of system files, but access to them still exists. We will detail where gigabytes of data are hidden, how to distinguish the system partition from the user partition, and which folders can be touched without fear of damaging the firmware.
In this article, we're not going to use complex terms without explanation, but we're going to look at the structure of memory from a practical point of view. You'll learn why a 128GB phone you buy shows only 110GB available, and where the rest of the resources go. Android file system is more complex than the usual partitions on a Windows computer, but it's quite real to understand it.
Physical and logical structure of the drive
The first thing to learn is that the memory in Xiaomi's smartphone is divided into a physical chip and logical partitions. Physically, all the data is stored on a single eMMC chip or higher-speed UFS, which is soldered on the motherboard. However, the operating system divides this space into several independent areas, each with its own access rights and destination.
The main division is between the system partition and the user space. The system partition, often referred to as /system, contains the files of the MIUI shell itself, drivers and basic applications. The user cannot write their files there without obtaining superuser rights (Root), which is the answer to the question of why the available volume is always less than the manufacturer claimed.
Why does 128GB turn into 115GB?
Manufacturers use a decimal system (1 GB = 1000 MB), and the operating system is binary (1 GB = 1024 In addition, about 10-15 GB immediately takes the system and pre-installed services Google.> It's important to understand that even after resetting to factory settings, part of the space will be occupied. It's not a bug or a broken sector, but a reserved space for Android to work properly. In modern models with the HyperOS shell, this balance is shifted towards optimization, but the basic principles remain the same. π± System partition: contains the OS kernel, libraries and interfaces. π User section: a place for your photos, videos and installed apps. βοΈ Recovery section: Hidden area for resets and updates (Recovery). π Cache partition: temporary storage for fast download of frequently used data. For the average user, the main data management tool is the built-in Explorer or Files app. This is where you visually display what we used to call "phone memory." To get into the root structure of user data, you need to open the application and go to the category of "Memory" or "Internal Drive." Inside you will see many folders whose names may not be clear, DCIM It stores photos and videos from the camera, and Download collects everything you downloaded from your browser, and the path to that data always starts with the root directory, which is often indicated in the address bar as the "root directory." /storage/emulated/0/. Some folders can be hidden by default. If you don't see a.nomedia file or system configuration, you may not be able to display hidden files in the Explorer settings. However, be careful: changing the contents of the system folders can cause your smartphone to work in an unstable way. MIUI, It's a device specific to Xiaomi, and it stores themes, voice recorders, screenshots and logs, and cleaning up some subfolders here can free up a lot of space, but it requires understanding what each file is responsible for. πΈ DCIM/Camera: Original photos and videos from the main camera. π¬ Tencent/MicroMsg: WeChat messenger database and media files (if installed). π΅ Music: folder for local music and ringtones. π₯ Download: standard folder of downloads from browsers. The most accurate and safe way to measure storage occupancy is through a built-in analyzer in settings, which not only shows the amount of gigabytes occupied, but categorizes them into applications, images, videos, documents, and more. You can find this tool by the Settings path. β Memory (or Settings) β The phone. β Memory in some versions MIUI). The system automatically scans the contents and suggests clearing the βgarbage.β However, the βCleanupβ feature often only deletes the cache and temporary files, without affecting the heavy but useful data for the user. For deep analysis, it is better to use the βClearβ button and carefully look at what exactly is proposed to be removed, or go into a detailed analysis by category. β οΈ Note: Do not use third-party cleaner apps (Clean Master and analogues) without an emergency. They often create more garbage than they remove, and can aggressively unload processes from RAM, increasing battery consumption. In the Apps section, you'll see a list of all installed programs sorted by location. Clicking on a particular application, you can see the separation into "App Size," "User Data" and "Cash." It's clearing the cache of heavy applications like Telegram or TikTok that can instantly free up a few gigabytes. Modern versions of HyperOS offer even more detailed statistics, showing which files haven't been opened for more than 3 months. It's a great tool to find forgotten files, which can even hide the system from the memory's memory storage, potentially making the system more intuitively hidden from the memory. These are system partitions like /vendor, /modem, /persist. They contain calibration data for cameras, sensors, communication modules. They are only accessed via ADB (Android Debug Bridge) or a console with Root rights. Trying to change files in these partitions without deep knowledge can lead to a "bricking" of the device. For example, removing files from the /persist partition can lead to the loss of the network signal or the inoperability of the fingerprint scanner. So when answering the question "where memory" the border is important, user space and service space is important. Section Purpose User Access Risk of Deletion /system OS and interface files Read Critical (not downloaded) /data User data and applications Total loss of personal data /cache Temporary System Files Limited Low (Slows Start) /persist Equipment calibration No (Root needed) High (iron failures) For advanced users, there is the possibility of connecting a smartphone to a PC in mode MTP (In this mode, the computer will only see the logical partition. /storage/emulated/0, You can't see real partitions on my computer without unlocking the bootloader and installing special drivers. ADB for connection, the command adb shell df -h It's going to show you a real partition map, and you're going to see the physical disk being broken up into dozens of small logical volumes. This is done to isolate processes and improve data security. RAM vs Internal: What's the difference? Frequent confusion arises between "device memory" (ROM) and "rAM." In the context of "where memory" users often search for space for photos but monitor RAM loading. In Xiaomi smartphones, these types of memory are physically on different chips or different domains of the same chip, but perform opposite functions. Internal memory (ROM) is a warehouse. It is permanent, the data does not disappear after switching off. Here are your photos, the system itself and monitor the RAM load. The more RAM (6, 8, 12 GB), the more applications can run in the background without rebooting. MIUI There is a function called "Memory Extension" that takes a portion of the internal memory (ROM) and makes it a virtual RAM. β οΈ Note: Memory Extension is only useful if you have less than 6GB of physical RAM. On devices with 8GB or more, it may even reduce overall performance due to the ROMβs lower write speed compared to the real RAM. RAM. Check the amount of RAM can be in the Settings menu β It'll say, for example, "8 GB." + 4GB, where 4GB is a virtual add-on, and it's not used or displayed as a file storage location in the Explorer. In modern flagship models Xiaomi slot for memory cards is often absent, but in budget and medium-sized models (Redmi Note series, Poco M series) the possibility of expansion through MicroSD is retained. It is a physical addition to internal memory, which the system defines as a separate drive, and once installed, the card can operate in two modes: as a portable storage (for transferring files) or as part of internal memory. In the second case, the system formats the card, encrypts it, and transfers some of the application data to it, but the speed of the memory cards is usually lower than the speed of the built-in drive. UFS, This can lead to a slowdown in the interface. A2 speed-class V30 higher. Cheap cards can quickly fail when you're actively working with the system, because they have a limited resource of overwriting cycles. For storing photos and videos, this is the ideal option to unload the main drive. You can find files on the map in the Explorer section Β«SD-map /storage/XXXX-XXXX. The system itself will offer to transfer media files there when the main storage is overflowing, if the appropriate option in the camera is enabled. π Speed: Built-in memory faster than any microSD card. πΎ Volume: map allows you to increase the space to the photo 1 Tb and more. π Security: When formatted as internal memory, data is encrypted. π Wear: Actively recording a card reduces its lifespan. Frequently asked questions (FAQ) Why Xiaomiβs memory is filling up on its own? This is due to the operation of the cache of applications (social networks, browsers), downloading system updates in the background and creating logs of work. Also, junk files can remain after deleted applications. Regular cleaning of the cache in the settings helps control this process. Can I transfer all the applications to SD-In modern versions of Android and MIUI full-scale transfer of applications (APK-The system allows only some data (cache, media) to be transferred to the card, but executable files are most often left on the internal drive to ensure speed. Android/data? No, you can not delete the entire folder - this will lead to a reset of all applications and loss of progress in games. You can safely delete the contents of folders of specific remote applications, or clean the cache inside the messenger folders, if you know what you're doing. How do you know the exact path to the WhatsApp folder on Xiaomi? With new versions of Android, the path has changed. Now it looks like this: Internal memory. β Android β media β com.whatsapp β WhatsApp. The folder used to be at the root of the drive, but Google changed file access policy for security reasons. What if the system says "Memory is full" even though there is space? It could be an indexing bug or a partition overflow. /cache or /data/misc. Try restarting your phone. If it doesn't work, clear the Media Storage app cache in your application settings (showing system processes) or reset your settings.