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.
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.
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".
Step 5 In BitLocker Drive Encryption panel, click the "Turn off BitLocker" option next to the encrypted drive and confirm.
Step 6 It will pop up a BitLocker decryption progress bar and wait for it to reach 100%.
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
Step 3 Turn off the specific BitLocker-encrypted drive:
manage-bde -off e:
Step 4 You need to frequently use "manage-bde -status" command to view 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":
Step 1 Press Win + X key, click on Windows PowerShell (Admin).
Step 2 Type and execute the following command:
Disable-BitLocker -MountPoint "d:"
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
Get-BitLockerVolume is to get all the BitLocker volumes for the current computer.
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.
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 DownloadSupport Windows 11/10/8/7
I understand your requirement to without triggering the BitLocker to finish System Update.
Yes, you can access a bitlocker-protected data drive on another computer.
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.
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.