Skip to content
Follow
Windows

How to Enforce BitLocker Encryption on Removable Drives

Richard
Written by
Richard
Feb 1, 2026 Updated Aug 13, 2026 4 min read
How to Enforce BitLocker Encryption on Removable Drives
How to Enforce BitLocker Encryption on Removable Drives

Enforcing BitLocker encryption on removable drives locks down USB sticks and portable hard drives so no one can read your files without a password. This security tool forces Windows to encrypt every external storage device you plug into your PC.

Windows 11 Pro, Enterprise, and Education editions support this setup through the built-in Group Policy tool, which lets you control system rules across your machine. Turning on this policy stops unencrypted file transfers and keeps your private data safe if you lose a drive.

⚡ Quick Answer

Configure BitLocker encryption for removable drives via Group Policy. Navigate to Computer Configuration Administrative Templates Windows Components BitLocker Drive Encryption Removable Data Drives. Double-click “Enforce drive encryption type on removable data drives” and select your preferred encryption method.

What is BitLocker Encryption on Removable Drives?

BitLocker encryption for removable drives stops others from reading your files if a USB stick or external hard drive goes missing. BitLocker scrambles data (turning information into an unreadable code), requiring a password or key to open it. Choosing between full encryption or limiting the process to used space gives you control over performance.

  • Full Encryption: Encrypts the entire drive, even the empty space. This takes longer but is very secure.
  • Used Space Only Encryption: Encrypts only the parts of the drive where you have saved files. This is faster but encrypts less data.

Windows asks which encryption type you want during the initial setup for any removable drive by default.

How to Enforce One Encryption Type Using Group Policy

Group Policy Editor lets administrators enforce a specific encryption type across the entire machine. Setting this rule ensures every user follows the exact same security method, whether that means full disk encryption or saving time with used-space-only methods. Consistency across all connected storage devices remains guaranteed.

  1. Press the Start button , type Edit group policy, and open the Local Group Policy Editor.
  2. Go to this folder path: Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Removable Data Drives
  3. On the right side, double-click Enforce drive encryption type on removable data drives.
  4. Choose one of these options:
    • Not Configured (or Disabled): Windows will ask you which encryption type to use every time.
    • Enabled: You pick one encryption type below, and Windows will not ask users anymore.
  5. Select Full encryption to always encrypt the whole drive.
  6. Select Used space only encryption to encrypt only the used space.
  7. Disabled: Same as Not Configured; user chooses encryption type.
  8. Click OK to save.
  9. Restart your PC to apply the change.
Group Policy Editor - Enforce Encryption Type on Removable Drives
Group Policy Editor - Enforce Encryption Type on Removable Drives

How to Enforce Encryption Type Using the Windows Registry

Registry Editor provides an alternative method for enforcing BitLocker encryption types on removable drives. This approach writes configuration keys directly to the system database, ensuring every connected storage device adheres to your chosen security profile. Administrator privileges are required to make these changes.

  1. ⚠️ Admin privileges required: Press Start, type regedit, and open the Registry Editor (run as administrator).
  2. Navigate to this key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE
  3. Look for a value named RDVEncryptionType. If it doesn't exist, create it:
    • Right-click in the right pane → NewDWORD (32-bit) Value
    • Name it RDVEncryptionType
  4. Double-click RDVEncryptionType and set its value data to:
    • 1 to enforce Full encryption
    • 2 to enforce Used space only encryption
  5. Click OK and close the Registry Editor.
  6. Restart your computer to apply the change.
Windows Registry Editor - Enforce BitLocker Encryption Type
Windows Registry Editor - Enforce BitLocker Encryption Type

Deleting the RDVEncryptionType value restores default behavior, allowing Windows to prompt for your preferred encryption method again.

Summary

  • BitLocker protects your data on removable drives by encrypting it.
  • You can choose between full encryption or encrypting only used space.
  • You can force a specific encryption type so users won't be asked every time by using Group Policy or the Registry Editor.
  • These steps help keep your data safer with the encryption method you prefer.

BitLocker encryption protects removable drive data by scrambling files so unauthorized users cannot read them. Users select between full encryption or encrypting active sectors only. Enforcing these configurations through Group Policy or Registry Editor maintains uniform security standards across multiple computers.

Can BitLocker be applied to removable drives?

BitLocker To Go applies BitLocker Drive Encryption to removable data drives. This feature includes the encryption of USB flash drives and SD cards.

How to enable BitLocker on a removable drive?

Type Bitlocker in the Windows search bar, then click Manage BitLocker. Locate the removable drive under Removable data drives – BitLocker To Go and select it. Click Turn on BitLocker to initialize the drive, a process that might take several minutes.

What is removable data drive BitLocker to go?

BitLocker To Go (a Windows feature) provides full-disk encryption protection for removable storage devices connected to computer USB ports.

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.

📚 Related Tutorials

How to Enforce BitLocker Encryption Types on Windows 11 Drives
Windows How to Enforce BitLocker Encryption Types on Windows 11 Drives
How to View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11
How to Encrypt USB Drives in Windows 11 with BitLocker
Windows How to Encrypt USB Drives in Windows 11 with BitLocker
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

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *