Table of Contents
This guide explains how to resolve the Disk Is Write Protected Error on USB, starting with the most likely causes and moving through practical troubleshooting steps.

1. Check the read / write mode of the file you copied
Some data files are read-only so we cannot copy data to USB. You can check the read / write mode of the file by right-clicking the file and selecting Properties.
When the Properties window appears, look at the Read-only section to see if it is currently selected. If it is selected, then uncheck the box and click Apply then click OK to close the window.

You can now make a copy of the error.
2. Check if the USB device is locked
Some USBs with high security features have a physical lock button on the body of the USB, please try to check if the USB is enabled or not, if so, please turn it off.

3. Scan the virus for USB
Viruses can also cause us to not be able to copy data, so use antivirus software and scan to see if our USB is infected with viruses.

4. Use the Diskpart error correction command
Step 1: You open CMD window under administrator by operating as shown below.

Step 2 : In the CMD window, you enter the following commands, after each command press Enter:
- diskpart
- list disk
- select disk # (# is the number of the USB drive connected to the computer, shown on the screen)
- attributes disk clear readonly

After running the commands, you remove the USB and reconnect to the computer and check if there are errors or not.
5.
Step 1: Press Windows Key + R , type regedit in the Run dialog box and press Enter to open Registry Editor .

Step 2: In the left pane, navigate to the following path:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlStorage

Step 3: Right-click on Storage, select New-> Key then create a new key named StorageDevicePolicies . Then click the key just created and in the right pane, right-click an empty area, select New -> DWORD. Name the newly created DWORD as WriteProtect .

Double-click the newly created file and set the value to 0 and click OK to save.

Finally close the Registry and check if the error is still there.
The above are some ways to fix The disk is write protected error, hope these ways can work for your case. Good luck!
FAQ
What usually causes the Disk Is Write Protected Error on USB?
The cause may involve incorrect settings, outdated software, damaged files, permission problems, device compatibility, or a temporary system issue.
What should I try first to resolve the Disk Is Write Protected Error on USB?
Restart the affected app or device, install pending updates, verify settings and connections, and follow the troubleshooting steps in order.
How can I prevent the issue from returning?
Keep software updated, maintain backups, avoid interrupted installations, and review system or device settings after major changes.
Reader Comments 0
Sign in with email or Google to join the discussion.