BitLocker Recovery Methods Registry Key

This article explains how to locate and configure the Windows Registry keys responsible for BitLocker Drive Encryption recovery methods. System administrators and users can manage how recovery passwords, keys, and Active Directory backup options are enforced across operating system, fixed, and removable drives by modifying specific values within the Windows Registry.

Primary Registry Path

The configuration parameters for BitLocker recovery methods are located in the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE

(Note: “FVE” stands for Full Volume Encryption. If the FVE key does not exist, it is typically created automatically when BitLocker Group Policies are defined, or it can be created manually.)


Key Recovery Configuration Parameters

BitLocker separates recovery settings based on drive types: Operating System (OS) Drives, Fixed Data Volumes (FDV), and Removable Data Volumes (RDV).

1. Operating System Drive Recovery (OSRecovery)

To control recovery options on the OS drive, the following DWORD values are configured under HKLM\SOFTWARE\Policies\Microsoft\FVE:

2. Fixed Data Volume Recovery (FDVRecovery)

For non-OS internal drives, parameters use the FDV prefix:

3. Removable Data Volume Recovery (RDVRecovery)

For BitLocker To Go (external USB drives), parameters use the RDV prefix:


How to Modify the Settings

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE.
  3. Right-click the right pane, select New > DWORD (32-bit) Value, and enter the appropriate parameter name.
  4. Double-click the newly created DWORD value, set its base to Hexadecimal or Decimal, enter the desired configuration number, and click OK.
  5. Restart the computer or run gpupdate /force via Command Prompt to apply changes.