Hello Facing8356,
Thank you for posting in Microsoft Community forum.
It sounds like you've already tried several troubleshooting steps, but the issue persists. Given the error messages and the fact that TPM seems to be working correctly, here are a few additional steps you can try:
- Update TPM Drivers:
Ensure that the TPM drivers are up to date. You can check the manufacturer's website for any available updates.
- Check BIOS/UEFI Settings:
Double-check the BIOS/UEFI settings to ensure that the TPM is enabled and properly configured. Sometimes, a small change in settings can make a big difference.
- Reset TPM:
Try resetting the TPM in the BIOS/UEFI settings. This will clear all TPM data, so you'll need to reconfigure it afterward.
- Check for Firmware Updates:
Ensure that your BIOS/UEFI firmware is up to date. Sometimes, updating the firmware can resolve TPM-related issues.
- Use PowerShell to Reset TPM:
You can use PowerShell to reset the TPM. Open an elevated PowerShell window and run the following commands:
$Tpm = Get-WmiObject -class Win32_Tpm -namespace "root\CIMv2\Security\MicrosoftTpm"
$Tpm.SetPhysicalPresenceRequest(22)
Restart your computer and follow any prompts to clear the TPM.
- Check BitLocker Group Policy Settings:
Ensure that the BitLocker Group Policy settings are correctly configured. You can open the Local Group Policy Editor (gpedit.msc) and navigate to Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Operating System Drives. Make sure the settings are correct.
If you still can't find the recovery key, you might need to reset the device, which will erase all data. I hope one of these steps helps you retrieve the key! Let me know if you need further assistance.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan