Share via

Factory Reset a Computer With Bitlocker (No Recovery Key)

Anonymous
2023-09-05T17:51:14+00:00

I am trying to factory reset a computer that has a drive encrypted by Bitlocker and running Windows 11. I have no way to recover the key, so my goal is only to perform a clean install of Windows. If I try running Diskpart clean, the hard drive will no longer appear in diskpart list and cannot be detected by the installation media, however the BIOS is still able to recognize it. The computer will show "no boot device detected" after powering on.

I've seen some mention of using delete partition override in other posts, but I'm unsure which partition I should be running this command on. Should this be used on the System partition or the Primary partition? One attempt at using this command on Primary allowed me to perform a new installation, but the laptop's touchpad and speakers became non-functional even after fully updating Windows/drivers.

So, what is the proper way to do this without damaging the system? Can someone explain why diskpart clean makes the hard drive unrecognizable, and why my second attempt damaged the touchpad/audio functionality?

Windows for home | Windows 11 | Recovery and backup

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2023-09-05T19:08:08+00:00

    Hello, how are you?

    In this case, as there is no access to the BitLocker key, the only option really is to perform a clean installation of Windows 11 on your disk.

    Diskpart should not cause this problem, but clean it completely to receive a new install, did you execute it exactly according to the sequence below?

    1. Start Windows installation via USB;
    2. Proceed with the installation until you reach the screen where you will select the disk for installation;
    3. On this screen press Shift+F10 to open the Command Prompt;
    4. Enter the commands below:

    diskpart [Enter]

    list disk [Enter]

    select disk 0 Enter

    clean [Enter]

    create partition primary [Enter]

    exit [Enter]

    exit [Enter]

    1. Close the command prompt and go back to the installation;
    2. Click the update button and the newly created partition will appear, select it and proceed with the installation.

    It is worth noting, that after the clean install, not all drivers are recognized and reinstalled, so the touchpad and audio were not working.

    After finishing it, you need to access the manufacturer's website, and search for the drivers through your computer's serial number, so when you download them and install them, all devices should work correctly.

    30+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-12-14T14:55:06+00:00

    I have the exact same issue. BitLocker wants a key. Booted up via a media creation tool USB image and list disk only shows the USB drive. Are there any other work arounds not needing the removing of the NVME from the laptop?

    20+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-09-06T13:46:01+00:00

    No, if I just clean the disk and go back to the installation screen, the disk disappears entirely. It cannot be seen with list disk or through the installation media and effectively renders the hard drive unusable. At this point, the drive can ONLY be seen when running a disk check in BIOS

    5 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-09-05T19:39:19+00:00

    In this case, it will not list the disk volumes, as they are deleted by the command, but list disk should show the disk normally.

    If you just clean the disk and go back to the installation screen is it possible to create a partition to follow the installation?

    5 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2023-09-06T22:25:34+00:00

    This is really strange, how did you manage to finish the installation as mentioned earlier?

    3 people found this answer helpful.
    0 comments No comments