How to Remove Write Protection from a Memory Card or USB Drive (Complete Guide)
📌 Introduction
Write protection is a common issue that prevents you from modifying, deleting, or adding files to a memory card or USB drive. This can be frustrating, especially when you need to transfer or update data.
In this guide, you’ll learn a simple and effective method to remove write protection using the Command Prompt in Windows.
⚠️ Important Note
Before proceeding, ensure you select the correct disk during this process. Choosing the wrong disk may affect other storage devices connected to your system.
🛠️ Method: Using DiskPart (Command Prompt)
Follow these steps carefully:
Step 1: Open Command Prompt as Administrator
- Press Windows key
- Search for Command Prompt
- Right-click and select Run as administrator
Step 2: Launch DiskPart Utility
Type the following command and press Enter:
diskpart
Step 3: List Available Disks
list disk
This will display all storage devices connected to your system.
Step 4: Select the Write-Protected Disk
select disk X
(Replace X with the disk number of your USB drive or memory card.)
Step 5: Remove Write Protection
attributes disk clear readonly
✅ Result
After executing the command, the write protection will be removed, and your device should allow normal read and write operations.
💡 Additional Tips
- Ensure your USB drive does not have a physical lock switch (common in SD cards)
- Try using a different USB port
- Scan the device for malware
- If the issue persists, consider formatting the drive (backup data first)
📢 Conclusion
Removing write protection using DiskPart is a quick and reliable solution for most USB drives and memory cards. By following the steps carefully, you can restore full access to your storage device.
If you found this guide helpful, feel free to share it and leave your feedback.
Comments
Post a Comment