Share via

I have a Lenovo IdeaPad flex5 and have encured a bit blocker issue. I've tried several of the fixes but I can't get my laptop to boot to windows 11

Ranny Anderson 0 Reputation points
2026-02-16T00:42:22.53+00:00

I am having issues with bit blocker. I have my recovery key and i have tried fixes from the command prompt to unlock it. It says it's already unlocked. I have a Lenovo IdeaPad Flex 5. Do you have any ideas of how to get me back into my laptop and windows 11?

Windows for home | Windows 11 | Recovery and backup
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jhun Buala 4,980 Reputation points Independent Advisor
    2026-02-17T03:42:32.9066667+00:00

    Hi Ranny Anderson,

    Good day. I'm Jhun an independent advisor. Im sorry to hear about your PC login / signin issue. Since you have the BitLocker recovery key and it says the drive is already unlocked, this usually means:

    1. The drive unlocks correctly.
    2. But Windows 11 fails during boot.
    3. Or the boot configuration is damaged.

    Let's try these fixes and see what will fix the problem.

    A. For checking: Confirm the drive is actually unlocked.

    1. In Command Prompt (from Advanced Startup), type: manage-bde -status
    2. Look for: C: drive > Protection Status: Off Lock Status: Unlocked
    3. If it shows unlocked, this is good, BitLocker is not the main blocker anymore.

    B. Repair Windows boot files.

    1. Still in Command Prompt, Check disk for corruption. chkdsk C: /f /r Let it finish (this may take a while).
    2. Repair system files. sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
    3. Rebuild Boot Configuration (VERY IMPORTANT STEP) Run these one at a time: bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd
    4. If “Access is denied” appears on /fixboot, run: bootsect /nt60 sys
    5. Then retry: bootrec /fixboot
    6. Then restart and test.

    C. Check BIOS settings.

    1. On the Lenovo IdeaPad Flex 5, Power off
    2. Press the small Novo button (tiny pinhole button on side)
    3. Choose BIOS Setup
    4. Check: Boot Mode > UEFI Secure Boot > Enabled TPM > Enabled SATA Mode > AHCI
    5. If any of these were changed recently, BitLocker will trigger recovery.
    6. Save & exit.

    D. Disable BitLocker temporarily if it keeps looping.

    1. If the drive is unlocked: manage-bde -protectors -disable C:
    2. Then restart.
    3. If you get back into Windows, later re-enable it with: manage-bde -protectors -enable C:

    E. If Windows still won’t boot. You may have:

    1. Corrupted EFI partition
    2. Damaged Windows installation
    3. SSD issue

    At this point, the safest fix is a Startup repair.

    1. Go to: Troubleshoot > Advanced Options > Startup Repair.
    2. Let it run automatically.

    F. As a last fix option if you have key:

    1. Option A: Reset Windows (keeps files). Troubleshoot > Reset this PC > Keep my files.
    2. Option B: Clean install of Windows 11. You’ll need a USB installer from Microsoft.

    I hope this helps.

    Regards,
    Jhun

    0 comments No comments

  2. Q&A Assist
    2026-02-16T00:42:31.05+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To resolve your BitLocker issue on your Lenovo IdeaPad Flex 5, you can try the following steps:

    1. Use the Recovery Key: Since you have your recovery key, ensure you are entering it correctly. If it states that the drive is already unlocked, it may be a different issue.
    2. Check BitLocker Status: Boot into the recovery environment and access the Command Prompt. You can check the status of BitLocker by running the command:
         manage-bde -status
      
      This will show you if the drive is indeed locked or unlocked.
    3. Unlock the Drive: If the drive is locked, you can attempt to unlock it using the recovery key with the following command:
         manage-bde -unlock <DriveLetter>: -recoverypassword <YourRecoveryKey>
      
      Replace <DriveLetter> with the letter of your drive (usually C:) and <YourRecoveryKey> with your actual recovery key.
    4. Turn Off BitLocker: If you can access the Command Prompt, you can also try to turn off BitLocker entirely:
         manage-bde -off <DriveLetter>:
      
    5. Contact Lenovo Support: If these steps do not resolve the issue, it may be beneficial to contact Lenovo support for assistance specific to your device.

    If you continue to experience issues, it might be helpful to provide more details about any error messages you encounter during these steps.


    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.