Windows 2149842996High

Error 0x80240034: Failed to Download Windows Updates

Error 0x80240034 occurs when there is a failure to download updates via Windows Update. The issue may be related to corrupted update components, internet connection problems, or system conflicts.

Updated at February 13, 2026
15-45 min
Medium
FixPedia Team
Применимо к:Windows 10Windows 11Windows Server 2019Windows Server 2022

Error 0x80240034: Failed to Download Windows Updates

Error 0x80240034 (WU_E_DOWNLOAD_FAILED) is one of the most common issues faced by Windows users when trying to install updates through the built-in Windows Update mechanism. This error indicates that the system was unable to download the necessary update files from Microsoft servers.

Causes of Error 0x80240034

Before proceeding to troubleshoot the problem, it is important to understand what might be causing this error:

  • Unstable internet connection — interruption during the download of updates
  • Corruption of the Windows Update cache — accumulation of corrupted files in the system folder
  • Failure of the update service — improper functioning of background processes
  • Conflict with third-party software — antivirus or firewalls blocking the download
  • Insufficient disk space — not enough free space for temporary update files

Symptoms of the Error

When error 0x80240034 occurs, users typically observe the following signs:

  • An error message with the error code appears in the Windows Update window
  • The update download process hangs at a certain percentage
  • The system repeatedly attempts to download the same updates unsuccessfully
  • The Windows event log contains entries about download errors

Step-by-Step Guide to Fix the Error

Step 1: Basic Diagnostics

Start with the simplest actions:

  1. Restart your computer — this will restart all services and may resolve a temporary glitch
  2. Check your internet connection
  3. Ensure there is enough free space on the system drive (at least 5-10 GB)

Step 2: Use the Built-in Troubleshooter

Windows 10 and Windows 11 have a built-in diagnostic tool:

  1. Open Settings (shortcut Win + I)
  2. Go to Troubleshoot
  3. Select Additional troubleshooters
  4. Find Windows Update and click Run
  5. Follow the on-screen instructions

Step 3: Clear the Update Cache

If the standard tool did not help, try clearing the cache manually:

  1. Press Win + R, type services.msc and hit Enter
  2. Find the Windows Update service
  3. Right-click on it and select Stop
  4. Open File Explorer and navigate to: C:\Windows\SoftwareDistribution\Download
  5. Delete all files and folders in this directory
  6. Return to the services window and restart the Windows Update service
  7. Try to install updates again

Step 4: Restore System Files

If the problem persists, use system recovery tools:

  1. Launch Command Prompt as Administrator
  2. Execute the command DISM /Online /Cleanup-Image /RestoreHealth
  3. After completion, run sfc /scannow
  4. Restart your computer

Step 5: Check Update Services

Sometimes restarting related services helps:

  1. Open Command Prompt as Administrator
  2. Execute the following commands one by one:
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
  1. Restart the system and check for updates

Prevention of the Error

To minimize the risk of encountering error 0x80240034 in the future, follow these recommendations:

  • Regularly update the system — do not delay installing updates for long
  • Maintain a stable internet connection — use a wired connection for downloading large updates
  • Do not disable the Windows Update service — this can lead to a buildup of issues
  • Monitor free disk space — regularly clean the system of junk

Conclusion

Error 0x80240034, while unpleasant, is usually resolvable using the methods described. In most cases, the problem can be fixed by clearing the update cache or restarting services. If none of the methods work, a deeper system diagnosis or consulting a specialist may be required.

F.A.Q.

What does error code 0x80240034 mean?
Is error 0x80240034 dangerous for the system?

Hints

Restart your computer and try updating again
Check your internet connection
Run the Windows Update Troubleshooter
Manually clear the update cache
Reset update components using DISM and SFC
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community