Windows Update problems are common and usually fixable without IT. Steps in order:

1. Check what state it's actually in

Settings → Windows Update. The status tells you a lot:

  • Up to date — no action
  • Downloading with progress — wait
  • Restart required — click Restart now
  • Failed install — see step 3
  • Pending — see step 2

2. Pending forever

If updates have been "pending" for days:

  • Click Pause for 1 week, then Resume — sometimes unsticks
  • Run Settings → Troubleshoot → Other troubleshooters → Windows Update troubleshooter

3. Specific updates fail

If a specific KB update keeps failing:

  • Note the KB number (e.g. KB5034441)
  • Search Microsoft Update Catalog: catalog.update.microsoft.com
  • Download the .msu file manually
  • Run it as administrator

This bypasses the normal update channel.

4. Clear the update cache

Sometimes the cache itself is the problem:

  1. Run services.msc
  2. Stop Windows Update and Background Intelligent Transfer Service
  3. Delete contents of C:\Windows\SoftwareDistribution\Download
  4. Start the services again
  5. Retry update

5. Not enough disk space

Windows Update needs 10-20 GB free for major updates. Check C:\ — if you're tight, free space:

  • Empty Recycle Bin
  • Run Disk Cleanup → tick Windows Update Cleanup
  • Move large files to OneDrive or external storage

6. Stuck on "preparing to install" forever

Power off the machine (hold power for 10s), then back on. The machine will resume the update process. Don't do this during the actual install phase (when it's clearly installing) — only when it's been "preparing" for hours.

7. Black screen after update

If Windows boots to a black screen with cursor after an update:

  • Wait 15 minutes — sometimes the post-update setup takes time
  • Press Ctrl + Alt + Del → Task Manager → File → Run new task → explorer.exe
  • If that works, sign out and back in

8. Roll back an update

If an update broke something:

  • Settings → Recovery → Previous version of Windows / Go back
  • Available for 10 days after a major update
  • Or: Update history → Uninstall updates for specific KBs

9. "Your device is missing important security and quality fixes"

This is a real warning — don't ignore it. Causes:

  • Update service disabled
  • WSUS or group policy redirecting updates and failing
  • Network blocking update servers

Try the troubleshooter first; ticket if no progress.

10. Reset Windows Update

Last resort for stuck-forever update problems:

  • Open Command Prompt as administrator
  • Run:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Restart, then check Windows Update.

When to ticket

Open a ticket if:

  • Updates have been failing for weeks
  • A specific KB number keeps failing after manual install
  • Rolling back an update doesn't fix a post-update issue
  • Your laptop is corporate-managed and IT controls updates

Include the update KB number, the exact error code, and screenshots.