Hello,
Thank you for posting in Microsoft Community forum.
Based on the description, it is possible that the missing Intel RST driver caused the issue with BitLocker recovery.
To prevent this from happening again, you can try adding the Intel RST driver to the recovery partition. You can also check if the driver is already included in the recovery partition by accessing it through the command prompt and running the command
dism /Get-Drivers /Mount-Wim /WimFile:X:\sources\recovery\winre.wim /index:1
Note:Replace "X" with the drive letter of the recovery partition.
If the driver is not included, you can add it using the command
dism /Add-Driver /Mount-Wim /WimFile:X:\sources\recovery\winre.wim /Driver:C:\IntelRST.inf /Recurse
Note:Replace "C:\IntelRST.inf" with the path to the Intel RST driver on your computer.
This should ensure that the recovery partition has the necessary drivers to access the disk and unlock BitLocker in case of a recovery event.
Have a nice day.
Best Regards,
Moll