How to find out the real amount of memory card in the smartphone Xiaomi: all working ways

Have you bought a new memory card for Xiaomi Redmi Note 12 or POCO X5 Pro, but are not sure that the seller honestly stated its volume? Or want to check how much space is left on the already used microSD? Xiaomi smartphones have several ways to determine the capacity of the drive, from standard MIUI tools to professional utilities. In this article, we will analyze all the methods, including hidden nuances that are not written in the official instructions.

It's important to understand that the actual size of the memory card is always smaller than the manufacturer's stated size. For example, the package is 128 GB, and the system shows 119 GB, which is normal. The reason is the difference between decimal (1 GB = 1000 MB) and binary (1 GB = 1024 MiB) numerals. But if the difference is greater than 10%, you may have been deceived. Next, you will learn how to accurately measure the capacity and recognize the fake.

1. Check through MIUI settings: the fastest way

The method works on all Xiaomi, Redmi and POCO smartphones with the MIUI 12-14 shell, including old models like Redmi 9A and new flagships like Xiaomi 14 Ultra. The main advantage is that you do not need to install additional programs.

Instructions:

  • πŸ“± Open the Settings app (cog icon).
  • πŸ” Go to the About Phone section. β†’ Storage (or Memory in some versions).
  • πŸ’Ύ Scroll down to the Memory Map block (if the card is inserted). This will show: Total volume (e.g. 111.79GB). Available (free space). Occupied by the system (if the card is formatted as internal storage).

⚠️ Note: If there is no information about the memory card in the Storage section, check it:

⚠️ Note: The card may not be recognized because of: πŸ”Œ Flawed contact in the slot (try to extract and insert again). πŸ› οΈ File system damage (formatting required). 🚫 Xiaomi incompatibility (some exFAT cards are not supported on older models).

Check the physical connection|Reboot your smartphone|Try the card on another device|Format via PC if data is not important-->

2.Use of file manager: detailed information

Xiaomi’s built-in File Manager shows not only the size but also the structure of folders on the map, which is useful if you suspect hidden files or app cache are taking up space.

How to check:

  1. Open the Files app (folder icon).
  2. At the top of the screen, select the Memory Card tab (or SD-map).
  3. Click on the three dots in the upper right corner β†’ Properties.
  4. The window that opens will be indicated: πŸ“Š Total volume (e.g. 119.2 GB). πŸ“‚ Occupied (disaggregated by file types: photos, videos, documents). ⚠️ Problem files (if there is any corrupted data).

πŸ” Tip: If you see a message in the properties of the card "File system: RAW", This means that the drive is damaged and needs to be formatted. RAW-Partitions through standard tools – you will need a PC with programs like TestDisk or EaseUS Partition Master.

16-32 GB|64–128 GB|256–512 GB|1 TB or more|I don't use it.-->

3. Third-party applications: for advanced users

If standard methods don’t work, install specialized utilities that show the real storage capacity at the controller level, which helps detect forgeries (for example, when a 128 GB card actually has 16 GB of storage).

Top.-3 apps:

AnnexFeaturesLink (Google Play)
A1 SD BenchπŸ“ˆ Tests the speed of reading/write. πŸ” Shows real volume (including hidden sectors). πŸ›‘οΈ Detects fakes by container mismatch.Download
SD Card TesterπŸ”¬ Checks the map for broken sectors. πŸ“Š Displays the exact capacity in the MiB. ⚠️ Warning of possible wear and tear.Download
DiskInfoπŸ’Ύ Shows information about all sections. πŸ“‰ Builds timetables for the use of space. πŸ”§ Supports exFAT/NTFS (map-worthy >256 GB).Download

⚠️ Note: When testing a memory card with applications such as A1 SD Bench:

⚠️ Attention: πŸ”‹ The battery should be charged. >50% (tests consume a lot of energy). πŸ“΄ Close all background applications (they may distort the results). ⏳ The full test on a 256 GB card takes 10-15 minutes.

πŸ’‘

If the app shows the card size as 0B or N/A, extract it and check it on another device – perhaps the problem is in the smartphone slot.

Checking via PC: for accurate diagnosis

Connecting a memory card to a computer or laptop gives you the most complete information, a method that is mandatory if you suspect that the card is fake or damaged, for example, AliExpress often sells drives where the actual volume is 4-8 times less than the stated volume.

Step-by-step instructions for Windows:

  1. Remove the card from Xiaomi and paste it into the PC card reader.
  2. Open Explorer (Win + E) β†’ right-click on the map disk β†’ Properties.
  3. The General tab will show: Capacity (e.g. 111 GB). Occupied/free. File system (FAT32, exFAT, NTFS).
  4. For a deep check, use H2testw: Download from the official website. Select a card drive β†’ press Write + Verify. If the test shows errors like "Only 32 GB could be verified", the card is a fake.

πŸ’‘ Why PCs Show Different Volume Than Smartphones?

That's OK! Xiaomi (like other Android devices) reserves some memory for backup files, and Windows displays a "clean" amount, usually a 1-5% difference, but if the gap is greater than 10%, that's a good thing to be wary of.

What happens if H2testw finds a mistake?
If the utility detects a volume discrepancy (for example, 128 GB is claimed, and only 16 GB is available), then the card is a re-labeled fake. You can't restore the real volume. The only way out is to return it to the seller (if you bought recently) or throw it away. Using such a card is fraught with data loss!

5. ADB teams: for technical specialists

If you're a power user, you can find out the map volume through ADB (Android Debug Bridge), a method that is useful when the map is defined by the system but not displayed in the MIUI interface.

Instructions:

  1. Enable Developer Mode on Xiaomi: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ For Developers. Activate Debugging on USB.

cmd

PowerShell

adb shell


sm list-disks

This will show a list of connected drives, including SD-Like a map:

disk:179,65
ls -l /dev/block/mmcblk1

(Replace the mmcblk1 with your drive from the previous step).

df -h /storage/XXXX-XXXX

(where XXXX-XXXX is the card identifier that can be found in ls /storage).

πŸ“Œ Example of inference:

/dev/block/mmcblk1: 119GiB (128GB)

Here, 119GiB is the real volume, and 128GB is the manufacturer’s marking.

πŸ’‘

ADB-The commands show raw information from the card controller, without considering the file system. This is the most accurate way, but requires terminal skills.

6.How to recognize a fake memory card

According to a study by Fakespot, up to 30% of memory cards on the market (especially cheap ones with AliExpress) are fakes.

  • πŸ” Volume mismatch: 128GB declared, and system shows 14-16GB.
  • ⚑ Unrealistically high speed: The characteristics are indicated UHS-II 300 MB/s, The tests show 10 MB/s.
  • πŸ› οΈ Write errors: Files are damaged or disappear after copying.
  • 🏷️ Suspicious packaging: No holograms, label crooked, typos in brand name (e.g., "SanDisk" instead of "SanDisk").

πŸ”Ž How to verify authenticity:

  1. Compare the serial number on the map with the manufacturer's database: SanDisk: online check. Samsung: verification service.

A1 SD Bench

"Made in China"

πŸ’‘

Buy memory cards only from official dealers (e.g. SanDisk on Ozon marked "Original"). Even if the price is 20-30% higher, it is cheaper than losing data due to forgery.

7. Frequent errors and their solutions

When you work with memory cards in Xiaomi, users face typical problems, and let's look at the most common ones and how to fix them.

Problem.Reason.Decision
Map not determinedπŸ”Œ Bad contact at the slot. πŸ› οΈ A damaged file system.Try pasting the card into another smartphone or PC. Format it through the File Manager (sets β†’ Format it as internal or Portable).
The volume of "jumps" (64 GB, then 32 GB)πŸ”„ Unstable Card Controller. 🦠 Virus or damaged sectors.Scan the card with an antivirus (e.g. Malwarebytes). Use the SD Card Formatter for low-level formatting.
The map is defined but does not record files.πŸ”’ Protection against recording (lever on adapter). πŸ“› File system NTFS (It is not supported on some Xiaomi).Check the position of the lock on the SD adapter. format in exFAT (supported on all Xiaomi with MIUI 10+).

⚠️ Warning: If the map is no longer defined after formatting, don't panic. 90% of the time, the problem is solved by re-formatting via PC using the utility. SD Card Formatter (you can download it on the official website) SD Association).

FAQ: Answers to Frequent Questions

πŸ”Ή Why Xiaomi shows less card size than on packaging?
This is due to the difference in number systems: Manufacturers specify volume in decimal gigabytes (1 GB = 1000 MB). Android and Windows use binary gibbytes (1 GiB = 1024 MiB). Example: A 128 GB card actually has ~119 GiB (128,000,000,000,000 bytes / 1,073,741,824 bytes in GiB β‰ˆ 119.2 GiB).
πŸ”Ή Can I use a memory card as an internal memory in Xiaomi?
Yes, but with reservations: πŸ“± It is supported on all smartphones with MIUI 8+ Android 6.0+. ⚠️ The card will be encrypted and will not be read on other devices. ⚑ The speed of applications from the card is lower than with internal memory (especially on cheap class cards). A1). How to turn on: Insert map β†’ In the notification, click Settings. Select Use as internal memory. Follow the instructions (requires formatting).
πŸ”Ή Which memory card is better to buy for Xiaomi in 2026?
Model recommendations (optimal price/quality ratio): Volume Model Speed Class for which tasks 64–128 GB SanDisk Ultra A2 / UHS-I U3 Photo: Video Full HD, 256GB Samsung applications EVO Select A2 / UHS-I U3 Video 4K, 512 GB-1 TB Lexar Play 1000x A2 / UHS-II U3 Professional photography, large projects πŸ’‘ Tip: For Xiaomi with microSDXC support (e.g. Redmi Note 13 Pro)+) Take exFAT cards. They work faster with large files (>4GB).
πŸ”Ή How to recover data from a damaged memory card?
If the card is determined but the files are not read: Use the programs: Recuva (for photo / video), TestDisk (for partition recovery), Disk Drill (paid, but with free test mode). 🚫 Don't write new files to a map before recovery! If the card isn't detected at all, contact a lab (e.g., Hetman Recovery or a computer). ACE Data. Costs are from 3,000 β‚½. ⚠️ Warning: Free software only recovers a portion of files. Full recovery (especially video) will require paid utilities.
πŸ”Ή Why Xiaomi doesn’t see a memory card after the update MIUI?
This is a problem after the updates to MIUI 13–14. Causes and solutions: πŸ”„ Resetting settings: Go to Settings β†’ Memory. β†’ Three points. β†’ Storage settings β†’ Reset. πŸ› οΈ Manual mounting: Enter in ADB: adb shell sm mount -o rw,remount /storage/XXXX-XXXX (substitute XXXX-XXXX on ID your card). πŸ“± Update rollback: If the problem has appeared after the patch, try rolling back to the previous version MIUI via Fastboot. πŸ“Œ Important: Before resetting, copy data from the card to the PC!