Hi, I'm John! I will help you with this.
By default, Windows 11 only allows FAT32 formatting up to 32GB in File Explorer, so for a 128GB micro SD card you will need another method.
Before formatting, make sure to back up any important files because formatting will erase everything on the card.
If you haven't already, you can try this:
- Insert the micro SD card into the PC.
- Open Command Prompt as Administrator.
- Type these commands one at a time:
diskpart
list disk
- Find the SD card carefully by checking the size.
- Then type:
select disk X
clean
create partition primary
format fs=fat32 quick
assign
exit
- Replace X with the correct disk number for the SD card.
If Windows gives an error that FAT32 is not supported for that size, you may need to use a third-party formatter.