No Option to Turn Off Bitlocker on Windows 11 [Fix]

Reading time icon 5 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • BitLocker is natively built inside the Windows platform since Windows 8
  • Windows 11 by default encrypts your drive to secure your data, but you can turn this off in a couple of simple stepsย 
  • BitLocker can be disabled from Settings, Control panel, or even with CMD or Powershell

Most people cannot turn off BitLocker in Windows 11 because they donโ€™t know what it is and how to turn it off. 

BitLocker is a feature that encrypts the hard disk, protecting the data and saving it from being stolen and hacked. It is built inside Windows since Windows 8 and is also available for Windows 10, Windows 11 Enterprise editions, Education, and Pro edition, but it is not available in the Home edition.

A BitLocker-encrypted drive can only be unlocked or decrypted with a BitLocker password or the BitLocker Recovery Key set when encrypting. And nobody can access it without proper authentication. BitLocker uses the AES encryption algorithm (Advanced Encryption Standard) with 128-bit or 256-bit keys to encrypt the data on the drive.

BitLocker is automatically enabled in Windows 11, and this can be an issue if you donโ€™t know what you are dealing with. Keep reading to find out how to disable the BitLocker encryption.

What is BitLocker, and how does it work?

BitLocker is an encryption tool built for Windows that encrypts the system drive to protect the data from being stolen. BitLocker uses a hardware element known as TPM (Trusted Platform Module) and generates a recovery key for the encrypted hard drive to use every time you boot up your computer.

You will also be given recovery keys if you forget your password. These recovery keys should be saved somewhere safe to access them at any time in case your PC locks you out.

Why is BitLocker automatically enabled in Windows 11?

PCs with Windows 11 by default encrypt the drive automatically without your knowledge because Microsoft thinks this is best for their users. This means you can lose all your data if you don’t have the recovery keys saved.

Letโ€™s imagine you are updating your PC, and your PC fails due to a flawed update or for some other reason. What you usually would do is you would take it to a PC repair shop recover your data, and copy it to another drive that can be used later when the PC has been fixed.

If your drive is encrypted and you donโ€™t have the keys, there is no way to access and copy your data. While the Bitlocker helps secure your data, it can also pose a threat if you donโ€™t have the keys.

Tip icon Tip
BitLocker completely encrypts your drive, and maybe you only want to encrypt a folder.
If you are looking to encrypt a particular folder, you should rather choose a Folder Lock application instead of encrypting it with the BitLocker.

Both BitLocker and Folder Lock applications have the same advanced encryption to secure your data. But each oneโ€™s purpose is different. The Folder Lock application only encrypts folders that you choose to encrypt, while BitLocker encrypts the whole drive.

โ‡’ Get Folder Lock

How can I turn off BitLocker in Windows 11?

1. Using This PC to turn off BitLocker

  1. Open This PC from the desktop or Start menu. Clicking on This PC from start menu
  2. Select and right-click on the drive you want to disable BitLocker.
  3. Click on the Manage BitLocker.Clicking on Manage BitLocker to turn off
  4. Now, click on the Turn off BitLocker button.

2. Using the Control Panel to turn off BitLocker

  1. Open the Control panel from the Start menu.Opening control panel from start menu
  2. Select the System and Security option.Selecting system and security in Control Panel
  3. Select the BitLocker Drive Encryption.
  4. Click on Turn off BitLocker.Turning off BitLocker

3. Turning off the BitLocker with Command prompt

  1. Click the magnifying glass (search box) in the taskbar.Clicking on magnifying glass to open search
  2. Search for Command prompt.
  3. Click on Run as administrator.Running Command Prompt as administrator 
  4. Type manage-bde -unlock Drive-Name: -RecoveryPassword Recovery-Code to unlock the encrypted drive.
  5. To disable BitLocker, type manage-bde -off Drive-Name:Disabling BitLocker using Command Prompt
Note icon NOTE
Drive-Name should be replaced with a drive letter (C, F, E, or D), and the Recovery-Code with the recovery key that was chosen when encrypting the drive.

4. BitLocker disable via using Windows Services

  1. Press the Win+R key.
  2. Type services.msc inside Windows Run and click on the Ok button.Using service.msc in Run
  3. Locate BitLocker Drive Encryption Service and double-click on it.Unselecting BitLocker Drive Encryption
  4. Inside the pop-up window, select Disabled in the Startup type and click on Apply.Disabling BitLocker Drive Encryption service
  5. Restart the computer for the changes to take effect.

5. Disabling BitLocker using System Configuration

  1. Press Win+R to open the run dialog box.
  2. Type msconfig and hit Enter. Typing msconfig in Run
  3. Click on the Services tab on the top bar.
  4. Untick BitLocker Drive Encryption Service and click Apply.Unticking BitLocker Drive encryption in service window
  5. Reboot your computer.Restarting the computer

6. Turn off BitLocker with PowerShell

  1. From the Start menu, run PowerShell as an administrator.Opening Powershell from Start menu
  2. Using PowerShell, disable the BitLocker by typing the command Disable-BitLocker -MountPoint Drive_Name:Using Powershell to disable BitLocker
  3. Replace Drive_Name with the BitLocker encrypted drive’s drive letter.

7. Group Policy Editor to turn off BitLocker

  1. Type Group Policy Editor in the start menu and hit enter key.Opening group policy from Start Menu
  2. Go to the location: Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Removable Data Drives.Navigating to BitLocker drive in group policy editor
  3. Double-click on the Control use of BitLocker on removable drives
  4. Click on Disabled, and then click OK.

This policy setting controls the use of BitLocker on removable data drives. When you enable BitLocker, this policy is applied.ย 

Users can use BitLocker on removable disk drives if this policy setting is not configured. Users cannot use BitLocker on removable disk drives if this policy setting is disabled.

8. Registry Editor to disable BitLocker

  1. Go to the Start menu.
  2. Open Registry Editor. Opening Registry Editor from Start menu
  3. Go to the following path: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLockerOpening BitLocker folder in Registry Editor
  4. On the right pane, right-click > click on the DWORD (32-bit) value and name it PreventDeviceEncryption.Creating DWORD Value
  5. Open the DWORD value and set the value to 1 in hexadecimal format. Setting value data to 1
  6. Click on Ok 
  7. Restart the computer

BitLocker is an encryption feature that comes baked inside Windows. It restricts your data from being accessed by unauthorized users. This feature can be helpful for journalists, entrepreneurs, or anyone who thinks they need strong encryption for their hard drive to protect confidential information.

Windows 11 automatically encrypts your data, and if you want your data to be accessible in case of any failure, disabling BitLocker is the way to go.

Also, note that BitLocker supports automatic unlocking, which comes in handy if you frequently forget your passwords.

If you have any other questions or suggestions, feel free to leave them in the comments section below, and we’ll be sure to check them out.

More about the topics: Bitlocker, Windows 11