Deny Write Access to Unprotected Removable Drives in Windows 11
You can prevent Windows 11 from writing to unprotected removable drives by configuring the Group Policy Editor.
This setting ensures that sensitive data is only saved to drives that meet your security standards, like those encrypted with BitLocker.
By default, Windows 11 lets you write to any connected USB drive. This can be a security risk if one of those drives is lost or stolen.
This tutorial shows you how to use the Local Group Policy Editor to set this policy. You’ll need Windows 11 Pro, Enterprise, or Education for this.
Deny write access by opening Local Group Policy Editor, navigating to the BitLocker settings for removable drives, and enabling “Deny write access to removable drives not protected by BitLocker.” This restricts writing to BitLocker-encrypted drives only.
What is BitLocker?
BitLocker is a Windows tool that scrambles your data to keep it safe, so only you or trusted people can get to your files.
You can use BitLocker to protect:
- USB drives and other removable drives
- Fixed drives inside your PC
- Your Windows operating system drive
When BitLocker is turned on for your Windows system drive, your PC can unlock it automatically on startup.
Why Deny Write Access to Unprotected Drives?
Sometimes you want to make sure files can only be saved to drives protected by BitLocker. This keeps your data more secure. It also prevents accidentally saving data to unsafe drives.
How to Deny Write Access Using Local Group Policy Editor
Follow these steps:
Step 1Open the Local Group Policy Editor
- Click the Start button
- Type
Edit group policyand press Enter
Step 2Navigate to the BitLocker Settings
In the window that opens, go to this location:
Computer Configuration → Administrative Templates → Windows Components → BitLocker Drive Encryption → Removable Data Drives
Step 3Find and Change the Setting
Look for the setting named “Deny write access to removable drives not protected by BitLocker” and double-click it.

Step 4Choose Your Option
To deny write access to unprotected removable drives, you need to select the ‘Enabled’ option in the Group Policy settings.
- Not Configured (default) – Same as disabled. No restrictions.
- Enabled – You can only write to drives protected by BitLocker. Unprotected drives become read-only (you can view files, but not save new ones).
- Disabled – You can write to all removable drives, whether protected or not.
Select Enabled to protect your data.
Step 5Save and Restart
Click OK to save your changes.
Restart your PC to apply the changes.

Extra option: When you enable this setting, you can also choose to allow write access only to devices set up by your organization. This is useful for work computers.
How to Deny Write Access Using Windows Registry Editor
You can also do this by changing settings in the Windows Registry. Be careful when editing the registry — it’s best to back it up first. ⚠️ Admin privileges required.
Step 1Open the Registry Editor
- Press
Windows + Rkeys to open the Run box - Type
regeditand press Enter
Step 2Go to the First Registry Path
Navigate to this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVEStep 3Create or Edit RDVDenyCrossOrg
Look for a value named RDVDenyCrossOrg. If it’s not there, create it:
- Right-click the right side of the window
- Click New → DWORD (32-bit) Value
- Name it
RDVDenyCrossOrg
Double-click RDVDenyCrossOrg and set its data to 0 (zero) to deny write access to unprotected drives.
Step 4Go to the Second Registry Path
Next, navigate to this path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVEStep 5Create or Edit RDVDenyWriteAccess
Look for RDVDenyWriteAccess. If it’s missing, create it the same way.
Double-click RDVDenyWriteAccess and set its data to 1 to deny write access.
Step 6Close and Restart
Close Registry Editor and restart your PC.

Note: If you want to only allow write access to devices from your organization, set both RDVDenyCrossOrg and RDVDenyWriteAccess to 1.
To go back to normal and allow writing to all drives, delete these two values from the Registry.
Summary
You can deny write access to unprotected removable drives by setting up Windows so it only allows writing to drives with BitLocker encryption turned on.
You can set this up using the Local Group Policy Editor, or if you’re comfortable with it, by editing the Registry.
This helps keep your files safe and reduces the risk of data being saved to unprotected drives.
If you want to learn more about BitLocker, check out this helpful guide: How to Turn On BitLocker in Windows 11.
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!