Forum Discussion
Jeffersonkiu
Mar 19, 2026Copper Contributor
How to fix Windows 11 stuck on restarting screen?
Hi everyone, my Windows 11 PC recently got stuck on the restarting screen and it has been like this for a long time without going to the desktop. I'm not sure if this happened because of a recent upd...
Axton-X
Mar 19, 2026Brass Contributor
Using System File Checker (SFC) and Deployment Image Servicing and Management (DISM) tools can be effective methods to fix Windows 11 stuck on restarting screen. These tools scan and repair corrupted or missing system files that might be causing the issue. Here's how you can use them:
Step-by-Step Guide to Fix Windows 11 Stuck on Restarting Screen with SFC and DISM
1. Boot into Recovery Mode
- Turn off your PC forcibly by pressing and holding the power button.
- Turn it back on, and repeat this process 3 times until Windows automatically enters Recovery Mode.
- In Recovery Mode, select Troubleshoot > Advanced options > Command Prompt.
2. Run System File Checker (SFC)
In the Command Prompt window, type the following command and press Enter:
sfc /scannow
- This scans your system for corrupted or missing system files and repairs them if possible.
- Wait for the process to complete. It might take some time.
3. Run DISM Tool
After the SFC scan completes, run the DISM command to repair the Windows image:
DISM /Online /Cleanup-Image /RestoreHealth
- This process repairs the system image, which can fix underlying issues preventing Windows from booting correctly.
- Wait until the process completes, which may also take some time.
4. Restart Your Computer
- Once both scans finish successfully, restart your PC normally.
- Check if Windows 11 no longer gets stuck on the restarting screen.