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. This security setting stops you from accidentally putting sensitive work files onto standard USB flash drives or portable hard drives where anyone can read them.
You can turn on this restriction through the Local Group Policy Editor on Windows 11 Pro and Enterprise editions. Once active, Windows turns off write permissions for all drives that do not use encryption, keeping your private data safe on secure disks.
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. This tool lets you set rules for your computer, like preventing changes to drives that don’t have BitLocker turned on, which helps keep your important files safe. To start, click the Start button , type ‘Edit group policy’, and then click to open the Local Group Policy Editor.
- 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. This tool lets you change how Windows works, but it's crucial to back up your registry first because mistakes can cause problems. You'll need administrator rights to open the Registry Editor. Click Start, type 'regedit', right-click it, and select 'Run as administrator'.
- [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.
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!