π Table of Contents
- Why Does Windows 11 Won’t Shut Down Happen?
- Method 1: Disable Fast Startup
- Method 2: Install Latest Windows Updates
- Method 3: Run the Power Troubleshooter
- Method 4: Update or Roll Back Problematic Drivers
- Method 5: Run SFC and DISM Scans
- Method 6: Perform a Clean Boot
- Method 7: Disable Devices That Wake Your PC
- Method 8: Restore Default Power Schemes
- Method 9: Force Shutdown via Command Prompt
- Frequently Asked Questions (FAQ)
- External Resources (DoFollow)
- Related Guides & Hub
You click “Shut down” in the Start menu, but your PC stays on. The screen goes black, the fans keep spinning, or you see “Shutting down…” forever. This frustrating “Windows 11 won’t shut down” problem affects countless users, often after updates or driver changes. The good news is that most shutdown issues have simple fixes. In this guide, I’ll walk you through 9 proven methods to get your computer powering off correctly. Most fixes take less than five minutes and don’t require advanced technical skills.
Why Does Windows 11 Won’t Shut Down Happen?
When Windows 11 won’t shut down, the cause is usually one of these: Fast Startup (a power setting that hibernates instead of fully shutting down), a problematic driver (especially network, graphics, or chipset drivers), a stuck Windows Update that never completes, a background app or service refusing to close, corrupted system files, or a faulty hardware device. In January 2026, Microsoft acknowledged a specific bug affecting PCs with Secure Launch enabled, causing them to restart instead of shutting down[reference:0]. That issue was later resolved with the KB5077797 out-of-band update[reference:1]. Let’s go through the fixes step by step, starting with the most common solution.
Method 1: Disable Fast Startup
Fast Startup is a Windows feature that combines shutdown and hibernation to speed up boot times. However, it often prevents a full system shutdown and is the #1 reason Windows 11 won’t shut down properly[reference:2].
Step 1: Press Windows + R, type control, and press Enter to open Control Panel.
Step 2: Go to Hardware and Sound β Power Options.
Step 3: Click “Choose what the power buttons do” on the left sidebar.
Step 4: Click “Change settings that are currently unavailable” (you may need administrator permissions).
Step 5: Under Shutdown settings, uncheck “Turn on fast startup (recommended).”
Step 6: Click “Save changes” and restart your PC, then try shutting down again.
β Expected Result: After disabling Fast Startup, your PC performs a full shutdown when you click Shut down, with fans stopping and lights turning off.
β οΈ Note / Warning: Disabling Fast Startup may increase boot times slightly, but it ensures a complete shutdown every time. This change is reversible if you prefer faster boots.
Why This Works: Fast Startup keeps drivers in a hybrid sleep state rather than shutting them down cleanly. This can cause conflicts, especially with Realtek Wi-Fi and network adapters, leading to shutdown hangs[reference:3]. Disabling it forces a clean shutdown every time.
Method 2: Install Latest Windows Updates
Sometimes Windows won’t shut down because it’s waiting for updates to finish. Other times, a buggy update itself causes the problem. In January 2026, Microsoft released KB5073455, which caused shutdown failures on PCs with Secure Launch enabled[reference:4]. The fix was released as KB5077797 on January 17[reference:5].
Step 1: Press Windows + I to open Settings β Windows Update.
Step 2: Click “Check for updates.” Install any pending updates.
Step 3: If you suspect a specific update broke shutdown, go to Settings β Windows Update β Update history β Uninstall updates. Select the problematic update (e.g., KB5073455) and uninstall it[reference:6].
Step 4: Restart your PC and try shutting down again.
β Expected Result: After installing the latest updates or removing a problematic one, shutdown works normally.
Why This Works: Microsoft regularly releases patches for shutdown bugs. The out-of-band update KB5077797 specifically resolved the Secure Launch shutdown issue affecting Windows 11 version 23H2[reference:7][reference:8]. Keeping your system updated ensures you have these critical fixes.
Method 3: Run the Power Troubleshooter
Windows includes built-in troubleshooters that can automatically detect and fix common power-related issues.
Step 1: Press Windows + I β System β Troubleshoot β Other troubleshooters.
Step 2: Find “Power” in the list and click “Run.”
Step 3: Follow the on-screen instructions. Windows will scan for power issues and attempt to fix them automatically.
Step 4: After the troubleshooter completes, restart your PC and test shutdown.
β Expected Result: The troubleshooter identifies and resolves power configuration issues, restoring normal shutdown behavior.
Why This Works: The Power troubleshooter can reset misconfigured power settings, repair corrupted power schemes, and identify hardware conflicts that block shutdown.
Method 4: Update or Roll Back Problematic Drivers
Faulty drivers, especially for network adapters, graphics cards, and Intel Management Engine, are notorious for preventing Windows 11 from shutting down. The Realtek Wi-Fi driver, in particular, frequently causes DPC Watchdog Violation blue screens during shutdown[reference:9].
Step 1: Right-click Start β Device Manager.
Step 2: Expand “Network adapters.” Right-click your Wi-Fi or Ethernet adapter β Update driver β Search automatically for drivers.
Step 3: Also update “Display adapters” (graphics drivers) and “System devices” (look for Intel Management Engine Interface).
Step 4: If the problem started after a driver update, roll it back: Right-click the device β Properties β Driver tab β Roll Back Driver (if available).
Step 5: After updating or rolling back, restart your PC and test shutdown.
β Expected Result: Updated or rolled-back drivers eliminate driver conflicts that were blocking shutdown.
Why This Works: Drivers that fail to close properly during shutdown cause the system to hang indefinitely. Disabling Fast Startup (Method 1) also helps with Realtek driver issues because Fast Startup keeps drivers in a hybrid sleep state rather than shutting them down cleanly[reference:10].
Method 5: Run SFC and DISM Scans
Corrupted system files can prevent Windows from shutting down correctly. The System File Checker (SFC) and Deployment Image Servicing and Management (DISM) tools can repair these files.
Step 1: Right-click Start β Terminal (Admin) or Command Prompt (Admin).
Step 2: Run the DISM command first: DISM /Online /Cleanup-Image /RestoreHealth. Press Enter and wait for it to complete (this may take 10-15 minutes).
Step 3: Then run the SFC command: sfc /scannow. Press Enter and wait for completion.
Step 4: Restart your PC and test shutdown.
β Expected Result: Corrupted system files are repaired, and shutdown works normally.
Why This Works: SFC scans and repairs missing or corrupted Windows system files, while DISM repairs the system image that SFC uses as a source. Together, they fix deep system corruption that other methods can’t address.
Method 6: Perform a Clean Boot
A clean boot starts Windows with minimal drivers and startup programs, helping you identify if a third-party service or app is preventing shutdown.
Step 1: Press Windows + R, type msconfig, and press Enter.
Step 2: Go to the Services tab β Check “Hide all Microsoft services” β Click “Disable all.”
Step 3: Go to the Startup tab β Click “Open Task Manager.” In Task Manager, disable all startup items by right-clicking each and selecting Disable.
Step 4: Close Task Manager, click OK in System Configuration, and restart your PC.
Step 5: Try shutting down. If it works, re-enable services and startup items one by one to find the culprit.
β Expected Result: In clean boot mode, shutdown works. After re-enabling services individually, you identify the problematic app or service.
Why This Works: A clean boot isolates software conflicts. Once you find the offending service, you can update, disable, or uninstall it to resolve the shutdown issue permanently.
Method 7: Disable Devices That Wake Your PC
Certain devices, like network adapters, mice, keyboards, and USB controllers, can wake your PC during shutdown or prevent it from staying off.
Step 1: Open Command Prompt as Administrator.
Step 2: Run this command: powercfg -devicequery wake_armed. This lists all devices that can wake your PC.
Step 3: Open Device Manager. For each device on the list, right-click β Properties β Power Management tab β Uncheck “Allow this device to wake the computer.”
Step 4: Pay special attention to USB controllers β one Microsoft Q&A user found that unchecking “Allow the computer to turn off this device to save power” on USB controllers fixed their shutdown problem entirely[reference:11].
Step 5: Restart your PC and test shutdown.
β Expected Result: After disabling wake permissions, your PC shuts down completely without restarting or staying on.
Why This Works: Devices with wake permissions can interrupt or restart the shutdown process. Disabling these permissions ensures nothing overrides the shutdown command.
Method 8: Restore Default Power Schemes
Misconfigured power options can prevent Windows from shutting down correctly. Resetting them to defaults often resolves the issue.
Step 1: Press Windows + R, type powercfg -restoredefaultschemes, and press Enter.
Step 2: This command restores all power plans to their original Windows default settings.
Step 3: Restart your PC and test shutdown.
β Expected Result: Restoring default power schemes eliminates misconfigured settings that were blocking shutdown.
Why This Works: Over time, power settings can become corrupted through software changes, driver updates, or third-party utilities. This command resets everything to factory defaults, removing any hidden misconfigurations.
Method 9: Force Shutdown via Command Prompt
When Windows won’t shut down through the normal menu, you can force a shutdown using a command that bypasses stuck processes.
Step 1: Right-click Start β Terminal (Admin) or Command Prompt (Admin).
Step 2: Type shutdown /s /f /t 0 and press Enter.
Step 3: Your PC will shut down immediately, forcing all applications and processes to close.
Step 4: If this works but the normal menu doesn’t, you know the issue is with a specific process blocking the regular shutdown sequence.
β Expected Result: The forced shutdown command powers off your PC immediately, bypassing the software hang.
β οΈ Note / Warning: This method should be used as a temporary workaround, not a permanent fix. Forced shutdowns can cause data loss if unsaved work is open. Use the other methods to address the root cause.
Why This Works: The /f flag forces all running applications to close without prompting, and /t 0 sets the shutdown timer to zero seconds. This command is much safer than holding the physical power button, which can corrupt system files[reference:12].
Frequently Asked Questions (FAQ)
1. Why does my Windows 11 PC restart when I try to shut it down?
This is often caused by the January 2026 Secure Launch bug. Install the KB5077797 out-of-band update from Windows Update. If the issue persists, disable Fast Startup (Method 1) or check for wake-enabled devices (Method 7).
2. Is it safe to force shutdown by holding the power button?
Only as a last resort. Holding the power button for 10 seconds performs a hard shutdown, which can corrupt open files or damage pending updates. Use the command shutdown /s /f /t 0 instead β it forces a shutdown without the risks of a hard power-off.
3. How do I know if a driver is preventing shutdown?
Check Event Viewer: Press Windows + X β Event Viewer β Windows Logs β System. Look for errors around the time you tried to shut down. Drivers often appear as the faulting module. Realtek network drivers are a common culprit.
4. Will disabling Fast Startup affect my PC’s performance?
Disabling Fast Startup may increase boot times by a few seconds, but it ensures a complete shutdown. On SSDs, the difference is minimal. You can always re-enable it if you prefer faster boots over guaranteed shutdowns.
5. Why does Windows 11 take forever to shut down?
This usually means an app or service is refusing to close. Windows waits for it to respond before proceeding. Try closing all apps manually before shutting down, or use the shutdown /s /f /t 0 command to force everything closed.
6. Can a Windows update cause shutdown problems?
Yes. The January 2026 update (KB5073455) caused shutdown failures on PCs with Secure Launch enabled. Microsoft released KB5077797 as a fix. Always check Windows Update history for recent updates if problems started after an update.
7. How do I check which devices can wake my PC?
Run powercfg -devicequery wake_armed in Command Prompt as Administrator. This lists all devices that can wake your computer from sleep or interfere with shutdown.
External Resources (DoFollow Links)
- Microsoft Support: Fix Windows 11 shutdown issues
- Microsoft: Windows 11 release health dashboard
- Microsoft Support: Update drivers in Windows 11
π Related Guides
* Fix Windows 11 High CPU Usage at Idle
* Fix Windows 11 Bluetooth Connected But No Sound
* Fix Windows 11 Sound Not Working
* Fix Windows 11 Update Stuck
π This guide is part of our Windows 11 Troubleshooting Hub
βοΈ HowToFixPro Team
Our team has tested these methods on Windows 11 versions 22H2 through 25H2 on Dell, HP, Lenovo, and ASUS devices. Each fix is verified as of June 2026.
Last updated: June 12, 2026
Pingback: Internet Works But Apps Won't Connect in Windows 11? 9 Ways
Pingback: Windows 11 Emergency Update: What It Fixes and How to Install It
Pingback: How to Fix Windows 11 Slow Startup