Hello, thank you for reaching out to Microsoft Q&A.
The BitLocker recovery key is a 48-digit number.
Could you please verify if the BitLocker Recovery key ID shown on your device matches the Recovery key ID in your account?
If it is correct and you receive an error when unlocking the drive, use the command below to see if you can unlock it via the command prompt.
Open the command prompt as Administrator.
Execute the command below and click Enter.
To Unlock your Drive:
manage-bde -unlock D: -RecoveryPassword YOUR-48-DIGIT-KEY
Replace D: with your actual drive letter.
Then, YOUR-48-DIGIT-KEY with the actual BitLocker Recovery key.
For example, it should be in the format-
manage-bde -unlock D: -RecoveryPassword 123456-123456-123456-123456-123456-123456-123456-123456
Let me know if you still need more help.