HomeTechOps

Windows

Windows is asking for a BitLocker recovery key

Why Windows suddenly demands a 48-digit BitLocker recovery key after an update, firmware change, or on a PC you never knowingly encrypted — where to find the key, and how to stop it recurring.

Evidence from the screen

Reference images and diagrams. Click any image to view full resolution.

Diagram of how BitLocker seals its key to the TPM, which releases it only when the measured boot environment (Secure Boot state and boot files, recorded in PCRs) matches what it sealed against, and the split between a benign one-time recovery prompt that reseals on the next boot versus an every-boot loop caused by a network-first boot order, a cleared TPM, or disabled Secure Boot.
Original concept diagram (not vendor copyright). A one-time prompt after an update is benign and reseals next boot; an every-boot loop is a real misconfiguration — find the key first, never disable Secure Boot to stop it.
Windows Security Device security page showing Core isolation, the Security processor (TPM) providing additional encryption, Secure boot enabled with all certificate updates applied, and Data encryption.
Windows Security → Device security confirms the TPM (security processor) and Secure Boot state. First-party screenshot (Windows 11 25H2).

Problem summary

I'm here because Windows is showing a blue BitLocker recovery screen asking for a 48-digit recovery key — usually after an update, a BIOS/firmware change, or out of nowhere on a PC I didn't think was encrypted. First, the reassuring part: a recovery prompt is not data loss. Your drive is intact; BitLocker is just refusing to auto-unlock because the boot environment it measured changed. The job is to (1) find your key, (2) understand why it triggered, and (3) stop it happening again. On Windows 11 24H2 and newer, Device Encryption is on by default for many clean installs signed in with a Microsoft account — which is why people get prompted on a machine they never manually encrypted. If the PC also won't boot, see Windows won't boot.

Operator snapshotEvidence first
First proof

Read the 8-character Key ID shown on the recovery screen.

Screen to open

manage-bde -status

Expected signal

It identifies which stored recovery key matches this drive, so you grab the right one if several are saved.

Stop boundary

If no key exists anywhere, the data is unrecoverable — don't wipe until every store is checked.

Layer path

1BitLocker doesn't just encrypt the disk — it seals the unlock key to the TPM, which only releases it if the measured boot environment matches what it sealed against. Those measurements live in Platform Configuration Registers (PCRs): PCR 7 covers Secure Boot state, others cover firmware and the boot manager. Change the measured state and the TPM withholds the key, so BitLocker falls back to the 48-digit recovery prompt. The prompt is the safety mechanism working, not a fault.
2There are two very different situations that look the same on screen. A one-time prompt after an update or firmware change is benign — the boot measurements changed, you enter the key once, and BitLocker reseals against the new state on the next boot. A prompt on every boot is a real misconfiguration (a network-first boot order, a reset TPM, or disabled Secure Boot) that never lets the measurements stabilize.
3On Windows 11 24H2 and newer, automatic Device Encryption is enabled on far more consumer hardware — clean installs signed in with a Microsoft account get the OS drive encrypted silently, with the recovery key escrowed to that account. That's why a routine update can surface a recovery prompt on a PC the owner never knowingly encrypted, and why 'where is my key' is the first question, not 'how do I decrypt'.
Runbook

Step-by-step runbook

Start here. Do each check in order, compare it to the expected result, and stop when the evidence explains the failure or the safe stop point applies.

1

Get unlocked now

Check: Read the Key ID on the screen, then look the 48-digit key up at account.microsoft.com/devices/recoverykey (personal) or your work account portal (Entra/AD). Enter it.

Expected result: Windows unlocks and boots normally — your data was never at risk.

If not: If the key isn't in your Microsoft account, check work accounts, printouts, and USB .BEK files before assuming it's lost.

Safe stop: If no key exists anywhere, the data is unrecoverable — don't wipe until every store is checked.

2

Classify it: one-time vs every-boot

Check: Reboot. See whether the prompt returns.

Expected result: A one-time prompt after an update/firmware change is benign and won't return once it reseals.

If not: If it returns on every boot, it's a configuration problem — go to the boot-order/Secure-Boot step.

3

Confirm why it triggered

Check: Match the prompt to a recent Windows update, BIOS/UEFI/TPM firmware change, or a Secure Boot/boot-order change. Run the "Check encryption + protection status" command below to confirm encryption state.

Expected result: You can attribute the prompt to a specific, benign change.

If not: If nothing changed and it loops, suspect PXE boot order, a cleared TPM, or disabled Secure Boot.

4

Fix a recurring loop at the root

Check: In UEFI, set the Windows disk first in the boot order (not network/PXE), confirm Secure Boot is enabled (don't disable it to 'fix' the prompt), and avoid clearing the TPM.

Expected result: With stable measurements, BitLocker reseals and the loop stops.

If not: If it still loops, capture the preboot error (PCR mismatch vs Secure Boot changed) and treat firmware/TPM as the suspect.

Safe stop: Disabling Secure Boot makes the loop worse, not better.

5

Prevent the next one

Check: Before any firmware/BIOS/TPM update, suspend BitLocker (manage-bde -protectors -disable C: -RebootCount 0), update, verify with the "Check encryption + protection status" command below, then resume. Confirm your recovery key is saved off the device.

Expected result: Future firmware work completes without a recovery prompt, and you always have the key as a backstop.

If not: If you can't confirm the key is escrowed/saved, back it up before doing any firmware work.

Safe stop: Never start firmware updates on an active BitLocker drive without the key accessible.

Decision tree

Decision tree

If: One recovery prompt after a Windows/firmware update, then it would boot if you had the key.

Then: Benign Secure Boot / boot-file measurement change — the normal case.

Action: Enter the 48-digit key from your Microsoft account; BitLocker reseals on the next boot and the prompt stops.

If: Recovery prompt on every single boot.

Then: A persistent measurement mismatch — a real misconfiguration.

Action: Set the disk (not network/PXE) first in the UEFI boot order, confirm Secure Boot is enabled, and don't clear the TPM; then let BitLocker reseal.

Safe stop: Don't keep entering the key every boot as a 'solution' — fix the cause.

If: You're about to update BIOS/UEFI/TPM firmware.

Then: Firmware changes reliably change boot measurements and will trigger recovery if BitLocker is active.

Action: Suspend BitLocker first (manage-bde -protectors -disable C: -RebootCount 0, or Control Panel → Suspend protection), update, verify, then resume.

Safe stop: Never run a firmware update on an active BitLocker drive without the key saved off-device.

If: It's an April-2026-update prompt on a managed/work PC.

Then: Likely the KB5083769 known issue with an unrecommended PCR7 Group Policy — a first-restart, one-time prompt.

Action: Enter the key once; ensure KB5089549 (or later) is installed, which improves startup reliability after boot-file updates.

If: You can't find the key anywhere.

Then: If it was never escrowed or saved, the data is unrecoverable — even Microsoft can't regenerate it.

Action: Exhaust every store (Microsoft account, work account, printouts, USB .BEK files) before considering the drive lost.

Safe stop: Do not wipe/reinstall on the assumption the key is gone until you've checked the Microsoft account by Key ID.

Evidence

Evidence table

SymptomEvidence to collectLikely layerNext action
Blue 'BitLocker recovery' screen with a Key ID, once after an update.The Key ID; the recent update/firmware event.Benign Secure Boot / boot-file measurement change.Enter the key from account.microsoft.com/devices/recoverykey; it reseals next boot.
Recovery prompt on every boot.UEFI boot order (is network/PXE first?); Secure Boot enabled state; any recent TPM clear.Persistent mismatch (PXE-first boot order, disabled Secure Boot, or reset TPM).Fix boot order / re-enable Secure Boot / stop clearing the TPM, then let it reseal.
Prompt appeared right after a BIOS/UEFI or TPM firmware update.Whether BitLocker was suspended before the update.Firmware change altered boot measurements.Enter the key; next time, suspend BitLocker before firmware work.
Prompt on a PC the owner never knowingly encrypted (Windows 11 24H2+).Whether the PC was clean-installed with a Microsoft account; manage-bde -status output.Automatic Device Encryption enabled at setup.Retrieve the key from the Microsoft account it was escrowed to.
Reference

Commands and settings paths

Check encryption + protection status

manage-bde -status

Where: Elevated Command Prompt / Terminal (once Windows is running)

Expected: Shows whether the drive is encrypted, the protection status, and the encryption method — confirming BitLocker/Device Encryption is actually on.

Failure means: If it shows 'Protection On' on a drive you didn't encrypt, 24H2 auto-encryption is why you're being prompted.

Safe next step: Use this to confirm state before suspending or changing anything.

Read which PCRs the policy validates

manage-bde -protectors -get C:

Where: Elevated Command Prompt

Expected: Lists the protectors and the TPM PCR validation profile — useful to see if PCR 7 is pinned by policy (the April-2026 managed-device case).

Failure means: A pinned PCR7 profile on a managed PC matches the KB5083769 known issue.

Safe next step: On managed devices, removing the unrecommended PCR7 Group Policy is Microsoft's documented workaround.

Suspend BitLocker before firmware/BIOS/TPM updates

manage-bde -protectors -disable C: -RebootCount 0 (resume: manage-bde -protectors -enable C:)

Where: Elevated Command Prompt

Expected: BitLocker is suspended (key available, integrity checks skipped) so a measurement change during the update doesn't trigger recovery; -RebootCount 0 keeps it suspended until you resume.

Failure means: A single-reboot suspend can resume mid-update (firmware often needs several reboots) and still trip recovery.

Safe next step: Resume protection (or Resume-BitLocker) right after the update completes; verify with manage-bde -status.

Hardware boundary

Hardware and platform boundary

Change only when

  • There's nothing to buy — the fix is finding the key and stabilizing the boot environment. If anything, a small printed copy of the recovery key stored safely is the only 'purchase' worth making.

Evidence that matters

  • The 48-digit recovery key, escrowed to your Microsoft (or work) account and ideally also saved off-device.
  • Stable UEFI settings: Windows disk first in the boot order, Secure Boot enabled.
  • A habit of suspending BitLocker before firmware/BIOS/TPM updates.

Evidence that does not matter

  • Decrypting the whole drive 'to avoid the prompt' — it removes your protection for a problem that's usually a one-time reseal.
  • Third-party BitLocker 'unlock' tools — the legitimate key from your account is the only thing that works.

Avoid

  • Disabling Secure Boot to stop the prompt (it makes the mismatch permanent).
  • Clearing the TPM without the recovery key in hand.
  • Running BIOS/TPM firmware updates without suspending BitLocker first.
  • Wiping/reinstalling because you 'can't find the key' before checking the Microsoft account by Key ID.

Related tool/checklist

Use the linked tool when you need a guided plan from your exact symptoms instead of a static checklist.

Backup plan builder

Related problems

Last reviewed

2026-06-02 · Reviewed by HomeTechOps. Reviewed against Microsoft's find-your-recovery-key, recovery-process, suspend-BitLocker, Secure Boot troubleshooting, and Device Encryption documentation plus the April/May 2026 KB notes; distinguishes the benign one-time reseal from a real every-boot loop, leads with retrieving the key (not decrypting), and is explicit that disabling Secure Boot is the wrong move.

Sources/assumptions

  • Assumes a consumer Windows 11 PC with BitLocker or Device Encryption on the OS drive; work/school (Entra ID / Active Directory) devices escrow the key to the organization instead of a personal Microsoft account.
  • The recovery-key location, the PCR/Secure Boot trigger mechanism, the suspend-before-firmware syntax, and the 24H2 auto-encryption behavior follow Microsoft Support and Microsoft Learn current to mid-2026.
  • The April 2026 KB5083769 BitLocker known issue is, per Microsoft, narrow and mostly affects managed devices with an unrecommended PCR7 Group Policy — a stock consumer recovery prompt is more often the generic one-time Secure Boot measurement change.

Source-backed checks

HomeTechOps turns official docs and conservative safety rules into a shorter runbook. These links are the source trail for the page direction.

Microsoft Support: Find your BitLocker recovery keyUsed for the rule that recovery keys must be visible at account.microsoft.com/devices/recoverykey BEFORE firmware, dock, BIOS, or 25H2 patch changes on BitLocker-protected devices; aka.ms/myrecoverykey short URL + 24H2 hint behavior.Microsoft Learn: BitLocker recovery processUsed for the technical PCR7 / Secure Boot / TPM validation explanation behind the April 2026 KB5083769 recovery-prompt incident — why Boot Manager signature changes trigger the prompt.Microsoft Learn: Suspend BitLocker protection for non-Microsoft software updatesUsed for suspending BitLocker before firmware/TPM/BIOS updates (manage-bde -protectors -disable / Suspend-BitLocker -RebootCount 0) so a measurement change doesn't trigger a recovery prompt.Microsoft Support: Secure Boot troubleshooting guideUsed to explain why an update can trigger a one-time BitLocker recovery prompt (a temporary PCR7/Secure Boot measurement mismatch that reseals on the next boot) versus a recurring loop (PXE boot order, TPM reset, disabled Secure Boot).Windows Central: KB5083769 April 2026 BitLocker recovery loopUsed for the Windows 11 25H2 April 2026 update BitLocker recovery-prompt bug, partially fixed by KB5089549; mitigation involves disabling 'Preboot for TBT' in firmware.BleepingComputer: Microsoft fixes BitLocker recovery issue (KB5089549)Used for the May 2026 resolution path for the KB5083769 April 2026 BitLocker recovery-prompt loop on Windows 11 24H2/25H2.Eleven Forum: KB5089549 cumulative update build notes (May 12, 2026)Used for the build numbers (26100.8457 / 26200.8457) that fix the 25H2 dock device-loss-on-resume bug, plus the known 0x800f0922 install failure on devices with <10MB free EFI partition.Microsoft Support: Device encryption in WindowsUsed for the fact that Windows 11 24H2 broadened automatic Device Encryption (BitLocker) on clean installs with a Microsoft account, so many users are prompted for a key on a drive they didn't knowingly encrypt.