how to turn off the bitlocker recovery key
To stop Windows from asking for the BitLocker recovery key, you usually need
to turn off BitLocker encryption on the drive that is prompting for it,
then let the drive fully decrypt. Microsoft forum guidance and OEM support
pages point to the same basic fix: open BitLocker settings, choose the
affected drive, and select Turn off BitLocker or use an elevated manage- bde -off C: command for the system drive.
What to do
- Open Control Panel.
- Go to System and Security.
- Open BitLocker Drive Encryption.
- Find the drive that keeps asking for the recovery key.
- Select Turn off BitLocker.
- Let decryption finish completely before rebooting.
If you prefer the command line, open Command Prompt as Administrator and run:
text
manage-bde -status
manage-bde -off C:
That is the standard way to disable BitLocker on the system drive and remove the recovery-key prompt once decryption completes.
If it keeps coming back
- Make sure the PC stays plugged in during decryption.
- Do not interrupt the process with shutdowns or restarts.
- If the prompt appears at every boot, the TPM or boot configuration may have changed, which is why BitLocker is re-checking the machine’s trust state.
- For a work laptop, your IT admin may have policy-based BitLocker settings that re-enable protection automatically.
Important note
If you are currently stuck on the recovery screen, you usually need the recovery key first to unlock the drive before you can turn BitLocker off. After the drive is unlocked, you can disable BitLocker and prevent future prompts.
TL;DR
Turn off BitLocker for the affected drive, let it decrypt fully, and then reboot. If the recovery screen appears first, unlock it with the recovery key, then disable BitLocker afterward.