How to Fix “Windows Was Unable to Complete the Format” Error

Configurare noua (How To)

Situatie

  • The drive is protected. If you or another person applied write protection to the drive, you may not be able to format it, leading to the error. You can easily test this by trying to copy something onto the drive. If you see “The disk is write-protected. Remove the write-protection or use another disk.” then this is the most likely reason.
  • The drive is physically damaged. Not all drives can withstand the test of time. Even if no direct damage is visible on the drive itself, it could be suffering from several internal damages. If this is the case, you may consider purchasing a new drive as a replacement.
  • The drive is infected with malware. Some attackers often target USB sticks to spread malware. If your drive is currently infected with malware, it could be put out of service by the attacker.
  • The drive doesn’t have contents. Windows is unable to format an empty drive. This is because the formatting is based on partitions, as opposed to disk space. If there’s no space occupied, it can’t be broken down into partitions.

Solutie

Pasi de urmat
Scan your computer for malware
  1. Plug the affected USB into your computer.
  2. Open the Settings app by clicking on the gear icon in the Start menu. Alternatively, you can open the app by pressing down the Windows and I keys on your keyboard.
  3. Click on the Update & Security tile.
  4. Switch to the Windows Security tab from the menu in the left pane, then click on the Open Windows Security button.
  5. Click on Virus & threat protection → Scan options. Here, select Custom scan and click on the Scan now button to begin the process.
  6. Select the correct drive using the left panel, then click on the Select Folder button to begin the scan.
  7. Follow any on-screen instructions shown to you during the process of the scan. if any malicious files are found on the drive, you can remove them with the help of Windows Defender.
Use the Command Prompt
  1. Press the Windows + R keys on your keyboard. This is going to bring up the Run utility.
  2. Type in “cmd” and press the Ctrl + Shift + Enter keys on your keyboard. Doing so, you’re launching the Command Prompt with administrative permissions.
  3. If prompted by the User Account Control (UAC), click Yes to allow the Command Prompt to make changes on your device. If you don’t have administrative permissions, you might need to ask for help from your admin.
  4. Type in the following command then adjusts it accordingly to the instructions below. Once done, hit Enter to execute it: format C: /fs:ntfs
  5. If successful, your drive should be formatted to your needs now.
Use Disk Management
  1. Press the Windows and X keys on your keyboard at the same time to open the Start menu’s context menu. Here, click on Disk Management.
  2. Right-click on the drive you want to format, then select Format from the context menu.
  3. Pick a Volume label and the desired File System, but leave the Allocation unit size as Default.
  4. To check for any drive issues, uncheck the Perform a quick format option. Note that this will make the process significantly slower.
  5. If the formatting is successful, your drive should be formatted properly now.
Check and fix Disk Errors
  1. Open the File Explorer, and click on This PC from the panel on the left side of the window.
  2. Right-click on the drive affected by the error, then choose Properties. A new window should pop up on your screen.
  3. Switch to the Tools tab.
  4. Click on the Check button, found in the Error-checking section.
  5. In the new window, click Repair drive to begin the scanning process. If Windows 10 finds any damage or errors on the drive, it’ll let you know and attempt to fix them.
Use Diskpart
  1. Press the Windows + R keys on your keyboard. This is going to bring up the Run utility.
  2. Type in “cmd” and press the Ctrl + Shift + Enter keys on your keyboard. Doing so, you’re launching the Command Prompt with administrative permissions.
  3. If prompted by the User Account Control (UAC), click Yes to allow the Command Prompt to make changes on your device. If you don’t have administrative permissions, you might need to ask for help from your admin.
  4. Type in the following command then adjusts it accordingly to the instructions below. Once done, hit Enter to execute it:
    • diskpart
    • list disk
    • list volume
    • select volume <no>
    • format

Here you have to replace <no> with the number of the volume that you wish to format.

Tip solutie

Permanent

Voteaza

(9 din 14 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?