Skip to content
Follow
Windows

Deny Write Access to Unprotected Drives in Windows 11

Richard
Written by
Richard
Feb 1, 2026 Updated Sep 15, 2026 3 min read
Deny Write Access to Unprotected Drives in Windows 11
Deny Write Access to Unprotected Drives in Windows 11

Denying write access to unprotected drives in Windows 11 blocks you from saving files to external storage that lacks BitLocker encryption (a built-in tool that scrambles your data to keep it safe). This security feature stops you from accidentally putting sensitive work files onto standard USB flash drives or portable hard drives where anyone can read them.

Advertisement

You can turn on this restriction using the Local Group Policy Editor (a tool for changing advanced system settings) on Windows 11 Pro and Enterprise editions. Once active, Windows turns off write permissions for any drive that lacks encryption, keeping your private data locked down on secure disks.

⚡ Quick Answer

Open the Local Group Policy Editor and navigate to Computer Configuration Administrative Templates Windows Components BitLocker Drive Encryption Fixed Data Drives. Double-click “Deny write access to fixed drives not protected by BitLocker” and set it to Enabled. Restart your computer.

Advertisement

Why Block Writing to Unprotected Drives?

BitLocker is a built-in Windows tool that protects your files by encrypting your drives. When you use BitLocker, only people with permission can open and change files on the drive. By blocking write access to unencrypted drives, you keep your data safe from accidental changes or security risks.

What Drives Can BitLocker Protect?

  • External drives (like USB sticks)
  • Internal fixed drives
  • Your main Windows system drive

When BitLocker is turned on for your Windows system drive, it can unlock automatically when you start your PC if you have the right security chip (called TPM).

What Happens When You Block Unprotected Drives?

Windows lets you set a rule to block writing (saving or changing files) on any fixed drives that don’t have BitLocker protection. This means your computer will only allow changes on drives that are encrypted and secure. Unencrypted drives become read-only.

Method 1Using Group Policy Editor

You can use BitLocker deny write access rules in the Local Group Policy Editor to block writing files to fixed drives that are missing drive encryption. Open the Start menu , type ‘Edit group policy’, and press Enter to launch the tool where you can configure the policy setting under Computer Configuration.

Advertisement
  1. Click the Start button and type Edit group policy. Click to open the Local Group Policy Editor.
  2. In the left panel, follow this path: Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Fixed Data Drives
  3. In the right panel, find and double-click Deny write access to fixed drives not protected by BitLocker.
  4. Choose one of these options:
    • Not Configured (default) – Same as Disabled below.
    • Enabled – Blocks writing to drives without BitLocker. Those drives will be read-only.
    • Disabled – Allows writing to all fixed drives, with or without BitLocker.
  5. Click OK to save your choice.
  6. Restart your computer to apply the changes.

Here's a screenshot of the setting:

Group Policy setting to deny write access to unprotected drives
Group Policy setting to deny write access to unprotected drives

Method 2Using Registry Editor

Registry Editor lets you apply BitLocker deny write access rules by creating a specific key in Windows 11. Click the Start button, type 'regedit', right-click the result, and pick 'Run as administrator' to open the database where you will add the required DWORD value.

  1. [ADMIN REQUIRED] Open Registry Editor as an administrator:
    • Click Start, type regedit, right-click it and select Run as administrator.
  2. Go to this location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE
  3. Look for a value named FDVDenyWriteAccess in the right pane.
  4. If it doesn't exist, right-click on the empty space, select New > DWORD (32-bit) Value, and name it FDVDenyWriteAccess.
  5. Double-click FDVDenyWriteAccess and set its value to 1 to block writing on unprotected drives.
  6. Click OK and close the Registry Editor.
  7. Restart your computer to make the change take effect.
💡TipIf you want to allow writing again on unprotected drives, delete the FDVDenyWriteAccess entry or set its value to 0.

If you want to allow writing again on unprotected drives, delete the FDVDenyWriteAccess entry or set its value to 0.

Advertisement
Registry Editor setting to deny write access to unprotected drives
Registry Editor setting to deny write access to unprotected drives

Summary

Setting up BitLocker to deny write access to unprotected drives is a simple way to keep your data safer, preventing changes on drives not protected by BitLocker.

Can I abort BitLocker encryption?

Yes, you can abort BitLocker encryption by turning it off for a specific drive through the Manage BitLocker settings in Windows.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

Deny Write Access to Unprotected Removable Drives in Windows 11
Windows Deny Write Access to Unprotected Removable Drives in Windows 11
How to Turn On BitLocker to Protect a Data Drive in Windows 11
Windows How to Turn On BitLocker to Protect a Data Drive in Windows 11
How to Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
How to Enforce BitLocker Encryption Types on Windows 11 Drives
Windows How to Enforce BitLocker Encryption Types on Windows 11 Drives

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *