How to Change BitLocker Encryption in Windows 11
Changing BitLocker encryption in Windows 11 lets you upgrade your drive security from standard strength to tougher ciphers like XTS-AES-256. BitLocker is a built-in security tool that scrambles your drive data so strangers cannot read your files if your PC gets stolen.
You can use this process for both your main system drive and portable USB storage. A stronger cipher gives you extra protection for sensitive personal files and important documents.
Change BitLocker encryption by opening the Local Group Policy Editor. Navigate to BitLocker Drive Encryption settings and select “Choose drive encryption method and cipher strength.” Enable the setting and choose your desired encryption strength, then click OK and restart your PC.
What is BitLocker?
Disk encryption features inside Windows protect your files by locking them away from unauthorized eyes. Main system drives, USB sticks, and external storage all gain robust defense through this utility. Hardware chips built onto motherboards frequently unlock the primary drive automatically during boot.
Enabling BitLocker on a primary drive often triggers automated unlocking via a Trusted Platform Module (a specialized security microchip installed on the motherboard). Bypassing manual passwords at every boot relies entirely on this hardware integration. Learn more about TPM here.
Why Change the Encryption Method?
Default configurations apply XTS-AES 128-bit encryption when initializing the tool. Upgrading to XTS-AES 256-bit encryption increases data protection levels substantially. Brute-force attacks face exponentially higher hurdles when processing this denser cryptographic standard.
How to Change BitLocker Encryption Using Group Policy
The Local Group Policy Editor (a Microsoft Management Console snap-in for configuring system policies) provides an interface for altering cipher strength. Security parameters and scrambling algorithms change rapidly through this console. Clicking the Start button , typing ‘Edit group policy’, and pressing Enter launches the editor. Administrative privileges remain mandatory for altering these system rules.
- Open the Group Policy Editor: Click the Start button, type
Edit group policy, and press Enter. ⚠️ Admin privileges required - In the window that opens, follow this path:
Computer Configuration → Administrative Templates → Windows Components → BitLocker Drive Encryption - On the right side, find and double-click "Choose drive encryption method and cipher strength (Windows 10 Version 1511 and later)".
- In the window that opens:
- Select Enabled.
- Now you can choose the encryption method and strength for:
- Operating system drives
- Fixed data drives
- Removable data drives
- Pick the desired encryption type from the drop-down menus (for stronger encryption, pick a 256-bit option).
- Click OK to save.
- Restart your computer to apply the changes.

How to Change BitLocker Encryption Using Registry Editor
Registry modifications offer an alternative route for adjusting encryption parameters, though caution remains paramount. System instability often follows mistaken entries inside this database. Launching the Windows Registry database requires clicking Start, typing 'regedit', and pressing Enter.
- Open the Registry Editor: Click Start, type
regedit, and press Enter. ⚠️ Admin privileges required - If prompted, click Yes to allow changes.
- Go to this folder path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE - Look for these three entries on the right side:
- EncryptionMethodWithXtsOs
- EncryptionMethodWithXtsFdv
- EncryptionMethodWithXtsRdv
- If you don't see them, right-click on an empty space, choose New → DWORD (32-bit) Value, and create these three names exactly as above.
- Double-click each entry and set its value to:
- 4 for AES-CBC 256-bit encryption
- 7 for XTS-AES 256-bit encryption
- Click OK for each, then close the Registry Editor.
- Restart your PC to apply changes.

Reset to Default Encryption
Reverting to the default XTS-AES 128-bit configuration requires deleting the custom database entries:
- EncryptionMethodWithXtsOs
- EncryptionMethodWithXtsFdv
- EncryptionMethodWithXtsRdv
Rebooting the computer applies the deletion.
Summary
Customizing disk encryption parameters through administrative tools hardens Windows 11 against potential data breaches.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!