BitLocker is Microsoft’s built-in drive encryption feature that helps protect your data from unauthorized access by encrypting the contents of your hard drive. It’s available in Windows 11 and Windows 10 Pro, Enterprise, and Education editions. Some devices running Windows Home may also use Device Encryption, which offers similar protection on supported hardware.
While BitLocker provides an extra layer of security, there are situations where you may want to disable it. For example, you might be replacing your hard drive, updating your computer’s firmware, troubleshooting boot issues, transferring the drive to another computer, or simply no longer needing encryption.
Disabling BitLocker decrypts the drive and removes encryption protection. Depending on the size of the drive and the amount of stored data, the decryption process can take anywhere from a few minutes to several hours. During this time, you can usually continue using your computer.
In this guide, you’ll learn several ways to disable BitLocker on Windows 11 and Windows 10.
Before You Disable BitLocker
Before turning off BitLocker, keep the following in mind:
- Decrypting a drive removes its encryption protection.
- The process may take several hours on large drives.
- Keep your computer plugged into AC power during decryption.
- Avoid shutting down the PC until decryption finishes.
- Back up important files before making changes to drive encryption.
If you’re using Device Encryption on Windows Home, the steps are slightly different but the concept is similar.
Method 1: Turn Off BitLocker Using Control Panel
This is the easiest method for most users.
- Press Windows + S.
- Search for Control Panel and open it.
- Click System and Security.
- Select BitLocker Drive Encryption.
- Locate the encrypted drive.
- Click Turn off BitLocker.
- Click Turn off BitLocker again to confirm.
- Wait for Windows to decrypt the drive.
The drive remains usable while decryption is in progress.
Method 2: Disable BitLocker Using Windows Settings (Device Encryption)
Some Windows 11 and Windows 10 Home devices use Device Encryption instead of BitLocker.
- Open Settings.
- Go to Privacy & security (Windows 11) or Update & Security (Windows 10).
- Select Device encryption, if available.
- Turn Device encryption off.
- Confirm the action.
- Wait for Windows to decrypt the drive.
If you don’t see this option, your device may not support Device Encryption.
Method 3: Disable BitLocker Using Command Prompt
You can manage BitLocker from the command line using the manage-bde tool.
- Open Command Prompt as Administrator.
- Run the following command:
manage-bde -off C:
- Replace C: with the appropriate drive letter if needed.
- Press Enter.
- Wait for decryption to complete.
To disable BitLocker on another drive, substitute the correct drive letter.
Method 4: Disable BitLocker Using Windows PowerShell
PowerShell also supports BitLocker management.
- Right-click the Start button.
- Select Windows PowerShell (Admin) or Terminal (Admin).
- Run:
Disable-BitLocker -MountPoint "C:"
- Press Enter.
- Wait while Windows decrypts the drive.
This command begins the decryption process for the selected drive.
Method 5: Suspend BitLocker Temporarily
If you only need to perform a BIOS update or hardware maintenance, you can temporarily suspend BitLocker instead of disabling it completely.
Using Control Panel
- Open BitLocker Drive Encryption.
- Locate your drive.
- Click Suspend protection.
- Confirm the action.
Using Command Prompt
Run:
manage-bde -protectors -disable C:
BitLocker protection resumes automatically after the next restart unless you manually re-enable it sooner.
Method 6: Check BitLocker Status
Before or after disabling BitLocker, you can verify the encryption status.
Using Command Prompt
Open Command Prompt as Administrator and run:
manage-bde -status
The output shows:
- Encryption status
- Protection status
- Percentage encrypted
- Drive information
Wait until the drive reports that encryption is fully removed before assuming the process has finished.
Method 7: Turn Off BitLocker for External Drives
BitLocker can also encrypt USB drives and external hard drives.
- Connect the encrypted drive.
- Open Control Panel > BitLocker Drive Encryption.
- Locate the removable drive.
- Click Turn off BitLocker.
- Confirm the action.
- Wait for the decryption process to complete.
The steps are similar to disabling BitLocker on internal drives.
Method 8: Disable BitLocker from the Recovery Environment
If Windows won’t start but you can access the recovery environment:
- Boot into Windows Recovery Environment (WinRE).
- Open Command Prompt.
- Unlock the drive if prompted using your BitLocker recovery key.
- Run:
manage-bde -off C:
- Allow the decryption process to begin.
You may need to boot into Windows afterward for the process to complete.
Method 9: Resume BitLocker Protection
If you suspended BitLocker instead of disabling it, you can restore protection at any time.
Using Control Panel
- Open BitLocker Drive Encryption.
- Click Resume protection.
Using Command Prompt
Run:
manage-bde -protectors -enable C:
This reactivates BitLocker without decrypting or re-encrypting the drive.
Method 10: Verify That BitLocker Is Disabled
After decryption finishes:
- Open Control Panel > BitLocker Drive Encryption.
- Verify that BitLocker is shown as Off.
Alternatively, run:
manage-bde -status
The drive should show that encryption is disabled and protection is off.
Why BitLocker Won’t Turn Off
If BitLocker refuses to disable, possible causes include:
- The drive is still decrypting.
- You don’t have administrator privileges.
- Group Policy restrictions.
- Organizational management through Microsoft Intune or Active Directory.
- Corrupted BitLocker metadata.
- Pending Windows updates.
- Hardware or disk errors.
Restarting the computer and checking the drive status often resolves temporary issues.
Conclusion
BitLocker is an effective security feature that protects your data through full-disk encryption, but there are times when disabling it is necessary for troubleshooting, hardware upgrades, or system maintenance. Whether you use Control Panel, Windows Settings, Command Prompt, or PowerShell, the process is straightforward and Windows safely decrypts your drive in the background. If you only need temporary access for firmware updates or hardware changes, suspending BitLocker is usually a better option than turning it off completely. Once decryption finishes, your drive will no longer require BitLocker protection and will function like a standard unencrypted drive.
Frequently Asked Questions
Does disabling BitLocker delete my files?
No. Disabling BitLocker decrypts the drive but doesn’t delete your files or installed applications.
How long does it take to turn off BitLocker?
It depends on the drive’s size, speed, and the amount of stored data. Small SSDs may finish within minutes, while large HDDs can take several hours.
What’s the difference between suspending and disabling BitLocker?
Suspend temporarily pauses BitLocker protection without decrypting the drive, while Disable fully decrypts the drive and removes encryption.
Can I enable BitLocker again later?
Yes. After disabling BitLocker, you can turn it back on at any time through Control Panel > BitLocker Drive Encryption or by using PowerShell or the manage-bde command.




