en-US windows computer

Choose how users can recover BitLocker-protected drives (Windows Server 2008 and Windows Vista)

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

Windows 11 25H2

Supported on: Windows Server 2008 and Windows Vista

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\BitLocker Drive Encryption

Description

This policy setting allows you to control whether the BitLocker Drive Encryption setup wizard can display and specify BitLocker recovery options. This policy is only applicable to computers running Windows Server 2008 or Windows Vista. This policy setting is applied when you turn on BitLocker. Two recovery options can be used to unlock BitLocker-encrypted data in the absence of the required startup key information. The user either can type a 48-digit numerical recovery password or insert a USB flash drive containing a 256-bit recovery key. If you enable this policy setting, you can configure the options that the setup wizard displays to users for recovering BitLocker encrypted data. Saving to a USB flash drive will store the 48-digit recovery password as a text file and the 256-bit recovery key as a hidden file. Saving to a folder will store the 48-digit recovery password as a text file. Printing will send the 48-digit recovery password to the default printer. For example, not allowing the 48-digit recovery password will prevent users from being able to print or save recovery information to a folder. If you disable or do not configure this policy setting, the BitLocker setup wizard will present users with ways to store recovery options. Note: If Trusted Platform Module (TPM) initialization is needed during the BitLocker setup, TPM owner information will be saved or printed with the BitLocker recovery information. Note: The 48-digit recovery password will not be available in FIPS-compliance mode. Important: This policy setting provides an administrative method of recovering data encrypted by BitLocker to prevent data loss due to lack of key information. If you do not allow both user recovery options you must enable the "Store BitLocker recovery information in Active Directory Domain Services (Windows Server 2008 and Windows Vista)" policy setting to prevent a policy error.

Registry

HKLM SOFTWARE\Policies\Microsoft\FVE

More options available

Options

Configure 48-digit recovery password:
UseRecoveryPassword enum
  • Require recovery password (default) -> 1 (default)
  • Do not allow recovery password -> 0
Configure 256-bit recovery key:
UseRecoveryDrive enum
  • Require recovery key (default) -> 1 (default)
  • Do not allow recovery key -> 0

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 users can recover BitLocker-protected drives (Windows Server 2008 and Windows Vista)
; State: Enabled
; Supported on: Windows Server 2008 and Windows Vista

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE]
"UseRecoveryPassword"=dword:00000001
"UseRecoveryDrive"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Choose how users can recover BitLocker-protected drives (Windows Server 2008 and Windows Vista)
# State: Enabled
# Supported on: Windows Server 2008 and Windows Vista

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\FVE'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'UseRecoveryPassword' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'UseRecoveryDrive' -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