How to Unlock Bitlocker after auto software update?

Evan Patton 0 Reputation points
2025-03-29T20:07:55.4566667+00:00

When I turned on my computer Microsoft pushed a software update. I am now getting an screen telling me I need to enter a bitlocker key. I never enabled bitlocker. I am unable to get a key.

The recovery key ID is [Mod Removed]

It is a HP Pavilion laptop

|HP Pavilion 16" Touchscreen Laptop - AMD Ryzen 7 8840U - WUXGA (1920 x 1200) - Windows 11
Item ‌1820736‌|HP Pavilion 16" Touchscreen Laptop - AMD Ryzen 7 8840U - WUXGA (1920 x 1200) - Windows 11|| | -------- | -------- | -------- | |HP Pavilion 16" Touchscreen Laptop - AMD Ryzen 7 8840U - WUXGA (1920 x 1200) - Windows 11HP Pavilion 16" Touchscreen Laptop - AMD Ryzen 7 8840U - WUXGA (1920 x 1200) - Windows 11 Item ‌1820736‌|

Windows for business Windows Client for IT Pros User experience Other
{count} votes

3 answers

Sort by: Most helpful
  1. Marten Theunissen 676 Reputation points
    2025-03-29T21:44:20.34+00:00

    Hi Evan,

    Please do go ahead and run the through the steps below.

    1. Retrieve Your BitLocker Recovery Key

    Sign in to your Microsoft account at account.microsoft.com/devices/recoverykey.

    Locate your recovery key associated with your device.

    2. Unlock BitLocker Using Command Prompt

    Boot into Advanced Options:

    Restart your computer and press F8 or Shift + F8 during startup.

    Select Troubleshoot > Advanced Options > Command Prompt.

    Unlock the drive:

    Type the following command and press Enter:

    manage-bde -unlock C: -RecoveryPassword YOUR-RECOVERY-KEY

    Replace YOUR-RECOVERY-KEY with your actual 48-digit recovery key.

    3. Repair the Boot System

    Run the following commands in Command Prompt:

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

    Restart your computer and check if Windows boots normally.

    4. Disable BitLocker Temporarily (if needed)

    Open Command Prompt in Advanced Options.

    Disable BitLocker:

    manage-bde -off C:


  2. Anonymous
    2025-04-01T09:01:37.22+00:00

    Hello,

    Thank you for posting in Microsoft Q&A.

    Based on the description, I understand your question is related to unlock bitlocker.

    Restart the computer, press and hold the F8 key as your computer restarts. The machine will show advanced boot options.

    Select Repair your computer/Troubleshoot, and then open the Command Prompt.

    Try run below command to check Bitlocker status on your machine:

    manage-bde -status

    You can also check the status of a specific drive, such as C drive:

    manage-bde -status C:

    If there is Bitlocker enabled drive, use below command to disable bitlocker of that drive:

    Replace <recovery password> with your 48-digit recovery key, replace C with your current problem drive letter:

    manage-bde -unlock C: -recoverypassword <recovery password>

    After unlock, disable bitlocker use this command, replace C with your current drive letter:

    manage-bde -off C:

    Have a nice day.

    Best Regards,

    Molly

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

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


  3. Pooch 0 Reputation points
    2025-04-06T17:14:40.05+00:00

    Hi, click on skip this drive as it helps sometimes.


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.