How to find out the memory capacity of SD-cards on Xiaomi: all ways from MIUI to ADB

Xiaomi smartphones support microSD cards up to 2TB (depending on the model), but how do you check how much space is actually available? Users often find that the system shows less than the packaged volume, or the card is not determined at all. In this article, we will examine all possible ways, from standard MIUI tools to ADB commands and third-party utilities.

Whether youโ€™re using the Redmi Note 12, POCO X5 or Xiaomi 14, the instructions are universal for all MIUI 12/13/14 devices. And if the map isnโ€™t displayed, youโ€™ll find solutions to typical problems here.

1. Standard method through the "Settings" MIUI

The easiest method is to use the built-in tools of the system, which is suitable for 90% of users and does not require the installation of additional applications.

Open the Settings menu โ†’ The storage. Here you will see the section "Memory Map" (or SD-map) where:

  • ๐Ÿ“Š Total volume (e.g. 128 GB)
  • ๐Ÿ“‰ Free space (available for recordings)
  • ๐Ÿ”„ Occupied space (system files, cache, media)

If the Memory Map section is missing, check:

  1. Whether the card is inserted into the slot (some Xiaomi models only support a hybrid slot, where the SIM2 replaces the microSD).
  2. Whether the card is formatted in FAT32 or exFAT (NTFS is not supported!).
๐Ÿ“Š What's the volume? SD-You use the cards?
Up to 32GB.
64โ€“128 GB
256โ€“512 GB
1 TB or more
I don't use it.

โš ๏ธ Attention: On some firmware MIUI (Especially in Chinese), the Storage section may not display the map size correctly after the update, in which case it will help to restart the device or check through Files (see the next section).

2. view through the File Manager app

The MIUI file manager provides more detailed information about the memory card, including hidden files and folders.

Instructions:

  1. Open the Files app (the folder icon on the desktop).
  2. At the top of the screen, select the Memory Card tab (or SD-map).
  3. In the upper right corner, press on โ‹ฎ (three-point) โ†’ Deposit information.

This will show:

  • ๐Ÿ“ Total space (e.g. 256 GB)
  • ๐Ÿ“‚ Busy with applications (if the card is used as internal memory)
  • ๐ŸŽต Media files (photos, videos, music)
  • ๐Ÿ—‘๏ธ Garbage files (cache, temporary data)

Remove and repaint the map|Check the card on another device|Format the map in FAT32/exFAT|Update the Files app in Google Play-->

If the card is connected as an internal storage (Adoptable Storage function), the volume of the card will be displayed along with the main memory of the phone, and you will need formatting to separate them.

3. Use of ADB commands (for advanced users)

If standard methods donโ€™t work (e.g., custom firmware), you can use Android Debug Bridge (ADB), which requires a PC connection but provides the most accurate information about the card, including the serial number and file system.

Instructions:

  1. Install ADB Tools on your computer.
  2. Turn on your smartphone to debug by USB (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 times Press โ†’ Additional settings โ†’ For developers).
  3. Connect your phone to your PC and execute in the command line:
adb shell


sm list-disks

In the answer you will see a line of the form:

disk:179,XX

Where XX โ€” Your card ID. Now do it:

sm partition disk:179,XX private

The system will output the full card volume in bytes. To convert it to gigabytes, divide the value by 1,073,741,824.

โš ๏ธ Attention: Teams ADB You can damage your data if you're not using it correctly!

What if the ADB canโ€™t see the map?
If the team `sm list-disks` Returns an empty list, check it out: 1. The card is inserted into the slot (on some models). POCO slot โ€” SIM2 microSD). 2. There is no physical damage to the map (try reading it on another device). 3. Is debugging on-line USB (Sometimes you need to confirm your permission on the phone). 4. Are the latest Xiaomi drivers installed on PC (you can download it on the official website](https://new.c.mi.com/global/miuidownload/index)).

4. Third-party applications for analysis SD-map

If the built-in MIUI tools don't suit you, you can use third-party utilities that provide advanced statistics, including read/write speed, card health, and even uptime forecasts.

Top.-3 apps from Google Play:

AnnexFunctionsPlusesCons
SD Card TesterChecking speed, reading errors, real volumeFree, no advertising.Interface in English
A1 SD BenchPerformance test, comparison with other cardsSupports exFATRequires root for in-depth analysis
DiskInfoDetailed information about the file system, clustersShows the serial number of the cardDifficult for beginners

Examples of using SD Card Tester:

  1. Install the application and open it.
  2. Choose yours. SD-map.
  3. Press Start Test โ€“ in 2-5 minutes you will receive a report with real volume and speed.

๐Ÿ’ก

If the application shows the card volume less than the stated (for example, 119 GB instead of 128 GB), this is normal: manufacturers indicate the volume in decimal gigabytes (1 GB = 1,000,000 bytes), and the system counts in binary (1 GB = 1,073,741,824 bytes).

5. Computer-assisted verification (Windows/macOS/Linux)

If the phone does not recognize the card, you can connect it to the computer through a card reader or in the USB-drive mode.

For Windows:

  1. Insert the card into the card reader and connect to the PC.
  2. Open this computer (my computer).
  3. Find a removable disk (e.g., Disk E:) and right-click โ†’ Properties.

The property window will show:

  • ๐Ÿ’พ Capacity (total volume)
  • ๐Ÿ“‚ Busy and free.
  • ๐Ÿ” File system (FAT32, exFAT)

For macOS/Linux:

  • In macOS, open the Disk Utility (Applications โ†’ Utilities).
  • In Linux, run the command: lsblk | grep sd Then check the volume: sudo fdisk -l /dev/sdX (replace X with your device letter, for example, sdb).

โš ๏ธ Note: If your computer offers to format your card when you connect, donโ€™t agree โ€“ it will delete all data! First try to read it on another device or use recovery programs (Recuva, TestDisk).

๐Ÿ’ก

Connecting a card through a card reader is the most reliable way to check its health, and if the computer canโ€™t see the card, the problem is likely to be physical damage or an incompatible file system (such as NTFS).

6.Why Xiaomi is showing a smaller volume SD-map?

Many users complain that after inserting a card for 128 GB, the phone shows only 119 GB. This is not a mistake, but a feature of calculations:

  • ๐Ÿ“ฆ Marketing vs. reality: Manufacturers specify volume in decimal gigabytes (1 GB) = 1,000,000 bytes, and operating systems in binary (1 GB) = 1,073,741,824 bytes. The difference is ~7%.
  • ๐Ÿ—ƒ๏ธ Service files: Part of the memory is occupied by the file system (FAT32/exFAT), slip-file (.android_secure), cache.
  • ๐Ÿ”ง Formatting: After the first formatting on the phone, up to 1-2 GB is lost (depending on the size of the cluster).

If the difference is greater than 10%, there may be problems:

  • ๐Ÿ›’ Fake card (especially relevant for cheap models with AliExpress).
  • ๐Ÿ› File system errors (check through chkdsk on Windows).
  • ๐Ÿ“ฑ Limitations MIUI (On some Xiaomi phones, the maximum supported volume is 512 GB, even if the slot physically allows 2 TB).
How to verify the card for authenticity?
Download the utility. H2testw (Windows or F3 (macOS/Linux). It's going to map the test files and compare them, and if the actual volume is smaller than the stated volume, the card is fake: 1. Download. H2testw. 2. Select the letter of the disk (your). SD-map). 3. Press Write. + Verify. 4. Wait until it is completed (may take several hours for cards) 1 TB+). 5. If Warning: Only X GByte could be verified, the map is fake.

7. Formatting SD-Xiaomi cards: when you need them

If the card is unstable (often disabled, does not save files), it should be formatted. MIUI offers two options:

  1. Like a portable device: ๐Ÿ“ฑ The card will be used only for storing files (photos, videos, documents). ๐Ÿ”„ You can retrieve and connect to other devices. ๐Ÿ“‚ File system: FAT32 (up to 32 GB or exFAT (64 GB).
  2. As an internal memory, an adaptable style): ๐Ÿ“ฒ The map becomes part of the system (you can install applications on it). โš ๏ธ Cannot be extracted without loss of data! ๐Ÿ” File system: ext4 or f2fs (It canโ€™t be read on a PC without drivers).

How to format:

  1. Go to Settings โ†’ Storage โ†’ Memory Map.
  2. Press. โ‹ฎ (three-point) โ†’ Storage settings โ†’ Format.
  3. Choose the formatting type (portable or internal).
  4. Confirm the action (all data will be deleted!).

โš ๏ธ Note: If you format a card as internal memory, it will not be read on another device without root permissions, and some apps (such as WhatsApp) may refuse to work with such a card.

8 Problem Solving: The card is not defined or shows 0 GB

If Xiaomi can't see SD-map or displays its volume as 0 GB, try the following steps:

Problem.Reason.Decision
The map is not displayed in the settingsPoor contact, slot oxidationWipe the contacts of the card and slot with alcohol, insert again
Volume shows 0 GB or "damaged"File system errorsFormat via PC (use SD Formatter)
The map is defined but does not record files.Protection against recording (physical switch)Check the slider on the card adapter (if any)
Phone asks to format the card with each connectionIncompatible File System (NTFS)Reformat to exFAT on PC

If nothing works, the map could have failed.

  • ๐Ÿ› ๏ธ Try to recover data with Recuva or PhotoRec.
  • โ™ป๏ธ Remove the card (do not use it for important data).

FAQ: Frequent questions about SD-maps on Xiaomi

Can I use it? SD-The map is an internal memory for all Xiaomi?
No, not all. Adoptable Storage is only available on Android 6.0+ devices and is firmware-dependent. On some models (e.g. Redmi 9A), this option is disabled by the manufacturer. Check the formatting menu - if there is no "Internal Memory" option, then the feature is not supported.
Why did it slow down after formatting the card as internal memory?
When formatted in ext4/f2fs, the card is encrypted, which can reduce read/write speeds by 10-30%, and MIUI constantly writes cache and temporary files to it. Use A2 or UHS-I U3 cards for maximum performance.
How to transfer applications to SD-card, if it is connected as a portable device?
Without formatting as internal memory, it is impossible to transfer applications (except for individual files, such as game cache); some applications (for example, Spotify) allow you to save data to SD, but the program itself will remain in internal memory.
Can I use it? SD-card simultaneously for phone and camera?
Technically, but there are nuances: If the card is formatted as a portable device, it can be retrieved and pasted into the camera. If, as internal memory, the retrieval will lead to errors in the operation of applications. For frequent reconnection, it is better to use two separate cards (one for the phone, one for the camera).
What are they? SD-The cards are best suited for Xiaomi?
Recommended models (in terms of price/quality ratio): SanDisk Ultra A1 โ€” Best choice for most users (class) A1 It provides fast application performance..Samsung EVO Plus โ€“ high read/write speed (up to 130 MB/s), suitable for 4K-Kingston Canvas Go! Plus is a budget option with good reliability. Avoid no-name cards, which often have underrated speeds and short lifespans.