Tea 0x80240034 The error with Windows 10 is because Windows Update is unable to download the various files that it requires to perform the updates that Windows requires.

The error is specifically known as “WU_E_DOWNLOAD_FAILED” error, which basically means that the system did not download the correct “Windows Update” files.

The resulting problem means that your system cannot manage the updates that are required to run, causing the system to exhibit erroneous behavior.

To fix the problem, you basically need to resolve any of the main issues that are preventing Windows Update from downloading the appropriate files; this comes in the form of having the ability to troubleshoot the Windows Update service, as well as being able to repair any of the underlying software applications that integrate with Windows.

The error message will usually display as follows:

Failed to install – 0x80240034

The causes of the error will normally be:

  • Internet connection problems

  • Microsoft update server errors/problems

  • Error with the update payload itself

  • Other miscellaneous error with the update (perhaps a virus or third-party software issue)

The way to resolve the error is to make sure that the various files that Windows Update requires to function are working properly. This can be done using the following steps:

1. Run Windows Update Troubleshooter

The first step is to run the Windows Update troubleshooter.

This is a tool included with Windows 10 (and I believe Windows 7) that allows you to clean up any issues Windows may have with its underlying “update” processes.

To do this, you can use the following steps:

  • Press “Windows” + “I” keys on your keyboard (loads “settings”)

  • Click “Update & Security”

  • In the left pane, select “Troubleshoot”

  • From the list that appears, select “Windows Update”

  • Click “Run this troubleshooter”

  • Let the process run

  • After completion, restart your PC

This probably won’t fix the error, but it should resolve most issues that arise with the update service.

2. Run SFC + DISM

After doing the above, you need to run the SFC + DISM commands.

These are small command-line based applications within the Windows system designed to provide users with the ability to clean up most problems that occur with Windows.

You can do this by following the steps outlined here:

  • Press “Windows” + “S” keys on your keyboard

  • Type “CMD”

  • In the first list displayed, right click and select “Run as administrator”

  • In the black box that appears, type the following commands:

  • “SFC /scan now” + press “Enter”

  • “DISM/Online/Cleanup Image/RestoreHealth” + press “Enter”

This will run a series of “scans” that will basically ensure that your system can run the various files/settings it requires correctly.

While this probably won’t fix the problem (although it should in about 40% of cases), it should resolve a host of underlying issues that may be causing it to display.

3. Manually restart the Windows Update service

You will then need to manually restart the Windows Update service.

This is a bit tricky, but should be the biggest contributor to a solution.

Basically, the way Windows Update works is with what’s known as a “service.”

This is an application that runs perpetually in the background of your system and allows other processes to use it at will.

The Windows Update service is in charge of continuously downloading, resuming, and updating the various items required to perform updates in Windows.

Unfortunately, it often happens that the system will end up having problems with the service, which can be resolved by restarting it manually:

  • Press “Windows” + “S” keys on your keyboard

  • Type “CMD” and in the first item that appears, right click and select “Run as administrator”

  • In the black box that appears, type the following commands:

  • ‘net stop wuauserv’ + ‘Enter’

  • ‘net stop cryptSvc’ + ‘Enter’

  • ‘net stop bits’ + ‘Enter’

  • ‘net stop mserver’ + ‘Enter’

  • ‘Ren C:WindowsSoftwareDistribution SoftwareDistribution.old’ + ‘Enter’

After doing this, you will need to start the various services again, which can be done by following the steps below (again in the same CMD panel):

  • ‘start network wuauserv’ + ‘Enter’

  • ‘net start cryptSvc’ + ‘Enter’

  • ‘net start bits’ + ‘Enter’

  • ‘net start mserver’ + ‘Enter’

Then you need to run the Windows Update “Check for updates” command again.

4. Temporarily disable firewall/antivirus

Finally, one of the most common causes of the problem is a “false flag” from your antivirus application or firewall.

This happens because your system basically thinks that (for some reason) the Windows Update service is causing spotty (potentially harmful) internet connectivity, and therefore it will block it.

To resolve this, you can use the following steps:

  • If you are using a THIRD PARTY antivirus
  • Right click on the security software icon at the bottom right of the Windows taskbar

  • Select the equivalent of “pause” (can be “Game Mode” / “Temporarily stop”, etc.)

  • Select “10 Minutes” or the equivalent

  • Try running Windows Update again

  • If WU doesn’t work right now, try step 3 again with your antivirus temporarily disabled

  • Reboot your system after this attempt

  • If you are using Windows Defender (default antivirus)
  • Press the “Windows” + “I” keys on your keyboard

  • Select “Update & Security”

  • In the menu on the left, select “Windows Security”

  • Select “Virus & Threat Protection” and then “Virus & Threat Protection Settings”

  • Change “Real-time protection” to “Off”

  • Try updating the system, and if it doesn’t work, try running step 3 again

  • After this re-enable Windows Defender service, restart your PC

If the above doesn’t work, you probably have deeper problems with your system. Obviously, a generic internet article isn’t going to solve that.

To fix this, you’d be better off talking to someone who has specific or hands-on experience with your system. This can be accomplished by going to an online community (superuser, etc.) or by talking to someone who will professionally repair the system. Fiverr has become a decent source for this type of service. In any case, the problem should be relatively simple to solve – the difference lies in trying to identify the core problem that leads you to show it.

Leave a Reply

Your email address will not be published. Required fields are marked *