Using a memory card in smartphones Android remains one of the most effective ways to expand internal storage. However, buying a new card or reusing an old one often requires preliminary preparation. Formatting is the process of creating a file system that makes the drive suitable for your device to write data to.
Doing this procedure directly through the computer, rather than through the settings of the phone itself, often gives a more stable result. A PC allows you to use more powerful utilities, scan the drive more deeply for errors and select the optimal file system structure that a mobile device could miss or identify incorrectly.
In this article we will look in detail at how to properly prepare microSD a card using an adapter and a computer. We will look at the choice between file systems FAT32 and exFAT, working with built-in Windows tools and specialized software, and also answer questions that arise when error messages appear.
Preparing equipment and choosing a file system
Before starting any manipulations, it is necessary to physically prepare the media. You will need the memory card itself microSD and a card reader. If your computer doesn't have a built-in slot for large SD cards, be sure to use a quality USB adapter. Cheap adapters often cause loss of communication with the drive during the writing process, which can lead to data corruption.
Choosing the correct file system is a critical step. This determines whether your phone will see the card at all and whether it will be able to write files larger than 4 GB onto it.
- 📁 FAT32: The most compatible system, supported by all versions of Android, but does not allow saving files larger than 4 GB.
- 💾 exFAT: The modern standard for large-capacity cards (64 GB and above), removes the file size limit, but may not work on very old ones smartphones.
- ⚙️ NTFS: Native Windows system, which is almost never supported by Android for recording data without obtaining root access.
⚠️ Attention: If you plan to use the card as the internal memory of the phone (Adoptable Storage function), the Android system will still reformat it into its own format when connected. However, pre-formatting in FAT32 or exFAT on a PC will help avoid initialization errors.
For most modern smartphones with cards of 64 GB and higher, exFATwill be the optimal choice. If you have a device in the budget segment or a small card (up to 32 GB), it is safer to stop at FAT32. Check the specifications of your phone in the instructions or on the manufacturer's website to make sure that the selected standard is supported.
Formatting using Windows via Explorer
The simplest and most accessible method does not require the installation of additional software. The built-in capabilities of the operating system Windows 10 or Windows 11 quite cope with the task of cleaning the drive for subsequent use in gadgets.
Connect the memory card to the computer via a card reader. Open This PC (or My Computer) and find the removable drive in the list of devices. Right-click on the disk icon and select Format from the context menu. (Format).
A small window with settings will open. There are a few options you need to pay attention to here:
- 🔽 File System: Select FAT32 or exFAT as recommended in the previous section.
- 📏 Cluster size: Leave the Cluster Size as default unless you are an advanced user with specific read/write speed requirements.
- 🏷️ Volume label: You can give the card a name that will be displayed in the phone’s file manager, for example,
SD_Card.
Make sure the “Quick format” checkbox is checked. This will speed up the process significantly. Full formatting is only required if you suspect physical damage to sectors on the card, but for normal preparation it is overkill.
Be sure to check the drive letter before clicking the "Start" button. An error in selecting a letter can lead to formatting the system partition of the computer's hard drive instead of the memory card.
After pressing the button Get Started the system will issue a warning that all data will be destroyed. Confirm the action and wait for the message “Format completed” to appear. Now the card is ready to be removed and installed in the smartphone.
Using the SD Memory Card Formatter utility
If standard Windows tools give an error or the process fails, it is recommended to use specialized software. The official utility SD Memory Card Formatter from the SD Association is designed specifically for memory cards and takes into account their specific architecture.
The app is free and available for download from the official website of the developer. It works using algorithms optimized specifically for flash memory, which often allows you to “revive” cards that the computer sees as empty or incorrect.
The app interface is extremely simple and contains only three main controls:
| Interface element | Function description | Recommendation |
|---|---|---|
| Card | Selecting a target drive | Check the drive letter carefully |
| Formatting options | Selecting a format type | Use Overwrite format for old cards |
| Format | Start button process | Press only after checking the data |
In the formatting options (Formatting options) you can choose between “Quick format” (fast) and “Overwrite format” (full with overwriting). The second option takes significantly longer, since each sector of the card is filled with zeros, but this ensures that all traces of previous data are deleted and can correct logical errors.
⚠️ Warning: The SD Memory Card Formatter utility ignores some file system settings, imposing an optimal standard depending on the size of the card. For cards larger than 32 GB, it will automatically select exFAT, even if you tried to select otherwise.
After the utility completes, remove the card via Safely Remove Hardware in the Windows tray. This will prevent damage to the file table, which may occur if the drive suddenly loses power while recording service information.
☑️ Check before formatting
Problem solving: the card is not formatted or is write-protected
Often users are faced with a situation where the system reports that "Windows cannot complete formatting" or "The disk is write protected." These errors can be either software or hardware in nature.
The first thing you need to check is the physical switch Lock on the SD adapter (the large card into which the micro-card is inserted). If it is moved down, the card only works in read mode. Slide the lever to the top position and try again.
If the switch is normal, the problem may lie in the Windows registry or file system errors. In this case, you can use the command line with administrator rights. Run cmd as administrator and enter the command to clear attributes:
diskpartlist disk
select disk X (where X is the number of your memory card)
attributes disk clear readonly
clean
create partition primary
format fs=fat32 quick
⚠️ Attention: Be extremely careful when entering the command
select disk. If you select your primary hard drive number, you will permanently delete your entire operating system and data. Check the disk capacity in the list.
If even after clearing the attributes via diskpart the card is not formatted, there is a high probability that the memory controller has entered emergency data protection mode due to physical wear and tear. In this case, it is almost impossible to restore the drive’s functionality using software methods.
Why does the card say “Write protected” without a switch?
This often happens when flash memory exhausts its resource of rewrite cycles. The controller locks writes so you can copy data, but prevents you from modifying files. This is a sign of the card's imminent death.
Checking integrity and speed after formatting
After successful formatting, you should not immediately install the card into the phone and load it with data. It is recommended to conduct a basic check for bad sectors and compliance with the declared speed.
You can use a standard Windows utility to check the disk surface. Go to the disk properties, “Service” tab and click “Check”. The system will scan the drive and try to correct any file system errors found.
For a more in-depth analysis of read and write speeds, which is critical for recording 4K video or running heavy applications, use free utilities like CrystalDiskMark or H2testw. The latter is especially useful, as it writes test files to the entire available area of the card.
- 🚀 Read speed: Shows how quickly the phone will open files and load applications from the card.
- ✍️ Recording speed: Critical for video shooting; if it is low, the video will be interrupted or saved with artifacts.
- ✅ Real volume: The H2testw utility will detect fake cards that show the wrong volume in the system properties.
If tests show a speed significantly lower than that declared by the manufacturer or detect reading errors, such a card is not recommended for storing important data. The risk of losing photos or documents in this case is too high.
Formatting on a computer is not only clearing data, but also an opportunity to diagnose the condition of the drive before actively using it in a smartphone.
Frequently asked questions and additional recommendations
In conclusion, let's look at a few questions that users often have when working with memory cards and Android devices. Understanding these nuances will help you avoid common mistakes and extend the life of your data.
Many people ask whether it is possible to format a card in NTFS for use on a PC, and then insert it into a phone. The answer is no: without root Android will not be able to write data to an NTFS partition, you will only be able to read files. Always use FAT32 or exFAT.
It is also worth remembering the compatibility of speed classes. If your phone only supports Class 10 cards, buying an ultra-fast UHS-II card will not provide a performance boost, since the phone's controller will become a bottleneck.
Is it possible to recover data after formatting on a computer?
Yes, if you used Quick Format, the data physically remains on the card until it is overwritten by new files. Use apps like Recuva or Disk Drill immediately after the error, without writing anything new to the card.
Why is the phone asking me to format the card even though I just did it on a PC?
You may have selected an incompatible file system (for example, NTFS) or the cluster size is not suitable for Android. Try to format the card directly through the phone settings: Settings → Storage → SD card → Format.
Which adapter is best to use for a card reader?
Use original adapters that come with memory cards, or branded solutions (SanDisk, Kingston). Cheap, nameless adapters often have poor contact, which leads to data loss during copying.
Is frequent formatting harmful for a memory card?
Modern memory cards have a long life of rewrite cycles. Regular formatting once every few months or when changing devices will not cause significant harm to the drive. It is much more dangerous to abruptly remove the card during recording.
What to do if the computer does not see the memory card at all?
Try connecting the card reader to another USB port, preferably directly to the motherboard (on the back of the system unit). If it doesn't help, check the card in another device. If it is not detected anywhere, the controller is probably burned out.