Ad Space — Top Banner

0x80240020

Microsoft Windows Update

Severity: Minor

What Does This Error Mean?

Windows Update error 0x80240020 means the update operation was cancelled or did not complete. This can happen when you restart your PC in the middle of an update, when Windows Update times out waiting for a response, or when the update process is killed by another program. The good news is that this error rarely indicates real damage — it just means the update needs to be tried again from a clean state.

Affected Models

  • Windows 10
  • Windows 11
  • Windows 8.1

Common Causes

  • You or Windows restarted the PC while an update was actively downloading or installing
  • A power interruption, laptop battery death, or sleep event interrupted the update mid-process
  • A third-party application (such as a system optimizer or cleanup tool) terminated the Windows Update process
  • The Windows Update service timed out because the download was taking too long on a slow connection
  • Antivirus software scanned and blocked a downloaded update file, causing the installation to fail

How to Fix It

  1. Restart your computer using Restart (not Shut down) and then open Settings > Windows Update and click 'Check for updates.' Windows will detect the incomplete update and offer to retry it.

    After an interrupted update, Windows Update usually handles the cleanup automatically on the next run. Most of the time, simply retrying resolves this error.

  2. Clear the Windows Update download cache. Open Command Prompt as Administrator and run: net stop wuauserv — then del /f /q C:\Windows\SoftwareDistribution\Download\*.* — then net start wuauserv

    Incomplete download files can block future update attempts. Clearing the cache forces a fresh download of the update.

  3. Temporarily disable your antivirus or security software, then try the update again. Re-enable it as soon as the update completes.

    Some antivirus products flag update files as suspicious due to their behavior during installation. Disabling them briefly during the update avoids false-positive interference.

  4. Run the Windows Update Troubleshooter. Go to Settings > System > Troubleshoot > Other troubleshooters > Windows Update > Run.

    The troubleshooter checks for and repairs the most common causes of cancelled or failed updates automatically.

  5. If the specific update keeps failing, find its KB number in the Windows Update history (Settings > Windows Update > Update history), then visit catalog.update.microsoft.com, search for the KB number, and download and install it manually.

    The Microsoft Update Catalog lets you install any Windows update directly, bypassing the Windows Update service entirely. This is a reliable fallback when automated updates keep failing.

When to Call a Professional

If multiple attempts and the troubleshooter cannot clear the error, a technician can manually apply the update using the Microsoft Update Catalog — a website where individual Windows updates can be downloaded and installed directly as standalone files.

Frequently Asked Questions

Did the interruption damage my Windows installation?

In most cases, no. Windows Update is designed to be interruptible — it saves its progress and can resume or roll back cleanly. If the interruption happened during a reboot phase (when you see 'Configuring Windows Update'), there is a small risk of partial updates, but Windows usually rolls back automatically. If Windows boots normally afterward, the update simply failed to apply and needs to be retried.

Should I let Windows Update run overnight to avoid interruptions?

Yes — this is a good habit. Go to Settings > Windows Update > Advanced options > Active hours and set your active hours to match your typical usage. Windows will schedule updates and restarts outside of those hours, avoiding interruptions during the day.

What is the Microsoft Update Catalog?

The Microsoft Update Catalog (catalog.update.microsoft.com) is Microsoft's website for downloading Windows updates individually. Every Windows Update has a unique KB number — for example, KB5034441. You can search for any KB number on the catalog site and download a standalone installer that works without the Windows Update service. It is a useful workaround when the normal update process keeps failing.