Share via

Bitlocker recovery screen

douglas connelly 5 Reputation points
2026-03-06T20:39:20.8+00:00

After an automatic windows update, the bitlocker screen comes up. I have found my bitlocker recovery key and entered it correctly.

  • Couldn't connect to the network
  • D:\WINDOWS\System32\Logfiles\Srt\SrtTrail.txt
  • This drive is locked by Bitlocker Drive Encryption. You must unlock this drive from control panel Help!
Windows for home | Other | Performance and system failures

4 answers

Sort by: Most helpful
  1. Hendrix-V 12,725 Reputation points Microsoft External Staff Moderator
    2026-03-08T01:45:39.4666667+00:00

    Hi douglas connelly,

    Welcome to the Microsoft Q&A forum.

    Thanks to Q&A Assist, your data is accessible and can be copied safely. You can choose one of the quick methods below to process:

    Option 1: Copy files using a simple file window

    • In the Command Prompt screen, type: notepad
    • In Notepad, select File > Open.
    • Change File type to All Files.
    • Use the file window to browse your unlocked drive.
    • Insert a USB drive, then copy and paste your files to it.

    Option 2: Copy files using commands - This option is faster and more reliable for large amounts of data

    • Identify drive letters:
    diskpart
    list volume
    exit
    
    • Copy files to a USB drive using: robocopy C:\Users E:\Backup /E /Z (Adjust drive letters as needed).

    Your drive unlocking successfully confirms your data is intact. Taking a backup now is a smart next step and helps ensure peace of mind before moving on to system recovery.

    Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. douglas connelly 5 Reputation points
    2026-03-06T22:25:29.69+00:00

    The drive says it's unlocked.

    How do I proceed to copy what's on the drive?

    0 comments No comments

  3. douglas connelly 5 Reputation points
    2026-03-06T22:22:11.6333333+00:00

    After entering the - manage-bde -unlock <DriveLetter>: -recoverypassword <48-digit-key> command the drive is unlocked.

    What do i do next?

    0 comments No comments

  4. Q&A Assist
    2026-03-06T20:39:34.7+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The BitLocker key was accepted, but Windows is still not booting and reports that the drive is locked. Use the recovery key again to fully unlock the drive, then repair or reinstall Windows.

    Follow these steps:

    1. Unlock the drive from Windows Recovery Environment (WinRE)
      1. From the BitLocker recovery screen, enter the 48‑digit recovery key so the device can proceed into recovery.
      2. When you reach the recovery options, choose Troubleshoot > Advanced options > Command Prompt.
      3. In Command Prompt, identify the Windows drive letter (often C: in normal Windows, but in WinRE it may appear as D: or another letter). You can check by running:
              dir C:\
              dir D:\
        
        and looking for the Windows folder.
      4. Once the correct drive letter is known, unlock it explicitly with manage-bde using the recovery password:
              manage-bde -unlock <DriveLetter>: -recoverypassword <48-digit-key>
        
        Replace <DriveLetter> with the drive that contains Windows and <48-digit-key> with the BitLocker recovery key.
    2. If the drive is still reported as locked If Windows still says the drive is locked or cannot be accessed even after unlocking with the recovery key, connect the drive to another working PC as a secondary drive and unlock it there:
      1. Attach the drive to another Windows device.
      2. On that device, unlock the BitLocker‑protected volume using either PowerShell or Command Prompt, for example:
              Unlock-BitLocker -MountPoint D -RecoveryPassword xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx
        
        or
              manage-bde.exe -unlock D: -recoverypassword xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx
        
      3. After unlocking, copy important data off the drive to another location.
    3. If Windows remains unbootable after unlocking After data is backed up, use installation media or the PC’s recovery image to perform a repair install or a clean install of Windows. If doing a clean install from bootable USB and deleting all partitions, BitLocker keys are not required because the disk is being fully repartitioned and reformatted.
    4. If the volume is damaged and cannot be unlocked normally If the recovery password is correct but the volume is damaged and cannot be unlocked, use the BitLocker Repair tool (repair-bde.exe) as a last resort to salvage data, provided the BitLocker key package and recovery password are available. This tool decrypts the volume at block level to recover data from severely damaged drives. It cannot repair drives that failed during encryption/decryption and assumes the drive is fully encrypted.

    If none of these methods can unlock the drive or recover data, and no backup exists, data on the drive may not be recoverable.


    References:

    0 comments No comments

Your answer

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