Modern smartphones and tablets often face a lack of built-in storage, especially if you actively shoot high-definition videos or install demanding games. In such situations, external microSD card becomes a real salvation, allowing you to expand the available volume significantly. However, before the device can work correctly with the new drive, it must be properly prepared, that is, formatted.

The formatting process clears the file system of the media, preparing it for data recording by the operating system. Android. This is a critical step that fixes compatibility errors, removes viruses or incorrect data from previous devices. Ignoring this step may result in the phone simply not seeing the card or working with it unstable, causing failures in saving files.

In this article we will analyze in detail all the nuances of the procedure, consider the difference between the drive’s operating modes and answer frequently asked questions. You'll learn how to save important data before wiping and what to do if the system refuses to format the card using standard methods. Understanding these processes will help you avoid losing information and make the most of the capabilities of your gadget.

Preparing for formatting: saving data and checking the card

Before starting any manipulations with the file system, you need to realize that formatting will lead to complete deletion of all data from the drive. Photos, documents, music and cached application files will be lost forever if you don't back them up in advance. This is the first and most important rule, the violation of which often leads to the loss of valuable memories.

The most reliable way to save information is to connect a smartphone or the card itself (via a card reader) to a computer. Copy all important folders to your PC hard drive or upload them to a cloud storage device such as Google Drive or Yandex.Disk. Make sure that the copying process is completed correctly and the files open in a new location.

It is also worth checking the physical condition of the card. If your case has a write lock switch, make sure it is in the unlocked position. Insert the card into the device slot until you hear a characteristic click. If the smartphone prompts you to format the card immediately after insertion, this is a normal system reaction to a new or incompatible media.

⚠️ Attention: If the memory card is determined to be damaged or the system requires urgent formatting without the ability to choose, this may indicate physical wear and tear on the memory chips. In this case, you may not be able to write data after formatting.

Be sure to also check the battery charge of your device. It is advisable that the charge level is at least 50-60%, or connect the smartphone to a power source. Interrupting the formatting process due to a low battery can lead to logical errors in the file system, after which the card will become unreadable.

☑️ Preparation for the procedure

Done: 0 / 4

Internal memory versus portable: selecting operating mode

Starting with version Android 6.0 Marshmallow, Google has introduced the function Adoptable Storage, which allows you to use the SD card as an extension of the device’s internal memory. When you select this mode, the card is formatted into a special file system, encrypted and linked to a specific smartphone. It will be impossible to read data from such a card on another device or computer without reformatting.

An alternative option is to use the card as portable storage. In this mode, the file system remains standard (usually exFAT or FAT32), which ensures compatibility with other phones, cameras and PCs. You can freely remove the card and transfer files between devices, but you will not be able to install applications on it (with rare exceptions in older versions of the OS).

The choice depends on your goals. If you have a smartphone with a small amount of internal memory (for example, 32 GB) and you plan to install a lot of games, the “Internal memory” mode will be optimal. If you are a photographer or videographer and you often need to transfer footage to your computer, select the “Portable storage” mode.

📊 How do you plan to use the memory card?
Only for photos and videos
For installing applications and games
As a universal portable device disk
I don’t know, I need some advice

It is worth noting that not all smartphone manufacturers support the memory pooling function. Companies like Samsung or Xiaomi in some shells may hide this option, offering only a portable drive mode. This is done to ensure system stability, since the speed of even fast memory cards is often inferior to the speed of the built-in flash chip.

Step-by-step guide: formatting through Android settings

The standard formatting method is the most secure and recommended for most users. It is performed directly through the operating system interface and ensures that the file system parameters are correctly configured for a specific device.

First, go to the settings section of your smartphone. The path may vary slightly depending on the model and firmware version, but usually it looks like this: Settings → Storage or Settings → Device maintenance → Storage. Find your SD card in the list and click on it.

In the menu that opens, click on the three dots in the upper corner or the "More" button to bring up an additional menu. Select item Storage settings or immediately Format. The system will warn you about data loss again - confirm the action by clicking "Format" or "Clear and format".

If you want to change the type of card use, select Format as internal storage. The system will test the speed of the card; if the result is poor, she may recommend using it as a portable device. After the process is completed, the system will offer to transfer existing data (photos, files) to a new drive.

Menu path: Settings → Memory → SD card → Menu (three dots) → Storage settings → Format
💡

If the formatting item is inactive (gray), try rebooting the device with the card inserted or removing and reinserting it so that the system correctly initializes the drivers.

The process may take from several seconds to several minutes depending on the size of the card and its speed class. Do not interrupt your phone during this time. After successful completion, you will receive a notification that the card is ready for use.

Advanced formatting through a computer and utilities

Sometimes the built-in Android tools cannot cope with formatting, especially if the card was previously used in specific devices (for example, DVRs or cameras) or has file system errors. In such cases, a personal computer and specialized software come to the rescue.

The standard Windows Disk Management utility allows you to completely clear the partition structure. Connect the card via the card reader, click Win + X and select "Disk Management". Find your removable drive, right-click on the partition area and select Format. It is better to choose exFATas a file system for cards with a capacity of more than 32 GB, and for smaller volumes - FAT32.

However, the most reliable tool is considered to be the official utility SD Memory Card Formatterdeveloped by the SD Association. It takes into account the specifics of flash memory and performs the so-called “full formatting” (Overwrite format), which not only clears the table of contents, but also checks memory cells.

Parameter FAT32 exFAT NTFS
Max. file size 4 GB Limited by card capacity Limited by card capacity
Android compatibility Full Full (on new versions) Requires root or drivers
Recommended card size up to 32 GB 64 GB and above Not recommended

Using third-party apps like MiniTool Partition Wizard or AOMEI Partition Assistant is also acceptable if you need to create several partitions on one card. However, for the average user this is redundant and can complicate further use of the card on a smartphone.

Why doesn’t Windows see the card?

If the computer does not display the card in "My Computer", but sees it in "Disk Management" as an unallocated area, then it does not have a file system. Create a new simple volume, assign a drive letter and format it.

Using ADB to force format

For advanced users who encounter situations where the Android system does not allow formatting the card through the interface (for example, freezing at the initialization stage), there is a command line method through the debug bridge ADB. This method requires enabling USB debugging and having drivers on the computer.

First you need to get a list of IDs of connected drives. Connect your smartphone to your PC, open the command prompt in the ADB tools folder and enter the command to list drives. This will allow you to find out the exact ID of your SD card, which usually looks like disk:179,64.

adb shell sm list-disks

After receiving the ID, you can start the formatting process. The command requires specifying the operating mode: private (internal memory) or public (portable). Be extremely careful when entering the disk ID so as not to accidentally format the device's internal memory.

adb shell sm partition disk:179,64 private

This method bypasses the GUI and works directly with the memory controller, so it is effective in case of software system failures. However, if the card is physically damaged, even ADB will not be able to complete the process successfully and you will receive a command execution error message.

⚠️ Warning: ADB commands provide deep access to the system. An error in entering a command (for example, an incorrect disk ID) can lead to data loss on the smartphone’s built-in storage. Use this method only if you are confident in your actions.

Possible problems and ways to solve them

Despite the simplicity of the procedure, users often encounter various errors. One of the most common is the “SD card is damaged” message or constant prompts to format the card, even after the process has been successfully completed. This may indicate that the card is running in read-only mode due to wear and tear.

Another problem is low write speed after formatting. This often happens if the card was formatted with a file system that is not optimized for its capacity, or if you are using a cheap card reader that only supports USB 2.0. In such cases, it is worth trying to repeat the formatting by selecting a different type of file system.

If the smartphone does not see the card at all, try clearing the slot contacts. Over time, dust and oxides accumulate in the connector, which disrupt contact. Gently blow out the slot with compressed air or use a soft brush. Also check the contacts on the card itself by wiping them with an eraser.

💡

If the card constantly produces errors after formatting on different devices, most likely its resource has been exhausted. Continued use of such a drive to store important data is dangerous.

In rare cases, the problem lies in a software conflict. Installing third-party file managers or applications for working with root access may block system access to the drive. Try booting into safe mode and formatting from there.

Frequently asked questions (FAQ)

Is it possible to cancel formatting an SD card after it has started?

No, the formatting process is irreversible. As soon as the system starts rewriting the file table, the data begins to be destroyed. Interrupting the process (removing the card or turning off the phone) will not stop the deletion, but will only lead to damage to the disk structure, which will make data recovery almost impossible.

Why, after formatting, the card capacity became less than stated?

This is a normal situation. Manufacturers indicate the volume in decimal (1 GB = 1,000,000,000 bytes), and the Android operating system counts in binary (1 GB = 1,073,741,824 bytes). In addition, part of the space is occupied by service information of the file system and file allocation tables.

What speed of a memory card should I choose for recording 4K video?

To record video in 4K resolution, you need a card with a speed class of at least V30 or UHS Speed Class 3 (U3). This guarantees a minimum write speed of 30 MB/s, which is critical to avoid frame drops and recording stops.

Is it possible to use one card as internal memory on two different phones?

No, it is not possible. When formatted as internal storage, the card is encrypted with a unique device-specific key. When inserted into another phone, the system will require it to be formatted, which will delete all data. To use on multiple devices, select the "Portable storage" mode.