logo
BitlockerTurn off BitLocker Encryption in Windows 11

How to turn off BitLocker encryption in Windows 11?

I enabled BitLocker encryption to protect the data on my disk days before. However, it becomes unnecessary for me now, because the data on my disk is no longer important. So, how can I disable BitLocker drive encryption? Btw, my computer is running Windows 11.

author

Lydia

There are several methods to disable BitLocker encryption. Disabling BitLocker will initiate the decryption process for the encrypted data. Once completed, your data will no longer be protected by BitLocker.

It's important to ensure that your computer won’t unexpectedly shut down during the decryption process to prevent potential disk damage and data loss.

1. BitLocker Drive Encryption Panel to Disable BitLocker

BitLocker Drive Encryption Panel utilizes graphical interface for users to manage BitLocker more effectively. It provides multiple options, including back up recovery key, change password, turn on auto-unlock, turn on/off BitLocker, and so on. Follow the guide to access to BitLocker Drive Encryption Panel.

Step 1 Press the Windows logo key on your keyboard, and choose settings.

Step 2 Navigate to Storage -> Advanced storage settings -> Disks & Volumes.

Step 3 Choose the encrypted drive, and click on "Properties" -> "Turn off BitLocker".

Disks and Volumes Properties

Step 5 In BitLocker Drive Encryption panel, click the "Turn off BitLocker" option next to the encrypted drive and confirm.

Turn off BitLocker Encryption in Windows 11

Step 6 It will pop up a BitLocker decryption progress bar and wait for it to reach 100%.

2. Turn off BitLocker via Command Prompt

Microsoft provides two BitLocker Tools, one is Manage-bde for BitLocker management, another is Repair-bde to repair inaccessible BitLocker drive. Next, I'll show you how to disable BitLocker using manage-bde.

Step 1 Type "cmd" in the windows search box, and press Ctrl + Shift + Enter key to run Command Prompt as Administrator.

Step 2 Type the following command to check all drive status:

manage-bde -status

Manage-bde to Check Drive Status

Step 3 Turn off the specific BitLocker-encrypted drive:

manage-bde -off e:

Manage-bde off

Step 4 You need to frequently use "manage-bde -status" command to view decryption progress.

BitLocker Decryption Progress

Step 5 To pause or resume the BitLocker decryption process:

manage-bde -pause e:

manage-bde -resume e:

Example is as follows, replace "d" with the letter "e":

Manage-bde Pause

3. Turn off BitLocker via PowerShell

Step 1 Press Win + X key, click on Windows PowerShell (Admin).

Step 2 Type and execute the following command:

Disable-BitLocker -MountPoint "d:"

Disable BitLocker Powershell

To disable all BitLocker encrypted drives at once, execute the command below:

$BLV = Get-BitLockerVolume

Disable-BitLocker -MountPoint $BLV

Step 3 To check if the command takes effect, pay attention to whether the protection status is off :

Get-BitLockerVolume

Powershell get BitLocker Volume

Get-BitLockerVolume is to get all the BitLocker volumes for the current computer.

4. Turn off BitLocker via Third-party software

Step 1 Download and run iSunshare BitLocker Genius.

Step 2 From all the disks that are automatically recognized, right-click the disk and click turn off BitLocker option.

Turn off BitLocker in Third-party software

Step 3 Wait for the decryption process to complete.

Tips: Use iSunshare BitLocker Genius to safeguard your sensitive information effectively.

Easy BitLocker Encryption Management

iSunshare BitLocker Genius for Windows provides several smart functions for you to conveniently manage the BitLocker drive.

Free Download

Support Windows 11/10/8/7

People Also Ask

How can I bypass BitLocker for System Update?

I understand your requirement to without triggering the BitLocker to finish System Update.

author Lydia

Can a BitLocker-Protected Drive Be Used on Another Computer?

Yes, you can access a bitlocker-protected data drive on another computer.

author Benjamin

How Does the Decryption Process Work After Encryption With BitLocker?

Accessing data encrypted by BitLocker involves several steps, both from the user's perspective and within the computer's systems. Here is a detailed breakdown of the process.

author Benjamin

How to check all BitLocker encrypted drives status in Windows?

Firstly you need to assign a drive letter to each disk and USB flash drive to identify the different BitLocker encrypted drives. To view all drives BitLocker lock status on your system, there are several methods.

author Lydia