Fix Windows 11 Not Shutting Down or Restarting

PC Technician
Windows 11TroubleshootingFixSystem

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

  1. Win + Rshutdown /a only works if a shutdown is already in progress—it cancels it so you can investigate.
  2. Open Terminal (Admin) and run:
    shutdown /s /t 0
    
    If that hangs too, the blocker is driver/service level.

Step 3: Turn Off Fast Startup

Hybrid shutdown causes endless "off but not off" on dual-boot and some laptops.

  1. Control PanelPower OptionsChoose what the power buttons do.
  2. Change settings that are currently unavailable → uncheck Turn on fast startup (recommended)Save changes.
  3. Shut down fully once (not Restart—use shutdown), then test.

Step 4: Update Windows and Drivers

SettingsWindows 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

SettingsSystemTroubleshootOther troubleshootersPower → run it.

Step 6: Disable Wake Timers and USB Wake

  1. Control PanelPower OptionsChange plan settingsChange advanced power settings.
  2. SleepAllow wake timersDisable (on battery and plugged in).
  3. USB settingsUSB selective suspendDisabled for testing.
  4. Device ManagerNetwork adapters / MicePropertiesPower 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.mscSystem → 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

SettingsSystemRecoveryReset 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.