Hi GD,
Welcome to the Microsoft Q&A forum.
When an SSD encrypted with BitLocker is removed from its original laptop and connected to another computer, Windows may rely entirely on the recovery key to unlock it. Please check your Microsoft account to ensure that you are using the correct recovery key as multiple keys can be associated with a single device.
With the right recovery key, you can consider the 2 options below to proceed:
1, Use repair-bde to extract data
- Connect the SSD to a working Windows PC.
- Connect a second empty drive (same size or larger).
- Open Command Prompt as Administrator.
- Run the repair-bde command using your 48‑digit recovery key to copy data to the empty drive:
repair-bde E: F: -rp YOUR-48-DIGIT-RECOVERY-KEY
2, Try unlocking via Command Prompt
- Open Command Prompt as Administrator.
- Use
manage-bde -statusto identify the drive letter. - Attempt to unlock using manage-bde -unlock with your recovery key:
manage-bde -unlock E: -rp YOUR-RECOVERY-KEY - If successful, copy your files immediately to another drive.
If none of the above methods succeed, it usually indicates the encrypted volume metadata can no longer be read. In that case, BitLocker’s design prevents further access, and data recovery would not be possible without a prior backup.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.