Skip to content
Follow
Windows

Deny Write Access to Unprotected Drives in Windows 11

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

You can deny write access to unprotected drives in Windows 11 to prevent accidental data saving on drives without encryption.

This security measure ensures that sensitive information is only written to drives protected by BitLocker, which is a crucial feature for safeguarding your data. By default, Windows allows writing to any connected drive, but this tutorial shows you how to change that behavior.

Implementing this in Windows 11, specifically on Pro and Enterprise editions, adds a significant layer of protection against data leaks or accidental exposure on unencrypted storage devices.

⚡ 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.

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 deny write access to unprotected drives in Windows 11 using the Group Policy Editor by following a few straightforward steps.

  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

Denying write access to unprotected drives in Windows 11 can also be done using the Registry Editor, but be sure to back it up first.

  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.

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

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.

📚 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 Enforce BitLocker Encryption Types on Windows 11 Drives
Windows How to Enforce BitLocker Encryption Types on Windows 11 Drives
How to Enable or Disable BitLocker to Unlock OS Drive with PIN or USB at Startup in Windows 11
Windows How to Enable or Disable BitLocker to Unlock OS Drive with PIN or USB at Startup in Windows 11

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

Leave a Comment

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