Skip to content

Easy Ways to Remove Write Protection on USB Flash Drives

Having trouble with write protection on your USB flash drive? Here are some easy methods to remove it.

Understanding Write Protection on USB Flash Drives

Write protection is a security feature on USB flash drives that prevents users from modifying or deleting the contents of the drive. It is commonly used to protect important files or prevent the spread of malware or viruses.

To remove write protection from a USB flash drive, follow these easy steps:

1. Check the physical write protection switch: Some USB flash drives have a physical switch that can be toggled to enable or disable write protection. Locate this switch on your flash drive and ensure it is in the “off” position.

2. Modify the Windows Registry: If your USB flash drive does not have a physical write protection switch or if it is not working, you can modify the Windows Registry to remove write protection. Here’s how:
a. Press the Windows key + R to open the Run dialog box.
b. Type “regedit” and press Enter to open the Windows Registry Editor.
c. Navigate to the following location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
d. Double-click on the “WriteProtect” DWORD value and change its value from 1 to 0.
e. Close the Registry Editor and restart your computer.

3. Use diskpart command-line utility: If modifying the Windows Registry doesn’t work, you can use the diskpart command-line utility to remove write protection. Follow these steps:
a. Press the Windows key + R to open the Run dialog box.
b. Type “diskpart” and press Enter to open the diskpart command-line utility.
c. Type “list disk” to display a list of all connected storage devices.
d. Identify your USB flash drive by its size and make a note of its disk number.
e. Type “select disk X” (replace X with your USB flash drive’s disk number).
f. Type “attributes disk clear readonly” to remove the write protection.
g. Close the diskpart utility and check if the write protection is removed.

Methods to Remove Write Protection from USB Drives

  • Inspect the USB drive for a physical write protection switch.
  • If present, slide the switch to the unlocked or off position.
  • Attempt to write to the USB drive to check if the write protection has been removed.

Method 2: Modify Registry Settings

  • Press Win + R to open the Run dialog box.
  • Type “regedit” and press Enter to open the Registry Editor.
  • Navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies.
  • If the WriteProtect key exists, double-click on it and set the value to 0.
  • If the WriteProtect key does not exist, right-click on StorageDevicePolicies, select New, and then DWORD (32-bit) Value. Name it WriteProtect and set the value to 0.
  • Close the Registry Editor and restart your computer.

Method 3: Use Diskpart Command Prompt

  • Press Win + R to open the Run dialog box.
  • Type “cmd” and press Enter to open the Command Prompt.
  • Type “diskpart” and press Enter to open the Diskpart utility.
  • Type “list disk” and press Enter to display a list of available disks.
  • Identify the disk number of the write-protected USB drive.
  • Type “select disk [disk number]” (replace [disk number] with the actual disk number) and press Enter.
  • Type “attributes disk clear readonly” and press Enter to remove the write protection.
  • Close the Command Prompt and check if the write protection has been removed.

Troubleshooting Write-Protected Error on USB/Pen Drives

  1. Check for physical write protection switch:
    • Inspect the USB/pen drive for a small switch or slider.
    • If found, make sure it is not in the locked position.
      Inspect the USB/pen drive for a small switch or slider.
If found, make sure it is not in the locked position.
  2. Remove write protection using Registry Editor:
    • Press Windows key + R to open the Run dialog box.
    • Type regedit and press Enter to open the Registry Editor.
    • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies (create this key if it doesn’t exist).
    • Double-click on the WriteProtect entry in the right-hand pane.
    • Change the value from 1 to 0 and click OK.
    • Exit the Registry Editor and restart your computer.
  3. Use Diskpart utility to remove write protection:
    • Open Command Prompt as an administrator.
    • Type diskpart and press Enter to open the Diskpart utility.
    • Type list disk and press Enter to display the list of disks.
    • Identify the disk number of your USB/pen drive.
    • Type select disk [disk number] and press Enter (replace [disk number] with the actual disk number).
    • Type attributes disk clear readonly and press Enter.
    • Exit the Diskpart utility and check if the write protection is removed.
  4. Format the USB/pen drive to remove write protection:
    • Open File Explorer and locate the USB/pen drive.
    • Right-click on the drive and select Format.
    • Choose the file system and allocation unit size (optional).
    • Uncheck the Quick Format option.
    • Click Start to begin the formatting process.
    • Wait for the process to complete and check if the write protection is removed.

Removing Write Protection using CMD and Registry Editor

CMD and Registry Editor interface

Removing Write Protection on USB Flash Drives using CMD and Registry Editor

To remove write protection on your USB flash drive, you can use the command prompt (CMD) and the Registry Editor. Here’s how:

1. Open the Command Prompt:

– On Windows, press the Windows key + R, type “cmd” and press Enter.
– On macOS, open the Finder, go to Applications > Utilities, and open Terminal.

2. Type “diskpart” in the Command Prompt and press Enter. This will open the DiskPart utility.

3. Type “list disk” and press Enter. This will display a list of all the disks connected to your computer.

4. Identify your USB flash drive in the list by looking for its size. Note the disk number associated with it.

5. Type “select disk [disk number]” and press Enter. Replace [disk number] with the number associated with your USB flash drive.

6. Type “attributes disk clear readonly” and press Enter. This will remove the write protection from your USB flash drive.

7. Close the Command Prompt.

8. Press the Windows key + R, type “regedit” and press Enter. This will open the Registry Editor.

9. Navigate to the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

10. In the right-hand pane of the Registry Editor, double-click on the “WriteProtect” key.

11. Change the value from “1” to “0” and click OK.

12. Close the Registry Editor.

Now, your USB flash drive should no longer have write protection enabled. You can try copying or deleting files from it to confirm.

Please note that modifying the registry can be risky, so it’s always a good idea to create a backup before making any changes. Additionally, some USB flash drives may have a physical write protection switch, so check if yours has one and ensure it is not activated.

Recovering Data from Write-Protected Flash Drives

Methods Description
1. Physical Write Protection Switch Some flash drives have a physical switch on the side that allows you to enable or disable write protection. Make sure the switch is in the correct position.
2. Registry Editor Access the Windows Registry Editor and modify the write protection settings for the USB flash drive.
3. Diskpart Command Use the Diskpart command in Command Prompt to remove the write protection from the flash drive.
4. Format the Drive If all else fails, you can format the flash drive to remove the write protection. However, this will erase all data on the drive.
Was this article helpful?
YesNo