Skip to content
Follow
Windows

Deny Write Access to Unprotected Removable Drives in Windows 11

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

Deny write access to unprotected removable drives in Windows 11 stops anyone from saving files to external USB sticks and flash drives unless you encrypt them first with BitLocker. This security setting blocks data transfers to keep private files safe on Windows 11 Pro, Enterprise, and Education editions.

Advertisement

Leaving USB ports open creates a serious risk if someone loses a drive or steals data. Turning on this block locks down external storage so you prevent unauthorized file copies on your PC.

⚡ Quick Answer

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.

Advertisement

What is BitLocker?

BitLocker is a built-in Windows security tool that encrypts your files so only people with the right password or key can open them. It protects everything from your main operating system drive to internal storage and removable USB drives, keeping your personal data safe if your computer or hardware is ever lost or stolen.

BitLocker protects:

  • USB drives and other removable drives
  • Fixed drives inside your PC
  • Your Windows operating system drive

When BitLocker Drive Encryption runs on the Windows 11 system drive, the computer can unlock it automatically during startup. That automation removes the need for manual password entry every single time the PC begins booting up.

Why Deny Write Access to Unprotected Drives?

Requiring BitLocker encryption stops you from accidentally saving sensitive files to unsecured drives.

Advertisement

How to Deny Write Access Using Local Group Policy Editor

Follow these steps:

Step 1Open the Local Group Policy Editor

  1. Click the Start button
  2. Type Edit group policy and press Enter

Step 2Navigate to the BitLocker Settings

In the window that opens, navigate to this location:

Computer Configuration → Administrative Templates → Windows Components → BitLocker Drive Encryption → Removable Data Drives

Step 3Find and Change the Setting

To deny write access to removable drives not protected by BitLocker, locate a specific setting within Windows. This setting, named 'Deny write access to removable drives not protected by BitLocker,' is crucial for preventing users from saving files to unencrypted USB drives.

Advertisement
Deny write access to removable drive not protected with BitLocker
Deny write access to removable drive not protected with BitLocker

Step 4Choose Your Option

To deny write access to unprotected removable drives, select the Enabled option in your policy settings. This tells Windows to block file saving on any external storage that lacks encryption, which stops people from copying new files onto unapproved USB sticks while still letting them open existing files.

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

Advertisement

Restart your PC to apply the changes.

Options for denying write access in BitLocker policy
Options for denying write access in BitLocker policy

Extra option: Enabling this setting also allows you to permit write access solely to devices configured by your organization. This option works particularly well in corporate or school environments.

How to Deny Write Access Using Windows Registry Editor

You can also use the Windows Registry (a database for low-level system settings) to block write access to unprotected drives. Backing up the Windows Registry before making changes remains vital, because incorrect edits can cause system instability. Administrative privileges are required for this action.

Advertisement

Step 1Open the Registry Editor

  1. Press Windows + R keys to open the Run box
  2. Type regedit and press Enter

Step 2Go to the First Registry Path

Navigate to this path:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE

Step 3Create or Edit RDVDenyCrossOrg

Look for a value named RDVDenyCrossOrg. If it's not there, create it:

  1. Right-click the right side of the window
  2. Click NewDWORD (32-bit) Value
  3. Name it RDVDenyCrossOrg

Double-click RDVDenyCrossOrg and set its value data to 1 to deny write access to unprotected drives.

Step 4Go to the Second Registry Path

Next, navigate to this path:

Advertisement
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE

Step 5Create or Edit RDVDenyWriteAccess

Look for RDVDenyWriteAccess. If it's missing, create it using the same method.

Double-click RDVDenyWriteAccess and set its data to 1 to deny write access.

Step 6Close and Restart

After you finish editing your registry settings to deny write access to unprotected removable drives, close the window and restart your computer. This forces Windows to apply your new security rules so that external USB drives immediately switch to read-only mode until you remove the block.

Registry settings to deny write access
Registry settings to deny write access

Advertisement
📝NoteTo allow write access only to devices from your organization, set both RDVDenyCrossOrg and RDVDenyWriteAccess to 1.

To allow write access only to devices from your organization, set both RDVDenyCrossOrg and RDVDenyWriteAccess to 1.

Permitting writing to all drives again involves deleting those two specific registry values. This action reverts the security setting that blocked file changes on removable drives, restoring normal functionality for user data and software installation on USB sticks or external hard drives.

Summary

Denying write access to unprotected removable drives in Windows 11 helps protect your computer from unknown USB sticks and data leaks. You can set this up using either the Local Group Policy Editor or the Registry Editor to make sure Windows only lets you save files to secure, encrypted storage.

Administrators can configure this setup using the Local Group Policy Editor, or by modifying the Registry directly.

Denying write access to unprotected removable drives in Windows 11 keeps personal files safer and reduces the risk of unwanted data being saved to those drives, particularly when using a drive without built-in security features.

Anyone wanting to learn more about BitLocker can check out this helpful guide: How to Turn On BitLocker in Windows 11.

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

How to Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
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 Turn On BitLocker for Your Windows 11 Operating System Drive
Windows How to Turn On BitLocker for Your Windows 11 Operating System Drive
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 *