You bought a new Xiaomi smartphone, but you can't find where the internal memory is stored, or you find that there's less space on the phone than you expected, POCO and Mi, especially after updating to MIUI 14/15, The internal memory can be hidden in non-obvious partitions, and sometimes part of it is occupied by system files that you do not even know about.
In this article, we will not only show you where the internal memory in Xiaomi phones is physically located, but also explain how to properly check, clean and manage it.
- ๐ Why there is less memory on the phone than stated in the specifications (spoiler: it is not only system files that are to blame).
- ๐ฑ Where to look for the "Memory" section in MIUI different versions, from MIUI 12 to MIUI 15.
- ๐ ๏ธ How to make room if your phone says โMemory is fullโ but you havenโt downloaded anything.
- ๐ง Hidden tricks for advanced users (including: ADB and engineering menu).
If you have already tried to find memory through Settings โ The storage, but it doesn't show all the data -- don't worry. We'll reveal all the secrets, including those that Xiaomi doesn't write about in the official instructions.
1.Why Xiaomiโs internal memory is โdisappearingโ: 3 hidden reasons
Before we look for memory, we'll figure out where it goes. Even on a new phone, the available space is always less than the box indicates. For example, the Redmi Note 12 Pro with 256 GB actually shows the memory. ~230GB, that's why:
- ๐ฆ System files MIUI. The operating system takes 10 to 20 GB (depending on version). MIUI 15 This value has increased due to new features.
But there are less obvious memory eaters:
- ๐ธ Cash cameras, when you're shooting in RAW or 4K Temporary files can weigh gigabytes.
- ๐ฎ Game updates. Genshin Impact or Call of Duty Mobile download data in the background.
- ๐ฅ Files. OTA-Update updates, after update MIUI packet (~2โ3 GB) often stays in the folder /cache.
โ ๏ธ Note: If the phone shows that the memory is full 90%, But you haven't installed any apps, check the folder. /MIUI/Backup. There are automatically saved backups that can weigh tens of gigabytes.
| Xiaomi model | Acclamated memory | Real affordable. | How much does the system take? |
|---|---|---|---|
| Redmi Note 13 Pro+ | 256GB | ~235 GB | 15โ18 GB |
| POCO X6 Pro | 512GB | ~470GB | 18-22 GB |
| Xiaomi 14 | 128GB | ~112 GB | 12-15 GB |
| Redmi A2 | 64GB | ~52 GB | 8-10 GB |
If the difference between claimed and real memory is more than 20-25 GB, this is an occasion to check the phone for viruses or file system errors, and we will discuss this in the section on diagnostics.
Method 2: Standard path through Settings (for all versions) MIUI)
The easiest way to find internal memory is through the settings menu. MIUI The path to this section has changed. Here are the actual instructions:
For MIUI 14/15 (2023โ2026):
1. Open Settings (cog icon on the desktop).
2. Scroll down and select About Phone.
3. Slip on the Warehouse (or Memory in some localizations).
4. Here you will see a diagram with the distribution of memory by category: System, Applications, Media Files, etc.
For MIUI 12/13 (2020โ2022):
1. Go to Settings. โ The memory (a section may be called a repository and USB-accumulator).
2. Press on the Inner Memory.
3. The system will show the total volume, occupied and free space.
If you're in your version MIUI There is no โmemoryโ item, try it:
- ๐ Enter the word "storage" in the search for settingsยป.
- ๐ฑ Use the memory widget on the desktop (long press) โ ยซWidgetsยป โ ยซMemoryยป).
โ ๏ธ Note: In some firmware (for example, on the POCO F5) The memory section is hidden if Lite Mode is enabled. To turn it off, go to Settings โ Special facilities โ Lite Mode.
โ๏ธ What to do if you canโt see the โMemoryโ section"
Method 2: Through the file manager (viewing hidden folders)
Xiaomi's standard File Manager doesn't show all folders, but to see the full internal memory structure, you need to enable the hidden file display:
1. Open the File Manager application (the folder icon on the desktop).
2. Slip on three horizontal lines (menu) in the upper left corner.
3. Select Settings โ Show hidden files.
4. Return to the root directory โ here you will see a complete list of folders of internal memory, including:
- ๐ Android โ App data and cache.
- ๐ MIUI โ System files and backup copies.
- ๐ DCIM โ Photos and videos (including hidden.thumbnails folders).
- ๐ Download โ Downloaded files.
- ๐ Cache โ temporary files (often weighing a few gigabytes).
Important detail: folder /data (It's not available without root rights by default, and if you want to view it, you'll need special software like Root Explorer.
To quickly find the most โheavyโ files:
- In File Manager, go to the root directory.
- Slip on three points in the upper right corner. โ Sorting โ By size.
- Scroll down the list, the largest files will be at the beginning.
๐ก
If the folder Android/obb It takes up a lot of space, and it's game files (like Genshin Impact or Honor of Kings) that can be deleted, but you'll have to download the games again.
Method 3: Through the Engineering Menu (for advanced users)
If standard methods don't show the full picture, you can use the engineering menu (#4636###) to provide access to technical information, including a detailed memory report.
Instructions:
- Open the Phone app.
- Enter the combination: ##4636### (some models may not work, then use the alternative method below).
- Select Storage Information.
- Here you will see a detailed report on internal memory (Internal Storage), SD-map and cache.
If the combination does not work, try:
- ๐ฑ Install the application MTK Engineering Mode (for MediaTek processors).
- ๐ง Use it. ADB-Command: Adb shell df -h It will display a list of all memory sections indicating the free and occupied space.
โ ๏ธ Warning: Do not change the settings in the engineering menu unless you are sure of their purpose. /efs may result in loss IMEI.
What to do if the engineering menu is blocked?
5. Method 4: Memory verification through ADB (technical)
If you want the most accurate memory data, including hidden partitions, use the ADB (Android Debug Bridge: This method requires connecting your phone to your computer.
Step-by-step:
- Download and install Platform Tools from the official Google website.
- Turn on the phone to debug. USB: Settings โ The phone. โ Version. MIUI (Use 7 times to become a developer) โ Additionally. โ For developers โ Debugging by USB.
- Connect the phone to your PC and type in the command line: adb shell df This command will show all the memory partitions with the exact size.
- For detailed analysis, use the adb shell du -sh /data (I'll show you the size of the folder. /data, where user data is stored).
Example of output of the command adb shell df -h:
Filesystem Size Used Avail Use% Mounted on
/dev/block/mmcblk0p53
11G 6.2G 4.8G 57% /data
/dev/block/mmcblk0p54
2.0G 1.1G 900M 55% /cacheThis data will help to identify which section is full, for example, if you /cache It can be cleaned through Recovery Mode.
๐ก
The adb shell df command shows the real memory allocation, including hidden system partitions that are not visible in standard settings.
6. Method 5: Diagnostic memory via Recovery Mode (if the phone is buggy)
If the phone is slowing down, is producing errors or shows an incorrect amount of memory, it is worth checking the file system through Recovery Mode, which is especially true after unsuccessful updates or crashes.
How to get in to Recovery:
- Turn off the phone.
- Press the power button. + Volume up (on some models โ Volume down).
- Wait for the Mi logo to appear and release the buttons.
- Choose your language (if required).
On the Recovery menu:
- ๐ง Choose Wipe & Reset โ Wipe Cache (cleaning the cache won't delete your data).
- ๐ ๏ธ For a deep check, select Advanced โ Repair File System (can help if memory is โdisappearingโ for no reason).
โ ๏ธ Warning: Do not choose Wipe Data unless you have backed up.This operation will delete all data, including photos and apps.
If the memory is not displayed correctly after cleaning the cache, the problem may be:
- ๐ Damaged flash memory (a common problem with Redmi) 9A and POCO M3).
- ๐ฑ Unofficial firmware that improperly mounts partitions.
- ๐ฆ A virus masquerading as system files.
7 How to Free Up Internal Memory on Xiaomi: 5 Working Methods
Now that you've found the memory, we'll tell you how to clean it up when the space runs out. A1 to Xiaomi 14 Ultra.
Method 1: Cleaning the application cache
1. Go to Settings โ Applications โ Application Management.
2. Select an app (e.g. Facebook or TikTok).
3.Slip the Warehouse. โ Clear the cache.
For mass cleaning, use the settings โ Warehouse โ Cache data. โ Clean up.
Method 2: Delete Unnecessary Files with File Manager
Open File Manager and check the following folders:
- ๐ Download โ Remove Old Downloads.
- ๐ DCIM/.thumbnails โ Photo miniatures (can be removed without consequences).
- ๐ Android/obb โ Game files (if games are deleted, folders can be cleared).
- ๐ MIUI/Backup โ backup copies (weigh up to) 10โ20 GB).
Method 3: Transfer of applications to SD-map
If you have SD-map, some applications can be transferred to it:
1. Settings โ Annexes โ Select an application โ Warehouse โ Change. โ SD-map.
Note that not all applications support portability (especially system applications).
Method 4: Disabling pre-installed applications
Many Xiaomi system applications cannot be removed, but you can disable:
1. Settings โ Applications โ Application Management.
2. Find an unnecessary app (e.g. Mi Music or Mi Browser).
3. Press Disable (this will stop it working and free up some of the memory).
Method 5: Reset to factory settings (extreme case)
If the memory โdisappearsโ for no reason, and the phone slows down, hard reset will help:
1. Make a backup (via Settings) โ The phone. โ Backup).
2. Go to Settings โ Resetting settings โ Resetting all settings.
3. After reset, the phone will return to its "clean" state, and the memory will be freed.
๐ก
Before resetting, check if your Mi Account is linked to your phone. After reset, you may need to enter your login/password to unlock (Factory Reset Protection).
8. Frequent errors and their solutions
When working with internal memory, Xiaomi users face typical problems.
| Problem. | Possible cause | Decision |
|---|---|---|
| Memory shows 0GB or "Unavailable" | Damage to the file system or flash memory | Check with Recovery Mode (Repair File System) or re-sweeten your phone |
| After updating the memory was less | The system partition has expanded, or there is debris from the old firmware | Clear the folder. /cache Recovery or use the adb shell rm command -rf /cache/* |
| No internal memory is visible when connected to a PC | No file transfer mode selected (MTP) | When connected to USB Select File Transfer in the Notification Curtain |
| Folders disappear or don't open | Virus or failure of access rights | Check with antivirus (Malwarebytes) or reset the rights through ADB: adb shell restorecon -R /data |
If none of these methods worked, the problem could be hardware damage to the flash memory.
- ๐ฑ Check your phone with the Mi Flash Tool (if itโs not computer-defined, itโs a bad sign).
- ๐ง Contact the service center โ sometimes it helps to solder the memory chip (relevant to Redmi). 8/9 series).