0x80240034
Microsoft Windows Update
Severity: ModerateWhat Does This Error Mean?
The 0x80240034 error means Windows Update failed to download an update file. This typically happens when the download is interrupted or the update service gets stuck. It is commonly caused by network issues, corrupted update cache, or third-party software interference.
Affected Models
- Windows 10
- Windows 11
- Windows 8.1
Common Causes
- Your internet connection was interrupted during the update download
- The Windows Update cache contains corrupted partial downloads from previous attempts
- A firewall or antivirus program is blocking Windows Update from reaching Microsoft's servers
- The Windows Update service got stuck in a broken state
- A metered connection setting is preventing large update downloads
How to Fix It
-
Check your internet connection. Open your web browser and make sure you can visit websites normally. Try restarting your router if the connection seems slow or unstable.
Windows Update needs a stable internet connection. Wi-Fi drops during download are a common cause of this error.
-
Run the Windows Update Troubleshooter. Go to Settings > System > Troubleshoot > Other troubleshooters > Windows Update.
The troubleshooter resets the update service and clears stuck downloads automatically.
-
Clear the Windows Update cache manually. Open Administrator Command Prompt. Run: net stop wuauserv — then: net stop bits — then: del /f /s /q C:\Windows\SoftwareDistribution\Download\* — then: net start bits — then: net start wuauserv
This stops the update services, deletes partial downloads, and restarts everything fresh.
-
Check metered connection settings. Go to Settings > Network & Internet > Wi-Fi (or Ethernet) > your connection. Make sure 'Metered connection' is turned off.
When metered connection is on, Windows limits update downloads to save bandwidth.
-
Temporarily disable your firewall and antivirus, then try the update again. If it works, add Windows Update to your security software's exception list.
Some security software blocks the connections Windows Update needs. Windows Defender is automatically paused during updates.
When to Call a Professional
This error is almost always fixable at home with the steps below. If your internet connection is stable and none of the steps work, there may be a deeper issue with your Windows installation. In that case, a technician can perform more advanced troubleshooting.
Frequently Asked Questions
Can I download the update manually?
Yes. Go to the Microsoft Update Catalog website at catalog.update.microsoft.com. Search for the KB number of the failing update (shown in Settings > Windows Update > Update History). Download it directly and run the installer manually.
Why does this error keep happening every time I try to update?
The most likely reason is that the corrupted download files are still in the cache. Clearing the update cache (step 3 above) usually breaks this cycle. If it still fails, the update file itself may have an issue on Microsoft's end — wait a day and try again.
Is it safe to skip this update?
It depends on the type of update. Security updates should be installed as soon as possible to protect your computer. Feature updates (optional) can be postponed for a while without risk. Check Windows Update to see if the failing update is marked as 'Security' or 'Optional.'