If the drive appears to be write-protected, start by inserting the drive into another computer to isolate the cause of the issue.
If you're able to write to the drive from another computer, you might be experiencing one of the following problems:
Filesystem corruption. The drive might have a corrupted filesystem or other issue (possibly specific to a particular computer or OS) that can be corrected by using CHKDSK
or a similar utility. If this addresses the problem, your drive is probably working normally. It's also important to eject the drive properly before removing it or at least wait until the drive has finished writing, as removal of the drive while it is writing data can cause low-level data corruption.
Incorrect Group Policy settings. If you're running Windows, it's possible that your system's Group Policy may be disallowing writing to external storage devices, including USB flash drives. The registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\StorageDevicePolicies
should either be absent or set to 0; if it is set to 1, Windows will not allow writing to external storage devices.
(SD cards only) Broken or altered write-protect switch in the card slot. The mechanical lock switch on an SD card is not connected to its electronics:
It is the responsibility of the host to protect the card. The position of the write protect switch is unknown to the internal circuitry of the card.
This means that hardware and software other than the card itself is responsible for checking the lock state of the card. If this mechanism isn't working as designed, a SD card can appear to be write-protected even if it is otherwise functioning normally. Typically, this can be addressed by replacing the card reader, although faulty drivers or incorrect software configuration can also cause this problem.
If the drive is read-only no matter what computer you plug it into, or you've tried the above steps to no avail, then the drive has probably experienced a fault condition, and it's generally not possible to remove write protection from a faulty flash drive. This behavior is typical of flash drive controllers when they detect a problem with the underlying NAND (e.g. too many bad blocks). The write protection is intended to prevent this condition from actually causing data loss, e.g. the NAND becoming unreadable altogether. For example, SanDisk customer support says:
Write protection errors occur when a flash drive detects a potential fault within itself. The drive will go into write-protected mode to prevent data loss. There is no method to fix this.
Note that depending on the drive, there may in fact be ways to disable (or more accurately, reset) the write protection by reprogramming the flash memory controller, such as by using the techniques listed under "Potential Hardware-Specific Restoration" in this answer. Doing this is not a good idea because the write protection signals that a problem has been detected by the controller; overriding this and continuing to write to the drive could result in data loss.
The upshot of this behavior is that any data on the drive is still accessible. Because the drive is failing, you should back up the contents of the flash drive as soon as possible and replace the drive. (If the drive contains sensitive information, be sure to physically destroy it before you dispose of it.)
Getting data off the drive may be tricky because some data corruption may have already occurred by the time drive went into read-only mode. This commonly manifests itself as the filesystem experiencing low-level corruption causing the filesystem to appear as RAW or the OS prompting the format the drive. Recovering from this kind of corruption can be complicated because the filesystem cannot be directly repaired—the drive is, after all, write-protected.
You may be able to retrieve data from a drive corrupted in this manner by using data recovery utilities such as the open-source TestDisk. You can also get a drive of equal or greater capacity and copy over the failing drive's contents sector by sector onto the new drive using GNU ddrescue, and follow up with a CHKDSK
to fix the filesystem errors. If these fail, and the data is particularly valuable, you could send the drive to a dedicated data recovery service; however, these services tend to be very expensive due to their highly specialized nature and are rarely worth it.
3
Relevant Meta question: http://meta.superuser.com/questions/11820/canonical-question-on-usb-flash-drives-becoming-write-protected As this is intended to be the canonical question, please don't vote to close this as a duplicate of other questions; instead, other questions should be closed as a duplicate of this question (once this is possible).
– bwDraco – 8 years agoVoted to close 32 questions as duplicates of this question (and linked to this question on one other); see http://superuser.com/questions/linked/1125282.
– bwDraco – 8 years ago5
Possible duplicate of Why is my USB Flash Drive Now Read-Only?
– bgmCoder – 8 years agoThis is the duplicate question, having only been asked 11 hours ago. The duplicate question is always the newest one. Normally folks don't ask a question and then flag all the older ones as duplicates. However, I agree some of the ones in your list are duplicates, but not all - the scope differs on the majority. – bgmCoder – 8 years ago
2
@bgmCoder: the newest question is not always the duplicate; please see http://superuser.com/questions/1061528/windows-7-slow-at-opening-media-files#comment1510559_1061528. More information on canonical questions: http://meta.superuser.com/questions/778/one-question-to-rule-them-all-questions-on-superuser
– bwDraco – 8 years ago4
@bgmCoder: Indeed, the very reason this question exists is the sheer number of "my flash drive is write protected!" questions on this site. The idea's to consolidate them into one canonical question.
– bwDraco – 8 years agoWell, I have 11 points on my question and I don't want to lose them; maybe we can consolidate to mine? And I was 3 years earlier - that should count, you know. – bgmCoder – 8 years ago
Let us continue this discussion in chat.
– bwDraco – 8 years ago3@bgmCoder You won't lose your imaginary points if your question is closed as a dupe. – DavidPostill – 8 years ago
Well, I really don't care any more and don't want to spend more time on this. Y'all do whatever you want - you have more imaginary points than I do anyway, but as it is I feel a bit stiffed. – bgmCoder – 8 years ago