How to Turn Off BitLocker in Windows 11 (5 Methods That Work)

BitLocker encrypts your drive to protect data from unauthorized access. But there are real situations where you need it off: hardware repairs, BIOS updates, selling your PC, or fixing a BitLocker recovery key loop that triggers on every boot. This guide walks you through every working method to disable BitLocker on Windows 11, whether you run Home, Pro, or Enterprise.

how to turn off BitLocker in Windows 11

Decryption takes time. Depending on drive size and speed, expect anywhere from 20 minutes to a couple of hours. Keep your PC plugged in and do not let it sleep during the process.

What You Need Before You Start

  • Administrator access on the Windows 11 PC
  • Your BitLocker recovery key if the drive is locked (check your Microsoft account at account.microsoft.com/devices/recoverykey)
  • A power source connected (laptops especially)

Method 1: Turn Off Device Encryption (Windows 11 Home)

Windows 11 Home does not include the full BitLocker interface. Instead, it uses Device Encryption, which you control through Settings.

  1. Press Win + I to open Settings.
  2. Go to Privacy and Security and click Device Encryption.
Turn Off Device Encryption (Windows 11 Home)
  1. Toggle Device Encryption to Off.
  2. Click Turn Off in the confirmation dialog.

Windows starts decrypting your drive immediately. A progress indicator appears at the top of the Device Encryption page. Wait for it to finish before restarting.

Method 2: Turn Off BitLocker via Control Panel (Windows 11 Pro and Enterprise)

This is the standard method for Pro and Enterprise editions.

  1. Click the Start button and type Manage BitLocker in the search bar.
  2. Click Open to launch the BitLocker Drive Encryption panel.
  3. Find the drive you want to decrypt (usually C:).
Turn Off BitLocker via Control Panel
  1. Click Turn Off BitLocker under that drive.
  2. Click Turn Off BitLocker again in the confirmation prompt.

If the drive shows a locked status, click Unlock Drive first and enter your password or recovery key. After unlocking, follow the same steps above.

Windows begins decryption in the background. You can continue using your PC normally while this runs.

Method 3: Turn Off BitLocker from File Explorer

This is a quicker path if you prefer not to navigate the Control Panel.

  1. Open File Explorer with Win + E.
  2. Right-click the encrypted drive (look for the gold padlock icon on the drive letter).
  3. Click Manage BitLocker.
  4. Click Turn Off BitLocker in the panel that opens.
  5. Confirm by clicking Turn Off BitLocker.

Method 4: Disable BitLocker Using Command Prompt

Use this method when the Settings or Control Panel route fails, or when you need to decrypt a non-OS drive quickly.

  1. Press Win + S, type cmd, right-click Command Prompt, and select Run as Administrator.
  2. To check which drives have BitLocker active, run:
manage-bde -status
  1. To turn off BitLocker on a specific drive, run:
manage-bde -off C:

Replace C: with the letter of the drive you want to decrypt.

  1. To monitor decryption progress, run:
manage-bde -status C:

The Conversion Status field changes from Decryption In Progress to Fully Decrypted once complete.

Method 5: Disable BitLocker Using PowerShell

PowerShell gives you more control, especially for managing multiple drives at once.

  1. Press Win + S, type PowerShell, right-click Windows PowerShell, and select Run as Administrator.
  2. To see all BitLocker-protected volumes, run:
Get-BitLockerVolume
  1. To disable BitLocker on the C: drive, run:
Disable-BitLocker -MountPoint "C:"
  1. To disable BitLocker on all drives at once, run:
Get-BitLockerVolume | Disable-BitLocker

Watch the VolumeStatus field in the output. It changes from DecryptionInProgress to FullyDecrypted when done.

How to Suspend BitLocker Instead of Turning It Off

If you need to update your BIOS or run a firmware update, suspend BitLocker rather than fully disabling it. Leaving BitLocker active during a BIOS update wipes the keys stored in the TPM chip, which triggers a recovery key prompt on next boot.

  1. Open Manage BitLocker from the Start menu search.
  2. Click Suspend Protection next to your drive.
  3. Click Yes to confirm.

After the BIOS update, Windows automatically resumes BitLocker protection on the next restart. You do not need to re-enable it manually.

Fix: BitLocker Asking for Recovery Key on Every Boot

If BitLocker prompts for a recovery key after a repair, hardware change, or software update, follow these steps to stop the loop:

  1. Enter your recovery key to boot into Windows.
  2. Open Manage BitLocker from the Start menu.
  3. Click Suspend Protection, then immediately click Resume Protection.

This resets the TPM measurement baseline and clears the recovery key prompt. If the loop continues, check whether your BIOS needs an update. Skylake-era Intel systems especially require an up-to-date BIOS for BitLocker to work correctly with TPM 2.0.

Does Turning Off BitLocker Delete Your Files?

No, turning off BitLocker does not delete your files. Here is what actually happens when you disable it.

Data stays intact: Turning off BitLocker decrypts your drive but does not delete any files.

Recovery key matters: If you enabled BitLocker and your drive is locked, you need the recovery key to start decryption. Without it, the data on the drive is inaccessible.

One drive at a time: Each physical or logical drive has its own BitLocker setting. Turning off BitLocker on C: does not affect a secondary D: drive.

BIOS updates require suspension first: Always suspend BitLocker before updating firmware. This protects your TPM keys and prevents a recovery key prompt after the update.

Decryption runs in the background: Windows continues decrypting even while you work. Shutting down or sleeping the PC pauses progress, which resumes on the next boot.

Read More

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply