I am stuck in the Bitlocker loop after the update I guess and it won't work anyhow. What do I do?

Anonymous
2025-05-29T10:00:50+00:00

I updated the device a week ago. When I was using my laptop is suddenly stopped working in between my session and the touchscreen, touchpad, and the keyboard stopped working. Later when I tried restarting the system it opened the Bitlocker screen where I put my recovery key. But even after doing so it didn't work. I am stuck in the loop. I even tried uninstalling the quality and the feature updates, but it shows - "We ran into a problem" and then again the loop begins. I need a solution also. My important files are still on the disk and I don't want to loose them.

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

3 answers

Sort by: Most helpful
  1. Neil D 33,645 Reputation points Volunteer Moderator
    2025-05-29T14:29:24+00:00

    I've seen this option:

    If the key entered is correct, but still having trouble unlocking the drive, pressEsc keyor select "Skip this drive" option on the screen to boot your PC in the recovery environment window.
    Select Troubleshoot > Advanced Options > Command prompt.

    Enter the commands one by one below to unlock the drive and turn off encryption.

    manage-bde -unlock C: -recoverykey [type your 48 digit RecoveryKey]
    
    manage-bde -off C:
    

    Replace [type your 48 digit RecoveryKey] with your actual product key. (For example, you would enter this as manage-bde -unlock c: -recoverykey xxxxx-xxxx-xxxxx)

    Then type the next command to turn off the encryption.

    from I got struck in the Bitlocker recovery - Urgent - Microsoft Community

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-05-29T12:39:16+00:00

    Hi Varad,

    This is Jess, an independent advisor. This problem was most likely caused by a driver issue or a system update that triggered BitLocker’s security measures. To prevent data loss in the future, be sure to back up your files before installing major updates. It’s also a good idea to temporarily suspend BitLocker before making significant system changes.

    Here's a step-by-step plan to help you recover your important files and get your system working again.

    1. Use an External Keyboard/Mouse

    If your built-in keyboard or touchpad doesn’t respond, connect a USB keyboard/mouse. This often works even when system drivers fail.

    1. Access Advanced Recovery

    Force shut down your laptop 3 times during boot to trigger Windows Recovery (WinRE). If available, try:

    Startup Repair

    System Restore

    Uninstall Updates (Quality/Feature)

    If these options fail or loop, continue below.

    1. Backup Your Files via Bootable USB

    To safely copy your files:

    On another PC, create a Windows 11 bootable USB using Microsoft’s Media Creation Tool.

    Boot your laptop from this USB.

    On the installer screen, press Shift + F10 to open Command Prompt.

    Unlock your BitLocker drive:

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

    Use Notepad or Command Prompt to copy files to a USB drive.

    1. Reinstall Windows (Only If Needed)

    Once files are safe, you can reinstall Windows:

    Boot from the USB.

    Select Custom Install.

    Format only the C: partition, not the whole drive.

    If BitLocker blocks you, disable it with:

    manage-bde -off C:

    Was this answer helpful?

    0 comments No comments
  3. Neil D 33,645 Reputation points Volunteer Moderator
    2025-05-29T12:30:19+00:00

    The only solution without a working recovery key is usually a clean install.

    Perhaps you may be able to remove the encryption to allow you to see what is happening when the system loops.

    Look at manage-bde | Microsoft Learn to see if you can turn off the encryption via the command prompt.

    You will need a bootable USB flash drive Download Windows 11 to be able to boot to a Command prompt.

    Was this answer helpful?

    0 comments No comments