The steps below show how to use the DISKPART command line tool to reformat the USB drive. You will need local administrator access on the computer to follow these steps. The process will involve wiping the USB drive – back up before progressing.

  1. On your keyboard, press the Windows buttonR
  2. type DISKPART and click ‘OK’
  3. USBDriveNotFullCapacity2
  4. Click ‘Yes’ if prompted by the User Access Control
  5. DISKPART will open in a command prompt window
  6. Type list disk and hit enter
  7. USBDriveDiskPart2
  8. You will need to identify your drive by size, in this case I can see it is disk 2
  9. Type select disk 2 (where 2 is the number from the previous step)
  10. The command prompt will respond by saying “Disk 2 is now the selected disk”
  11. Now enter the following commands (if your disk is a USB drive, I recommend sticking with fat32 for the best compatibility across different operating systems. If your disk is a system drive use NTFS instead, e.g. format fs=ntfs quick)
  12. attributes disk clear readonly clean convert mbr create partition primary select part 1 format fs=fat32  quick assign letter x list volume
  13. USBDriveDiskPart3
  14. Type exit and hit enter to close the window.
  15. You drive will now be reformatting using the full capacity as FAT32

 

Help – it didn’t work !

Denied permission

After completing these steps, if you get an access denied message when opening the drive – try removing and re-inserting the drive.