Share via

Once Bitlocker key is entered, my tablet tries to diagnose and after 30 minutes restarts and asks for the bitlock again. How can I unlock my tablet and gain access?

Lechner, Rob 0 Reputation points
2025-12-23T21:10:21.6066667+00:00

After I enter in my bitlocker key, my computer tries to diagnose the problem. Next it pulls up a window with a "couldnt connect to the network. Keep your device on and well look for solutions again in : 30 minutes (starts at 30 minutes and winds down).

At the end of 30 minutes, my surface pro restarts and goes back in to the same loop of requesting my bitlocker key, tries to diagnose and then claims unable to connect to the network. Does anyone have a workaround to this problem? Need to re-gain access to my surface pro.

Surface | Surface Pro | Network
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Huy-K 9,940 Reputation points Microsoft External Staff Moderator
    2025-12-24T23:39:44.3666667+00:00

    Dear @Lechner, Rob,

    Thank you for posting your question in the Microsoft Q&A forum.

    We apologize for any inconvenience you may encounter when using our services/ products. Based on your description, kindly try these following steps:

    Break the automatic repair loop (WinRE)

    • Enter the BitLocker key when asked > when “Diagnosing your PC” appears, press Power to interrupt and force Advanced options. If you only see the countdown page, let it finish once, then as soon as it reboots press Shift + F8 (or hold power 10s twice) to reach Choose an option.
    • Go to Troubleshoot > Advanced options > Command Prompt.
    • In the console, run:
    bcdedit /set {default} recoveryenabled No
    bcdedit /set {default} bootstatuspolicy IgnoreAllFailures
    
    • This stops Auto Repair from re‑triggering at boot and lets us see the real failure.
    • Restart > if it now boots normally, re‑enable recovery later:
    bcdedit /set {default} recoveryenabled Yes
    bcdedit /set {default} bootstatuspolicy DisplayAllFailures
    
    

    Repair system files and disk

    • Go to Troubleshoot > Advanced options > Command Prompt
    chkdsk C: /f /r
    sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
    DISM /Image:C:\ /Cleanup-Image /RestoreHealth
    
    • Restart and test.

    Rebuild the boot loader (BCD)

    • If the loop persists, still in Command Prompt:
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /scanos
    bootrec /rebuildbcd
    
    • If access is denied on /fixboot, run:
    bcdboot C:\Windows /f UEFI
    
    • Restart.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    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.


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.