Windows Fixes

Why Is Windows Update Taking So Long?

Issue type: Windows Update — slow progress, long installation time, frozen-looking percentage, or no visible movement during an update. Applies to Windows 10 and Windows 11.

Short answer: If you are asking why is Windows Update taking so long, the usual causes are a large cumulative update, slow storage, low free space, background installation work, or a stuck download cache. First, check Task Manager. If Windows Update, TiWorker.exe, or disk activity is still moving, wait. If there is no activity for a long time, troubleshoot the update queue instead of restarting blindly.

Why Is Windows Update Taking So Long? Quick Diagnosis

Do this before touching services or deleting files:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click Processes and sort by Disk.
  3. Look for Windows Modules Installer Worker, TiWorker.exe, svchost.exe, or Windows Update activity.
  4. Sort by Network if the update is downloading.
  5. Open Settings > System > Storage and check free space.
  6. Check Settings > Windows Update for the exact state: downloading, installing, pending restart, or failed.

If disk or network activity is visible, the update is probably slow, not frozen. If activity stays at 0% for 15–30 minutes while the visible progress also does not move, the update may be stuck.

Safe Waiting Times Before You Interfere

Windows Update can look frozen when it is still staging files. Use these practical ranges:

  • Small security update: often 5–30 minutes.
  • Monthly cumulative update: can take 20–90 minutes depending on hardware.
  • Feature update: may take more than an hour, especially on old PCs.
  • HDD instead of SSD: expect much longer install and cleanup time.

Do not judge only by the percentage. A stuck-looking number can still hide active disk work in the background. If your issue is specifically a frozen 100% screen, compare it with Windows Update stuck at 100 percent.

Fix 1: Free Disk Space Before Retrying

Low space makes Windows Update painfully slow because Windows needs room for download files, extraction, staging, rollback, and cleanup.

  1. Open Settings > System > Storage.
  2. Click Temporary files.
  3. Select Temporary files, Recycle Bin, and Windows Update Cleanup if available.
  4. Click Remove files.
  5. Keep at least 10 GB free if possible.
  6. Return to Windows Update and try again.

If the PC becomes slow after the update finishes, not during the update, see Windows 11 slow after an update.

Fix 2: Run the Windows Update Troubleshooter

Use this when the update appears stuck at the desktop, the download is not moving, or the same update keeps retrying.

  1. Open Settings.
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Click Run next to Windows Update.
  4. Apply any suggested fix.
  5. Restart if Windows asks.
  6. Run Check for updates again.

Microsoft’s official Windows Update troubleshooting page is here: Windows Update troubleshooter — Microsoft Support.

Fix 3: Restart Update Services If the Download Is Frozen

Use this only from the desktop. Do not run it on a full-screen installation page.

⚠️ Warning: If Windows is already configuring updates after a restart, wait. These commands are for a frozen desktop-side download or install queue.

net stop wuauserv
net stop bits
net stop dosvc
net start wuauserv
net start bits
net start dosvc

After running the commands, open Windows Update and check again. If the same update still refuses to move, the download cache may be damaged.

Fix 4: Clear the Cache If the Same Update Repeats

If Windows downloads the same update repeatedly or stays stuck at the same point every time, clear only the download cache after stopping the update services.

net stop wuauserv
net stop bits
del /f /s /q "%SystemRoot%\SoftwareDistribution\Download\*"
net start wuauserv
net start bits

This forces Windows to download a clean copy. If the failure is deeper, resetting components is the next step.

When You Should Not Restart

Do not force restart while the screen says “Working on updates,” “Getting Windows ready,” or “Configuring updates” unless several hours have passed with no change and no signs of disk activity. Restarting too early often causes rollback messages such as “Undoing changes made to your computer.”

Common Mistake

The common mistake is treating every slow update as a stuck update. Windows Update can spend a long time extracting, verifying, or staging packages, especially on older laptops with HDD storage. If Task Manager shows disk activity, the machine is still doing something useful.

Best Next Step

If Windows Update is slow every single month, the root cause is probably storage speed, low free space, or a damaged update component store. Run the troubleshooter, free space, then run DISM and SFC if the same pattern repeats:

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

If the update is stuck at 0%, compare with Windows Update stuck at 0 percent.

Frequently Asked Questions

How long should Windows Update take?

A small update can finish in minutes, while a large cumulative or feature update can take much longer. Hardware matters: SSDs, enough RAM, and free space make a major difference.

Is it safe to leave Windows Update overnight?

Yes. For large updates, leaving the PC plugged in overnight is often safer than interrupting it. Make sure sleep is disabled temporarily so the update can finish.

Why does Windows Update stay at the same percentage?

The visible percentage is not a perfect progress meter. Windows may be extracting files, checking signatures, or staging components while the number does not move.

Should I restart if Windows Update is stuck?

Only after checking activity. If disk or network activity is still visible, wait. If there is no activity for a long time and you are still at the desktop, use the troubleshooter or service restart first.

Can a slow hard drive make Windows Update take hours?

Yes. Traditional HDDs are much slower during extraction and staging. If every update takes hours, an SSD upgrade is often more effective than repeating software fixes.