▷ Format write protected usb in windows 10
Table of contents:
- Write-protected USB error
- The first thing identifies the error
- Format write-protected USB with Diskpart
- Remove USB write protection with regedit
- Remove USB write protection with gpedit.msc
Sometimes when using USB storage devices such as USB sticks or portable hard drives we get an eventual error that the disk is write protected. Due to this error we cannot make modifications to the files it contains. Today we will see how to solve this error to be able to format write-protected USB in Windows 10.
Index of contents
Write-protected USB error
Currently almost no USB device physically has the mechanism to protect it from writing. We can locate this as a small movable contact at one end of the device.
But if our storage unit has any of these buttons or contacts, what causes this error may be the following:
- A possible failure in the USB port of the equipment: it is not the most common of course, to be sure of this we will place the device in another port and we will see if it throws the same error Failure in the storage device itself: this cause is quite likely and implies that perhaps in a short time we will have to dispose of our pen drive. If the solutions we give you here do not work, it may be useless. A possible system error: this can be successfully solved using this tutorial.
To realize that this error has occurred in our unit we will not have the possibility to copy files to it, we will not be able to format the storage unit or we will not be able to unmount the unit from the computer or the changes made are not stored.
The first thing identifies the error
To identify if the error is from the USB device itself or from the computer, what we will have to do is test our storage unit on another computer.
- If the error is reproduced, the reason is the physical storage unit. If the drive works normally, the error will be located on our computer. It could be the fault of the operating system or the USB ports.
For the latter case we can test on different USB ports to see if the error is reproduced at all. With this we will be almost sure that the error is from the operating system. So let's see what we can do about it.
Format write-protected USB with Diskpart
Possibly this is the option with more possibilities of success if what we want is to directly format write-protected USB. For this procedure we will do the following:
- The first thing will be to run as administrator either the command prompt or the PowerShell. We press the key combination " Windows + X " to open the options of the start menu. Among them, we identify the one of " PowerShell (Administrator) " we click to execute it
In the command window we write the following. (we must press Enter every time we write the command to execute it)
diskpart
With this we start the tool
With the USB drive introducidp we execute:
list disk
And a list of units will appear on screen. We must identify which is our USB. For this we must know the storage capacity of it.
Now:
select disk We must put the disk number that the previous command has listed as a USB drive. attributes disk clear readonly
Through this command we will enable the reading and writing of the USB create partition primary
We create the new partition in the partition table of the disk
select partition 1
We select the newly created partition
format fs = using this command we will format the USB drive. In format we must put " NTFS " if it is a large portable hard drive, or " FAT32 " or " FAT " if it is a small removable USB drive, as is our case. The most normal will be FAT32. Next we have to activate the partition and assign it a letter: activate
assign letter = With this method we can format the USB drive. We will also have some solutions through the Windows 10 graphical interface. It is possible that the error caused by the USB drive is due to a bad configuration of the system registry. As we always say, before touching the Windows registry, you should take a look at some things that we must take into account before starting to touch the Windows 10 registry. To do this procedure we must follow the following steps: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ StorageDevicePolicies
Here two things can happen to us: that the value key does not exist, so we will have to create it or that it actually exists. In which case we will have a value called " WriteProtect ". If we do not have it created we will have to create the value key. Now we must reboot the system and try to insert the storage unit inside again. The error should have been corrected. Now we will be able to format write-protected USB. In this way, we will already have our device formatted. If the error still continues, we can still do something else. In this case we will have to edit a series of group policies to try to correct the error. Computer Configuration / Administrative Template / System / Removable Storage Access
Now we will have to locate three group policies that are: To modify them we double click on each one of them and we must choose the “ Disabled ” optionRemove USB write protection with regedit
Remove USB write protection with gpedit.msc
The next thing will be to format the device in the same way as in the previous section. Or if you want, with DiskPart.
These are the possible ways that we will have available to Format write-protected USB in Windows 10.
We also recommend
Have you been able to fix this error? If you have not been able to leave us in the comments and we will investigate new ways to try to solve it.
Toshiba encore 2 write, windows 8.1 tablet and stylus
The Japanese Toshiba has announced a new tablet with Intel Atom processor and Windows 8.1 operating system that will come accompanied by a touch pen to improve its possibilities of use.
Format write protected usb
Tutorial on how to Format USB write protected step by step: using regedit, creating keys, formatting it in exFAT format and then in FAT32.
How to be protected against meltdown and specter
We help you to be protected from Meltdown and Specter. Therefore we teach you how to check if you are safe with Windows PowerShell, Windows Update, latest updates and BIOS of your motherboard.