Windows update broke my computer?

Grant McBride 65 Reputation points
2026-07-22T22:23:27.85+00:00

I was using my computer perfectly fine last night and I went to turn it off. I selected "Update and Shutdown" and walked away. When I went to use it today the computer booted and brought me to this weird Bitlocker screen (which I had never seen before). I followed the instructions and got the recovery key and put it in and after I did that it tried to repair but ended up just restarting and bringing me back to the Bitlocker screen. I have tried to use the livechat microsoft help but keep getting disconnected so anything help! Thanks!

Windows for home | Windows 11 | Windows update
0 comments No comments

Answer accepted by question author
Manoel Barros 21,815 Reputation points Independent Advisor
2026-07-25T14:19:28.77+00:00

Thanks!

Now you need to determine what is causing the startup failure:

  • Whether it is BitLocker itself.
  • A third-party issue or driver.
  • Or if Windows itself is corrupted.

First of all, connect a flash drive or external hard drive and back up your data.


Did you install any programs recently before the problem occurred? If so, uninstall the program via Settings > Apps > Installed apps.

Also, perform a Windows repair:

  1. Type "'Command Prompt'" in the Search Bar > Right-click on the app > Select ''Run as administrator''.
  2. Type the following commands.

ATTENTION: Type the entire command on the first line > Press ENTER > Wait for the command to complete > Run the next command on the list.

sfc /scannow

chkdsk c: /f /x /r

# When the message "...Scan the next time the system is restarted? (Y/N)" appears, press the Y (Yes) key.

sfc /scannow
  1. When finished, shut down the computer properly and turn it on again.

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author
Manoel Barros 21,815 Reputation points Independent Advisor
2026-07-23T15:59:18.22+00:00

Thanks for your feedback!
Were you able to enter your password and access Windows in Safe Mode?

Safe Mode activates only the services and apps necessary for Windows; the rest are disabled. This means something is preventing startup.

Before attempting any solution, disable BitLocker:

  1. Type "Command Prompt" in the Search Bar > Right-click on the app > Select ''Run as administrator''.
  2. Type the commands below:

ATTENTION: Type exactly the same commands described below > When typing the first command, press ENTER > Wait for the command to complete > Run the next command in the list.

manage-bde -unlock  X: -rp <Key> 
  • Replace the letter X with the letter of the Encrypted Drive (Usually "C") and then place the Colon.
  • Replace <Key> with the Recovery Key (Including Dashes).

EXAMPLE:

manage-bde -off C: -rp 123456-789012-345678-901234-567890-123456-789012-345678

  1. Use the Command below to check the unlock status of the Encrypted Drive.
manage-bde -status C: 
  1. When the "Percentage Encrypted" option is at 0%, it means the drive is BitLocker free.

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author
Manoel Barros 21,815 Reputation points Independent Advisor
2026-07-22T23:16:30.52+00:00

Hi!

BitLocker activates automatically when you sign in with a Windows account. If you entered the key and it attempted to repair Windows, it means the key is correct, but Windows is corrupted.

You will need to try to repair Windows.

  1. Turn off your computer during startup or repair screen until you enter the Recovery Environment.
  • On the Blue Screen with the "Restart" and "Advanced Options" options, click Advanced Options.
  1. In Recovery Mode, select Troubleshooting > Here you will have several options for Windows recovery. Try the following options:

Boot Repair

Windows will try to fix the problem.

  • If you are not successful, proceed to the next step.

Uninstall Updates

  • Choose the "Uninstall Latest Quality Update" option.
  • If the problem persists, go back to the Menu and choose the "Uninstall Latest Feature Update" option.

System Restore

Scroll through the Restore Window until you reach the available Restore Points > Choose the latest > Advance options.

  • If any error occurs, skip to next step.

Command Prompt

In the terminal, type the repair commands below.

ATTENTION: Type the entire command in the first line > Press ENTER > Wait for the command to complete > Run next list command > When you execute all commands, restart your computer.


sfc /scannow

chkdsk c: /f /x /r 

  • Proceed to next step if you do not solve your problem.

Boot Configuration

Click the option to restart the computer > Select option 4 (Safe Mode > If you access Windows, tell me for more troubleshootings.

Restore the PC

  1. Under 'Troubleshooting', select the option "Restore PC" > "Keep my files" to completely restore your computer and keep your files.
  2. Choose the reinstallation method "Download from Cloud". If error occurs, choose "Local Reinstallation".

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Manoel Barros 21,815 Reputation points Independent Advisor
    2026-07-23T15:54:26.8133333+00:00

    Thanks for your feedback!
    Were you able to enter your password and access Windows in Safe Mode?

    Safe Mode activates only the services and apps necessary for Windows; the rest are disabled. This means something is preventing startup.

    Before attempting any solution, disable BitLocker:

    1. Type "Command Prompt" in the Search Bar > Right-click on the app > Select ''Run as administrator''.
    2. Type the commands below:

    ATTENTION: Type exactly the same commands described below > When typing the first command, press ENTER > Wait for the command to complete > Run the next command in the list.

    manage-bde -unlock  X: -rp <Key> 
    
    • Replace the letter X with the letter of the Encrypted Drive (Usually "C") and then place the Colon.
    • Replace <Key> with the Recovery Key (Including Dashes).

    EXAMPLE:

    manage-bde -off C: -rp 123456-789012-345678-901234-567890-123456-789012-345678

    1. Use the Command below to check the unlock status of the Encrypted Drive.
    manage-bde -status C: 
    
    1. When the "Percentage Encrypted" option is at 0%, it means the drive is BitLocker free.

    Was this answer helpful?

    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.