Skip to content
Follow
Windows

How to Enforce BitLocker Encryption on Removable Drives

Richard
Written by
Richard
May 19, 2024 Updated Sep 16, 2026 5 min read
BitLocker drive encrytion featured image
BitLocker drive encrytion featured image

BitLocker encryption for removable drives is a security feature built into Windows 11 Pro, Enterprise, and Education that scrambles the data on USB sticks and external hard drives so nobody can read it without a password. Enforcing this policy means every external drive plugged into your computer automatically gets locked down, which stops people from stealing sensitive files if you lose a drive.

Advertisement

You can set up this mandatory protection using the built-in Local Group Policy Editor or by running quick commands in PowerShell. Windows 11 Home does not support this specific group policy tool, so you need Pro or Enterprise edition to make it work.

⚡ Quick Answer

Enforce BitLocker encryption for removable drives by opening Group Policy Editor and navigating to Computer Configuration Windows Components BitLocker Drive Encryption Removable Data Drives. Double-click “Enforce drive encryption type on removable data drives” and select your desired encryption method. Save the changes and restart your computer.

Advertisement

What Is BitLocker and Why Use It?

BitLocker removable drive encryption is a built-in Windows security feature that scrambles data on USB drives and external hard disks so nobody can read your files without the correct password or recovery key. Using BitLocker stops private documents, photos, and work files from falling into the wrong hands if you lose a thumb drive or someone steals your external hardware.

BitLocker protects external, fixed drives, and operating system drives. Main Windows drives running BitLocker can unlock automatically at startup using a TPM (Trusted Module, a dedicated security chip that aids encryption).

Understanding Encryption Types

Enabling BitLocker for removable data drives prompts Windows to request a specific encryption type selection.

Full encryption locks down the entire drive.

Advertisement

Used space only encryption protects solely the sectors holding active data.

Why Enforce an Encryption Type?

The 'Enforce drive encryption type on removable data drives' policy setting governs how BitLocker behaves on external storage. Administrators use this control to enforce a standardized encryption method across an entire organization or workstation.

Method 1Using Group Policy Editor

Group Policy Editor (a tool for managing system rules) lets you enforce BitLocker removable drive encryption across your whole computer using a visual menu. This built-in Windows feature requires you to change a few specific settings so every USB drive plugged into the machine must be encrypted before anyone can write files to it.

Search for "Edit group policy" in the Start menu. Click on 'Local Group Policy Editor' to open the utility.

Advertisement

Step 2: Navigate to BitLocker Settings

Follow this path in the left panel:

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

Step 3: Find the Encryption Policy

Locate the setting "Enforce drive encryption type on removable data drives" in the right panel of the Group Policy Editor. Double-click this setting to open its configuration window.

Advertisement
enforce encryption type on removeable data drive
enforce encryption type on removeable data drive

Step 4: Choose Your Encryption Type

A configuration window presents three choices:

  • Not Configured (default) – Works like Disabled. BitLocker will ask users which encryption type to use.
  • Enabled – BitLocker uses the type you choose below. Users won't see the option to pick a type in the wizard. Choose either "Full encryption" or "Use Space Only encryption."
  • Disabled – BitLocker setup will keep asking users to pick the encryption type.
enforce drive encryption type on removeable drive
enforce drive encryption type on removeable drive

Step 5: Save and Restart

Click OK to save changes. A system reboot applies the new policy settings.

Advertisement

Method 2Using Registry Editor %%FLAG_ADMIN%%

Registry Editor (a database holding low-level Windows settings) provides an alternative way to enforce BitLocker removable drive encryption by writing direct rules into your system configuration. This approach works well when you cannot use the policy editor, though you need to be careful because incorrect registry changes can cause system problems.

Right-click the Windows Registry editor and select "Run as administrator."

Step 2: Navigate to the BitLocker Key

The Windows Registry, a central database for computer settings, resides at HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\System. Accessing this location allows management of BitLocker encryption policies for removable drives, ensuring external storage meets organizational security standards.

Advertisement
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE

Step 3: Find or Create the Encryption Type Setting

The 'RDVEncryptionType' setting appears in the right-hand pane. Double-click 'RDVEncryptionType' to open its properties window and select the encryption method for removable drives.

If the entry is missing, right-click an empty space and select 'New' > 'DWORD (32-bit) Value.' Name this new value 'RDVEncryptionType.'

Step 4: Set the Encryption Value

Advertisement

Enter one of these numerical values:

  • 1 – Enforces full encryption on removable drives
  • 2 – Enforces used space only encryption on removable drives
enforce BitLocker encryption type for removeable drives
enforce BitLocker encryption type for removeable drives

Step 5: Save and Restart

Click OK to save modifications. Restart the machine to enforce the changes.

How to Undo These Changes

Restoring user choice involves deleting the RDVEncryptionType item and restarting the computer.

Summary

BitLocker removable drive encryption keeps your sensitive files safe by forcing all external USB storage devices to lock down with a password. You can turn on this security requirement using either the Group Policy Editor or the Registry Editor, depending on which built-in Windows tool you feel more comfortable using.

  • Group Policy Editor – Best for everyday users who prefer a visual interface
  • Registry Editor – A direct way to change settings in Windows' database

Both methods support choosing full encryption or used space only configuration. Once applied, BitLocker enforces the selected rule automatically. Rebooting the machine finalizes these adjustments.





Can you remove BitLocker encryption from a USB drive?

Yes, removing BitLocker encryption from a USB drive involves disabling the protection feature. Search for 'Manage BitLocker' in Windows, open the utility, and select 'Turn off BitLocker' for the target drive.

How to encrypt a removable drive?

Protecting specific items on a removable drive involves encrypting individual files or folders. Insert the USB drive, right-click the target file or folder, select 'Properties', click 'Advanced' on the 'General' tab, and check 'Encrypt contents to protect data'.

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 Change File Explorer Layout in Windows 11
Windows How to Change File Explorer Layout in Windows 11
How to Enforce BitLocker Encryption on Removable Drives
Windows How to Enforce BitLocker Encryption on Removable Drives
How to Choose BitLocker Encryption Type on Windows 11 Drives
Windows How to Choose BitLocker Encryption Type on Windows 11 Drives
How to Change BitLocker Encryption in Windows 11
Windows How to Change BitLocker Encryption 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 *