How to Install Pending Windows Updates Easily (Windows 10 & 11)

If you’ve been staring at a Windows Update that says “Pending” for the last hour — or the last day — you’re not alone. I’ve spent the last 10 years fixing PCs for a living, and “my update is stuck on pending” is one of the most common tickets that lands on my desk. The good news: it’s almost never as serious as it looks, and in most cases you can get it moving again in under 10 minutes.

Most people assume a pending update means something has failed. In reality, it usually just means Windows is one step away from finishing — a restart, a service, or a cache file is standing in the way. Once you know which one, the fix is almost always quick.

This guide walks you through exactly what “pending” means, how to tell which type of pending issue you have, and the fixes I actually use, in the order I try them — for both Windows 10 and Windows 11.

What Does “Pending Update” Actually Mean?

“Pending” is not an error message. It’s a waiting state. Windows has either found an update or already downloaded it, but hasn’t finished the job yet. Something in the process is holding it back.

Pending Download vs. Pending Install: What’s the Difference?

This is the detail most guides skip, and it’s the one that matters most:

  • Pending Download means Windows knows an update exists but hasn’t pulled the files onto your PC yet. The usual suspects here are your internet connection, a metered connection setting, or available disk space.
  • Pending Install means the files are already sitting on your machine. Windows just hasn’t run the final installation step. This is almost always tied to a required restart, a stopped Windows Update service, or a corrupted update cache.

Open Settings > Windows Update and look at the exact status line next to the update. That single label tells you which half of this guide to focus on.

Is a Pending Update a Problem, or Just Normal?

A short pending state — a few minutes to an hour — is completely normal, especially for large cumulative updates. It only becomes worth troubleshooting if it’s been stuck for several hours with no progress, or if it comes back every time you check.

Quick Diagnosis: Find Your Situation in 10 Seconds

What you see Likely cause Try this first
“Pending Download” Metered connection, slow network, low disk space Fix #4, then Fix #2
“Pending Install”, no restart prompt Stopped Windows Update service Fix #6
“Pending Install”, restart prompt showing Previous update waiting on reboot Fix #1
Same update pending after every restart Corrupted update cache Fix #5
Nothing works after trying the above Corrupted update components Fix #7

Fix #1: Restart Your PC the Right Way

This sounds too simple, but in my experience it clears more stuck updates than anything else on this list. Windows frequently finishes installing an update during shutdown or startup — if a previous update is still waiting for that restart, it blocks everything else behind it in the queue.

Windows 10:

  1. Click Start, then the Power icon.
  2. If you see Update and restart, choose that option specifically (not a regular restart) — it tells Windows to apply queued changes before it comes back up.
  3. After restarting, go to Settings > Update & Security > Windows Update and click Check for updates.

Windows 11:

  1. Click Start > Power.
  2. Choose Update and restart if available, otherwise Restart.
  3. Go to Settings > Windows Update and click Check for updates to confirm the pending item has cleared.

Fix #2: Manually Check for Updates

Sometimes Windows just needs a nudge to move past a stalled check.

  1. Press Windows + I to open Settings.
  2. Windows 10: go to Update & Security > Windows Update. Windows 11: go to Windows Update directly in the left sidebar.
  3. Click Check for updates.
  4. If an update is listed as available, click Download and install.
  5. Restart when prompted.

Fix #3: Run the Windows Update Troubleshooter

Built by Microsoft specifically for this kind of stuck state, this tool checks the status of your updates and repairs common issues automatically.

Windows 10:

  1. Settings > Update & Security > Troubleshoot > Additional troubleshooters.
  2. Select Windows Update, then Run the troubleshooter.
  3. Follow the on-screen prompts and restart if it recommends it.

Windows 11:

  1. Settings > System > Troubleshoot > Other troubleshooters.
  2. Find Windows Update and click Run.
  3. Apply any suggested fixes.

Fix #4: Allow Updates Over a Metered Connection

If your connection is set as metered, Windows deliberately holds back update downloads to avoid extra data charges — this is the single most common cause of an update stuck specifically on “Pending Download.”

  1. Settings > Network & Internet, then select your active connection (Wi-Fi or Ethernet).
  2. Turn on “Download updates over metered connections.”
  3. Return to Windows Update and give it a few minutes — the download should resume on its own.

Fix #5: Clear the Windows Update Cache

Windows stores temporary update files in a folder before installing them. If a file in that cache gets corrupted mid-download, the update can stall indefinitely. Clearing this cache does not delete updates you’ve already installed — it only removes the temporary download files, forcing Windows to fetch a clean copy.

  1. Press Windows + R, type services.msc, and press Enter.
  2. Right-click Windows Update and select Stop.
  3. Open File Explorer and go to C:\Windows\SoftwareDistribution\Download.
  4. Select everything inside the Download folder and delete it. (You’re clearing a cache, not your installed updates.)
  5. Go back to services.msc, right-click Windows Update, and select Start.
  6. Return to Windows Update and click Check for updates.

Fix #6: Restart the Windows Update Services

A pending install can also happen when the background services responsible for downloading and verifying updates aren’t running.

  1. Press Windows + R, type services.msc, press Enter.
  2. Locate Windows Update, right-click it, and choose Properties. Set Startup type to Automatic, then click Start if it isn’t running, and OK.
  3. Repeat the same steps for Background Intelligent Transfer Service (BITS) and Cryptographic Services.
  4. Restart your PC and check for updates again.

Fix #7: Reset Windows Update Components (Advanced)

This is the option I reach for when nothing above has worked. Rather than just clearing a folder, this fully stops the update-related services, renames the two folders Windows uses to track and store update data, and restarts everything so Windows rebuilds them from scratch. It’s more thorough than Fix #5, which is why it’s further down the list — most people never need to go this far. If you’re not comfortable with a command-line window, it’s completely reasonable to stop at Fix #6 and, if the problem persists, get help from Microsoft’s official support channels instead.

  1. Search for Command Prompt, right-click it, and choose Run as administrator.
  2. Stop the update-related services:
   net stop wuauserv
   net stop cryptSvc
   net stop bits
   net stop msiserver
  1. Rename the update cache folders so Windows rebuilds them:
   ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
   ren C:\Windows\System32\catroot2 catroot2.old
  1. Restart the services:
   net start wuauserv
   net start cryptSvc
   net start bits
   net start msiserver
  1. Restart your PC and check for updates.

Still Stuck? Last-Resort Options

If you’ve worked through all seven fixes and the update is still pending, you have a few solid options left:

  • Windows Update Assistant — Microsoft’s official tool that installs the latest feature update directly, bypassing the normal update queue.
  • Safe Mode — booting into Safe Mode and running Windows Update from there can succeed when third-party software is interfering with the process.
  • Microsoft’s official support channels — if you’ve exhausted the steps above, support.microsoft.com is the right place to go next. Be cautious of any phone number or “support” page you find through a general web search that isn’t hosted directly on a microsoft.com domain — unfortunately, fake tech-support scams that impersonate Microsoft are common for exactly this kind of search query.

How to Prevent Pending Updates From Piling Up Again

A few habits go a long way toward avoiding this problem in the future:

  • Set your Active Hours (Settings > Windows Update > Advanced options) to match when you actually use your PC, so updates don’t try to install and interrupt you mid-task, causing them to stall.
  • Restart your computer at least once every few days rather than always closing the lid or shutting down mid-queue.
  • Keep at least 15-20 GB of free disk space — low storage is a frequent, overlooked cause of failed downloads.
  • Avoid shutting down through a hard power-off (holding the power button) while an update banner is visible — this is one of the most common ways an install gets interrupted and re-queued as pending.

In ten years of doing this, the PCs that almost never get stuck updates are the ones that get restarted regularly and have breathing room on the drive. It’s a small habit, but it prevents most of the fixes above from ever being necessary.

Frequently Asked Questions

Is it safe to force a pending Windows update to install?

Yes. Forcing a check or restart to complete a pending update doesn’t skip any security or compatibility checks — it simply prompts Windows to finish a process it was already going to run.

Why does my Windows update stay on “Pending” for hours?

The most common reasons are a required restart that hasn’t happened yet, a stopped Windows Update service, a corrupted download cache, or a metered connection blocking the download.

Can I skip a pending update?

Feature updates can sometimes be deferred temporarily through Windows Update settings, but security updates should not be skipped — they patch vulnerabilities that are actively exploited.

Does clearing the update cache delete my files?

No. It only removes temporary update-related files in the SoftwareDistribution folder. Your documents, apps, and installed updates are untouched.

How long should a pending update normally take?

For most cumulative updates, expect anywhere from a few minutes to about an hour depending on your connection and PC speed. Anything beyond several hours with no visible progress is worth troubleshooting with the steps above.