How to find out the amount of memory in the Xiaomi phone: all the ways from settings to ADB

Why itโ€™s important to know the real memory of Xiaomi

You bought a Xiaomi Redmi Note 12 with 128GB of storage, but after the first turn on, the system only shows 112GB? That's not a trick of the manufacturer - this is how any smartphone works. Part of the memory is taken up by MIUI firmware, preinstalled applications and system files. But how exactly do you know how much memory is available right now - after updates, installed games and accumulated caches?

In this article, you will find 5 proven ways to check memory on Xiaomi, Redmi and POCO โ€” from standard settings to hidden commands for power users. We will also discuss why the performance may differ from the stated characteristics, and what to do if the memory โ€œdisappearsโ€ for no apparent reason.

๐Ÿ”น Important: if you plan to buy a used Xiaomi, memory check is a must. Unscrupulous sellers may hide drive defects (such as โ€œbrokenโ€ sectors) that lead to sudden failures.

Method 1: Using standard MIUI settings

The fastest and safest method is to use the built-in MIUI tools.It is suitable for all models, including the Xiaomi 13T, Redmi A2 and POCO X5 Pro, regardless of the firmware version.

Instructions:

  1. Open the Settings app (cog icon).
  2. Go to About Phone (in older versions of MIUI - About Device).
  3. Select the item "Storage" or "Memory".
  4. Wait for the data count (it can take up to 30 seconds).

The screen will show:

  • ๐Ÿ“ฑ Total memory (e.g. 128 GB).
  • ๐Ÿ”ณ Occupied space (disaggregated by category: applications, photos, systems).
  • ๐Ÿ“‰ Free space (current at the time of inspection).

๐Ÿ’ก

If the Storage section displays "Counting..." for longer than a minute, restart your phone. This may indicate file system errors.

โš ๏ธ Note: in some firmware (for example, MIUI Global for European market) Warehouse can be located directly in the main settings menu, not in the About section. If you do not find it, search by settings (lamp in the upper right corner).

Method 2: Using the Security App

The Security app not only protects against viruses, it also provides detailed information about memory, which is useful if you want detailed statistics on occupied space.

How to check:

  1. Open the Security app (shield icon).
  2. Click on the Optimization or Acceleration icon (depending on version).
  3. Select the Warehouse tab (may be called Memory).
  4. Wait for the analysis (usually takes 10-20 seconds).

Advantages of this method:

  • ๐Ÿ” Shows large files (more than 50 MB) that can be deleted.
  • ๐Ÿ—‘๏ธ Allocates garbage files (cache, temporary data).
  • ๐Ÿ“Š Gives a schedule of memory usage for the last 7 days.
What are the "Other Files" in MIUI?
These are system data that MIUI cannot automatically classify. This includes: - Error logs (.log files) - Memory dumps after crashes - Application backup files - Remnants of remote programs If the Other partition takes more than 5-10 GB - this is an excuse to reset to factory settings or clear memory through ADB.

๐Ÿ“Œ Tip: If you see unused memory (usually gray) in the Security section, it's not a mistake. MIUI Marks reserved space for system updates and temporary files, and cannot be used or cleaned.

Method 3: Through the Engineering Menu (for advanced)

The Engineering Mode is hidden from ordinary users, but allows you to get accurate memory data, including information about the state of the drive (are there broken sectors), a method suitable for Xiaomi on Qualcomm processors (for example, Snapdragon 8 Gen 2 in Xiaomi 13 Ultra).

Instructions:

  1. Open the Phone app.
  2. Enter the combination: ##4636###.
  3. In the menu that opens, select Testing (or Testing).
  4. Go to the Storage tab.

Here you'll see:

  • ๐Ÿ“Œ Internal Storage โ€“ Total internal memory.
  • ๐Ÿ”„ Available โ€“ Free space (may be different from the MIUI 1-3 GB).
  • โš ๏ธ Bad Sectors โ€“ Number of sectors damaged (if the value is > 0, the drive requires replacement).
๐Ÿ“Š How often do you check your smartphoneโ€™s memory?
Once a week.
Only when the place ends.
Never checked.
After each update

โš ๏ธ Note: Do not change other options in the engineering menu unless you are sure of their purpose. For example, accidentally changing the Band Mode settings in the Telephony section can lead to loss of network.

Method 4: Through ADB (for technical professionals)

If you want the most accurate data, or you suspect that the seller has hidden the real amount of memory (for example, in the used Redmi Note 10 Pro), use ADB (Android Debug Bridge), which requires a computer and minimal knowledge of the command line.

Step-by-step:

  1. Download and install Googleโ€™s Platform Tools.
  2. Turn on USB Debugging on your phone (Settings โ†’ About Phone โ†’ MIUI version โ€“ press 7 times, then go back to Additional Settings โ†’ For Developers).
  3. Connect the phone to the PC and type in the command line:
adb shell df -h

The result will be similar to this one:

File systemSizeUsed.Freely.Percentage of completion
/dev/block/mmcblk0p55112G47G65G42%
/data112G47G65G42%
/storage/emulated/0112G47G65G42%

๐Ÿ”น What do columns mean:

  • /data is the main partition with user data.
  • /storage/emulated/0 is the virtual disk you see in the conductor.
  • If /data is smaller than the stated size (e.g. 64GB instead of 128GB), this may indicate a drive swap or memory partition (e.g., in models with a hybrid slot under SIM + microSD).

Install Platform Tools on PC| Enable USB debugging on your phone | Connect your phone with the original cable | Run the command line on behalf of the administrator-->

โš ๏ธ Note: if you see a device unauthorized error when executing the adb shell command, the phone has not confirmed the debugging request. Unlock the screen and allow the connection in the window that appears.

Method 5: Through Third Party Applications

If you need to visualize memory usage or analyze by category (for example, how much space is occupied by messengers), use third-party utilities. We tested the 3 best applications for Xiaomi:

AnnexAdvantagesDeficiencies
AIDA64It shows the exact amount of memory, including the reserved system, supports the read/write speed test.The paid version is needed for in-depth analysis.
Files by GoogleFree, clears cache and duplicate files, and there's a "Free Space" feature.It doesn't show system partitions.
ES ConductorIt displays hidden folders (e.g. /data/media/0) and can be deleted directly.The commercial is free.

๐Ÿ“Œ Advice: If you use ES Conductor, do not delete folders with names:

  • Android is the system data of applications.
  • MIUI is a firmware file.
  • DCIM/.thumbnails โ€“ photo miniatures (remove only if you need to make room).

โš ๏ธ Note: Some applications (such as Clean Master) may show incorrect memory data to convince you to clean up.

Why Xiaomiโ€™s memory is โ€œdisappearingโ€ on its own

You deleted all the files you didn't want, and the space is still getting smaller, and here are 5 hidden reasons why it happens:

  1. Updates MIUI. Each major update (e.g., with a MIUI 13 on MIUI 14) can take up to 3-5 GB. These files are not always deleted after installation.
  2. Google Play Services Cache: Google services (especially on global firmware) can accumulate up to 1-2 GB of cache in the background.
  3. Logs and dumps. When it crashes, the system creates reports files. /data/tombstones). They can weigh hundreds of megabytes.
  4. Backups: Xiaomi Cloud and Google Drive sometimes store local copies of data (such as photos in the original resolution).
  5. Viruses or malware: Some Trojans disguise themselves as system files and โ€œhideโ€ data in secure folders.

๐Ÿ’ก

If memory is declining for no apparent reason, check the /data/log folder through ADB or Root Explorer. Files with the.log extension older than 30 days can be safely deleted.

๐Ÿ”น How to find and remove hidden garbage:

  1. Open Settings โ†’ Memory โ†’ Cleaning.
  2. Press Deep Clean (in some versions โ€“ Additional).
  3. Select Cash Apps and Downloads.
  4. Delete files older than 3 months.

Frequent questions about Xiaomi memory

Why is my Xiaomi 128GB of memory available but only 112GB?
That's OK. The manufacturers are reporting full flash storage, but some of it is: MIUI firmware (5-8 GB); Recovery partition (1-2 GB); System applications (3-5 GB); In fact, it's usually 10 to 15 percent less than the stated volume.
Can I increase memory on Xiaomi with a microSD card?
Yes, but with reservations: ๐Ÿ“Œ In models with a hybrid slot (for example, Redmi). 9A) You have to choose. SIM microSD. ๐Ÿ”„ The card can be used as external storage (for photos, music) or as internal memory (through formatting in Settings). โ†’ In the second case, it will become part of the system, but it cannot be retrieved without losing data. โš ๏ธ MicroSD application speed (even class) A2) It will be lower than the internal memory.
How to check if my Xiaomi memory is fake?
Use it. ADB application AIDA64: Compare Internal Storage to the model's stated performance. If it's 20 percent or more smaller (e.g., 80 GB instead of 128 GB), it's likely that it's replaced with a cheap drive. Check the read/write speeds through the device. AIDA64. For UFS 2.2 (e.g. in Xiaomi) 11T) It should not be less than 500 MB/s. ๐Ÿ”น Signs of counterfeiting: slow speed, frequent failures when writing files, sudden reboots.
Why is the memory not released after the factory reset?
There are several reasons: ๐Ÿ”ณ You have chosen to save internal memory when reset (in some versions) MIUI). ๐Ÿ“ Files are still in the folders. Android/obb (game data. ๐Ÿ”„ The system has restored data from Xiaomi Cloud or Google Account automatically.Solution: after reset, go to Settings โ†’ Memory. โ†’ Clean and manually delete the remaining files.
Can Xiaomi be used as a flash drive for PC?
Yeah, but there's nuance: ๐Ÿ“Œ When connected to USB Select the File Transfer Mode (MTP). ๐Ÿ”„ Developer rights are required for full memory access (include via Settings). โ†’ The phone. โ†’ Version. MIUI โ€” press 7 times). โš ๏ธ Do not remove the cable during data transfer โ€“ it can damage the file system. ๐Ÿ”น Tip: for fast transfer of large files (for example, video) 4K) Use Wi-Fi Direct or Xiaomi File Manager.