How to format a memory card in a Xiaomi phone: 3 proven ways

Why Xiaomi Memory Card Formatting Needs a Special Approach

MicroSD cards in Xiaomi smartphones are often a source of problems, from reading errors to the sudden disappearance of files. The reason lies not only as a drive, but also in the features of the MIUI firmware. Unlike other brands, formatting through a standard menu can lead to incomplete cleaning of memory cells, which subsequently causes failures when writing new data.

Another feature is that Adoptable Storage is supported in some models, and if the card was previously used in this mode, simply formatting it through the phone will not return it to its original state, requires a full reset via Recovery or external utilities, and in this article we will discuss all the current methods, including the hidden functions of MIUI 14/15, which are not documented in the official instructions.

It is important to consider the file system: Xiaomi by default offers FAT32, but for cards over 64 GB, exFAT is optimal. The latter option is supported by all modern models (starting with the Redmi Note 8 Pro), but can cause compatibility problems when connecting the card to old devices or car radios.

When to format a memory card in Xiaomi

Not every slowdown or reading error requires a complete formatting, but here is a checklist of situations where the procedure is really necessary:

๐Ÿ”„ The map is determined, but the files are not opened ("damaged file")

๐Ÿข Write/read speeds down by more than 50% (checked through AndroBench)

๐Ÿ“› The phone is giving you a notification "SD-The map is damaged?"

๐Ÿ”Œ The card is not recognized after being removed from another device.

๐Ÿ“ฑ Applications cannot save data to the card (no access error")-->

If the problem is one-time (e.g., one file is not opened), try checking for errors through the PC first using the CHKDSK utility (command: chkdsk D: /f /r, where D: is the letter of the card disk). Formatting is a last resort, since it completely erases data, including hidden system files that MIUI creates to work with the card.

โš ๏ธ Note: If the card was used in Adoptable Storage mode (as part of internal memory), formatting it through standard phone means will cause a failure, in which case you need to reset via Recovery or utility. SD Card Formatter on PC with the option of Overwrite format.

Method 1: Formatting through Xiaomi Settings (for most users)

The simplest method that is suitable for cards that are not used in expandable memory mode is the instruction is relevant for MIUI 12-15:

  1. Open Settings โ†’ Memory (or Storage in new versions).
  2. Tap the line. SD-card (if not, check if the card is inserted correctly).
  3. In the upper right corner, press three dots (โ‹ฎ) and select Storage Settings.
  4. Select Format โ†’ Format as internal (if you want to expand memory) or Format as portable (for normal use).
  5. Confirm the action. It takes 30 seconds to a few minutes, depending on the size of the map.

Once completed, the phone will automatically restart, and if the card is formatted as an internal card, all data from it will be transferred to /sdcard/Android/obb (this is normal, as MIUI reserves system files).

๐Ÿ’ก

If you don't define the card after you format it, reboot the phone and paste it back in, and 30 percent of the time, that solves the initialization problem.

Method 2: Recovery Mode Formatting (for error cards)

This method will be useful if:

  • ๐Ÿ“ต The card is not formatted through the standard menu (the error "failed to format" is not available")
  • ๐Ÿ”„ The card was previously used as an internal memory and is now unrecognizable.
  • ๐Ÿ› ๏ธ You need to completely clear the card from system files MIUI

Instructions:

  1. Turn off the phone.
  2. Press Volume Up + Power before the Mi logo appears (on some models โ€“ Volume Up + Volume Down + Power).
  3. In the Recovery menu, select Wipe & Reset โ†’ Wipe SD Card (navigation is done with volume buttons, the choice is with the power button).
  4. Confirm the action and wait until it is completed (may take up to 10 minutes).
  5. Restart your phone through Reboot โ†’ System.

โš ๏ธ Note: On some models (Redmi Note 10 Pro, POCO F3) wipe SD Card is not in standard Recovery. In this case, use custom Recovery (for example, use custom Recovery, TWRP) or method 3 via PC.

What if Recovery doesnโ€™t see the memory card?
If the Recovery menu does not have a formatting option SD-card, this may mean: 1. card is physically damaged (check it on another device). 2. the contacts of the card slot are oxidized (clean with alcohol). 3. the phone has disabled support SD-Firmware level maps (relevant for some regional versions) MIUI In the latter case, only firmware of the global version of the software through the Mi Flash Tool will help.

Method 3: Formatting via PC (the most reliable method)

If the phone refuses to format the card, the best option is to use a computer, which allows you to select a file system (FAT32, exFAT or NTFS) and perform complete erasure (rather than quick formatting).

You'll need:

  • ๐Ÿ’ป Computer with Windows/macOS/Linux
  • ๐Ÿ”Œ Cartridge (built-in or external) USB)
  • ๐Ÿ“ฅ Utility. SD Card Formatter (official utility from the SD Association or DiskPart (built into Windows)

Instructions via SD Card Formatter:

  1. Download the utility from the official website and install.
  2. Insert the card into the card reader and connect to the PC.
  3. Start the program, select your card in the Drive list.
  4. In the Formatting options section, select Quick format โ€“ fast (does not erase data completely) Overwrite format โ€“ complete (recommended for errors)

Press Format and wait until it is completed.

Instructions via DiskPart (for experienced users):

diskpart


list disk




select disk X (where X is your card number)




clean




create partition primary




formats fs=fat32 quick (or fs=exfat for cards >64 GB)




assign




exit

File systemMax. Map size.Max. File size.Compatibility
FAT32up to 32 GB (officers), up to 2 TB (neo-officers)4GBAll devices.
exFATup to 128 PB16 EBModern smartphones, Windows, macOS
NTFSup to 16 EB16 EBPC only (not supported by MIUI)

๐Ÿ’ก

For cards with 64GB or more, always choose exFAT, which will eliminate the 4GB file size limit and increase write speeds by 10-15% over FAT32.

Mistakes in Xiaomi Memory Card Formatting and Their Solutions

Even when following instructions, users encounter errors, and here are the most common ways to fix them:

Mistake.Reason.Decision
Failed to format SD-mapCard protected from recording or damagedCheck the Lock switch on the card adapter. If it's not available, use DiskPart with the attributes disk clear readonly command.
SD-The card is damaged.Logical errors of the file systemFormat via PC with the option of Overwrite format in SD Card Formatter.
The map is not determined after formattingIncompatible file system (e.g. NTFS)Format it in exFAT or FAT32.
Insufficient rights for formattingThe card is used as an internal memory.Transfer the data to the phone, then in the card settings, select Format as portable.

If the card stopped being determined after the MIUI upgrade to version 14.0.5 and higher, the problem may be with the new memory controller driver: Reverse the firmware to version 13.0.9 or use the card only in portable storage mode.

Through phone settings

Through Recovery Mode

PC (SD Card Formatter/DiskPart)

Never formatted.-->

How to recover data after formatting a memory card

If you formatted the card by mistake, the chances of recovering data depend on the type of formatting:

  • ๐Ÿ”„ Fast Formatting: Files can be recovered with 70-90 probability%.
  • ๐Ÿงน Full formatting: the odds drop to 20โ€“30%, especially if new data is recorded on the map.

Instructions for remediation:

  1. Stop using the card immediately (do not write new files to it!).
  2. Connect the card to the PC through the card reader.
  3. Use one of the programs: Recuva (free, easy recovery), EaseUS Data Recovery (paid, high efficiency), PhotoRec (free, works with any file systems)

Select a card from the list of devices and run a deep scan.

Save the recovered files to your PC hard drive (not to the card!).

โš ๏ธ Attention: Recovery programs often find fragments of deleted files, but their integrity is not guaranteed. HEIC (used by Xiaomi by default) โ€“ they are only partially restored. To avoid losses, set up automatic backup in Settings โ†’ Google โ†’ Backup.

FAQ: Frequent questions about Xiaomi memory card formatting

Can you format the card as internal memory on all Xiaomi models?
No, starting with MIUI 12 and on devices with Snapdragon chipset 8xx (For example, Xiaomi 12 Pro, POCO F4 GT) Adoptable Storage is disabled at the firmware level. Check for option in Settings โ†’ Memory. โ†’ SD-map โ†’ Storage settings. If you don't have one, you can only use the card as a portable storage device.
Why does the map work slower after formatting?
This is due to two factors: fragmentation: if the card was used for a long time without formatting, the file system could fragment. The solution is full formatting via a PC with the Overwrite option. Cell wear: cheap A1 or Class 10 cards lose speed after 1000-2000 write cycles. Check the health of the card using H2testw (Windows) or F3 (Linux/macOS).
How to format a card if the phone can not see it?
Follow the algorithm: Check the card on another device (phone, camera, PC). If it is not detected everywhere, the card is physically damaged. If the card is visible on the PC, but not on the phone: Clear the contacts of the card and slot in the phone with alcohol. Update the firmware MIUI Up to the latest version (new versions have corrected bugs with the SD-Reset your phone settings to factory (Settings) โ†’ The phone. โ†’ If the card is defined as an โ€œunknown deviceโ€, format it on a PC to FAT32 cluster size of 4096 bytes.
Which memory card is best to buy for Xiaomi in 2026?
Recommendations for selection: ๐Ÿ“ฑ For everyday use: SanDisk Ultra microSDXC UHS-I (A1) โ€” Optimal Price/Quality Relationship. ๐ŸŽฎ For gamers (emulators, Genshin Impact): Samsung EVO Select UHS-I (A2) โ€” high-speed random recording. ๐Ÿ“ท For the video shoot. 4K/8K: Lexar Professional 1066x UHS-II โ€” support for recording speed 120 MB/s: Avoid cards without logos A1/A2 โ€” They are not optimized for working with applications and will slow down when installing games.
Can I use a single memory card in multiple Xiaomi phones?
Yes, but with reservations: If the card is formatted as portable, it can be freely transferred between devices. If the card was used as internal memory on one phone, the other phone will not see it until full formatting. When transferring the card between devices with different versions of MIUI (for example, from Redmi Note 9 to Xiaomi 13), you may need to re-format because of differences in encryption.