How can I remove write protection from my USB drive?

0
5
Asked By CuriousCat123 On

I have a 1TB USB drive that's currently write-protected. It's relatively new, and I've already tried a few things, including some commands in CMD, but it still shows that the current read-only state is set to yes. I looked in the registry editor, but couldn't find anything related to write protection. I also checked out MiniTool Partition Wizard, which shows a red 'Read Only' note under the disk. The drive is formatted as exFAT and is a primary type. There's no physical switch on the drive, and I'm not worried about the data on it since I just got it as part of a promotional giveaway. Is there any way to clear this write protection?

4 Answers

Answered By DriveDoctor42 On

Usually, if a drive is showing read-only, it means it's either failing or already dead. Just to let you know, a new drive can fail too, so keep an eye on it!

NewbieNerd -

Thanks for the heads up! I thought it was too new for that, but I’ll definitely keep an eye out.

Answered By TechSavvy99 On

When USB drives start failing, they can end up in read-only mode and this status can't usually be changed. It might be time to consider replacing it while you can still access your data.

Answered By CommandLineCommander On

Have you tried using Diskpart? Open CMD as admin, type 'diskpart', and then type:

list disk

select disk X (where X is your USB drive number)

attributes disk clear readonly

This should help you verify the disk’s status afterward.

Answered By RufusRider On

You could also try using Rufus to format it. Just make sure you don't let Windows manage anything. Sometimes that can lead to these kinds of issues.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.