Share via

Enable or disable write protection Windows 10pro

Michael Henderson 20 Reputation points
2025-11-15T07:42:44.03+00:00

Windows 10 Pro wont copy files to external USB or SSD, states write proctection is active & devices have no write protection enabled.

Windows for home | Windows 10 | Devices and drivers
0 comments No comments

Answer accepted by question author

  1. Q&A Assist
    2025-11-15T07:42:56.1066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To enable or disable write protection on Windows 10 Pro, you can check the following options:

    1. Check Group Policy Settings: If write protection is enabled through Group Policy, you can modify it:
      • Open the Group Policy Editor by typing gpedit.msc in the Run dialog (Win + R).
      • Navigate to Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Removable Data Drives.
      • Look for the policy named "Deny write access to drives not protected by BitLocker" and ensure it is disabled if you want to allow writing to external drives.
    2. Registry Editor: You can also check the Registry settings:
      • Open the Registry Editor by typing regedit in the Run dialog.
      • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies. If the WriteProtect key exists, set its value to 0 to disable write protection.
    3. Check Device Properties: Sometimes, the device itself may have a physical switch for write protection. Ensure that it is not enabled.
    4. Using Command Prompt: You can also use the Diskpart tool:
      • Open Command Prompt as an administrator.
      • Type diskpart and press Enter.
      • Type list disk to show all disks.
      • Select your USB or SSD by typing select disk X (replace X with the disk number).
      • Type attributes disk clear readonly to remove write protection.
    5. Check for Third-party Software: Some third-party software may enforce write protection. Ensure that no such software is running that could block write access to external drives.

    If the issue persists after checking these options, consider testing the USB or SSD on another computer to rule out hardware issues.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.