Question Windows 10 "The format could not complete successfully"

Jan 21, 2019
54
4
10,535
So i did a fresh install of windows 10 and everything seemed normal except for this. When i went to format my secondary drive i got this error. My os and main drives are just fine from what i can tell and my main formated like normal. I also tried used the diskpart command to set it up and that didnt work either.

Is this a sign my drive is going bad? The drive in question is a 2tb hhd, my main drive is a 1tb hhd and my os drive is a 250gb ssd.
 
Open up an elevated (administrator) CMD window and try these diskpart commands one after the other;
  1. diskpart
  2. sel disk <disk number>
  3. sel vol <volume number>
  4. format fs=ntfs quick
  5. exit
Make sure to select the correct disk and volume numbers in commands 2 & 3

If it gives out an error during command execution, stop, and don't proceed with further commands.

EDIT:
you might want to run list disk command before executing command 2, and run list vol before executing command 4, to get to know which drive corresponds to what disk number.
 
Last edited:
Uh oh.. some bad sectors... meaning, the drive is indeed bad.

Don't put any sort of data on it unless you want it gone.

Good thing, being unable to format it actually acted as a warning in disguise. You could have lost your data if you were to have put it on there. It might fail anytime.

Before that, check the drives health using Seagate's' software > https://www.seagate.com/in/en/support/downloads/seatools/ and see if it gives the same warning messages.