How to Fix a PC That Won’t Shut Down
A PC that will not shut down most often results from the Fast Startup feature, which saves a partial system state to disk and can leave the shutdown process incomplete. Other frequent causes include an application or background process blocking the shutdown, corrupted power settings, a driver or USB device that keeps the system awake, a pending Windows update, and Modern Standby quirks that cause a restart instead of a full power-off. This article first lists the exact causes of a Windows shutdown failure, then gives step-by-step fixes ordered from the easiest and most common to driver updates.
Each fix names the exact tool to use, including the Power options control panel, Task Manager, the power troubleshooter, the powercfg command, and Device Manager. Apply the fixes in order and attempt a normal shutdown after each one, because a single setting or process usually accounts for the failure. The goal is a clean, repeatable power-off without holding the power button.
What Causes a PC That Won’t Shut Down?
A PC that will not shut down is caused by power settings, blocking software, or hardware that keeps the system active when it should power off. The causes below are ranked from most to least common on Windows.
- The Fast Startup feature. Fast Startup saves a hybrid system state on shutdown, and a glitch in that saved state can leave the computer powered on or stuck.
- An application blocking shutdown. A program with unsaved data or a hung process holds the shutdown until it is closed.
- Corrupted power settings. A damaged power plan sends incorrect instructions to the hardware and prevents a clean power-off.
- A driver or USB power issue. A device set to keep the system awake, often a USB controller or network adapter, blocks shutdown.
- A pending Windows update. An update waiting to install can stall the shutdown sequence or restart the computer instead.
- Modern Standby quirks. On laptops using Modern Standby, the system may enter a low-power state instead of fully shutting down.
A computer that restarts instead of shutting down points to a power setting or update, while one that hangs on the shutdown screen points to a blocking process or driver. The fixes below address each cause in order.
Disable Fast Startup
Disabling Fast Startup is the most effective fix, because the feature saves a partial system state that frequently causes a computer to stay powered on or hang during shutdown. Turning it off forces Windows to perform a full shutdown every time.
- Open Control Panel and select Power Options.
- Click Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Clear the Turn on fast startup checkbox under Shutdown settings.
- Click Save changes and attempt a normal shutdown.
If the Turn on fast startup option is missing, hibernation is disabled. Enable it with powercfg /hibernate on from an elevated Command Prompt, then return to the setting. A full shutdown takes slightly longer but completes reliably.
End Blocking Apps Before Shutdown
Closing applications that block shutdown lets the power-off sequence finish, because a program with unsaved data or a hung process holds Windows open. Task Manager shows which applications are still running.
- Press Ctrl plus Shift plus Esc to open Task Manager.
- Select the Processes tab and review running applications.
- Save work in any open program, then select it and click End task.
- End any application that shows Not responding.
- Attempt a normal shutdown once all user applications are closed.
Watch for a blue screen reading that an app is preventing shutdown, which names the program directly. Closing that named program before shutting down resolves the block. Do not end processes labeled under Windows processes.
Run the Power Troubleshooter
Running the power troubleshooter detects and repairs common power configuration problems that interfere with shutdown. The troubleshooter is built into Windows and corrects many settings without manual changes.
- Open Settings, then System, then Troubleshoot, then Other troubleshooters.
- Find Power in the list.
- Click Run next to Power.
- Allow the troubleshooter to detect and apply fixes.
- Attempt a normal shutdown after it finishes.
The power troubleshooter reports each problem it found and whether it was repaired. If it reports no changes, the shutdown fault lies with the power plan or a driver, addressed next.
Reset the Power Plan to Defaults
Resetting the power plan to defaults removes corrupted power settings that prevent a clean shutdown, restoring the original configuration with a single command. The powercfg command rebuilds every default power scheme.
- Type cmd in Windows Search, right-click Command Prompt, and select Run as administrator.
- Run powercfg -restoredefaultschemes to restore all default power plans.
- Open Control Panel, then Power Options, and select the Balanced plan.
- Restart the computer.
- Attempt a normal shutdown.
Restoring default schemes removes custom or damaged plans that send incorrect power instructions. Any deliberate power customization must be reapplied afterward through Power Options.
Update Chipset and USB Drivers
Updating chipset and USB drivers fixes shutdown failures caused by a device that keeps the system awake or mishandles the power-off signal. Outdated USB and chipset drivers are a frequent cause of a hang during shutdown.

- Open Device Manager from the Start menu.
- Expand Universal Serial Bus controllers and System devices.
- Right-click each USB controller and chipset device and select Update driver.
- Choose Search automatically for drivers.
- Download the latest chipset and USB drivers from the PC or motherboard maker for the newest versions, then restart.
Chipset drivers control how the motherboard manages power, so updating them often resolves a hang that no setting corrects. The function of these drivers is explained in the overview of what computer drivers are.
Disable Wake Timers and USB Power Settings
Disabling wake timers and the option that lets devices keep the system awake stops hardware from blocking or reversing a shutdown. A device allowed to wake the computer can pull it back from a power-off.

- Open Device Manager and expand Universal Serial Bus controllers.
- Right-click each USB Root Hub, open Properties, and select the Power Management tab.
- Clear Allow the computer to turn off this device to save power if a device wakes the system.
- Open Control Panel, Power Options, Change plan settings, then Change advanced power settings.
- Expand Sleep, then Allow wake timers, and set it to Disable.
Disabling wake timers prevents a scheduled task or device from reviving the computer after shutdown begins. Re-enable a specific device only if it must wake the system on purpose, such as a network adapter using Wake-on-LAN.
Clear a Pending Windows Update
Installing a pending Windows update clears the stalled shutdown sequence that an update can cause, because Windows holds the power-off until the update completes. A waiting update often shows as Update and shut down on the power menu.
- Open Settings, then Windows Update.
- Click Check for updates and install everything offered.
- Use the Update and restart option to complete the installation.
- Allow the update to finish fully before the next shutdown attempt.
- Retry a normal shutdown once Windows Update reports the system is up to date.
A repeatedly failing update can leave the system stuck in a pending state that blocks every shutdown. The full procedure is set out in the guide to fix Windows Update errors.
Run System File Checker and DISM
Repairing corrupt system files with System File Checker and DISM resolves shutdown failures caused by damaged power management or kernel files. Corrupt files can break the routines that close sessions and power down hardware.
- Open Command Prompt as administrator.
- Run DISM /Online /Cleanup-Image /RestoreHealth and wait for it to finish.
- Run sfc /scannow to repair protected system files.
- Restart the computer.
- Attempt a normal shutdown.
The complete procedure, including reading CBS.log and running the tools from Recovery, is in the guide to repair corrupt system files.
Shutdown Symptoms and Likely Causes
| Symptom | Most Likely Cause | First Fix to Try |
|---|---|---|
| Restarts instead of shutting down | Corrupted power plan or update | Reset the power plan |
| Hangs on the shutdown screen | App or process blocking shutdown | End blocking apps |
| Powers on again after shutdown | Wake timer or USB wake setting | Disable wake timers |
| Screen off but fans still spinning | Fast Startup glitch | Disable Fast Startup |
| Shutdown stalls on a laptop | Modern Standby behavior | Disable Fast Startup, update drivers |
| Shows Update and shut down repeatedly | Pending Windows update | Install the pending update |
Key Takeaways
- Disable Fast Startup first. The feature causes most cases where a computer stays powered on or hangs at shutdown.
- End blocking applications. A program with unsaved data or a hung process holds the shutdown until it is closed.
- Reset the power plan for restart loops. The powercfg -restoredefaultschemes command removes corrupted settings.
- Disable wake timers when the PC powers back on. A device or scheduled task can revive the system after shutdown begins.
- Update chipset and USB drivers. These drivers control power-off behavior and resolve hangs no setting fixes.
Why does my PC restart instead of shutting down?
A restart instead of a shutdown usually comes from a corrupted power plan or a pending update. Run powercfg -restoredefaultschemes to reset the power plan and install any waiting Windows update.
Does Fast Startup cause shutdown problems?
Yes. Fast Startup saves a partial system state on shutdown, and a glitch in that state can leave the computer powered on or hung. Disabling Fast Startup in Power Options forces a full shutdown.
Why does my computer turn back on after shutting down?
A device or scheduled task with a wake timer can revive the computer after shutdown. Disable wake timers in advanced power settings and clear the USB wake option in Device Manager.
How do I find what is blocking shutdown?
Open Task Manager and check the Processes tab for applications showing Not responding. A blue shutdown screen also names the blocking app directly. Close that program before shutting down.
Should I use the power button to force shutdown?
Holding the power button works in an emergency but can cause data loss and file corruption. Use it only after the software fixes fail, then repair any damage with sfc /scannow.
Can a Windows update stop my PC shutting down?
Yes. A pending update can stall the shutdown sequence and show Update and shut down. Install the update fully through Windows Update, and fix any failing update before retrying.
Last Thoughts on a PC That Won’t Shut Down
A PC that will not shut down is fixed by matching the symptom to its cause and applying targeted changes in order. Disabling Fast Startup, ending blocking applications, and resetting the power plan resolve most cases, while disabling wake timers and updating chipset and USB drivers handle the hardware causes.
When a stalled update is to blame, the steps to fix Windows Update errors clear the pending state, and when damaged power files are the cause, the guide to repair corrupt system files restores them. A system that also fails to start correctly is covered by the guide to a Windows installation stuck on the loading screen, and shutdown failures appear among the documented common PC problems.


