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:
- Type "'Command Prompt'" in the Search Bar > Right-click on the app > Select ''Run as administrator''.
- 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
- When finished, shut down the computer properly and turn it on again.