Stuck on the 'Getting ready' screen during the Windows 10 22H2 update? You're not alone. This freeze can waste hours and leave your PC unusable. Fortunately, there are clear reasons why this happens and practical steps to break free from this endless loading screen. Below, you'll find specific solutions that actually work to get your computer past the 'Getting ready' stage and finish the update.
Why the Windows 10 22H2 Update Gets Stuck
The 'Getting ready' screen typically appears right before Windows completes an update, while it applies crucial changes. If it hangs for longer than 30-60 minutes, something is wrong. Common causes include corrupted update files, hardware incompatibility, conflicts with antivirus software, or a lack of free disk space. Sometimes, slow hardware or failing drives can also delay or halt the process entirely.
In rare cases, Windows waits for a background task to finish, such as disk optimization or driver installation, but if it gets stuck for hours, it usually points to a deeper issue. Knowing the underlying cause makes it easier to pick the right fix and prevents repeat problems the next time you update.
How Long Should You Wait at the 'Getting Ready' Screen?
Patience is important, but waiting forever doesn't help. For most systems, the 'Getting ready' phase during a Windows 10 feature update should last between 10 and 30 minutes. On older laptops or desktops with slow hard drives, it might stretch to an hour. If your PC remains stuck for more than 90 minutes with no progress, it's time to intervene.
Signs of real activity include a spinning loading icon and periodic flickers from your hard drive activity light. No movement on the screen, a frozen mouse cursor, or silence from the drive after an hour usually means Windows is truly stuck. Don't assume it's just slow-prolonged inactivity is almost never normal at this stage.
Force a Restart: Safe or Risky?
When you realize the update is frozen, the first instinct is to hold down the power button to force a shutdown. In most cases, this is safe, though not ideal. Windows 10 is designed to recover from incomplete updates, and after a forced restart, it typically rolls back unfinished changes or resumes where it left off.
To do this, hold the power button for 10 seconds until the PC turns off. Wait a minute, then turn it back on. If prompted, select 'Start Windows normally' or 'Undo changes.' If Windows restarts correctly, you can try the update again after cleaning up leftover update files (see below). If you see error screens or boot failures, advanced recovery steps may be necessary.
Boot into Safe Mode and Remove Problematic Updates
If your PC won't boot normally after a forced restart, Safe Mode can help. Safe Mode loads Windows with minimal drivers and background services, bypassing many update issues. To enter Safe Mode, interrupt the normal boot process three times in a row (power off while loading), which triggers Automatic Repair. Choose 'Advanced options' > 'Troubleshoot' > 'Advanced options' > 'Startup Settings' > 'Restart', then press 4 for Safe Mode.
Once in Safe Mode, open 'Settings' > 'Update & Security' > 'View update history' > 'Uninstall updates.' Remove the most recent feature update (Windows 10 22H2) if it's listed. This will roll back your system to the previous version and should restore normal startup.
Free Up Disk Space and Repair System Files
A lack of free space is a common reason why Windows updates fail mid-process. Aim for at least 20GB free. Use 'Disk Cleanup' (search for it in the Start menu) and select 'Clean up system files.' Check the boxes for 'Windows Update Cleanup,' 'Temporary files,' and 'Previous Windows installations.'
Corrupted system files also cause updates to hang. Open Command Prompt as administrator (search 'cmd,' right-click, and select 'Run as administrator'). Run: sfc /scannow and let it complete. If errors are found and fixed, try the update again. For deeper repairs, also run: DISM /Online /Cleanup-Image /RestoreHealth.
Disable Third-Party Antivirus and Non-Essential Devices
Third-party antivirus programs can interfere with Windows updates by blocking file changes or locking crucial system files. Temporarily disable or uninstall any non-Microsoft security software before starting the update again. Afterward, you can reinstall or reactivate your antivirus.
Disconnect all non-essential peripherals as well - external drives, printers, and USB devices have been known to cause update stalls due to driver conflicts. Leave only your keyboard, mouse, and monitor plugged in. This reduces the chances of device-related blocks during the process.
Use Windows Update Troubleshooter and Reset Components
Windows 10 includes a built-in tool for fixing update problems. Go to 'Settings' > 'Update & Security' > 'Troubleshoot' > 'Additional troubleshooters' > 'Windows Update.' Run the troubleshooter and follow its recommendations. This tool checks for corrupted update files, resets services, and can fix common update issues automatically.
If the troubleshooter doesn't help, you may need to manually reset Windows Update components. Open Command Prompt as administrator and enter these commands one by one:
- net stop wuauserv
- net stop bits
- net stop cryptsvc
- ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- ren C:\Windows\System32\catroot2 catroot2.old
- net start wuauserv
- net start bits
- net start cryptsvc
This clears out stuck update files and forces Windows to redownload fresh copies. Then reboot and run the update again.
Install the Update Manually with the Windows 10 Update Assistant
If the standard update process keeps failing, try the Windows 10 Update Assistant. Download it from the official Microsoft site, launch it, and follow the on-screen prompts. This tool bypasses some problematic update mechanisms and applies the update in a more controlled way.
The Update Assistant checks your hardware and software for compatibility before proceeding. If it finds errors, it will inform you, so you can address them directly. This method often succeeds where Windows Update fails, especially on stubborn systems that hang at 'Getting ready.'
Frequently asked questions
Will forcing a restart during the 'Getting ready' screen damage my PC?
Usually, it won't cause permanent damage. Windows 10 is designed to recover from incomplete updates, but there's a small risk of data loss if files are being written.
How do I know if the update is actually stuck and not just slow?
If the 'Getting ready' screen shows no activity (no spinning icon, no hard drive light) for more than 90 minutes, it's almost always stuck.
Can I skip the 22H2 update if my PC keeps freezing?
You can defer feature updates in Windows Update settings, but eventually, security and compatibility concerns will force you to update. Fixing the cause is best.
Does a clean install fix update problems like this?
Yes, a clean install almost always resolves stubborn update issues, but it's time-consuming and erases your data. Back up important files first if you choose this route.