If Windows refuses to shut down, it usually means a background process, driver, update, or system service is preventing the shutdown sequence from completing. This guide covers the most common causes and solutions for Windows 10 and Windows 11.
Common Symptoms
- Windows hangs on “Shutting down”
- Screen goes black but the PC stays powered on
- Fans and lights stay on after shutdown
- Shutdown takes several minutes or never completes
- System restarts instead of shutting down
1. Close Background Apps
Programs running in the background can block shutdown.
- Press Ctrl + Shift + Esc to open Task Manager
- End tasks that are not responding
- Try shutting down again
2. Disable Fast Startup
Fast Startup can cause shutdown problems on some systems.
- Go to Control Panel → Power Options
- Select Choose what the power buttons do
- Click Change settings that are currently unavailable
- Uncheck Turn on fast startup
3. Check for Windows Updates
Pending or stuck updates can prevent shutdown.
- Go to Settings → Windows Update
- Install all available updates
- Restart the PC
4. Run Power Troubleshooter
Fixes common power and shutdown issues automatically.
- Go to Settings → Troubleshoot
- Select Other troubleshooters
- Run the Power troubleshooter
5. Check for Driver Problems
Faulty drivers can block the shutdown sequence.
- Open Device Manager
- Look for devices with warning icons
- Update or reinstall problematic drivers
6. Stop Windows Services That Hang
Some services can freeze during shutdown.
- Open Command Prompt as Administrator
- Run this command to stop the Windows Update service:
net stop wuauserv
Then try shutting down again.
7. Run System File Checker
Fixes corrupted system files that may block shutdown.
- Open Command Prompt as Administrator
- Run:
sfc /scannow
8. Run DISM Repair
Repairs deeper Windows image corruption.
- Run the following commands:
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
9. Reset Windows (Last Resort)
If shutdown problems persist, a reset may be required.
- Select Reset this PC from Recovery options
- Choose Keep my files when possible
Still Having Issues?
Persistent shutdown failures may indicate deeper software or driver problems. Review related guides for advanced troubleshooting.
For deeper troubleshooting, see related guides such as boot repair, drive diagnostics, and hardware testing.