en-US windows computer

Choose drive encryption method and cipher strength (Windows 10 [Version 1511] and later)

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

Windows 11 25H2

Supported on: At least Windows Server 2016, Windows 10

Path in the GPO console

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

Description

This policy setting allows you to configure the algorithm and cipher strength used by BitLocker Drive Encryption. This policy setting is applied when you turn on BitLocker. Changing the encryption method has no effect if the drive is already encrypted, or if encryption is in progress. If you enable this policy setting you will be able to configure an encryption algorithm and key cipher strength for fixed data drives, operating system drives, and removable data drives individually. For fixed and operating system drives, we recommend that you use the XTS-AES algorithm. For removable drives, you should use AES-CBC 128-bit or AES-CBC 256-bit if the drive will be used in other devices that are not running Windows 10 (Version 1511). If you disable or do not configure this policy setting, BitLocker will use AES with the same bit strength (128-bit or 256-bit) as the "Choose drive encryption method and cipher strength (Windows Vista, Windows Server 2008, Windows 7)" and "Choose drive encryption method and cipher strength" policy settings (in that order), if they are set. If none of the policies are set, BitLocker will use the default encryption method of XTS-AES 128-bit or the encryption method specified by the setup script.”

Registry

HKLM SOFTWARE\Policies\Microsoft\FVE

More options available

Options

Select the encryption method for operating system drives:
EncryptionMethodWithXtsOs enum
  • AES-CBC 128-bit -> 3
  • AES-CBC 256-bit -> 4
  • XTS-AES 128-bit (default) -> 6 (default)
  • XTS-AES 256-bit -> 7
Select the encryption method for fixed data drives:
EncryptionMethodWithXtsFdv enum
  • AES-CBC 128-bit -> 3
  • AES-CBC 256-bit -> 4
  • XTS-AES 128-bit (default) -> 6 (default)
  • XTS-AES 256-bit -> 7
Select the encryption method for removable data drives:
EncryptionMethodWithXtsRdv enum
  • AES-CBC 128-bit (default) -> 3 (default)
  • AES-CBC 256-bit -> 4
  • XTS-AES 128-bit -> 6
  • XTS-AES 256-bit -> 7

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 drive encryption method and cipher strength (Windows 10 [Version 1511] and later)
; State: Enabled
; Supported on: At least Windows Server 2016, Windows 10

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE]
"EncryptionMethodWithXtsOs"=dword:00000006
"EncryptionMethodWithXtsFdv"=dword:00000006
"EncryptionMethodWithXtsRdv"=dword:00000003
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Choose drive encryption method and cipher strength (Windows 10 [Version 1511] and later)
# State: Enabled
# Supported on: At least Windows Server 2016, Windows 10

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\FVE'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'EncryptionMethodWithXtsOs' -Value 6 -Type DWord
Set-ItemProperty -Path $path -Name 'EncryptionMethodWithXtsFdv' -Value 6 -Type DWord
Set-ItemProperty -Path $path -Name 'EncryptionMethodWithXtsRdv' -Value 3 -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