USB Format Tool
USB Format Tool
In general, formatting a USB drive in Windows Disk Management and File Explorer is a very
straightforward process and takes a little time to complete. But there are some times when Windows cannot
format USB drives as usual and pops out format error messages saying "Windows was unable to complete
the format", “The disk is write protected”, etc. Then you can switch to Windows DiskPart.exe tool, which is
a free USB format tool but more powerful than Disk Management and File Explorer.
Step 1. Click Start button, type "cmd" in the search box, right click the program and select "Run as
administrator".
Step 2. In the elevated Command Prompt window, type "diskpart" and press enter to launch the tool.
▸list volume
▸select volume #
▸format fs=ntfs quick: you can replace NTFS with FAT32 or exFAT.
To format write-protected USB drive, you will have to run "attributes disk clear readonly" command first, then you
will be able to format write-protected USB drive via cmd .
Bonus tip:
If Windows cannot format USB drives successfully because of disk errors, you can check and fix them via CMD.
Quite simple, just run the command "chkdsk g: /f /r /x" in the Command Prompt window.