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.