If you don't want to use BitLocker on Windows 11 anymore but can't find the option to disable it, this article will show you a few different ways you can manage or disable BitLocker drive encryption. So even if one method is disabled, you should be able to use an alternative one to turn off BitLocker on Windows 11.
Takeaways:
- Is there more than one way to disable BitLocker on Windows 11?
- All the ways you can disable BitLocker on Windows 11.
Table of Contents
IMPORTANT: Before You Disable BitLocker
Before you go ahead and disable BitLocker, you need to be aware of a few things.
- Back up important files.
- It's going to take a lot of time, so make sure you are ready for that.
- Save your BitLocker recovery key somewhere secure.
- Make sure you are using an administrator account.
- Keep the computer connected to power during decryption.
- Do not interrupt the decryption process unless absolutely necessary.
- Only change encryption settings on a device you are authorised to manage.
How to Fix No Option to Turn Off BitLocker in Windows 11
Below you will find 8 different ways you can disable BitLocker on Windows 11. Personally, I would start from the top of the list and work my way down until I've solved the problem. This will help you get around any of the options that are missing or greyed out.
Turn Off Device Encryption in Settings
Windows 11 Home devices use Device Encryption instead of the traditional BitLocker interface.
- Open Settings.
- Select Privacy & security.
- Choose Device encryption.
- Turn Device encryption off.
Note: If you do not see Device encryption, your Windows edition or hardware configuration may not support the feature.
Turn Off BitLocker from Control Panel
On all versions of Windows 11 except Home, you can use the standard BitLocker menu.
- Open Control Panel.
- Go to System and Security > BitLocker Drive Encryption.
- Find the encrypted drive.
- Select Turn off BitLocker.
- Confirm the action and allow Windows to decrypt the drive.
Disable BitLocker with Command Prompt
Disable BitLocker using Command Prompt. This option is available for everyone and should solve the problem for you pretty quickly.
- Open Command Prompt as administrator.
- Run:
manage-bde -off C:
- To check the decryption status, run:
manage-bde -status
- Replace C: with the correct drive letter if necessary.
Disable BitLocker with PowerShell
If Command Prompt isn't working for some reasons, you can also use PowerShell or Windows Terminal.
-
Open PowerShell as administrator and Run:
Get-BitLockerVolume
-
Find the encrypted drive and run:
Disable-BitLocker -MountPoint "C:"
-
Run Get-BitLockerVolume again to monitor the process.
Check BitLocker Group Policy Settings
On Windows 11 Pro, Enterprise, and Education, you can use the Group Policy menu.
- Press Win + R.
- Enter gpedit.msc and press Enter.
- Go to Computer Configuration > Administrative Templates > BitLocker Drive Encryption.
- Review the relevant policies.
Note: If the computer belongs to an organisation, contact the administrator before changing policy settings.
Check the BitLocker Service
A Windows service problem can stop BitLocker management options from appearing properly in a range of different places.
- Press Win + R.
- Type services.msc and press Enter.
- Find BitLocker Drive Encryption Service.
- Check its status and start or restart it if necessary.
- Restart Windows and check BitLocker again.
Repair System Image Files (SFC & DISM)
These aren't directly connected to the problem, but they may be able to fix an underlying issue causing it.
- Open Command Prompt as an administrator.
- Run the System File Checker by typing sfc /scannow and press Enter.

- Run the Deployment Imaging Service and Management Tool with
DISM /Online /Cleanup-Image /RestoreHealth

Note: Do not interrupt the process, as it may take several minutes to complete.
Use a BitLocker Management Tool
If Windows does not provide an accessible BitLocker interface, a third-party partition manager might be able to help sort things out, though I would use this as an absolute last resort. For example, EaseUS Partition Master includes BitLocker management features on supported systems.
- Open EaseUS Partition Master.
- Right-click the BitLocker-encrypted drive.
- Select BitLocker Manager.
- Choose Turn Off and confirm.
- Wait for the decryption process to complete.
Note: If the drive is locked, you may need the BitLocker password or recovery key before managing it.
What If You Still Can't Turn Off BitLocker?
On a company or school computer, organisational policies may be stopping you from changing encryption settings. So you might need to contact whoever is managing your hardware.