Share via

How do I enter Bitlocker Key when I can't get Keyboard to work?

Gail C 0 Reputation points
2026-02-22T00:12:22.34+00:00

There was an update on our desktop and now I cannot get past the Bitlocker screen. I have tried with a Bluetooth keyboard and a USB plug in keyboard and neither will let me type anything. What can I do to get past this screen so I can use my computer?

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

1 answer

Sort by: Most helpful
  1. Gunasekar N 61,045 Reputation points Independent Advisor
    2026-02-22T03:11:55.2233333+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    Try turning off BitLocker Recovery encryption from the Command Prompt (Administrator) Window:

    You can press the Esc key on your keyboard or select the "Skip this drive" option at the bottom of the screen to start your computer from the recovery environment screen.

    Select Advanced Options > Open Command Prompt.

    Execute the following command to unlock your hard drive.

    manage-bde -unlock C: -RecoveryPassword YOUR-48-DIGIT-KEY
    

    Replace C with the drive letter that is locked.

    Also, replace 48-DIGIT-KEY with the actual BitLocker recovery key stored in your Microsoft account.

    To check the drive letter, you can type

    manage-bde -status
    

    If the hard drive protection status is unlocked, you can disable BitLocker encryption by executing the following command:

    manage-bde -off C:
    

    You can check the decryption progress with manage-bde -status command.

    If you are still having issues, try plugging in the USB keyboard into another port and see if it is being detected.

    Let me know if you still need more help.

    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.