How to Fix a PC That Won’t Shut Down
A PC that will not shut down is fixed most often by disabling Fast Startup, the feature that saves a partial system state to disk and frequently leaves the power-off incomplete. Turn it off in Control Panel under Power Options, then retry. If the machine still hangs, close any app marked Not responding in Task Manager; if it restarts instead of powering off, reset the power plan and turn off Automatically restart. Work through the fixes in order and attempt a normal shutdown after each one, because a single setting or process usually accounts for the failure.
What Stops a PC From Shutting Down?
A PC that will not shut down is held open by a power setting, a piece of software that refuses to close, or hardware that keeps the system awake. One symptom narrows the cause fast: a machine that hangs on the “Shutting down” screen is usually blocked by an app, service, or driver, while a machine that restarts instead of powering off points to a power setting or a pending update. The cards below cover the four most common causes, ordered by how often they are to blame.
A slow or failed power-off often travels with a slow boot from the same Fast Startup and driver issues; the companion guide to fix a slow startup in Windows covers that side. The fixes below address each cause in order, from the easiest and most common to driver-level repairs.
How Do You Fix a PC That Will Not Shut Down?
Work through these steps in order and try a normal shutdown after each one, because a single setting or process almost always accounts for the failure.
- Disable Fast Startup. Open Control Panel, Power Options, then “Choose what the power buttons do.” Click “Change settings that are currently unavailable” and clear “Turn on fast startup” under Shutdown settings. This forces a full shutdown every time and resolves most cases.
- End hung apps. Press Ctrl plus Shift plus Esc, open the Processes tab, save any open work, then End task on anything marked Not responding. A blue shutdown screen that names a program tells you exactly which app to close. Never end items under Windows processes.
- Install pending updates. Open Settings, then Windows Update, and install everything offered using “Update and restart.” A waiting update that shows “Update and shut down” can stall the power-off until it completes.
- Run the power troubleshooter. Go to Settings, System, Troubleshoot, Other troubleshooters, then Run next to Power. It detects and repairs common power-configuration faults without manual changes.
- Check USB wake and power settings. In Device Manager, open each USB Root Hub, Properties, Power Management, and clear “Allow this device to wake the computer.” Then in advanced power settings, expand Sleep, Allow wake timers, and set it to Disable. Run powercfg -devicequery wake_armed to confirm nothing is left armed.
- Update chipset and USB drivers. In Device Manager, update each USB controller and chipset device, or download the latest chipset and USB drivers from the PC or motherboard maker. These drivers control how the board powers off and often fix a hang no setting corrects.
If the PC restarts rather than hanging, add two power-specific fixes: run powercfg -restoredefaultschemes from an elevated Command Prompt to rebuild every default power plan, and turn off the auto-reboot. Press Windows plus S, search “view advanced system settings,” open Settings under Startup and Recovery, and clear “Automatically restart” so a stop error powers down instead of looping. On Windows 11 24H2 the power button action lives under Settings, System, Power, Power button controls; on 23H2 and older it is in Control Panel. A button set to Sleep or Do nothing can look like a shutdown failure, so set it to Shut down.

Why Disable Fast Startup First?
Fast Startup is the first fix because it causes more stuck shutdowns and restart loops than any other single setting.
powercfg /hibernate on from an elevated Command Prompt, then return to the setting. Shutdowns take a few seconds longer but complete cleanly every time.What If the Shutdown Still Hangs?
When the PC still hangs with Fast Startup off and updates installed, a third-party service or driver is refusing to close. Two tools narrow it down without guesswork.

- Do a clean boot. Press Windows plus R, type msconfig, open the Services tab, tick “Hide all Microsoft services,” then Disable all. Restart and try shutting down. If it powers off cleanly, a third-party service was the block; re-enable services in groups to find which one.
- Find the wake source. If the PC turns itself back on, open an elevated Command Prompt and run powercfg /lastwake to see what last woke it and powercfg -devicequery wake_armed to list every device allowed to. Clear that device in Device Manager under Power Management.
- Repair system files. If shutdown routines themselves are damaged, run DISM /Online /Cleanup-Image /RestoreHealth, then sfc /scannow, and restart. The full procedure is in the guide to repair corrupt system files.
By default Windows waits only about five seconds for a hung service before forcing it, so a shutdown that stalls far longer is a strong sign of a stuck service or driver rather than normal cleanup. A taskbar that has also stopped responding can leave shutdown commands unregistered; if the Start menu or taskbar is dead, the guide to fix a taskbar that is not working restores the controls you shut down from.
| Symptom | Most Likely Cause | First Fix to Try |
|---|---|---|
| Restarts instead of shutting down | Corrupted power plan, stop error, or update | Reset the power plan, turn off auto-restart |
| Hangs on the shutdown screen | App or process blocking shutdown | End blocking apps, then clean boot |
| Powers on again after shutdown | Wake timer or USB wake setting | Disable wake timers and USB wake |
| Screen off but fans still spinning | Fast Startup glitch | Disable Fast Startup |
| Nothing happens, or the PC sleeps | Power button action set wrong | Set the power button to Shut down |
| Shows Update and shut down repeatedly | Pending Windows update | Install the pending update |
Last Thoughts on a PC That Will Not 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 resolves most cases, ending a hung app clears a stuck “Shutting down” screen, and resetting the power plan with turning off Automatically restart handles a machine that reboots instead of powering off. When hardware is to blame, disabling wake timers and the USB wake option stops the PC reviving itself, and updating chipset and USB drivers fixes a hang that no setting corrects.
If the shutdown fault travels with a stalled update, the steps to fix Windows Update errors clear the pending state first. A shutdown that will not finish is one of the documented common PC problems, where it sits alongside the boot, update, and driver faults it often shares a cause with.
Key Takeaways:
- Disable Fast Startup first; it causes most cases where a PC hangs or stays powered on at shutdown.
- A PC that hangs on “Shutting down” is blocked by an app, service, or driver; one that restarts instead points to a power setting or update.
- End any app marked Not responding in Task Manager, then do a clean boot if the hang persists.
- For a restart loop, run powercfg -restoredefaultschemes and turn off Automatically restart under Startup and Recovery.
- If the PC powers back on by itself, find the device with powercfg -devicequery wake_armed and clear its wake setting.
- Update chipset and USB drivers to fix a hang no setting resolves, and use the power button to force off only as a last resort.
Frequently Asked Questions (FAQs)
Why does my PC restart instead of shutting down?
A restart instead of a shutdown points to a power setting or a stop error, not a hung app. Reset the power plan with powercfg -restoredefaultschemes, then turn off Automatically restart under Startup and Recovery so a crash powers off rather than reboots. Install any pending Windows update as well.
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 it in Power Options forces a full shutdown every time and resolves most cases, at the cost of a slightly slower boot.
Why does my computer turn back on right after shutting down?
A device or scheduled task with a wake timer is reviving it. Run powercfg -devicequery wake_armed to list devices allowed to wake the PC, then clear Allow this device to wake the computer on the offender in Device Manager and set wake timers to Disable in advanced power settings.
My power button does nothing or sleeps the PC. Is that the problem?
It can be. The power button action is configurable, so a button set to Sleep or Do nothing looks like a failure to shut down. On Windows 11 24H2 set it under Settings, System, Power, Power button controls; on 23H2 and older use Control Panel, Power Options, Choose what the power button does, and set it to Shut down.
How do I find what is blocking shutdown?
Open Task Manager and check the Processes tab for an app marked Not responding; a blue shutdown screen also names the blocking program directly. If shutdown still hangs with Fast Startup off and updates installed, do a clean boot through msconfig to isolate a third-party service or driver.
Should I hold the power button to force a shutdown?
Use it only as a last resort. Holding the power button cuts power immediately, which can lose unsaved work and corrupt open files. Try the software fixes first, and if you must force a power-off, run sfc /scannow afterward to repair any damaged system files.


