Hello, I'm Quinn and here to help!
There's usually two reasons for this: Errors in the file system, or worn out drive. Make sure to backup your files from the USB. To remove the write protection using Diskpart, here's how:
- Press Win + S, type Command Prompt > Run as Administrator.
- Type
diskpart, then press Enter. - Type
list disk> identify your USB by size. - Type
select disk X(replace X with your USB number). - Type
attributes disk clear readonly> should remove write protection. - Type
exitto quit DiskPart.
If it still doesn’t work, you may need to reformat the USB. Reformatting will erase all data on the USB, so make sure you back up important files first.
- Insert the USB into your computer.
- Open File Explorer > go to This PC.
- Right-click the USB drive > select Format…
- Choose:
- File system:
FAT32(for smaller drives) orexFAT/NTFS(for larger drives) - Allocation unit size: Default
- Optionally check Quick Format
- File system:
- Click Start, then OK to confirm.