How to Format a Disk With a Command Prompt

Techwalla may earn compensation through affiliate links in this story. Learn more about our affiliate and product review process here.

You can format almost any drive through Windows Explorer or Disk Management, but sometimes it's just easier to use the Command Prompt. This method also enables additional features, such as securely deleting data or changing file systems which may be unavailable through Windows Explorer. You can also specify that a drive be dismounted when required for formatting. However, you can't format Windows' "C" drive, since it holds the operating system from which you're running the format command.

Advertisement

Step 1

Click the Windows orb; type "cmd" and press "Enter" to open the Command Prompt.

Video of the Day

Step 2

Type "format X:" and press "Enter" twice to perform a typical formatting procedure on the "X" drive. Replace "X" with the drive letter you wish to format.

Advertisement

Step 3

Add " /q" to the basic command to perform a quick format, which doesn't overwrite data or check for bad sectors. As an example, "format X: /q" quickly formats the X drive.

Step 4

Add " /fs:file_system" to the command line to format the drive with the specified file system. As an example, "format X: /q /fs:NTFS" quickly formats the X drive in the NTFS file system.

Advertisement

Advertisement

Step 5

Add " /p:#" to overwrite the data "#" number of times. As an example, "format X: /p:3" overwrites the data three times. This option doesn't work alongside the " /q" parameter.

Step 6

Add " /x" to dismount the drive if necessary to perform the format procedure.

Advertisement

Step 7

Enter a volume label after formatting is complete and press "Enter." Alternatively, add " /v:label" to specify the label in the format command, which avoids the need to enter it after formatting.

Video of the Day

Advertisement

Advertisement

Report an Issue

screenshot of the current page

Screenshot loading...