GuideHQ

Why will my computer not shut down?

Stuck on "Shutting down", or apparently off and still warm, or off and then on again by itself. The four different faults hiding behind one complaint, and how to tell them apart.

Difficulty
beginner
Time
25 min
Read
5 min

Short answer

Work out which of three things is actually happening: it hangs on the shutting-down screen, it goes off and comes straight back on, or it looks off but the fans and lights are still going. A hang is almost always one program refusing to close or a pending update. Coming back on is a wake setting. Never going off at all is usually fast startup, which means Windows is hibernating rather than shutting down and calls it shutdown anyway.

Shutting down is not one operation. Windows asks every running program to close, waits, closes them by force if they do not, writes out pending changes, applies queued updates, and finally tells the hardware to cut power. Any of those stages can stall, and they stall for different reasons. Complicating it, the default on almost every Windows machine is fast startup, where "shut down" saves the system state to disk instead of genuinely stopping — which is why some faults survive a shutdown and only clear with a restart, the opposite of what everyone expects.

Step by step

  1. Note exactly what happens and for how long.Hanging on the shutting-down screen, going off and returning, or fans and lights still running with a black screen are three different faults. Time it as well — two minutes is Windows waiting politely for a program, and twenty is a hang.
  2. Try a restart instead of a shutdown, and notice the difference.Restart always performs a genuine full shutdown; Shut down usually does not, because of fast startup. If restarting works cleanly and shutting down does not, fast startup is involved, and that is a good thing to know.
  3. Close everything by hand first and see if the hang goes.A document with unsaved changes, a program showing a confirmation dialogue behind other windows, or an open file on a network drive will all hold shutdown. Windows eventually shows a screen naming what is blocking it — read that screen instead of clicking straight through.
  4. Check whether an update is applying."Working on updates, do not turn off your computer" can legitimately take a long time, especially a feature update on a mechanical drive. Leave it. Interrupting an update mid-way is one of the reliable routes to an unbootable machine.
  5. Turn fast startup off as a test.In Power Options, under what the power buttons do, unlock the greyed-out section and clear the fast startup box. Shutdowns become slightly slower and genuinely complete. If a whole family of odd faults disappears, leave it off — on an SSD the time saved was small anyway.
  6. If it powers back on by itself, look at the wake sources.Wake on LAN, a wake timer, or a mouse or keyboard permitted to wake the machine will all restart it seconds after shutdown. The catalogue has a dedicated guide on a computer waking itself up, which covers finding and disabling each source.
  7. Look at drivers if it hangs at a black screen with the fans still running.Shutdown hangs after the display goes are typically a driver refusing to unload — network, storage and graphics drivers most often. Test in safe mode: a machine that shuts down properly there is telling you a non-Microsoft driver is responsible.
  8. Use the event log to find the blocker.Event Viewer records shutdown events and names processes that failed to exit in time. It is quicker than guessing, and on a recurring fault it usually names the same program every time.

Common mistakes

  • Holding the power button every time as the routine way to switch off — That is a hard power cut. Do it daily and you will eventually corrupt the file system or an update, and you never find out what was actually blocking the shutdown.
  • Interrupting "Working on updates" — It is the one screen where waiting is genuinely the right answer, however long it takes. Cutting power here is a common way to end up in an automatic repair loop.
  • Assuming a warm laptop in a bag was left on — Fast startup means a shut-down machine still draws a little power, and any wake source can bring it fully up inside a closed bag. If this has happened, disabling wake sources matters more than usual — an overheating laptop in a bag is a real problem.

If it doesn't work

Hangs on "Shutting down" for minutes then completes

Cause: Windows is waiting out its timeout on a stuck program — Fix: Identify the program from the blocking screen or the event log and close it before shutting down. If it is one you can do without, uninstall it.

Screen goes off but fans, lights and keyboard backlight stay on

Cause: A driver or a power state problem — Fix: Test in safe mode. If it shuts down correctly there, remove or update recently changed drivers — chipset and network drivers are the usual suspects.

Turns itself straight back on

Cause: A wake source, or a firmware setting — Fix: Check wake timers and device wake permissions in Windows, and Wake on LAN and power-on-after-power-loss in the firmware. A wireless mouse on a desk that gets nudged is a classic.

Shuts down fine on battery, hangs when plugged in

Cause: A device on a dock or hub holding it open — Fix: Unplug the dock and test. Docks, external drives and card readers with media in them are common causes.

Fault survives a shutdown but not a restart

Cause: Fast startup, which is hibernating rather than stopping — Fix: This is the signature of fast startup. Hold Shift while clicking Shut down for a one-off genuine shutdown, or turn the feature off.

Only started after an update

Cause: A driver replaced by the update — Fix: Roll back recently updated drivers in Device Manager, or use System Restore to a point before the update.

Questions people ask

Is it bad to leave a computer on all the time?

For a desktop, not particularly — modern hardware handles it and sleep uses very little. The real costs are electricity and the fact that some faults only clear with a genuine shutdown. The catalogue's guide on sleep, hibernate or shut down covers the decision properly.

Why does Restart fix things that Shut down does not?

Because Restart genuinely stops everything and starts fresh, whereas Shut down with fast startup enabled saves the system state and reloads it, carrying drivers and their problems across. It is the most counter-intuitive behaviour in Windows and it explains a great many "I already turned it off and on" conversations.

How long is too long to wait?

Five minutes for an ordinary shutdown, and as long as it takes for an update screen. Beyond five minutes with no update message, hold the power button — but treat that as a symptom to investigate, not a routine.

My Mac does the same thing

The pattern is similar: an application refusing to quit blocks shutdown, and macOS names it on screen. Force quitting that application, or checking Login Items for something that reopens itself, resolves most cases.

What to do next

Sources

  • Microsoft Learn — fast startup (hiberboot) behaviour and how it differs from a full shutdown
  • Microsoft Learn — Windows power management, wake sources and the powercfg command for listing devices permitted to wake a PC

Written and maintained by the GuideHQ editorial team. More in Technology.