How to check memory status on Xiaomi: 7 ways with detailed instructions

Xiaomi smartphones based on MIUI While they offer users flexible tools to monitor internal and RAM, not everyone knows where to look for this information, regular memory checks help avoid sudden crashes, brakes and loss of important data. In this article, we will analyze all available methods - from standard system functions to hidden menus and third-party utilities, which will show not only occupied space, but also the real state of the cells. NAND-Memory (if maintained).

Xiaomi is often hiding useful tools in non-obvious menu sections or removing them in new versions of MIUI. For example, MIUI 14 has disappeared the "Security" section with detailed memory statistics, but it can be returned through hidden settings, we will show how to do this, and also explain which indicators are critical for the health of the device and what you can ignore.

If your smartphone starts to slow down, spontaneously reboot, or make errors when installing applications, the first diagnostics should begin with a memory check. And no, it's not just about the free space on the disk, but also about the state of the flash drive, the number of bad blocks (if you can read them), and read/write speed.

1. Standard "Storage" section in MIUI settings

The most obvious and affordable way is to use the built-in MIUI menu, which shows basic information about occupied and free space, and also offers tools for cleaning up garbage.

  1. Open Settings (the gear icon on the main screen).
  2. Go to the Warehouse section (in some versions of MIUI it is called Memory).
  3. Wait for the data to load – the system scans the internal memory and SD-map (if installed).

Here you'll see:

  • πŸ“Š Diagram of memory distribution by category (applications, photos, videos, system files, etc.).
  • πŸ” Clean up button – it analyzes unnecessary files (cache, temporary data, duplicates).
  • βš™οΈ Additional settings, including formatting SD-mapping and data transfer.

But this method has a serious drawback: it does not show the actual state of memory health (such as wear of cells or the presence of broken sectors), and it requires other tools, which will be discussed later.

πŸ’‘

If the "Storage" section does not show SD-Map, check its format. Xiaomi supports only FAT32 For formatting, use the official utility in the settings, not third-party programs - this will reduce the risk of damage to the file system.

2. Hidden Menu Engineering Mode (Engineering Menu)

For advanced users who want to get technical memory data, there is a hidden engineering menu available on most Xiaomi models, but the path to it may vary depending on the MIUI version and smartphone model.

To open the Engineering Mode:

  1. Open the Phone app.
  2. Enter the combination: ##4636### (some models run ##36446337###).
  3. Select the Testing or Hardware Testing section.
  4. Find the Storage or Memory item.

In this menu you can see:

  • πŸ“Ÿ Type of memory (eMMC or UFS) and its manufacturer.
  • πŸ“‰ Read/write speed schedules (if supported).
  • ⚠️ Number of errors (if any) and overall state of the chip.

⚠️ Note: Not all Xiaomi models display memory data in the engineering menu, and on some devices (e.g. Redmi Note 10 Pro), this section may be empty or only show basic information. Do not try to change the parameters in the engineering menu if you are not sure about their purpose - this can lead to failures!

What to do if the engineering menu is not opened?
If the combination ##4636## It doesn’t work, try the following options: 1. Install the app MTK Engineering Mode (for devices running MediaTek processors). 2. Use it. ADB-Command: Adb shell am start -n com.android.settings/.TestingSettings 3. In some models (for example, POCO F3) Engineering menu is blocked by the manufacturer - in this case, only unlocking the bootloader will help.

3. Security appendix - Advanced diagnostics

Older versions of MIUI (before MIUI 12) had a separate Security app that offered detailed memory analysis, including checks for broken sectors and wear. In newer versions, this functionality is partially moved to Settings β†’ Storage, but it can be returned.

How to restore extended functions:

  1. Download. APK-Security application file for your version MIUI (forum 4PDA).
  2. Install it manually (allow installation from unknown sources in the settings).
  3. Open the app and go to Optimization β†’ Memory.

Here you will find:

  • πŸ”§ Deep cleaning – Removing system debris that is not visible in the standard menu.
  • πŸ“Š Detailed statistics for each memory partition (e.g, /data, /system).
  • πŸ› οΈ Memory health checker (not available on all models).

If you don’t want to install third-party APKs, the alternative is MIUI Hidden Settings (available on Google Play), which reveals hidden system features, including advanced memory settings.

πŸ“Š What version? MIUI You're using it?
MIUI 14
MIUI 13
MIUI 12 or older
I don't know.
Another firmware

4.Use of ADB to Diagnose Memory

For those who are ready to work with the command line, ADB (Android Debug Bridge) offers the most detailed information about memory, which is suitable for advanced users and allows you to get data that does not show graphical interfaces.

What you can learn through ADB:

  • πŸ“Œ Exact memory (including spare partitions).
  • πŸ“ˆ Read/write speed for different file types.
  • 🚨 File system errors (via fsck command).

Example of commands for diagnosis:

adb shell df -h # Shows occupied/free space by section


adb shell cat /proc/meminfo # RAM information




adb shell dumpsys meminfo # Detailed statistics on RAM use




adb shell iostat # Read/Write Speed Monitor (requires root)

⚠️ Note: Commands requiring root rights can cause a loss of warranty or system failure if executed incorrectly.Do not use fsck on mounted partitions - this can damage data!

Install ADB-PC drivers|Enable debugging on USB developer-setting|Connect your smartphone to your PC via cable|Check the connection with the adb device command|Make a backup copy of the data-->

5. Third-party applications for memory analysis

If the built-in tools MIUI It's not enough, third-party tools come to the rescue, and they offer more visual reports, speed tests, and even a prediction of memory wear.-5 tested applications:

AnnexFunctionsNeed root?Reference
AIDA64Full memory information (type, manufacturer, speed), read/write testsNo.Google Play
DevCheckDetailed memory characteristics, including wear and tear (if supported)No.Google Play
DiskInfoFile system analysis, search for broken sectors, temperature monitoringFor some functions, yes.Google Play
AmplifyOptimizing memory usage, blocking background processesYes (Xposed only)Xposed Repository
SD MaidDeep cleaning of garbage, analysis of the basket, search for duplicatesNo (but with root more features)Google Play

For most users, AIDA64 or DevCheck is enough, because they don't require root rights and they give you exhaustive information, and if you need to check for bad blocks, you have to use DiskInfo with superuser rights.

πŸ’‘

Applications like AIDA64 show real memory speeds, not the theoretical maximum stated by the manufacturer. If the read/write speed is below the benchmark for your model (for example, UFS 2.1 should output ~800 MB/s), this may indicate chip wear or firmware problems.

6.Memory check via Recovery Mode

If the smartphone is not turned on or constantly restarting, you can check the memory through the recovery mode (Recovery Mode), which is useful when the system is not booting, but the device responds to buttons.

How to log in to Recovery Mode:

  1. Turn off your smartphone.
  2. Press the button combination: For most models: Volume up + Power. For POCO: Volume up + Volume down + Power.

MI

On the Recovery menu:

  • πŸ”„ Choose Wipe & Reset β†’ Wipe Cache (cleaning the cache does not delete user data).
  • πŸ› οΈ To check the memory, select Advanced β†’ File System Check (if such a point exists).
  • πŸ“± Some of the firmware is available Mount β†’ Mount /system, After that, you can connect your smartphone to the PC and analyze the memory through ADB.

⚠️ Warning: Recovery Mode does not recommend selecting options like Wipe Data or Format Data unless you plan to completely reset.

7. Hardware diagnostics (for experienced users)

If software methods fail and there are still suspicions of memory malfunction, you can resort to hardware diagnostics, which requires disassembling the device and connecting to special equipment, so it is only suitable for service centers or users with experience in repair.

What can be checked hardware:

  • πŸ”Œ Integrity of contacts between motherboard and memory chip (frequent issue after falls).
  • πŸ”₯ Overheating of the memory controller (diagnosed by the thermal imager).
  • πŸ“Ά Signals on the data bus (checked by an oscilloscope).

For self-diagnosis you will need:

  • πŸ› οΈ Multimeter (to check the power of the chip).
  • πŸ” Loop or microscope (to inspect soldering).
  • πŸ’» USB-analyzer (e.g., Saleae Logic for signal monitoring).

If you're not sure about your skills, you should go to a service center. Damage to the memory chip when unskilled disassembly can make the smartphone completely inoperable.

πŸ’‘

Hardware diagnostics are only relevant if software tests show errors, but the cause is unclear; 90% of memory problems are solved by software (flashing, resetting or replacing software).

FAQ: Frequent questions about memory checks on Xiaomi

My Xiaomi shows that the memory is full, but I haven't installed anything.
It's a typical problem. MIUI, related: πŸ—‘οΈ Hidden cache of system applications (cleaned through Settings) β†’ Warehouse β†’ Cleanup). πŸ“ Duplicate files (check folders) DCIM/.thumbnails download). πŸ”„ File system errors (flashing or resetting to factory settings will help), and a virus can also be the culprit - scan the device through Malwarebytes or Dr.Web.
How do I know how long my Xiaomi memory will last?
The life of flash memory depends on the type of chip: eMMC: ~3-5 years in active use (limited number of write cycles); UFS 2.1/3.0: ~5-7 years (more resistant to wear). You can check the wear through applications like DevCheck (partition Storage). If the Wear Level is above 70%, it is time to think about replacing the chip.
Can I increase my memory on Xiaomi if it’s gone?
Physically, no, but there are workarounds: πŸ“± Use it. SD-Card as internal memory (configured in Settings) β†’ Warehouse β†’ SD-map). ☁️ Transfer data to the cloud (Mi Cloud, Google Drive). πŸ”„ Optimize memory through settings β†’ Special facilities β†’ Memory optimization: Some models (e.g. Redmi Note 11) support virtual memory (extension) RAM It's internal storage, but it doesn't increase the physical volume.
Why does the memory reset quickly after cleaning?
Guilty: πŸ€– Background processes (turn off autoloading unnecessary apps in Settings) β†’ Annexes β†’ Auto-start). πŸ“Ή Social networks (such as TikTok or Instagram cache gigabytes of video). πŸ”„ System updates (MIUI Solution: Set them up in the background. SD Maid and set up automatic cache cleaning once a week.
How to check memory on Xiaomi without turning on your smartphone?
If the device doesn't respond to the power button: Connect it to charging for 30 minutes, maybe the battery is dead. Try logging into Fastboot Mode (clamp Volume Down + Power). If the smartphone is detected by a PC, use ADB or Mi Flash Tool for diagnosis. If nothing helps, the problem may be a hardware malfunction (such as a memory chip dump), in which case repair is needed.