Fix Windows 11 Not Shutting Down or Restarting
The Problem
You choose Shut down and the screen goes black but fans and keyboard LEDs stay on—or Windows sits on Shutting down for twenty minutes. Sleep and restart break the same way after some updates. Usually a program, driver, or Fast Startup is blocking a clean power-off, not a failing power button.
Full freezes while using the PC? See freezing and crashing randomly.
Symptoms
- Hang on blue Shutting down / Restarting screen.
- Laptop will not sleep; battery drains in the bag.
- Power LED stays on; PC wakes itself overnight.
The Fix: Step-by-Step
Step 1: Force Close Obvious Blockers
Before shutdown: save work, quit OneDrive (taskbar cloud → Quit), Teams, game launchers, and open File Explorer windows on network shares. Sync issues can stall shutdown—fix OneDrive sync.
Step 2: See What Windows Is Waiting On
Win + R→shutdown /aonly works if a shutdown is already in progress—it cancels it so you can investigate.- Open Terminal (Admin) and run:
If that hangs too, the blocker is driver/service level.shutdown /s /t 0
Step 3: Turn Off Fast Startup
Hybrid shutdown causes endless "off but not off" on dual-boot and some laptops.
- Control Panel → Power Options → Choose what the power buttons do.
- Change settings that are currently unavailable → uncheck Turn on fast startup (recommended) → Save changes.
- Shut down fully once (not Restart—use shutdown), then test.
Step 4: Update Windows and Drivers
Settings → Windows Update → install all. Then update chipset, Intel ME, AMD PSP, GPU, and network drivers from the PC vendor. Bad network drivers are a classic "won't sleep" cause.
Step 5: Run Power Troubleshooter
Settings → System → Troubleshoot → Other troubleshooters → Power → run it.
Step 6: Disable Wake Timers and USB Wake
- Control Panel → Power Options → Change plan settings → Change advanced power settings.
- Sleep → Allow wake timers → Disable (on battery and plugged in).
- USB settings → USB selective suspend → Disabled for testing.
- Device Manager → Network adapters / Mice → Properties → Power Management → uncheck Allow this device to wake the computer on devices you do not need to wake the PC.
Step 7: Check Event Viewer
eventvwr.msc → System → filter around shutdown time for Kernel-Power and apps vetoing shutdown (old versions of VirtualBox, iTunes, Corsair iCUE show up often). Update or uninstall the named app.
Step 8: Clean Boot Test
msconfig → hide Microsoft services → disable all non-Microsoft → disable startup items → reboot → shut down. If fast, re-enable in halves—same method as the freezing guide.
Step 9: Reset Power Plans
Terminal (Admin):
powercfg -restoredefaultschemes
Hardware Checks
- Hold power button 10 seconds to force off once—do not make it a habit, but it confirms the machine can power down.
- Desktops: faulty front-panel power switch cables can stick—shut down from Start menu with case open and watch if the switch LED behaves oddly.
- After BIOS update, reset to optimized defaults if sleep broke overnight.
Nuclear Option
Settings → System → Recovery → Reset this PC → keep files. If shutdown works on a clean profile but not yours, create a new Windows user account and move data—corrupt profile without full reinstall.