How to Fix “Windows Was Unable to Complete the Format” in Windows 11

The error “Windows was unable to complete the format” usually appears when you try to format a USB drive, SD card, external hard drive, or even an internal partition. When this happens, the format process stops midway or fails instantly, leaving the drive unusable or stuck in its previous state.

In most cases, this error occurs due to file system corruption, bad sectors, write protection, permission issues, or logical errors on the storage device, not because Windows 11 cannot format drives. The steps below will help you fix the problem and successfully format the drive.

How to Fix Windows Was Unable to Complete the Format in Windows 11

Follow the solutions below in order. After each step, try formatting the drive again.

1. Try Formatting the Drive Using File Explorer Again

Sometimes the error is temporary.

  1. Press Windows + E to open File Explorer
  2. Right-click the problematic drive
  3. Select Format
  4. Choose a file system (NTFS or exFAT)
  5. Uncheck Quick Format
  6. Click Start

Unchecking Quick Format forces a deeper scan and may succeed.

2. Check If the Drive Is Write-Protected

Write protection prevents formatting.

  1. Check if the USB drive or SD card has a physical lock switch
  2. If present, switch it to the unlocked position
  3. Reinsert the drive into your PC
  4. Try formatting again

Physical write protection is common on SD cards and adapters.

3. Format the Drive Using Disk Management

Disk Management provides more control than File Explorer.

  1. Press Windows + X
  2. Select Disk Management
  3. Locate the problematic drive
  4. Right-click the partition
  5. Select Format
  6. Choose a file system and allocation size
  7. Click OK

If Format is unavailable, delete and recreate the volume.

4. Delete and Recreate the Partition

Corrupted partitions often cause format failures.

  1. Open Disk Management
  2. Right-click the drive partition
  3. Select Delete Volume
  4. Confirm the action
  5. Right-click the unallocated space
  6. Select New Simple Volume
  7. Follow the on-screen steps to format

This removes corrupted partition information.

5. Format the Drive Using DiskPart (Most Effective Method)

DiskPart bypasses many GUI limitations.

  1. Right-click Start and open Windows Terminal (Admin)
  2. Type the following commands one by one and press Enter after each:
diskpart
list disk
select disk X
clean
create partition primary
format fs=ntfs quick
assign
exit
  1. Replace X with the correct disk number

The clean command removes all partition data, fixing most format errors.

6. Check the Drive for Errors Using CHKDSK

File system errors can block formatting.

  1. Open Windows Terminal (Admin)
  2. Run the following command (replace D: with your drive letter):
chkdsk D: /f /r
  1. Wait for the scan to complete
  2. Try formatting again

Bad sectors and file system corruption often cause format failures.

7. Check If the Drive Is Being Used by Another Program

Open files can prevent formatting.

  1. Close all File Explorer windows
  2. Safely eject and reconnect the drive
  3. Disable antivirus temporarily
  4. Try formatting again

Background processes can lock removable drives.

8. Check for Read-Only Attribute Using DiskPart

Drives marked read-only cannot be formatted.

  1. Open Windows Terminal (Admin)
  2. Enter the following commands:
diskpart
list disk
select disk X
attributes disk
  1. If Read-only: Yes, run:
attributes disk clear readonly
  1. Exit DiskPart and try formatting again

This removes software-based write protection.

9. Try Formatting the Drive on Another PC

This helps identify hardware failure.

  1. Connect the drive to another Windows PC
  2. Try formatting it there
  3. If it fails again, the drive may be damaged

Drives with failing memory often cannot be formatted.

10. Check If the Drive Is Physically Damaged

Hardware issues cannot be fixed by software.

  1. Try a different USB port or cable
  2. Check if the drive disconnects randomly
  3. Listen for unusual noises (for HDDs)

If the drive consistently fails, replacement is recommended.

Final Thoughts

The “Windows was unable to complete the format” error in Windows 11 is usually caused by corrupted partitions, write protection, bad sectors, or logical drive errors, not a Windows issue. In most cases, using DiskPart with the clean command successfully fixes the problem.

If none of the methods work, the drive is likely failing and should not be used for important data. Replacing the storage device is the safest long-term solution.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.