Formatting SD-Xiaomi Redmi 9: 3 Proven Ways

Formatting SD-Xiaomi Redmi 9 cards are a procedure that every smartphone owner will face sooner or later: Whether you want to make room for new files, eliminate read errors or prepare the drive for use as internal memory. However, missteps can lead to data loss or even damage to the map. In this article, we will discuss all available formatting methods, including hidden nuances that are not written about in standard instructions.

The Redmi 9 (M2003J15SC, M2004J19C, etc.) features up to 512 GB of microSD support with internal storage (Adoptable Storage), but before that, the card needs to be formatted correctly, and many users make critical mistakes, such as choosing the wrong file system (FAT32 instead of exFAT for >4 GB files) or ignoring backup before the process.

We tested all the ways in Redmi 9 with MIUI 12/13/14 firmware (including global and Chinese versions) and found the best settings for different scenarios. In this article, you will find not only step-by-step instructions, but also a file system compatibility table, tips for recovering data after random formatting, and answers to frequent questions - for example, why the smartphone does not see the formatted card.

Preparation for formatting: what to do before the start

Before you start formatting, follow the mandatory preparatory steps, which can lead to the loss of important data or malfunction of the smartphone.

First, back up all the data from SD-Even if you plan to format it as internal memory, files will be deleted without the ability to recover through standard means. MIUI. Use it for copying:

  • ๐Ÿ“ Conductor MIUI: Go to the Files. โ†’ The device โ†’ SD-map, select folders and click "Copyยป โ†’ specify the target folder on internal memory or connected PC.
  • ๐Ÿ–ฅ๏ธ Computer: Connect Redmi 9 to USB file transfer (MTP), copy the data to a hard drive.
  • โ˜๏ธ Cloud services: upload files to Google Drive, Mi Cloud or Yandex Disk (with limited traffic, it will take time).

Second, check your health. SD-If the drive is damaged, the formatting can make the problem worse:

  1. Connect the card to the PC through the card reader.
  2. Run Command Prompt on behalf of the administrator.
  3. Enter the command: chkdsk X: /f (where X is the letter of the disk SD-map).

If the command issues errors such as "Windows has made corrections to the file system", the card needs to be replaced.

โš ๏ธ Attention: If SD-The card was used as an internal memory (Adoptable Storage), it can not be simply removed and formatted on a PC. First, mount it in the settings of Xiaomi (Settings). โ†’ Memory. โ†’ SD-map โ†’ Settings โ†’ Format as portable, otherwise you risk losing access to data forever.

๐Ÿ“Š As you normally use. SD-smartphone-card?
Photo and video only
For the installation of applications
Like an internal memory.
Backup
Another option

2. Method 1: Formatting through MIUI settings

The easiest method is to use the built-in MIUI tools, which are suitable for most users and do not require additional devices.

Instructions:

  1. Open the Settings โ†’ Memory.
  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 (for memory expansion) or Format as portable (for normal use).
  5. Confirm the action, wait for the completion (it will take 1-5 minutes depending on the size of the card).

Important nuances:

  • ๐Ÿ”„ When you choose to Format as an internal card, it will be encrypted and tied to your Xiaomi. Once extracted, it will not be read on other devices without resetting.
  • ๐Ÿ“‰ If the free space on the map is less than expected after formatting, check for hidden files (for example, folders.android_secure for secure application data).

โ˜‘๏ธ Preparation for formatting through MIUI

Done: 0 / 4

If the formatting option is inactive, the reasons may be as follows:

Problem.Decision
Card protected from recordingCheck the physical Lock switch on the microSD adapter or format through a PC.
The file system is not supportedFormat the card on your PC in FAT32 or exFAT, then try again.
Map damaged.Try reading it on another device. If it doesn't work, replace the drive.
MIUI doesn't see the mapReboot your smartphone, clean the card contacts with alcohol, check compatibility (max. 512 GB for Redmi 9).

Method 2: Formatting with Recovery Mode

If MIUI doesnโ€™t allow you to format your card (for example, due to system failures), use Recovery Mode, which is also useful if your smartphone isnโ€™t booting.

Step-by-step:

  1. Turn off Redmi 9.
  2. Press the Power + Volume buttons up until the Mi logo appears.
  3. In the Recovery menu, select the language (use volume buttons for navigation, power button for confirmation).
  4. Go to Wipe & Reset โ†’ Wipe SD Card.
  5. Confirm the action and wait for the completion.
  6. Select Reboot โ†’ Reboot to System to reboot.

โš ๏ธ Note: In some versions of Recovery (for example, in Chinese firmware) the Wipe item SD The card may not be available. In this case, use ADB-Commands: Adb shell sm partition disk:179,64 private (where 179.64 is the identifier) SD-This requires an unlocked loader.

Advantages of the method:

  • โœ… It works even if the main system is damaged.
  • โœ… Allows you to bypass restrictions MIUI (For example, if the card is โ€œhungโ€ as an internal memory).

Disadvantages:

  • โŒ No file system selection โ€“ standard will be used MIUI (FAT32 or ext4 internal memory).
  • โŒ Risk of accidental resetting of settings if you select the wrong menu item.
What to do if Recovery Mode doesnโ€™t see SD-map?
If the Recovery menu does not have a Wipe option SD Card, the reasons may be as follows: 1. Card not inserted or damaged (check contacts). 2. Use unofficial firmware without support SD (For example, some custom ROM). 3. Recovery has disabled support for external drives (solved by the firmware of official Recovery via Fastboot). ADB.

4. Method 3: Computer formatting (Windows/macOS/Linux)

If the standard methods do not work, connect SD-This way you can control the process more, like choosing a file system or doing low-level formatting to repair damaged sectors.

Instructions for Windows:

  1. Insert the card into the card reader and connect to the PC.
  2. Open this computer, find the disk. SD-cards (e.g. Disc D:).
  3. Right-click. โ†’ Format.
  4. Select the options: File system: FAT32 (for compatibility) or exFAT (for files >4 GB). Cluster size: 32768 (optimum for cards >32 GB). Volume label: any name (for example, XiaomiSD).

Start.

For macOS:

  1. Open the Disk Utility (Applications โ†’ Utilities)
  2. Choose. SD-left-hand-menu.
  3. Click Erase, specify: Format: MS-DOS (FAT) or ExFAT. Scheme: GUID Partition Scheme (for cards > 2 TB).

Erase

For Linux (terminal):

sudo fdisk -l # find the SD device (e.g. /dev/sdb)


sudo mkfs.vfat -F32 /dev/sdb1 # for FAT32



or



sudo mkfs.exfat /dev/sdb1 # for exFAT (exfat-utils package required)

โš ๏ธ Attention: On Redmi 9 firmware MIUI 12+ maps formatted on PC in NTFS, They won't be recognized. Just use them. FAT32/exFAT.

If standard formatting doesnโ€™t help (e.g., a card is defined as RAW), complete the cleanup via DiskPart (Windows):

diskpart


list disk




select disk X (where X is the SD- card number)




clean




create partition primary




format fs=fat32 quick




exit

๐Ÿ’ก

If the smartphone doesnโ€™t see the card after formatting on your PC, reboot the Redmi 9 with the SD inserted. Sometimes MIUI takes time to initialize a new drive.

5. File system selection: FAT32 vs exFAT vs ext4

Compatibility, maximum file size and speed depend on the file system. SD-There are three options available on Redmi 9:

File systemMax. File size.Max. Map size.CompatibilityWhen to use
FAT324GB32 GB (officially), up to 2 TB (unofficially)All devices.For cards โ‰ค32GB or if maximum compatibility is required
exFAT16 EB (virtually unlimited)Up to 128 PBBWindows, macOS, Linux, Android 6+For cards >32 GB and files >4 GB (e.g. 4K video)
ext416 TB1 EBAndroid only (when formatted as internal memory)Automatically selected when formatted as internal storage

Recommendations:

  • ๐Ÿ“ฑ For portable use (photos, music, documents) choose exFAT if the card is used. >32GB.
  • ๐Ÿ”ง For internal memory (adoptable storage) MIUI automatically ext4 โ€” No need to change it.
  • โš ๏ธ NTFS Redmi 9 is not supported at the kernel level (although some file managers may see it").

Critical information: If you format the card in ext4 on a PC and then paste it into Redmi 9 as a portable card, the smartphone will suggest formatting it again. Data will be lost!

6. Solving problems after formatting

Even after successful formatting, errors can occur, and let's look at typical scenarios and how to fix them.

Problem 1: The smartphone does not see the formatted SD-map.

  • ๐Ÿ”Œ Reboot Redmi 9 with an inserted map.
  • ๐Ÿ› ๏ธ Check the card on PC: if it is not determined, try another card reader.
  • ๐Ÿ“ฑ In the settings MIUI Go to Memory. โ†’ SD-map โ†’ Settings โ†’ Mount.

Problem 2: The map is defined but not the files.

  • ๐Ÿ”’ Check if the Write Protection is not on (physical switch on the adapter).
  • ๐Ÿ“‚ Re-format the map by selecting exFAT instead of FAT32.
  • ๐Ÿ›ก๏ธ If the card was used as internal memory, reset it through Settings. โ†’ Memory. โ†’ SD-map โ†’ Formatting as a portable.

Problem 3: After formatting as internal memory, less space is available than expected.

  • ๐Ÿ“Š Part of the space is reserved for Android service files (for example, for the use of Android files). /android/obb/).
  • ๐Ÿ” Check hidden folders through a file manager with root permissions (for example, FX File Explorer).
  • ๐Ÿ”„ If the difference is critical (for example, a 128 GB card shows 60 GB), format it as portable and repeat the procedure.

๐Ÿ’ก

If SD-The card after formatting is unstable (for example, files disappear), check it for authenticity using the utility H2testw (Windows or F3 (Linux/macOS). Fake cards often have an understated real capacity.

7. Data recovery after random formatting

If you're formatting. SD-map with important data, do not panic - the chances of recovery are there, but they depend on the type of formatting and actions after it.

What to do immediately:

  1. ๐Ÿ›‘ Stop using the card โ€“ any record of new data reduces the chances of recovery.
  2. ๐Ÿ’พ Connect the card to the PC via card reader (not via smartphone!).
  3. ๐Ÿ” Use recovery software: Recuva (Windows, free). PhotoRec (Windows/Linux/macOS, free of charge, working with ext4). DiskDigger (Android, requires root for deep scanning).

Recovery features for Redmi 9:

  • ๐Ÿ“ฑ If the card has been formatted as internal memory, standard utilities (like Recuva) wonโ€™t see it. Use PhotoRec in Whole disk mode.

โš ๏ธ Note: If you have used the Adoptable Storage feature, the data on SD-The cards are encrypted with a key attached to your Xiaomi. You can't recover them without accessing the original device (even with root).

Prevention for the future:

  • ๐Ÿ”„ Regularly copy important data from SD-cloud-card.
  • ๐Ÿ“Œ Use cards in the class no lower A1 (For example, SanDisk Ultra A1) โ€” They are optimized for Android and are less likely to fail.
  • ๐Ÿšซ Avoid cheap no-name cards โ€“ they often have poor memory quality and can be damaged when used heavily.

FAQ: Frequent SD Formatting Questions on Redmi 9

Can I format it? SD-A card as internal memory without loss of data?
No. In the case of formatting as an Adoptable Storage, all the data on the map will be erased and the map itself encrypted. Pre-copy the files to another medium.
Why does the map work slower after formatting?
Probable reasons: Large cluster size (optimum: 32 KB for FAT32, 128 KB for exFAT) Low-end card (e.g. Class 4 instead of Class 10), data fragmentation (relevant for FAT32 after long use) Solution: format the card again with the right parameters or replace it with a faster one (e.g. Samsung EVO Plus).
How to format SD-card if the smartphone does not see it?
Methods: Connect the card to your PC and format it via Disk Management (Windows) or Disk Utility (macOS). Use an adapter and format the card on another smartphone/tablet. If the card is defined as RAW, perform a low-level formatting of the SD Formatter utility (the official tool from the SD Association).
Can I use it? SD-Map formatted on Redmi 9, in other devices?
Depends on the type of formatting: ๐Ÿ”„ Portable (FAT32/exFAT): Yes, the card will be available on any device. ๐Ÿ”’ Internal memory (ext4): No, the data is encrypted and tied to Redmi. 9. On other devices, the card will require formatting.
Why Redmi 9 offers to format the card with each connection?
Possible causes and solutions: Damaged file system: format the map on PC FAT32. Incompatible file system: MIUI supportive NTFS or HFS+. Mounting error: restart your smartphone or clear the cache in Settings โ†’ Annexes โ†’ All applications โ†’ Warehouse โ†’ Fake card: check the actual capacity of the utility H2testw.