This tutorial contains instructions on how to disable the BitLocker protection and to decrypt a BitLocker encrypted drive in the Windows Recovery Environment. The instructions can be useful, if your computer is BitLocker-protected and doesn’t accept the Bitlocker recovery key or the BitLocker password at system startup and you cannot unlock the BitLocker protected drive.
How to Remove BitLocker Protection & Decrypt BitLocker Encrypted Drive in Windows Recovery Environment (WinRE).
Requirements:
A. A Windows 10 Installation Media (USB or DVD). If you don’t own a Windows Installation Media then you can create one by using Microsoft’s Media Creation tool.
- How to create a Windows 10 USB installation media.
- How to create a Windows 10 DVD installation media.
B. The BitLocker Recovery key or the BitLocker Password: In order to turn off the Bitlocker protection, you must have the Bitlocker password or the Bitlocker Recovery Key in order to unlock the drive first and then to decrypt the drive. *
* Note: If you don’t have the BitLocker recovery key, there is no way to bypass the BitLocker protection. If a disk is BitLocker protected and you don’t have the BitLocker Recovery Key or the password to unlock the drive, then the only option you have (in order to use the drive again), is to fully erase the drive by using the instructions in this article: How to Remove BitLocker Protection from a Drive Without the BitLocker Recovery key or Password.
The Bitlocker recovery key is a 48-digit number and can be found at the following locations:
- On a printout you saved, when you enabled Bitlocker.
- On a USB drive you used, during the Bitlocker activation to save the Bitlocker recover key.
- At the Microsoft Account Recovery Keys, by using the MS account you using to login to your device, or you have added to the device in order to download apps from Microsoft Store, or to activate MS Office or for email.
- On your Azure Account for work PC’s that login with an Azure Active Directory account.
Once you find the BitLocker recovery key or the ΒitLocker password, then proceed to unlock the Bitlocker encrypted drive and to remove the Bitlocker encryption in WinRE, by following the instructions below.
To unlock and decrypt the operating system drive C: from the WinRE:
1. Boot your system from the Windows 10 installation media.
2. At the below screen press the SHIFT + F10 keys to launch command prompt. (or press Next > Repair My Computer > Troubleshoot > Command Prompt). *
* Note: If you prompted for the recovery key, click SKIP this drive.
3. At command prompt, type the following command to view the drive letter of the encrypted drive:
- manage-bde -status
4. Then proceed to unlock the encrypted drive, by using the following command, according your case:
Case A. If you know the BitLocker recovery key, give this command:
- manage-bde -unlock drive-letter: -rp BitLocker-recovery-key
* e.g.: If you want to unlock the drive “D:” and the bitlocker recovery key is: “123456-123456-123456-123456-123456-123456” then type:
- manage-bde -unlock D: -rp 123456-123456-123456-123456-123456-123456
Case B. If you know the BitLocker password to unlock the drive, give this command:
- manage-bde -unlock drive-letter: -pw BitLocker-Password
* e.g.: If you want to unlock the drive “D:” and the BitLocker password is: “123qwerty” then type: *
- manage-bde -unlock D: -password 123qwerty
5. Then proceed to decrypt the drive and turn off the BitLocker protection with this command:
- manage-bde -off drive-letter:
* e.g.: If you want to decrypt the drive “D:”, type:
- manage-bde –off D:
6. The decryption process with start. To check the decryption status type again the following command and ensure that the drive is Fully Decrypted and Unlocked:
- manage-bde -status
7. When you done, remove the Windows installation media and restart the computer. *
* Note: If Windows cannot start, then attach the drive to another computer and backup your personal data to another media. Then diagnose the drive for problems and if it is OK, put the disk back on the computer and perform a clean Windows 10 installation.
That’s all folks! Did it work for you?
Please leave a comment in the comment section below or even better: like and share this blog post in the social networks to help spread the word about this problem.