How to Check Write Protection Status
Using Windows File Explorer
Windows File Explorer is a simple and easy-to-use tool to check the write protection status on your drive.
- Open Windows File Explorer.
- Right-click on the drive you want to check and select ‘Properties’.
- Under the ‘General’ tab, look for the ‘Attributes’ section and check if the option ‘Read-only’ aktif.
Checking BIOS/UEFI Settings
BIOS/UEFI sometimes have settings for write protection, especially for internal drives.
- Restart your computer and enter the BIOS/UEFI by pressing the appropriate key (usually F2, F10, DEL, or ESC) while booting.
- Navigate to the Security or Boot menu and look for options related to Write Protection.
- Make sure there are no settings that enable Write Protection on your drive.
Using Command Prompt
Command Prompt allows you to check the write protection status with the diskpart command.
- Open Command Prompt as an administrator.
- Type diskpart and press Enter.
- After logging in to the Diskpart, type list disk and press Enter to display all disks.
- Type select disk X (replace X with the relevant disk number) and press Enter.
- Type attributes disk and press Enter. It will display the status of atribut disk, including whether the disk is write-protected.
Effective Methods of Removing Write Protection
Using Diskpart
Diskpart is a built-in Windows tool that you can use to manage disks and partitions on your computer.
Detailed Steps Using Diskpart
- Open Command Prompt as an administrator.
- Type diskpart and press Enter.
- Enter list disk to display all available disks.
- Select the desired disk with select disk X (replace X with the relevant disk number).
- Type attributes disk clear readonly to remove the write-protected status.
Diskpart Command Example
diskpart list disk select disk 1 attributes disk clear readonly
Using Registry Editor
Registry Editor allows you to change registry settings that could affect the Write Protection status of the drive.
Registry Editing Guide
- Open Registry Editor by typing regedit in the Windows search box and pressing Enter.
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies.
- Find the WriteProtect value and change the data to 0.
Edit Registry Case Examples
Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies Value: WriteProtect Data: 0
Using Group Policy Editor
Group Policy Editor allows you to set group policies that can control Write Protection on the drive.
Steps to Use Group Policy Editor
- Open Group Policy Editor by typing gpedit.msc in the Windows search box and pressing Enter.
- Navigate to Computer Configuration\Administrative Templates\System\Removable Storage Access.
- Find and change the All Removable Storage classes: Deny all access setting to Disabled.
Group Policy Editor Use Case Study
Path: Computer Configuration\Administrative Templates\System\Removable Storage Access Setting: All Removable Storage classes: Deny all access State: Disabled
Using Third-Party Software
Some third-party software offers solutions to remove Write Protection with a more user-friendly interface.
Best Software Recommendations
- EaseUS Partition Master: This software provides features to manage partitions and remove Write Protection.
- AOMEI Partition Assistant: This tool also allows Write Protection deletion and efficient partition management.
EaseUS Partition Master Software Usage Guide
- Download and install EaseUS Partition Master.
- Open the app and select the drive write protected.
- Right-click on the drive and select ‘Check partition’.
- Follow the instructions to scan and fix problems with the drive.