How to Change BitLocker Encryption in Windows 11
BitLocker encryption in Windows 11 locks your entire hard drive so snoopers cannot read your personal files if your laptop or PC goes missing. By default, Windows uses a standard 128-bit cipher, but you can switch to a stronger 256-bit encryption for extra data protection on both main system drives and portable USB sticks.
Stronger encryption takes an extra step because Windows hides the setting away from plain view. If you want maximum security for your private documents, you can change this setting using the Local Group Policy Editor or Command Prompt in just a few minutes.
Change BitLocker encryption by opening Local Group Policy Editor and navigating to Computer Configuration Administrative Templates Windows Components BitLocker Drive Encryption. Double-click “Choose drive encryption method and cipher strength” to select your desired algorithm and key strength, then restart your computer.
Why Change Your BitLocker Settings?
Enhanced cipher strength makes volume data significantly harder to compromise. Workloads handling sensitive information benefit immediately from implementing 256-bit protection.
What Happens When You Change These Settings?
Existing files re-encrypt automatically in the background while remaining fully accessible. Newly created data adopts the upgraded cipher right away. A system reboot may be necessary before changes take full effect.
Method 1Use Group Policy Editor
The Group Policy Editor (a built-in Windows tool for managing system configurations) offers a reliable interface for adjusting drive cipher strength. Most administrators prefer this method to configure volume security policies safely.
- Open the Local Group Policy Editor. Search for “Edit group policy” on your Start menu .
- Follow these folders in order:
- Computer Configuration
- Administrative Templates
- Windows Components
- BitLocker Drive Encryption
- On the right side, find “Choose drive encryption method and cipher strength (Windows 10 (Version 1511) and later)”. Double-click it.

- A window opens. You have three choices:
- Not Configured (this is the default) – BitLocker uses its standard settings
- Enabled – you pick the encryption type yourself
- Disabled – BitLocker uses AES with 128-bit or 256-bit strength

- If you pick Enabled, use the dropdown menu under Options. Choose your encryption method for:
- Operating system drives (your main drive)
- Fixed data drives (regular storage)
- Removable data drives (USB sticks)
- Click OK to save. You may need to restart your computer.

Method 2Use Registry Editor
Advanced users can also modify BitLocker settings directly through the Windows Registry. Modifying this central database requires careful execution to prevent unexpected system behavior.
The Registry houses low-level operating system configurations. Precision matters when altering these keys.
- Open the Windows Registry Editor. Search for "regedit" on your Start menu.
- Find this path in the left panel:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE - Look at the right side. You should see three items with these names:
EncryptionMethodWithXtsOsEncryptionMethodWithXtsFdvEncryptionMethodWithXtsRdv
- Double-click each one and change its value:
- Enter
4to useAES-CBC 256-bitencryption - Enter
7to useXTS-AES 256-bitencryption
- Enter

- Don't see these items? Right-click a blank area on the right side. Pick "New" and then "DWORD (32-bit) Value". Create all three items if they're missing, then enter the values above.
- To go back to the default
XTS-AES 128-bitencryption, delete all three items you created or changed. - Save your changes and restart your computer.
Summary
Securing sensitive files starts with choosing the right configuration tool. The Group Policy Editor works best for most setups, while the Registry Editor suits advanced administrative tasks.
Two primary configuration paths exist:
- Group Policy Editor - easier and safer for most people
- Registry Editor - more advanced, requires admin access
Encryption upgrades apply universally across system volumes, internal disks, and removable media. Rebooting hardware after policy updates forces Windows to apply the new cipher settings.
Higher cipher complexity demands slightly more processor overhead in exchange for superior data defense.
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!