USB flash drives or SD cards are formatted for many reasons. Some users do it to modify their file systems. Usually, formatting on external storage devices in Windows is done by selecting the Format option in the File Explorer context menu.
But sometimes users fail to use this technique to format their USB drives. And when they try, they receive the Windows was unable to complete the format error message on their screens. Usually, the users of Windows 7, 8 and 10 Operating System receive this error.
See also: FIX: Qtcore4.dll Is Missing Error On Windows 10
Table of Contents
- 1 Reasons that Lead to Windows was Unable to Complete the Format Error Occur
- 2 How to Resolve Windows was Unable to Complete the Format Error?
- 2.1 Disable Your USB Flash Drive’s Write Protection
- 2.2 Run Antivirus Scan
- 2.3 Use PartitionGuru
- 2.4 Check Your Disk Scan
- 2.5 Check if Your USB Drive or SD Card is Physically Damaged
- 2.6 Use Disk Management
- 2.7 Use Diskpart
- 2.8 Disable Write Protection Feature using Registry
- 2.9 Format Drive Using Command Prompt
- 2.10 Use Third-Party Software to Format the Flash Drive
- 3 FAQs
- 4 Conclusion
Reasons that Lead to Windows was Unable to Complete the Format Error Occur
There are several reasons that lead to the Windows was unable to complete the format error message. Some of them are:
- Storage device physically damaged or corrupted
- Bad sectors
- Virus attack or malware infection
- Disk write protection
- Windows are not able to read FAT partition table
How to Resolve Windows was Unable to Complete the Format Error?
Below are some quick and easy to apply solutions to remove the Windows was unable to complete the format error message so that you can format any of your external storage devices without any problem. However, different users face this error due to varying reasons so one method which works for one user might not work for the other one because these solutions depend on system user configuration. Choose your way according to your problem for a quick resolution of your issue.
Also before formatting your device, keep in mind that formatting will erase and remove all the data present in the device including the ones which might be vital for you. So ensure that whether you have a backup of your data or not. Also, the backup should be up-to-date. You never know but someday, you might need any of this data which you have deleted at the time of formatting and then you would have to use a data recovery tool to get the lost data back. So to avoid unforeseen circumstances, make sure to create a backup right now only.
See also: Advantages Of The Data Modeling Process For Businesses
Disable Your USB Flash Drive’s Write Protection
USB drives are created with a write protect switch to lock or unlock them. USBs which are write protected or whose switch is locked cannot be formatted. So, ensure that the write protect switch on your USB storage device is switched in the upward direction to turn off the write protection feature.
If you are not able to find the write protect switch in your flash storage device, switch it off using any third- party software to unlock position, in turn, removing the write protection. Finally, check if the Windows was unable to complete the format error message has disappeared or not.
Run Antivirus Scan
Flash Drives are not manufactured or developed with any Anti-virus software so there are chances that they can gather virus or malware in them. This virus or malware can stop the flash drive from working in your PC and it also prevents the drive from formatting.
In this situation, running an anti-virus scan will confirm about the presence of any virus in your flash drive or SD card. Some third-party anti-virus programs automatically scan the drives when they are inserted. So use them and remove the problem of Windows was unable to complete the format. If it doesn’t work then try to temporary disable your antivirus program for few minutes. May be, your antivirus is not allowing it to work properly.
Use PartitionGuru
If the above two methods doesn’t work then you should try to fix the issue using a third-party tool PartitionGuru.
- At First, run PartitionGuru and check its main interface which will show detailed information about internal and external drives and their partitions.
- Then click on the problematic USB drive. Later, navigate to Disk & choose Verify or Repair Bad Sectors.
- It will display some conditions with colored blocks like good, bad, severe, damaged, etc. When this checking of bad sector completes, it will show you the number of bad sectors it has found. Afterwards, click on Repair button to repair these bad sectors.
- Finally, select USB drive and click on Format button to fix the issue of Windows was unable to complete the format error message.
Check Your Disk Scan
Your USB drive might contain some system file errors or sectors that need to be repaired. For this, you can repair the USB drive by using Check Disk Utility. Check Disk will automatically scan your USB drive and will detect the file system errors to repair them. To run a chkdsk scan in your Windows PC, follow the steps:
- AT First, open File Explorer in your computer. Refer to this guide if you’re facing Windows 10 file explorer won’t open error.
- Then insert your drive in the USB slot to scan it.
- Afterwards, click on This PC and right-click on your hard drive that you wish to scan using chkdsk.
- Later, select Properties from the menu.
- Afterwards, navigate to Tools tab and click on Check button under Error checking.
- It will take a few seconds to scan the drive.
Check if Your USB Drive or SD Card is Physically Damaged
To remove the issue of Windows was unable to complete the format error, Check your flash drive or SD card properly to check if it has been damaged physically. Then try to use it on a different computer and see if it works there. If the drive doesn’t work in the other PC as well, then insert another disc in the same slot to check if there is an issue with the USB slot. This will ensure that whether the problem lies with the USB drive or with the slot.
Use Disk Management
This is one of the easiest methods that can be applied to format an external storage device. You can format your flash drive by using Disk Management to remove the Windows was unable to complete the format error. Follow the steps to do this:
- At First, press Windows Key + R together and type “diskmgmt.msc” in the text box to launch Disk Management.
- Then right-click on the USB drive in the Disk Management window and choose Format.
- Afterwards, a dialog box will appear to confirm the process. Click on Yes in it to open the window directly.
- Now, choose a file system to format the USB storage. Click on OK.
- If USB drive shows empty with allocated file space under the Disk Management window, click on New Simple volume from the USB drive’s menu. Now format the flash drive with new Simple Volume Wizard.
- Windows was unable to complete the format issue will be removed.
Use Diskpart
Diskpart is another tool that can format the USB flash drive for you and can remove Windows was unable to complete the format fault from your PC. Diskpart is a command line tool which can be opened up using Command Prompt. Follow the step to format USB flash drives by using Diskpart:
- At First, press Windows Key + R simultaneously & type “Diskpart” in the search box.
- In the Command Prompt, enter the following commands one by one followed by Enter after each.
list disk
select disk n //where n is the disk number of the removable disk
clean
create partition primary
format FS=FAT32 quick or format FS=NTFS quick
assign letter N: where N: can be other drive letter not occupied currently
exit - This will resolve your issue for sure.
Disable Write Protection Feature using Registry
Follow the steps to remove Windows was unable to complete the format error message by using this method:
- At First, press Windows Key + R together and type “regedit” and press Enter key.
- Then navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies - Afterwards, find registry key WriteProtect in StorageDevicePolicies.
- Then double-click on WriteProtect key and change its value from 1 to 0 to disable the Write Protection feature. Click OK.
- Afterwards, reboot your computer to save the changes.
- Now check the external storage device that you need to format and check if you have fixed the Windows was unable to complete the format error message.
Format Drive Using Command Prompt
By using the command prompt, you can fix Windows was unable to complete the format error message in your PC.
- At First, press Windows Key + X on your keyboard at the same time and choose Command Prompt (Admin).
- Next, type the commands given below and hit Enter key after each one:
diskpart
list disk
Select disk volume (eg. I typed Select Disk 1)
clean
create partition primary
format fs=ntfs quick
- Now, you might receive this message
Format cannot run as the volume is in use by another process. Format may run if this volume is dismounted first. ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID. Would you like to force a dismount on this volume?” Yes/No
- Afterwards, choose Yes in it and hit Enter key.
- This will format your flash drive or SD Card and the Windows was unable to complete the format error message will be removed.
Use Third-Party Software to Format the Flash Drive
There are several third-party software that can help you to remove the Windows was unable to complete the format error. So if you are not able to format the drive using File Explorer, you can use software like EaseUS Partition Master Free or AOMEI Partition Assistant. Both of them are available for free & you can format your USB flash drive with this by right-clicking on listed storage devices in their window and then chose Format Partition.
FAQs
Why can I not format my hard disk drive?
There are several reasons why the external HDD won't format problem may occur, this include: Malware or virus infection. Missing or damaged DLL, SYS, or EXE files. ... Damaged hard drive partition.
How to force a Windows 10 format?
This is also included in Windows 10 and is the best way to factory reset a Windows computer in most cases. To access this Windows reinstall option, head to Settings > Update & Security > Recovery. You'll see a Reset this PC header; click the Get started button underneath this to begin.
Can I format my corrupted hard disk drive?
Using an external hard drive is a good way to back up your computer's information. But if the external hard drive has been corrupted, it can't be used with your computer. One way to try to fix this problem is to reformat the drive and wipe it of any information. This will reset it to its initial factory settings.
Conclusion
So these were some of the best solutions to fix a USB flash drive that the Format Removable Tool is not able to format. Remember that formatting the drive will remove all the data stored in the drive so don’t forget to create a backup of the storage device before formatting it so that you can retain the crucial files from it.

Gravit Sinha: Founder of ValidEdge, a problem-solving website, driven by his lifelong passion for fixing issues.