Move disk bitlocker to another pc

Lazher YAAKOUBI 381 Reputation points
2021-11-08T19:22:04.787+00:00

Hi,

How can I move a drive with Bitlocker (windows 10) to another PC without decrypting and encrypting.

I tried moving the drive to a PC of the same model, version and BIOS setup, but every reboot, bitlocker asks for a password.

Thank you.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,274 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 39,391 Reputation points
    2021-11-11T09:26:00.427+00:00

    Hi there,

    You can move the drive and boot from it after entering the recovery key

    When booted, you can add a new protector like a password after removing the old TPM protector. You can also add the new tpm to that drive after you remove the old TPM protector.

    The TPM holds the key and releases it only if certain conditions are met:

    -we boot directly from the boot drive and not from some other drive
    -the bios settings are at the expected values
    -the hardware housing that drive is still the same
    -the correct PIN (if one is setup) is entered.


    --If the reply is helpful, please Upvote and Accept it as an answer--


2 additional answers

Sort by: Most helpful
  1. MTG 1,196 Reputation points
    2021-11-09T07:30:23.99+00:00

    If you boot from that drive on the old machine, it does not ask for a password, because it uses the key that gets automatically released by the TPM chip of the old machine.
    On the new machine, you will have to add a new TPM protector like this:
    1st, remove the old one:
    manage-bde -protectors -delete c: -type TPM
    Then, add the TPM of the new machine:
    manage-bde -protectors -add c: -tpm

    Both commands will need to be run on an elevated command prompt.
    No decryption or re-encryption needed.

    1 person found this answer helpful.

  2. Leon Laude 85,666 Reputation points
    2021-11-08T19:51:53.21+00:00

    Hi @Lazher YAAKOUBI ,

    In general it is recommended to suspend the encryption and resume it after you have moved the drive or changed hardware.

    I would try decrypting it and re-encrypt it on your new PC, this should fix the password being asked at each boot.

    You may also refer to a similar thread below for more guidance:
    https://social.technet.microsoft.com/Forums/en-US/dc4b0c7d-bb1b-4a74-bc06-7d084fb38926/moving-bitlocker-encrypted-drive-to-new-computer?forum=win10itprogeneral

    ----------

    If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!

    Best regards,
    Leon

    0 comments No comments