en-US windows computer

Choose how BitLocker-protected removable drives can be recovered

Verified with Windows 11 25H2 — updated on July 12, 2026

Windows 11 25H2

Supported on: At least Windows Server 2008 R2 or Windows 7

Path in the GPO console

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

Description

This policy setting allows you to control how BitLocker-protected removable data drives are recovered in the absence of the required credentials. This policy setting is applied when you turn on BitLocker. The "Allow data recovery agent" check box is used to specify whether a data recovery agent can be used with BitLocker-protected removable data drives. Before a data recovery agent can be used it must be added from the Public Key Policies item in either the Group Policy Management Console or the Local Group Policy Editor. Consult the BitLocker Drive Encryption Deployment Guide on Microsoft TechNet for more information about adding data recovery agents. In "Configure user storage of BitLocker recovery information" select whether users are allowed, required, or not allowed to generate a 48-digit recovery password or a 256-bit recovery key. Select "Omit recovery options from the BitLocker setup wizard" to prevent users from specifying recovery options when they turn on BitLocker on a drive. This means that you will not be able to specify which recovery option to use when you turn on BitLocker, instead BitLocker recovery options for the drive are determined by the policy setting. In "Save BitLocker recovery information to Active Directory Domain Services" choose which BitLocker recovery information to store in AD DS for removable data drives. If you select "Backup recovery password and key package", both the BitLocker recovery password and key package are stored in AD DS. If you select "Backup recovery password only" only the recovery password is stored in AD DS. Select the "Do not enable BitLocker until recovery information is stored in AD DS for removable data drives" check box if you want to prevent users from enabling BitLocker unless the computer is connected to the domain and the backup of BitLocker recovery information to AD DS succeeds. Note: If the "Do not enable BitLocker until recovery information is stored in AD DS for fixed data drives" check box is selected, a recovery password is automatically generated. If you enable this policy setting, you can control the methods available to users to recover data from BitLocker-protected removable data drives. If this policy setting is not configured or disabled, the default recovery options are supported for BitLocker recovery. By default a DRA is allowed, the recovery options can be specified by the user including the recovery password and recovery key, and recovery information is not backed up to AD DS

Registry

HKLM SOFTWARE\Policies\Microsoft\FVE

Value name: RDVRecovery

Enabled: RDVRecovery = 1

Disabled: RDVRecovery = 0

More options available

Options

RDVRecoveryPassword enum
  • Allow 48-digit recovery password -> 2 (default)
  • Require 48-digit recovery password -> 1
  • Do not allow 48-digit recovery password -> 0
RDVRecoveryKey enum
  • Allow 256-bit recovery key -> 2 (default)
  • Require 256-bit recovery key -> 1
  • Do not allow 256-bit recovery key -> 0
Allow data recovery agent
RDVManageDRA boolean - default: 1
Omit recovery options from the BitLocker setup wizard
RDVHideRecoveryPage boolean - default: 0
Save BitLocker recovery information to AD DS for removable data drives
RDVActiveDirectoryBackup boolean - default: 1
Do not enable BitLocker until recovery information is stored to AD DS for removable data drives
RDVRequireActiveDirectoryBackup boolean
Configure storage of BitLocker recovery information to AD DS:
RDVActiveDirectoryInfoToStore enum
  • Backup recovery passwords and key packages -> 1 (default)
  • Backup recovery passwords only -> 2

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Choose how BitLocker-protected removable drives can be recovered
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE]
"RDVRecovery"=dword:00000001
"RDVRecoveryPassword"=dword:00000002
"RDVRecoveryKey"=dword:00000002
"RDVManageDRA"=dword:00000001
"RDVHideRecoveryPage"=dword:00000000
"RDVActiveDirectoryBackup"=dword:00000001
"RDVRequireActiveDirectoryBackup"=dword:00000000
"RDVActiveDirectoryInfoToStore"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Choose how BitLocker-protected removable drives can be recovered
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\FVE'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'RDVRecovery' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'RDVRecoveryPassword' -Value 2 -Type DWord
Set-ItemProperty -Path $path -Name 'RDVRecoveryKey' -Value 2 -Type DWord
Set-ItemProperty -Path $path -Name 'RDVManageDRA' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'RDVHideRecoveryPage' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'RDVActiveDirectoryBackup' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'RDVRequireActiveDirectoryBackup' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'RDVActiveDirectoryInfoToStore' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview