# Fix Windows 11 Not Shutting Down or Restarting URL: https://www.mytechnician.tech/tips/fix-windows-11-not-shutting-down-restarting/ Published: 2026-05-21 | Author: Ankit Kumar Tags: Windows 11, Troubleshooting, Fix, System Summary: PC stuck on 'Shutting down' or screen stays on after Sleep? Close stuck apps, update drivers, and fix fast startup and power settings on Windows 11. Recommended app: PC-Troubleshooter — https://www.mytechnician.tech/apps/windows-troubleshooter/ (Microsoft Store: https://apps.microsoft.com/detail/9N7RWKW8SP24?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## 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](https://www.mytechnician.tech/tips/fix-windows-11-freezing-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](https://www.mytechnician.tech/tips/fix-onedrive-sync-issues-windows-11/). ### Step 2: See What Windows Is Waiting On 1. `Win + R` → `shutdown /a` only works if a shutdown is already in progress—it cancels it so you can investigate. 2. Open **Terminal (Admin)** and run: ```cmd 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 Panel** → **Power Options** → **Choose 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 **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 1. **Control Panel** → **Power Options** → **Change plan settings** → **Change advanced power settings**. 2. **Sleep** → **Allow wake timers** → **Disable** (on battery and plugged in). 3. **USB settings** → **USB selective suspend** → **Disabled** for testing. 4. **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](https://www.mytechnician.tech/tips/fix-windows-11-freezing-crashing-randomly/). ### Step 9: Reset Power Plans **Terminal (Admin)**: ```cmd 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. --- Source: https://www.mytechnician.tech/tips/fix-windows-11-not-shutting-down-restarting/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: PC-Troubleshooter (PC-Troubleshooter is a system diagnostic and repair tool for Windows 10 and Windows 11—hardware, drivers, network, and common fixes in one app.) — https://www.mytechnician.tech/apps/windows-troubleshooter/ More guides: https://www.mytechnician.tech/llms.txt