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.
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.
- Click the Start button and type
Edit group policy. Click to open the Local Group Policy Editor. - In the left panel, follow this path:
Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Fixed Data Drives - In the right panel, find and double-click
Deny write access to fixed drives not protected by BitLocker. - 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.
- Click OK to save your choice.
- Restart your computer to apply the changes.
Here’s a screenshot of the setting:

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.
- [ADMIN REQUIRED] Open Registry Editor as an administrator:
- Click Start, type
regedit, right-click it and selectRun as administrator.
- Click Start, type
- Go to this location:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE - Look for a value named
FDVDenyWriteAccessin the right pane. - If it doesn’t exist, right-click on the empty space, select
New > DWORD (32-bit) Value, and name itFDVDenyWriteAccess. - Double-click
FDVDenyWriteAccessand set its value to1to block writing on unprotected drives. - Click OK and close the Registry Editor.
- 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.

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?
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.
No comments yet — be the first to share your thoughts!