A memory card in a smartphone is not just additional storage for photos and videos, but also a potential source of problems if it is not properly prepared. Formatting microSD on Android is required in several cases: before first use (especially if the card previously worked on another device), in case of malfunctions (read errors, slow writing), and also after removal from the camera or recorder. However, not all users know that incorrect formatting can lead to data loss or even damage to the card itself..
In this article we will look at all the current formatting methods - from built-in Android tools to specialized utilities for PCs. You will learn how to choose the right file system (FAT32, exFAT or NTFS), what to do if the phone does not see the card after formatting, and how to avoid common mistakes. We will pay special attention to the nuances for devices with support Adoptable Storage (built-in storage), where formatting has its own characteristics.
1. Standard formatting through Android settings
The easiest and safest way is to use the built-in tools of the operating system. This method is suitable for most modern smartphones on Android 10 and newer, including models from Samsung, Xiaomi, Realme and other brands. The main advantage: no connection to a PC or installation of third-party applications is required.
To format a memory card in the standard way:
- Open the application
Settingson your phone. - Go to section
Storage(orMemoryin some firmware). - Find your memory card in the list of drives and tap on its name.
- In the upper right corner, click on three dots (
โฎ) and selectStorage settings. - Next select
FormatโErase and format. - Confirm the action, wait for the process to complete (usually takes 1-3 minutes).
Important: with this formatting, Android defaults to the file system FAT32, which is compatible with most devices, but has a file size limit of 4 GB. If you need to work with large video files (for example, in 4K), it is better to use exFAT โread about this in the next section.
Make a backup copy of important data from the card
Check the battery charge (at least 30%)
Make sure that the card is not being used as an internal one storage (Adoptable Storage)
Disconnect the card from other devices (if connected via OTG)
-->
โ ๏ธ Attention: If your memory card was previously used as internal storage (function Adoptable Storage), it cannot be formatted through standard settings. In this case, you will need to reset to factory settings or use ADB - details in section 5.
2. Choosing a file system: FAT32, exFAT or NTFS?
Not only the compatibility of the card with different devices, but also its performance, maximum file size and reliability depend on the file system. Let's look at the three main options available for microSD on Android:
| File system | Max. file size | Max. volume size | Compatibility | Features |
|---|---|---|---|---|
| FAT32 | 4 GB | 32 GB (theoretically up to 2 TB) | All devices (Android, cameras, PC, Mac) | Low speed for writing small files, no logging |
| exFAT | 16 EB (virtually unlimited) | 128 PB | Android 6.0+, Windows, Mac, some cameras | High speed, no fragmentation, but not supported old devices |
| NTFS | 16 EB | 16 EB | Windows, some Android devices (requires root) | Journaling, high reliability, but slow on microSD |
Recommendations for selection:
- ๐ท For cameras and video recorders: FAT32 (if the file size is up to 4 GB) or exFAT (for 4K video).
- ๐ฑ For smartphones with Android 6.0+: exFAT โ optimal balance of speed and compatibility.
- ๐ป For sharing files between a PC and phone: exFAT (if on a PC Windows 10/11 or Mac OS X 10.6.5+).
- โ๏ธ For cards >64 GB: FAT32 may not be suitable due to limitations of some firmware.
Critical nuance: Android does not support formatting in NTFS without root access, and some budget smartphones (for example, on chips Mediatek Helio) may not work correctly with exFAT on cards larger than 128 GB. If after formatting in exFAT the card is not detected, try formatting it on a PC using the utility SD Card Formatter (official tool from SD Association).
FAT32
exFAT
NTFS
I donโt know/havenโt looked
-->
3 Formatting. via Recovery Mode (for experienced users)
If the memory card is not formatted using standard settings (for example, due to a file system failure), you can use the recovery mode (Recovery ModeThis method is suitable for devices with custom firmware (LineageOS, Pixel Experience) or stock recovery from the manufacturer. Advantage: it bypasses the limitations of the main one. OS, which is useful if the partition is damaged.
Instructions for formatting via Recovery:
- Turn off the phone.
- Hold down the combination of buttons to enter Recovery (usually
Power + Volume up, but may vary depending on model). data-i="121">(or a similar item, for example, Samsung With Exynos ThisPower + Bixby + Volume Up. - From the recovery menu select
AdvancedโWipe SD Card(or a similar item, for example,Format Datain TWRP). - Confirm the action and wait for completion.
- Reboot the device (
Reboot System).
Important: in some versions TWRP memory card may appear as /sdcard or /external_sd. If you are not sure which partition to format, interrupt the process the error may lead to clearing the phone's internal memory!
โ ๏ธ Attention: On devices with a locked bootloader (for example Huawei or Xiaomi s Mi Account), logging into Recovery Mode may require unlocking via fastbootThis will result in a reset. all data on the phone, including internal memory.
What to do if there is no option to format the card in Recovery?
If your recovery does not support formatting the SD card (for example, the stock one from Samsung), you can use ADB commands. Connect the phone to the PC, open the terminal and. enter:
adb shellsm list-disks
sm partition disk:XX,private
Where XX is the identifier of your card (find it out by the first command). This method is only applicable for cards used as internal storage (Adoptable Storage).
4. Formatting via PC: a reliable method for any cards
If the phone refuses to format the card. (it gives the error โCard is damagedโ or โCannot be formattedโ), the most reliable option is to connect it to the computer. This will allow you to select any file system, check for bad sectors and even restore data before cleaning. To work, you will need a card reader (or adapter) and one of the following solutions: Method 1: Built-in utility. Windows microSDโUSB) and one of the following solutions:
Method 1: Windows built-in utility
Connect the card to the PC, open This. computer, find the removable disk (usually D:, E: or similar). Right-click โ FormatSelect:
- ๐ File system: FAT32 (for compatibility) or exFAT (for files >4 GB).
- ๐ Cluster size: default (or 32 KB for exFAT).
- ๐ Volume label: any name (for example,
ANDROID_SD).
Click Get Started and wait for completion. If Windows writes "Windows could not complete formatting", proceed to method 2.
Method 2: SD Card Formatter (official utility)
The app from SD Association is specially designed to work with memory cards and often copes where standard means are powerless. Download it from the official website, install and follow the instructions:
- Select your card in the list of devices.
- Specify
Quick Format(fast) orOverwrite Format(full, longer, but more reliable). - In the
Volume Labelfield, enter a label (optional). - Click
Format.
The advantage of this method: the utility correctly processes cards larger than 64 GB, which Windows sometimes refuses to format in FAT32.
If the card is defined as "RAW" or has a capacity of 0 MB, before formatting, check it for errors using the command chkdsk X: /f (where X is the drive letter) in the Windows command line running as administrator.
5. Formatting a card as internal storage (Adoptable Storage)
The Adoptable Storagefunction that appeared in Android 6.0 Marshmallowallows you to use microSD as part of the phone's internal memory. This is convenient for devices with a small amount of built-in storage (for example, Samsung Galaxy A10 with 32 GB), but has nuances:
- ๐ The card is encrypted and linked to the phone - it cannot be read on another device without formatting.
- โก Performance depends on the class of the card: for Adoptable Storage recommended UHS-I U3 or higher.
- ๐ After disabling the function, the card will have to be formatted again for normal use.
To format the card as internal storage:
- Insert the card into the phone and wait for it to be detected.
- Go to
Settings โ Storage. - Tap on the card name โ three dots (
โฎ) โStorage settings. - Select
Internal memoryโClear and format. - Confirm the action. The phone will reboot and the card will become part of the internal storage.
To return the card to normal mode (for example, for use in another device), go to Settings โ Storage โ Memory card, click Data transfer and formatting โ Format as a portable device. All data on card will be deleted!
โ ๏ธ Attention: On some devices (for example, Xiaomi with firmware MIUI) the function Adoptable Storage is disabled by the manufacturer. To activate it, you will need root access or installing custom firmware before doing this. be sure to check whether your model supports this function at the hardware level - some budget smartphones physically cannot work with microSD as internal memory due to controller limitations.
6. Formatting using third-party applications
If standard methods do not work, specialized ones will come to the rescue. applications from Google Play. They offer advanced options such as file system selection, error checking and even low-level formatting. Here are the top 3 proven utilities:
| Application | Features | Requires root? | Link |
|---|---|---|---|
| SD Maid | Full cleaning, garbage search, exFAT/NTFS support | No (but with root more features) | Google Play |
| Partition Wizard | Partitioning, speed test, recovery | Yes (for advanced features) | Google Play |
| AOMEI Partition Assistant | Support for large cards (>128 GB), FAT32โexFAT conversion | No | Google Play |
Format example via SD Maid:
- Install the application and provide access to the storage.
- Select tab
Storage Analyzerโ find your card. - Tap on the three dots (
โฎ) โFormat. - Select the file system and confirm the action.
Warning: avoid applications with names like "Super SD Formatter Pro" or "Ultra Fast Format Tool" - they often contain adware or viruses. Check the rating and reviews before installing!
The side applications are convenient for advanced formatting, but cannot bypass hardware limitations. If the card is physically damaged (for example, the controller is burned out), no software will help - a replacement will be required.
7. Solving formatting errors
Even with the correct actions, users encounter problems. Let's look at typical errors and ways to resolve them:
Error: "The memory card is damaged. Try formatting it"
Reasons:
- ๐ Sudden removal of the card during recording.
- ๐ Power failure (phone or PC is dead).
- ๐ฆ Virus infection (especially if the card was used on public PCs).
Solutions:
- Try to format the card on another device (PC, another phone).
- Use the utility SD Card Formatter with the option
Overwrite Format. - If that doesnโt help, check the card for bad sectors using H2testw (Windows) or F3 (macOS/Linux).
Error: "Unable to format the SD card"
Possible reasons:
- ๐ The card is write-protected (check the physical switch on the adapter).
- ๐ฑ The phone does not support cards of this size (for example, older models do not work with microSDXC >64 GB).
- ๐ ๏ธ The card controller is damaged (replacement is required).
Solutions:
- Try formatting the card on a PC using
diskpart:diskpartlist disk
select disk X (where X is your card number)
clean
create partition primary
format fs=fat32 quick - If the card is defined as "Read Only", check it on another device or try the utility HDD Low Level Format Tool (caution: it erases everything without the possibility of recovery!).
Error: "SD card is not supported"
This problem is typical for phones with Mediatek or Spreadtrumwhich sometimes do not recognize cards with a capacity of more than 128 GB. Solutions:
- Update the phone firmware to the latest version.
- Format the card. on exFAT on a PC (not all Android devices support exFAT "out of the box").
- If all else fails, try a card from another manufacturer (for example, SanDisk or Samsung are often better compatible than no-name brands).
โ ๏ธ Attention: If your memory card is no longer detected after updating the phone's firmware, this may be due to a change in the security policy (for example, Android 13 requirements for encrypting removable media have been tightened. In this case, only rolling back to the previous OS version or using the card in Adoptable Storage.
8. How to recover data after accidental formatting
If you formatted a card with important data, do not despair - there are chances of recovery, but they depend on several factors:
- โณ Time: the fewer write operations there were after formatting, the higher the chances.
- ๐ Format type: quick format leaves more chances than full.
- ๐ง File system: s FAT32 recovering data is easier than with exFAT.
Recovery instructions:
- Stop using the card immediately! Any recording of new data reduces the chances of recovery.
- Connect the card to the PC via a card reader.
- Use one of the apps:
- ๐ฅ๏ธ Recuva (free, simple, suitable for beginners).
- ๐ฟ EaseUS Data Recovery (paid, but with a high recovery rate).
- ๐ง PhotoRec (free, cross-platform, works via the command line).
Important: do not believe apps that promise โ100% recoveryโ - this is a marketing ploy. The actual percentage depends on the degree of data overwriting. For example, it is easier to recover than JPEG photo easier than video in MP4. the latter are often fragmented.
If you are restoring photos, try first free utilities like DiskDigger (there is a version for Android. For video it is better to use R-Studio - it). analyzes file signatures, not the file system.
FAQ: Frequently asked questions about formatting memory cards
Is it possible to format a memory card without losing data?
No, formatting always deletes all data from the media. However, you can first copy important files to another drive (PC, cloud, other drive), and then format the card. If the data is already lost, try recovery apps (see section 8).
Why did the card become slower after formatting?
This may be due to:
- Selecting an unsuitable file system (for example, exFAT can be slow on older phones).
- Using a low-class card (for example, Class 4 for recording 4K video).
- Fragmentation after multiple recording/deleting cycles.
Solution: format the card again in FAT32 (if the volume is up to 32 GB) or check its speed using A1 SD Bench (application for Android).
How to format a memory card if the phone does not see it?
If the card is not detected by the phone, but is detected by the PC:
- Format it on the PC using SD Card Formatter.
- Check the card for errors via
chkdsk. - If that doesn't help, try a different card reader or adapter.
If the card is not visible on any device, the controller is probably damaged - a replacement is required.
Is it possible to format a memory card in NTFS for Android?
Technically yes, but:
- Without root access Android does not support writing to NTFS (read only).
- With root you can install drivers (for example, NTFS-3G), but this reduces the stability of the system.
- exFAT is the best alternative for large files without root.
What to do if the memory card asks for formatting every time it is connected?
This is a sign of a hardware malfunction or file system corruption. Try:
- Format the card on a PC with the option
Full formatting(not fast!). - Test the card for bad sectors (Victoria or HDDScan).
- If the error repeats, replace the card (the controller is probably worn out).
Do not use such cards to store important data - they may fail at any time!