I’m trying to determine whether data recovery is still possible from a BitLocker-encrypted SSD after a hardware failure that likely destroyed access to the original TPM.
The laptop’s motherboard was physically damaged and no longer boots. The SSD is intact and readable when connected externally to another system, but it requires the BitLocker recovery key to unlock (the Windows account password does not work).
I do not have the recovery key. The system was running Windows 11 Pro (24H2) with a local (non-Microsoft) account, and it was never joined to Azure AD or a domain. I do not recall ever being prompted to save a recovery key, so it may have been enabled automatically via Device Encryption.
This was the primary OS drive, and BitLocker was likely using TPM-only protection (no PIN or USB key configured), as the system never required any pre-boot authentication.
What I want to understand is whether there are any realistic hardware-based recovery paths in this situation, or if the data is effectively unrecoverable.
Specifically:
- Is it possible to interface the SSD with the original TPM (still
attached to the damaged motherboard) in a way that would allow the
volume to unlock? - Is TPM transplantation (desoldering and moving it to an identical
working motherboard) viable in practice? - If the TPM and motherboard are physically damaged, is the data
cryptographically unrecoverable without the recovery key?
What I have available:
- Original (cracked) motherboard with TPM still attached
- Working motherboard of the same model (HP Spectre x360 14-ea0023dx)
- Original SSD (currently in a USB enclosure)
- Secondary macOS system with BitLocker-compatible tools
- Original Windows account password (no recovery key)
- Time and persistence
I am looking to confirm whether any legitimate recovery path exists given the hardware I still have. Thanks!