Windows Security Guide · BitLocker

How to Disable BitLocker in Windows 11 and Windows 10

Learn how to turn off BitLocker, decrypt a protected drive, disable Device Encryption, and use Control Panel, Settings, Command Prompt, or PowerShell safely.

🪟 Windows 11 🖥 Windows 10 🔐 BitLocker 💾 Drive Decryption 🛠 CMD & PowerShell

Before You Disable BitLocker in Windows

BitLocker protects a disk by encrypting its contents. When you disable BitLocker, Windows starts decrypting the selected drive. After decryption finishes, files on that drive are no longer protected by BitLocker encryption.

Important: disabling BitLocker is not the same as entering the recovery key. Turning BitLocker off removes encryption from the drive. Make sure you understand the security impact before doing this on a laptop, work PC, or drive that stores private data.

Before you begin, check the following:

Disable BitLocker vs Suspend BitLocker: Which Option Do You Need?

Many users say “disable BitLocker” when they actually need to suspend it temporarily. These actions are different:

Action What It Does Best For
Suspend BitLocker Temporarily pauses BitLocker protection without decrypting the drive. BIOS/UEFI updates, firmware updates, hardware maintenance, boot configuration changes.
Disable BitLocker Decrypts the drive and removes BitLocker protection. Selling a PC after wiping it, changing encryption strategy, troubleshooting, or removing encryption permanently.

If you only need to update BIOS, change Secure Boot settings, or modify TPM-related options, use Suspend protection instead of turning BitLocker off completely.

How to Check If BitLocker Is Enabled on Your Drive

Before disabling anything, check which drives are encrypted.

Method 1: Check BitLocker Status in Control Panel

  1. Press Win + R, type control, and press Enter.
  2. Open System and Security.
  3. Select BitLocker Drive Encryption.
  4. Look for the status next to each drive: BitLocker on, BitLocker off, or Suspended.

Method 2: Check BitLocker Status with Command Prompt

Open Command Prompt as administrator and run:

manage-bde -status

Look at Conversion Status and Protection Status. If you see Fully Encrypted and Protection On, BitLocker is active on that drive.

How to Turn Off BitLocker in Windows 11 Settings

On many Windows 11 PCs, BitLocker management is available from Settings and Control Panel. The exact path can vary by edition and device configuration.

  1. Open Settings with Win + I.
  2. Go to Privacy & security.
  3. Open Device encryption or select BitLocker drive encryption if the link is shown.
  4. Choose the encrypted drive.
  5. Select Turn off BitLocker.
  6. Confirm that you want to decrypt the drive.

Windows will begin decrypting the drive in the background. You can continue using the PC, but performance may be reduced until the process is complete.

How to Disable BitLocker in Windows 10 Using Control Panel

The classic Control Panel method works in both Windows 10 and Windows 11 Pro, Enterprise, and Education editions.

  1. Press Win + R.
  2. Type control and press Enter.
  3. Go to System and SecurityBitLocker Drive Encryption.
  4. Find the drive you want to decrypt.
  5. Click Turn off BitLocker.
  6. Confirm the action by selecting Turn off BitLocker again.
Tip: you can also open the BitLocker page directly. Press Win + R, type control /name Microsoft.BitLockerDriveEncryption, and press Enter.

How to Turn Off Device Encryption on Windows 11 Home and Windows 10 Home

Windows Home usually does not include the full BitLocker management interface, but some devices support Device Encryption. It provides automatic disk encryption on compatible hardware.

Turn Off Device Encryption in Windows 11

  1. Open Settings.
  2. Go to Privacy & security.
  3. Select Device encryption.
  4. Switch Device encryption to Off.
  5. Confirm that you want to decrypt the device.

Turn Off Device Encryption in Windows 10

  1. Open Settings.
  2. Go to Update & Security.
  3. Select Device encryption.
  4. Click Turn off.
  5. Confirm the decryption.

If the Device encryption page is missing, your PC may not support this feature, encryption may already be disabled, or the system may use a different management policy.

How to Disable BitLocker Using Command Prompt

Command Prompt is useful when the graphical interface is missing, blocked, or not working correctly.

  1. Right-click Start.
  2. Select Terminal (Admin), Windows PowerShell (Admin), or Command Prompt (Admin).
  3. Run the command below, replacing C: with the correct drive letter if needed:
manage-bde -off C:

To check decryption progress, run:

manage-bde -status C:

When decryption is complete, the drive should show Conversion Status: Fully Decrypted.

How to Turn Off BitLocker Using PowerShell

PowerShell gives you another reliable way to disable BitLocker, especially on managed or professional systems.

  1. Right-click Start.
  2. Choose Terminal (Admin) or Windows PowerShell (Admin).
  3. Check BitLocker volumes:
Get-BitLockerVolume

Disable BitLocker on the system drive:

Disable-BitLocker -MountPoint "C:"

To monitor progress, run:

Get-BitLockerVolume -MountPoint "C:"

How to Disable BitLocker on USB Flash Drives and External Drives

BitLocker can also protect removable storage through BitLocker To Go. To decrypt an external drive, connect it first and unlock it with the password or recovery key.

Using Control Panel

  1. Connect the USB flash drive or external disk.
  2. Unlock the drive if Windows asks for a password.
  3. Open Control PanelSystem and SecurityBitLocker Drive Encryption.
  4. Expand the removable drive.
  5. Click Turn off BitLocker.
  6. Wait until decryption finishes before removing the drive.

Using Command Prompt

If the external drive uses the letter E:, run:

manage-bde -off E:
Do not unplug the drive during decryption. Disconnecting a removable drive while BitLocker is decrypting it can cause file system corruption or data loss.

What to Do If BitLocker Will Not Turn Off

1. The “Turn off BitLocker” Button Is Missing

This usually means you are not using an administrator account, the Windows edition does not include the full BitLocker interface, or encryption is managed by an organization. Try opening Control Panel as described above, then use manage-bde -status to confirm the actual encryption state.

2. BitLocker Is Managed by Your Organization

On work, school, or domain-joined computers, BitLocker may be enforced by Group Policy, Microsoft Intune, Active Directory, or another management system. In that case, Windows may turn protection back on or block changes. Contact the administrator before decrypting the device.

3. Windows Asks for a Recovery Key

If Windows requests a BitLocker recovery key, enter the correct 48-digit key. For personal Microsoft accounts, recovery keys are often saved online in the account used to set up the device. For work or school devices, the key may be stored by the organization.

4. Decryption Is Stuck or Very Slow

Large drives can take hours to decrypt. Keep the computer plugged in, avoid restarting unnecessarily, and check progress with:

manage-bde -status

If the process appears frozen, check disk health, free space, and Event Viewer for storage or BitLocker-related errors.

5. You Cannot Disable BitLocker on the System Drive

Make sure the drive is unlocked, Windows is running normally, and you opened the tool with administrator rights. If the system is unstable, first back up important files. Then try disabling BitLocker from Command Prompt or PowerShell.

FAQ: Disabling BitLocker in Windows

Will disabling BitLocker delete my files?

No. Turning off BitLocker decrypts the drive. It should not delete files. However, you should still create a backup before changing disk encryption settings.

Can I use the computer while BitLocker is decrypting?

Yes. Windows can decrypt in the background, but performance may be slower. Avoid shutting down the PC repeatedly while decryption is in progress.

How long does it take to disable BitLocker?

It depends on the drive size, drive speed, used space, and system load. A small SSD may finish quickly, while a large hard drive can take several hours.

Is it safe to disable BitLocker?

It is technically safe if you have a backup and the drive is healthy, but it reduces protection. Without encryption, someone with physical access to the drive may be able to read data more easily.

Should I disable BitLocker before reinstalling Windows?

If you plan to wipe the drive completely, you usually do not need to decrypt it first. If you want to keep files, resize partitions, clone the disk, or repair the installation, disabling or suspending BitLocker may be useful depending on the task.

Final Checklist: Safely Turning Off BitLocker