Hi There. Can I still fix my Micro SD card? I was formatting my Micro SD card when It was accidentally pulled out during the format. When I check the SD card it cannot be read anymore. I think it was corrupted. Please advise on how can I fix it?
Answered By
points
N/A
#184703
Micro sc card was corrupted
Hello,
Your task can be done in various ways. Plug-in your SD card and follow these steps.
1. Start an elevated Command Prompt.
2. Enter the command:
diskpart
list disk
3. Remember the disk number of your SD card. You can identify it by watching its size.
4. Now, keep on entering these commands:
select disk #
clean
create partition primary
select partition 1
format fs=fat32 quick
assign
exit
exit
Remember that "#" is the disk number.
Now, your SD card should come with a good health and will be accessible for data storing.