How to convert an exFAT-formatted USB flash drive to FAT32?
23 Answers
For more detailed information on exFAT there is a paper:Reverse Engineering the Microsoft exFAT File System (86-page PDF) in the SANS reading room.
Basically, there is no "convert" function between exFAT and other formats. You can't convert to exFAT, and you can't convert exFAT to FAT. Only conversions to NTFS are supported.
In your case, you need to copy all your files to a backup drive, reformat the USB device, and then copy the files back. But keep in mind that if you have files > 4 GB, they won't copy onto the FAT32 device because FAT32 does not support it.
0None of these tools worked for me including the Windows 7 Computer Management Storage utility.
Mac OS users can use Disk Utility to complete this process without any issues whatsoever.
The fat32format utility should do the trick.
It's a GUI formatter for Windows users.