The message Getting Windows Ready, Don't turn off your computer means Windows is finishing tasks in the background, most often installing or configuring updates, cleaning up files, or applying changes during startup or shutdown. In most cases it is working normally and just needs time. It becomes a real problem only when it stays frozen for hours with no disk activity.
Why this happens
Windows shows this screen while it applies changes that must finish before you can use or safely shut down the PC. On a slow disk or a large update, this can genuinely take a long time.
- Windows is downloading, installing, or configuring updates.
- It is cleaning up temporary files or finalizing a feature update.
- A slow hard drive or low free space makes the process crawl.
- A network issue is stalling an update that needs to reach the internet.
- Rarely, a corrupt update or file leaves it truly stuck.
Is this normal?
Yes, seeing it is normal, especially after updates or on shutdown. What is not normal is it staying frozen for several hours with the hard drive light showing no activity, which suggests it has actually hung.
Does it cause any problems?
On its own, no. The danger is turning the PC off during a real update, which can corrupt system files. Only force a shutdown once you are confident it is genuinely stuck, not just slow.
How to fix or check it
- Wait patiently. Give it at least two to three hours, longer on an older or slower PC, before assuming it is stuck.
- Watch the hard drive activity light. If it keeps flickering, work is still happening and you should wait.
- If it is a laptop, keep it plugged in so it does not run out of battery mid-update.
- If it is truly frozen with no activity, hold the power button to shut down, wait a few seconds, and power back on to let it resume or roll back.
- If it returns to the same screen, force shutdown again during boot until the Recovery Environment appears.
- In Recovery, choose Advanced options, then Uninstall Updates to remove the update that stalled.
- Open Command Prompt from Recovery and run
sfc /scannowandDISM /Online /Cleanup-Image /RestoreHealthto repair damaged update files, then restart.
Frequently asked questions
How long is too long to wait?
Two to three hours is a reasonable limit for most PCs. If the drive light is still active it may just be slow, but hours of no activity means it is likely stuck.
Is it safe to force shut down during this screen?
Only as a last resort. If an update is genuinely installing, cutting power can corrupt Windows. Confirm there is no disk activity first, then force the shutdown if needed.
Why does it happen at every shutdown?
If it appears often, an update may be failing to install fully. Uninstalling the problem update and repairing system files with SFC and DISM usually stops the repeated message.