WindowsDebloat

Disable BitLocker automatic device encryption

SystemMin Build: 22000Revertible

For devices that support it, Windows 11 automatically enables BitLocker device encryption. Disabling this will turn off automatic encryption of the device, but you can still manually enable BitLocker encryption if desired. Drives that are already encrypted with BitLocker will remain encrypted when this setting is applied.

Code to Apply

Disable BitLocker automatic device encryptionRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker]

"PreventDeviceEncryption"=dword:00000001


Code to Revert

Enable BitLocker automatic device encryption Disable BitLocker automatic device encryptionRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker]

"PreventDeviceEncryption"=-


Want to combine this with other tweaks?

Open Configurator