Bitlocker recovery key restart loop

SiRi 0 Reputation points
2026-09-15T16:47:31.3366667+00:00

I enter the bit locker pass code.

I work for maybe 5 minutes and then the computer restarts and I have to enter the passcode again and it keeps doing this over and over.

The first time I got the blue screen of death was February. This loop started happening about a weeks ago.

Windows for business | Windows Client for IT Pros | Devices and deployment | Recovery key
0 comments No comments

2 answers

Sort by: Oldest
  1. AI answer

    2026-09-15T16:48:08.1266667+00:00

    A repeated BitLocker recovery prompt usually means Windows is hitting a startup or security-state problem and BitLocker is re-entering recovery each time. Common triggers include changes to boot files, TPM state, BIOS/UEFI firmware, PCR settings, or repeated failed startup attempts.

    Start with this path:

    1. Check whether the device can reach Windows Recovery Environment.
      • Power on the PC.
      • As Windows starts loading, hold the power button to force shutdown.
      • Repeat this twice.
      • On the third start, Windows should enter Recovery Environment.
    2. In Recovery Environment, try startup repair options.
      • Go to Troubleshoot.
      • If available, use repair options such as startup repair or uninstalling recent updates.
    3. If the device is a Surface and this started after firmware or TPM-related updates, check for the known Surface BitLocker recovery issue.
      • On affected Surface devices, BitLocker can keep prompting for recovery after UEFI or TPM firmware updates, especially if PCR values differ from the default PCR 7 and PCR 11.
      • To verify the PCR values in use, run this from an elevated Command Prompt when possible:
             manage-bde.exe -protectors -get <OSDriveLetter>:
        
    4. If the device cannot start even after entering the correct recovery key, use WinRE Command Prompt to inspect or repair startup.
      • For BCD-related recovery screens, from Troubleshoot > Advanced options > Command Prompt, run:
             bootrec /scanos
             bootrec /rebuildbcd
             bootrec /fixmbr
             bootrec /fixboot
        
      • Then test whether Windows starts.
    5. If the issue is repeated recovery after a configuration change and Windows does load, identify and reset the root cause.
      • Review what changed before the loop started: BIOS/UEFI update, TPM change, boot order change, docking changes, Windows upgrade, or hardware movement.
      • Use:
             manage-bde.exe -status
        
        to view the current BitLocker protection mode.
      • BitLocker validation profile reset can be performed by suspending and resuming BitLocker.
    6. If the problem is a forgotten PIN rather than a damaged startup state, reset the PIN after unlocking with the recovery password.
      • Open BitLocker Drive Encryption in Control Panel.
      • Expand the OS drive.
      • Select Change PIN > Reset a forgotten PIN.
      • Administrative credentials are required if the signed-in account is not an administrator.

    Important:

    • Disabling protectors or turning off BitLocker reduces protection on the device.
    • Firmware, TPM, and boot repair actions should be done carefully because they can affect startup and security state.

    If this is a Surface device and the loop began after firmware or TPM updates, the most relevant documented fix is to boot from a Surface recovery image, unlock the OS drive with the recovery password, and disable the TPM protectors temporarily using manage-bde.exe -protectors -disable <DriveLetter>: so the device can start again.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Harry Phan 32,025 Reputation points Independent Advisor
    2026-09-15T17:55:20.01+00:00

    Hello,

    The loop you’re describing is not a normal BitLocker behavior. Entering the recovery key once should unlock the drive until the next reboot. If the system is forcing you back into recovery every few minutes, it usually points to underlying hardware or driver instability that is corrupting the boot environment and triggering BitLocker’s protection.

    The first thing to check is whether the TPM is stable. Go into tpm.msc and confirm that the TPM is showing as “Ready for use.” If you see repeated resets or errors in Event Viewer under Applications and Services Logs > Microsoft > Windows > TPM, that would explain why BitLocker keeps asking for the key. In that case, update your BIOS/UEFI firmware to the latest version from your OEM, as TPM firmware bugs are a common cause of this loop.

    Next, review the Event Viewer under System for critical errors around the time of the forced restarts. Look specifically for Kernel-Power events or disk errors. A failing SSD or unstable storage controller driver can cause BitLocker to think the boot environment has changed, forcing recovery. Make sure your storage drivers (Intel RST, AMD RAID, or NVMe controller) are up to date from the vendor, not just Windows Update.

    Also check if Fast Startup is enabled. Go to Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable and disable Fast Startup. Corrupted hibernation data can trigger BitLocker recovery loops.

    If the issue started after a BSOD in February, it’s possible the crash damaged the boot configuration. Run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth from an elevated Command Prompt to repair system files. If corruption persists, you may need to fully suspend BitLocker (manage-bde -protectors -disable C:), rebuild the boot files with bootrec /fixboot and bootrec /rebuildbcd, then re-enable BitLocker.

    If none of these stabilize the system, you’re likely dealing with failing hardware (most often the SSD or motherboard TPM). At that point, I’d recommend backing up your data immediately and running OEM diagnostics. If the hardware checks out, reinstalling Windows cleanly and re-enabling BitLocker is the last resort.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    HP.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.