Why you should know the amount of memory on Xiaomi
RAM and embedded memory are key characteristics of a smartphone that directly affect its performance. On Xiaomi, Redmi and POCO, these parameters determine how many apps can be kept open at the same time, how many photos to save, and how fast the system will work. For example, the Xiaomi 13 Pro with 12 GB of RAM will multitask better than the Redmi Note 10 with 4 GB, even with the same processor.
But how do you know how much memory is actually available to a user? Manufacturers often say "up to 128 GB," but after installing a MIUI, there is 10-15% less free space due to preinstalled applications and system files. In this article, 5 proven ways to test memory on any Xiaomi device, including hidden methods for advanced users.
Important: Memory data may vary depending on the version MIUI (global, Chinese, EU-firmware) and smartphone models, such as POCO F5 s MIUI 14 Way to Memory Settings Different from Xiaomi Mi 11 MIUI 12.5 We have taken these nuances into account and have given universal instructions.
Method 1: Using standard MIUI settings
The easiest method is to use the built-in tools of the system. It is suitable for all models, including the Xiaomi 12T, Redmi Note 12 and POCO X5, regardless of the firmware version.
- Open the Settings app (the gear icon on the home screen).
- Scroll down and select About Phone (on some models β About Device).
- Slip on Phone Characteristics or Memory (depending on MIUI version).
- In the Storage block you will see the total volume of ROM, and in the RAM block you will see RAM data.
The screen will display information in the format:
- π± Built-in memory: 128GB (112GB available)
- π§ RAM: 8 GB (used 3.2 GB)
- π System memory: 16 GB (busy) MIUI)
Is the actual volume displayed (not βup to 128 GBβ but the exact value) |
Compare the vacant space with the declared manufacturer |
See how much memory the applications take (Applications section)|
Check the "Junk" section to clean the cache
-->
β οΈ Note: Some models (e.g. Xiaomi Mi) 10T Lite) there may be no Memory tab in the About Phone section, in which case use Method 2 or Method 3.
Method 2: through the "Storage and RAM" menu
MIUI offers a separate memory management menu that not only allows you to view the volume, but also optimizes it, which works on all devices with MIUI 11 and later, including the Redmi K50 and POCO M5.
Instructions:
- Go to Settings. β Warehouse (or Memory).
- At the top of the screen you will see a diagram with memory distribution: π’ Green segment - free space π΅ Blue - occupied by apps π‘ Yellow - cache and temporary files π΄ Red - system files
Settings
About the phone β RAM
| Xiaomi model | The Way to RAM in MIUI 13/14 | The path to ROM in MIUI 13/14 |
|---|---|---|
| Xiaomi 13/13 Pro | Settings β About the phone β Characteristics β RAM | Settings β Storage |
| Redmi Note 11/12 | Settings β About the device β Memory β RAM | Settings β Memory |
| POCO F4/F5 | Settings β About the phone β All the characteristics | Settings β Storage and RAM |
| Xiaomi Mi 11 Lite | Settings β System β About the phone β RAM | Settings β Memory and USB |
π‘ Useful tip: If you see a Cleanup item in the Warehouse section, tap it - the system will automatically find unnecessary files (cache, duplicates, empty folders) and prompt them to delete. 2-5 GB space.
Once a week |
Only when the phone starts to brake |
Never checked |
Using automatic cleaning.
-->
Method 3: through the Engineering Menu (for advanced)
If standard methods donβt work (for example, on custom firmware or older models like the Xiaomi Mi A2), you can use an engineering menu, which requires caution, since improper actions can disrupt the system.
How to open the engineering menu:
- Open the Phone app.
- Enter the combination: ##4636###.
- Select Phone Information (or Usage statistics on global firmware).
- Scroll down to the Memory block - detailed information about RAM and ROM is displayed here.
- DevCheck π Convenient interface with visualization of memory use. π Shows the space occupied by system applications (for example, com.miui.gallery).
Example of data from AIDA64 for Xiaomi 12 Pro:
Memory:
- Total RAM: 8.0 GB (LPDDR5)
- Available: 3.2 GB
- Used by apps: 2.1 GB
- Used by system: 1.8 GB
- Cached: 0.9 GB
Storage:
- Total: 256 GB (UFS 3.1)
- Free: 189 GB
- System: 22 GB
- Apps: 35 GB
- Media: 10 GBπ‘ Useful tip: DevCheck has a Storage Analyzer feature that shows which folders take up the most space.This helps find and delete unnecessary files (such as old backups). MIUI Backup).
Method 5: through ADB (for developers)
If you are familiar with Android Debug Bridge (ADB), you can get your memory data directly from the system, a method that is suitable for diagnosing problems or when other methods are not available (for example, on a broken screen).
Instructions:
- Install ADB Tools on your PC.
- Turn on USB Debugging on your smartphone: Settings β About Phone β MIUI version (tap 7 times to activate Developer Mode). Then: Settings β Additional β Developers β Debugging on USB.
- Connect Xiaomi to your PC and execute the commands:
# Viewing information about RAM
adb shell cat /proc/meminfo
Viewing ROM information
adb shell df -h
Detailed analysis of memory usage (requires root)
adb shell dumpsys meminfoExample of output of the command cat /proc/meminfo for Redmi Note 10 Pro:
MemTotal: 6044428 kB (β6 GB)
MemFree: 1832456 kB (β1.8 GB)
Buffers: 210348 kB
Cached: 1456780 kB
SwapCached: 0 kBβ οΈ Note: Dumpsys and root commands can cause system failure if used incorrectly. ADB without understanding the consequences!
π‘
ADB-commands give the most accurate information about memory, but require technical skills. 1-3.
Frequent memory problems on Xiaomi and their solutions
Xiaomi users often face two types of problems:
- The lack of RAM - the phone slows down, the applications close themselves.
- ROM overflow β it is impossible to install updates or take a photo.
For detailed analysis, use AIDA64 (Apps tab).