Bitlocker identifying drive

Christian Sundqvist 0 Reputation points
2025-03-06T13:31:12.3733333+00:00

Bought a new laptop (Asus ROG Zephyrus G16) and windows 11 was pre-installed on the device. My previous SSD from my previous laptop (including my photos etc. and Windows installation) was on the ssd drive which I moved to the new laptop. Now D: and not the boot drive.

Problem is that the Key id does not match, therefore not the 48-digit key either.

Any advice?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,977 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 631 Reputation points
    2025-03-06T18:29:12.54+00:00

    Hello @Christian Sundqvist

    When you move a BitLocker‐encrypted SSD from one machine to a new one, BitLocker’s key protectors (for example, those based on the TPM or PIN) may no longer work because the drive was originally unlocked by the old laptop’s TPM. When the drive appears in your new system (as D:), Windows 11 is unable to automatically unlock it and instead asks for the recovery key. That key is a 48-digit number generated during encryption—but it’s tied to a specific key protector.

    If the BitLocker “Key ID” (the unique identifier shown when you view the drive’s protectors) does not match the one associated with the 48-digit recovery key you have, it suggests one of the following:

    The drive’s protector has changed: If BitLocker was reconfigured (or even partly reinitialized) during the move, the stored protector on the drive might differ from the one for which you saved the recovery key.

    You may be using the wrong recovery backup: BitLocker recovery keys are typically saved in your Microsoft account, printed, or stored in Active Directory (if this was a work device). It’s possible that you have a recovery key from another time or from a different drive.

    The drive was encrypted with TPM-based protection: Because the TPM of your old laptop is different from that on your new laptop, the automatic unlock can no longer happen, and the drive falls back to asking for a recovery key. If you now see a key ID that doesn’t match your known key, it may be a version mismatch or that you’re looking at a key generated during a re-encryption process.

    Troubleshooting Steps

    1. Confirm the Drive’s BitLocker Status

    Use an elevated Command Prompt to list the current protectors and key identifiers. This can help you see which key is expected. For example:

    Open an Elevated Command Prompt: Press Win + X and choose Windows Terminal (Admin) or Command Prompt (Admin).

    Run the BitLocker Status Command:

    cmd

    manage-bde -status D:
    

    This displays whether the drive is locked and shows information about the protectors.

    List the Key Protectors:

    cmd

    manage-bde -protectors -get D:
    

    Look at the "Recovery Password" section. Note the Key ID shown there.

    1. Locate the Correct Recovery Key

    Check Your Microsoft Account: If the drive was ever automatically backed up to your Microsoft account, sign in at Microsoft’s Recovery Key page and check if the key for this device is listed.

    Search for Local Backups: Look for any printed copy, a saved file, or any documentation that might include the 48-digit key that corresponds to the BitLocker Key ID from step 1.

    Cross-reference Key ID: Ensure that the recovery key record you have exactly matches the Key ID shown by the manage-bde command. Even one digit off means it’s not the correct key.

    1. Consider the Following Options
    • If You Have the Correct Key: Enter it when prompted. Once unlocked, you might consider decrypting the drive and re-encrypting it in the new hardware environment. This avoids future TPM-related issues:
      1. In Control Panel > BitLocker Drive Encryption, choose the option to disable BitLocker.
      2. Once decrypted, re-enable BitLocker so that the new hardware’s TPM (or chosen protector) is used.
    • If You Don’t Have the Correct Key: Unfortunately, without the exact recovery key matching the drive’s protector, BitLocker won’t let you unlock the drive. In this case, you might:
      • Check All Possible Backups: There might be a recovery key stored in a location you haven’t looked yet—maybe with your old laptop’s account or in corporate AD, if applicable.
      • Data Recovery Services: As a last resort, if the data is critical, you may need to look into professional recovery options. However, without the recovery key, BitLocker encryption is designed to be non-breakable.When you move a BitLocker‐encrypted SSD from one machine to a new one, BitLocker’s key protectors (for example, those based on the TPM or PIN) may no longer work because the drive was originally unlocked by the old laptop’s TPM. When the drive appears in your new system (as D:), Windows 11 is unable to automatically unlock it and instead asks for the recovery key. That key is a 48-digit number generated during encryption—but it’s tied to a specific key protector. If the BitLocker “Key ID” (the unique identifier shown when you view the drive’s protectors) does not match the one associated with the 48-digit recovery key you have, it suggests one of the following:
        • The drive’s protector has changed: If BitLocker was reconfigured (or even partly reinitialized) during the move, the stored protector on the drive might differ from the one for which you saved the recovery key.
        • You may be using the wrong recovery backup: BitLocker recovery keys are typically saved in your Microsoft account, printed, or stored in Active Directory (if this was a work device). It’s possible that you have a recovery key from another time or from a different drive.
        • The drive was encrypted with TPM-based protection: Because the TPM of your old laptop is different from that on your new laptop, the automatic unlock can no longer happen, and the drive falls back to asking for a recovery key. If you now see a key ID that doesn’t match your known key, it may be a version mismatch or that you’re looking at a key generated during a re-encryption process.
        Troubleshooting Steps
        1. Confirm the Drive’s BitLocker Status
        Use an elevated Command Prompt to list the current protectors and key identifiers. This can help you see which key is expected. For example:
        1. Open an Elevated Command Prompt: Press Win + X and choose Windows Terminal (Admin) or Command Prompt (Admin).
        2. Run the BitLocker Status Command: cmd
                 manage-bde -status D:
          
          This displays whether the drive is locked and shows information about the protectors.
        3. List the Key Protectors: cmd
                 manage-bde -protectors -get D:
          
          Look at the "Recovery Password" section. Note the Key ID shown there.
        4. Locate the Correct Recovery Key
        • Check Your Microsoft Account: If the drive was ever automatically backed up to your Microsoft account, sign in at Microsoft’s Recovery Key page and check if the key for this device is listed.
        • Search for Local Backups: Look for any printed copy, a saved file, or any documentation that might include the 48-digit key that corresponds to the BitLocker Key ID from step 1.
        • Cross-reference Key ID: Ensure that the recovery key record you have exactly matches the Key ID shown by the manage-bde command. Even one digit off means it’s not the correct key.
        1. Consider the Following Options
        • If You Have the Correct Key: Enter it when prompted. Once unlocked, you might consider decrypting the drive and re-encrypting it in the new hardware environment. This avoids future TPM-related issues:
          1. In Control Panel > BitLocker Drive Encryption, choose the option to disable BitLocker.
          2. Once decrypted, re-enable BitLocker so that the new hardware’s TPM (or chosen protector) is used.
        • If You Don’t Have the Correct Key: Unfortunately, without the exact recovery key matching the drive’s protector, BitLocker won’t let you unlock the drive. In this case, you might:
          • Check All Possible Backups: There might be a recovery key stored in a location you haven’t looked yet—maybe with your old laptop’s account or in corporate AD, if applicable.
          • Data Recovery Services: As a last resort, if the data is critical, you may need to look into professional recovery options. However, without the recovery key, BitLocker encryption is designed to be non-breakable.

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!


  2. Hania Lian - MSFT 21,901 Reputation points Microsoft External Staff
    2025-03-07T03:27:24.4733333+00:00

    Hello,

    Does Bitlocker open with the key on the previous computer?

    I'm guessing the cause of the problem is because the system change caused BitLocker to not be able to decrypt with the previous key.

    In my experience, the computer may automatically encrypt itself after some system changes or hardware replacement.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.