Hello Alex T7,
thank you for posting on the Microsoft Community Forums.
If your BitLocker recovery key is failed to unlock, there might be an underlying issue with BitLocker or the TPM (Trusted Platform Module).
- Verify Recovery Key: Double-check the BitLocker recovery key you have. Make sure it's the correct one for the drive in question.
- Suspend and Resume BitLocker: Open Command Prompt as an administrator, and then run the following commands: manage-bde -protectors -disable C: manage-bde -protectors -enable C: replace "C:" with the appropriate drive letter.
- BitLocker Repair Tool: Open Command Prompt as an administrator, and then run the following commands:
repair-bde C: X: -rp [your BitLocker recovery key]
"C:" is the BitLocker drive and "X:" is a separate, empty drive where you can move the data. Ensure you have another drive that can take the data, as this command attempts to recover the data to another location.
Hope it helps.
Kind regards,
Lei