Hi,
This typically means some Windows component is broken.
On the Lock Screen, Press and hold the Shift key. Then, click the restart button on the lock screen located at the bottom right situated in the Power menu, to open the Windows Recovery options.
If you cannot reach the Lock screen or start your computer, restart your PC twice when the boot screen appears. If your PC has no restart button, press and hold the Power button until the computer shuts down. Do this twice.
The third time, the Windows Recovery options should open automatically.
Then,
- Use Startup repair: The first option to try is Startup repair, which automatically detects and fixes problems. Depending on the severity of the problem, it may or may not be successful.
- Uninstall Updates: The second step you can try is to uninstall the latest updates if Windows 10 fails to start after installing updates.
Choose Uninstall Updates.
Uninstall the update based on what was installed – a feature update or a quality update. Usually, the former is responsible.
- CHKDSK:If uninstalling did not help and is unrelated, the next step is to try using a Disk Check.
Choose Command Prompt in the list of troubleshooting.
Get the Current Windows Installation drive letter, which is either C, D, or E; Type BCDEDIT, and Press Enter. Note the letter.
Enter the command given below:
chkdsk X: /f /r (Replace X with the Current Windows Install Letter)
When done, you would see the output and restart the PC to check.
Another try you can give to fix is SFC SCANNOW through the Offboot switch. For this, follow the steps below:
First, find the Windows Install drive letter using the BCDEDIT command.
Then, try entering the following command:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
After the scan completes, you will see the results.
You can also try using DISM:
dism /image:C:\ /cleanup-image /revertpendingactions
- Reset this PC or clean install: The last Step is a Reset. The catch with Reset is all applications would be removed, and files would be kept(you would be presented with the option to erase everything). Also, for this step, A healthy Reset Image is required, which maybe would be affected by corruption. If you are using Installation media, you can do a clean install after rescuing your files.
https://www.yourwindowsguide.com/2024/09/windows-11-recovery-options.html
I hope you find this information useful. If you have any more questions, don't hesitate to reach out. Otherwise, please take a moment to accept the answer. Wishing you good luck!
A Windows MVP writes content on the above website, so it is safe. However, do watch out for the ads. It should translate into your Browser language automatically.Hi,
This typically means some Windows component is broken.
On the Lock Screen, Press and hold the Shift key. Then, click the restart button on the lock screen located at the bottom right situated in the Power menu, to open the Windows Recovery options.
If you cannot reach the Lock screen or start your computer, restart your PC twice when the boot screen appears. If your PC has no restart button, press and hold the Power button until the computer shuts down. Do this twice.
The third time, the Windows Recovery options should open automatically.
Then,
- Use Startup repair: The first option to try is Startup repair, which automatically detects and fixes problems. Depending on the severity of the problem, it may or may not be successful.
- Uninstall Updates: The second step you can try is to uninstall the latest updates if Windows 10 fails to start after installing updates.
Choose Uninstall Updates.
Uninstall the update based on what was installed – a feature update or a quality update. Usually, the former is responsible.
- CHKDSK:If uninstalling did not help and is unrelated, the next step is to try using a Disk Check.
Choose Command Prompt in the list of troubleshooting.
Get the Current Windows Installation drive letter, which is either C, D, or E; Type BCDEDIT, and Press Enter. Note the letter.
Enter the command given below:
chkdsk X: /f /r (Replace X with the Current Windows Install Letter)
When done, you would see the output and restart the PC to check.
Another try you can give to fix is SFC SCANNOW through the Offboot switch. For this, follow the steps below:
First, find the Windows Install drive letter using the BCDEDIT command.
Then, try entering the following command:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
After the scan completes, you will see the results.
You can also try using DISM:
dism /image:C:\ /cleanup-image /revertpendingactions
- Reset this PC or clean install: The last Step is a Reset. The catch with Reset is all applications would be removed, and files would be kept(you would be presented with the option to erase everything). Also, for this step, A healthy Reset Image is required, which maybe would be affected by corruption. If you are using Installation media, you can do a clean install after rescuing your files.
https://www.yourwindowsguide.com/2024/09/windows-11-recovery-options.html
I hope you find this information useful. If you have any more questions, don't hesitate to reach out. Otherwise, please take a moment to accept the answer. Wishing you good luck!
A Windows MVP writes content on the above website, so it is safe. However, do watch out for the ads. It should translate into your Browser language automatically.