Windows 11 Not Updating? Here’s How to Fix Common Update Errors

Windows 11 updates can feel like tiny surprise parties. Sometimes they bring shiny new features. Sometimes they bring security fixes. And sometimes they just sit there, spin forever, and act like a cat refusing to move from your keyboard.

TLDR: If Windows 11 is not updating, start with the simple stuff. Restart your PC, check your internet, free up storage, and run the Windows Update troubleshooter. If that fails, reset update files, use system repair commands, or install the update manually.

Why Windows 11 Updates Get Stuck

Windows Update is usually automatic. It checks for updates. It downloads them. It installs them. Then it asks you to restart at the worst possible time.

But things can go wrong. Your internet may be weak. Your storage may be full. A file may be broken. A driver may be grumpy. Or Windows Update may simply need a little push.

The good news is this. Most update problems are fixable. You do not need to be a tech wizard. You just need a calm head, a few clicks, and maybe one snack.

Common Windows 11 Update Error Messages

You may see messages like these:

  • “Updates failed.”
  • “Something went wrong.”
  • “Download error.”
  • “Install error.”
  • “Undoing changes made to your computer.”
  • Error code 0x80070002
  • Error code 0x80070003
  • Error code 0x800f081f
  • Error code 0x8024a105

These codes look scary. They are not. Think of them as Windows saying, “I tripped over something, but I will not explain it clearly.”

1. Restart Your PC First

Yes, really. The old classic still works.

A restart clears temporary glitches. It closes stuck processes. It can also finish pending update steps.

Do this:

  1. Click the Start button.
  2. Click the Power icon.
  3. Choose Restart.
  4. Wait for Windows to come back.
  5. Try Windows Update again.

Go to Settings > Windows Update. Then click Check for updates.

If it works, great. You have defeated the tiny update goblin.

2. Check Your Internet Connection

Windows updates can be big. Very big. Some are small cupcakes. Some are full wedding cakes.

If your connection drops, the update may fail. If your Wi-Fi is weak, the download may crawl.

Try these quick checks:

  • Open a website.
  • Restart your router.
  • Move closer to your Wi-Fi router.
  • Use an Ethernet cable if you can.
  • Turn off VPN software for a moment.

A VPN can sometimes block update servers. Not always. But it is worth testing.

3. Make Sure You Have Enough Storage

Windows needs room to breathe. Updates need space to download, unpack, and install.

If your drive is full, updates may fail. Your PC may also feel slower than a sleepy turtle.

To check storage:

  1. Open Settings.
  2. Click System.
  3. Click Storage.
  4. Look at your main drive.

Try to keep at least 10 GB to 20 GB free. More is better.

To clean space, try this:

  • Empty the Recycle Bin.
  • Delete old downloads.
  • Remove apps you never use.
  • Move photos or videos to an external drive.
  • Use Storage Sense.

To use Storage Sense, go to Settings > System > Storage. Turn on Storage Sense. Let Windows clean safe temporary files.

4. Run the Windows Update Troubleshooter

Windows has a built-in helper. It is called the troubleshooter. It is not magical. But it can fix common update problems.

Here is how to run it:

  1. Open Settings.
  2. Click System.
  3. Click Troubleshoot.
  4. Click Other troubleshooters.
  5. Find Windows Update.
  6. Click Run.

Let it scan. Follow the steps it gives you. Then restart your PC and check for updates again.

5. Pause and Resume Updates

This sounds too simple. But it can help.

Pausing and resuming updates can refresh the update process. It is like telling Windows, “Take a deep breath and try again.”

Do this:

  1. Go to Settings > Windows Update.
  2. Click Pause for 1 week.
  3. Wait a few seconds.
  4. Click Resume updates.

Now click Check for updates.

6. Check Date and Time Settings

Wrong date and time can break updates. It can also cause sign-in and browser issues.

Windows update servers use secure connections. If your clock is wrong, Windows may get confused.

Fix it here:

  1. Open Settings.
  2. Click Time & language.
  3. Click Date & time.
  4. Turn on Set time automatically.
  5. Turn on Set time zone automatically.

Then click Sync now, if you see it.

7. Restart Windows Update Services

Windows Update uses background services. Sometimes they get stuck. Like a printer queue. Or a dog that saw a squirrel.

You can restart these services.

  1. Press Windows + R.
  2. Type services.msc.
  3. Press Enter.
  4. Find Windows Update.
  5. Right-click it.
  6. Click Restart.

Also check these services:

  • Background Intelligent Transfer Service
  • Cryptographic Services
  • Windows Installer

If they are stopped, right-click them and choose Start.

8. Clear the Windows Update Cache

Windows stores update files in a folder. Sometimes those files get damaged. Then Windows keeps trying to use them. That is like trying to make toast with broken bread.

You can clear the update cache. Windows will download fresh files.

Follow these steps carefully:

  1. Right-click the Start button.
  2. Click Terminal Admin or Windows Terminal Admin.
  3. Click Yes if asked.

Type these commands one at a time. Press Enter after each one:

net stop wuauserv
net stop bits
net stop cryptsvc

Now open File Explorer. Go to this folder:

C:\Windows\SoftwareDistribution

Delete the contents inside the folder. Do not worry. Windows can rebuild them.

Then go back to Terminal and type:

net start wuauserv
net start bits
net start cryptsvc

Restart your PC. Then check for updates again.

9. Run SFC and DISM Repair Commands

If Windows system files are broken, updates may fail. Luckily, Windows has repair tools built in.

Open Terminal Admin again. Then run this command:

sfc /scannow

Wait for it to finish. It may take a while. Let it do its thing.

After that, run these commands:

DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

These commands check and repair the Windows image. That sounds fancy. It just means Windows is checking its own toolbox.

When it finishes, restart your PC.

10. Update Drivers

Old drivers can cause update errors. This is common with graphics, network, and storage drivers.

To check drivers:

  1. Right-click Start.
  2. Click Device Manager.
  3. Look for devices with warning icons.
  4. Right-click a device.
  5. Click Update driver.

You can also visit your PC maker’s support website. Search for your model. Download the latest drivers there.

This is especially useful for laptops from Dell, HP, Lenovo, Acer, Asus, and other brands.

11. Unplug Extra Devices

Sometimes an update fails because of connected hardware. Yes, even your beloved USB gadget can cause drama.

Before updating, unplug things you do not need.

  • USB drives
  • Printers
  • External hard drives
  • Docking stations
  • Game controllers
  • Card readers

Keep only your keyboard, mouse, monitor, and power cable connected. Then try the update again.

12. Try a Clean Boot

Other apps can interfere with updates. Security tools, startup apps, and system utilities can get in the way.

A clean boot starts Windows with fewer extras. It helps you test if another program is causing trouble.

  1. Press Windows + R.
  2. Type msconfig.
  3. Press Enter.
  4. Go to the Services tab.
  5. Check Hide all Microsoft services.
  6. Click Disable all.
  7. Open the Startup tab.
  8. Click Open Task Manager.
  9. Disable startup apps you do not need.
  10. Restart your PC.

Now try Windows Update. If it works, one of your startup apps may be the troublemaker.

13. Install the Update Manually

If Windows Update refuses to cooperate, you can install some updates manually.

First, note the update number. It looks like KB503xxxx. You can see it in Windows Update history.

Then search for that KB number in the Microsoft Update Catalog. Download the correct version for your system. Most Windows 11 PCs use x64.

Run the downloaded file. Follow the prompts. Restart when asked.

This can be useful when one specific update keeps failing.

14. Use the Windows 11 Installation Assistant

If a big feature update will not install, use the Windows 11 Installation Assistant from Microsoft.

This tool can upgrade your PC while keeping your files and apps. Still, back up important files first. Always. Backups are boring until they save your day.

Download the tool from Microsoft’s official Windows 11 download page. Run it. Follow the steps.

Make sure your PC is plugged in. Do not shut it down during the process.

15. Check If Your PC Supports Windows 11

If you are moving from Windows 10 or installing a major Windows 11 update, hardware matters.

Windows 11 needs certain features. These include TPM 2.0, Secure Boot, enough RAM, and a supported processor.

If your PC does not meet the rules, updates may fail or not appear.

You can check compatibility with Microsoft’s PC Health Check app. It tells you what is missing.

16. Temporarily Disable Third Party Antivirus

Security software is important. But sometimes it blocks updates by mistake.

If you use antivirus software that is not Microsoft Defender, try disabling it for a short time. Then run Windows Update.

Turn it back on after testing. Do not leave your PC unprotected.

If the update works, check the antivirus settings. You may also need to update the antivirus app itself.

17. Read the Error Code Like a Clue

Error codes can help. They are not friendly, but they are clues.

  • 0x80070002 often means missing or damaged update files.
  • 0x800f081f often points to broken system components.
  • 0x8024a105 may be related to update services or connection issues.
  • 0x80070070 usually means not enough disk space.

Do not panic when you see a code. Write it down. Then match it to the likely fix.

When Nothing Works

If you tried everything and Windows 11 still will not update, you have a few final options.

  • Wait a day. Sometimes Microsoft has a temporary server issue.
  • Check known issues. Microsoft may pause updates for some devices.
  • Use System Restore. This can undo recent changes.
  • Reset this PC. Use this only if needed.

To reset your PC, go to Settings > System > Recovery. Choose Reset this PC. You can select Keep my files, but still back up first.

Quick Fix Checklist

Here is your fast update rescue list:

  • Restart your PC.
  • Check internet and Wi-Fi.
  • Free up storage space.
  • Run the Windows Update troubleshooter.
  • Check date and time.
  • Restart update services.
  • Clear the update cache.
  • Run SFC and DISM.
  • Update drivers.
  • Unplug extra devices.
  • Try a clean boot.
  • Install the update manually.

Final Thoughts

Windows 11 update errors are annoying. But they are usually not a disaster. Start with the easy fixes. Then move to the deeper tools if needed.

Think of it like cleaning a messy room. First, pick up the socks. Then deal with the mystery box in the corner.

With a restart, enough space, fresh update files, and a few repair commands, most PCs get back on track. Soon your update screen should stop complaining. And you can go back to using your computer instead of arguing with it.