Fix Windows Update Error 0x80240034
How to Fix Windows Update Failure Error 0x80240034
The Windows Update error 0x80240034 typically occurs when your system fails to download or install updates. This error is often a sign of corrupted files within the update service’s cache or other temporary issues preventing a successful connection to Microsoft’s servers. The error message is vague, but it almost always points to an issue with the local update environment.
This guide provides a series of effective troubleshooting steps to resolve this error and ensure your system can download and install updates successfully.
Understanding the Error 0x80240034
This error code indicates that Windows Update encountered a problem during the update process. The most likely causes are:
Corrupted Update Cache: The temporary files in the SoftwareDistribution folder that Windows uses for updates have become damaged.
Disabled Services: Critical services required for Windows Update, such as the Background Intelligent Transfer Service (BITS), are not running.
System File Corruption: Essential Windows system files are damaged, which can interfere with the update process.
Step-by-Step Solutions
Solution 1: Run the Windows Update Troubleshooter
The built-in Windows Update troubleshooter is a great first step, as it can often automatically find and fix common update issues.
Ayarlar'ı açmak için Windows tuşu + I'ye basın.
Go to System > Troubleshoot > Other troubleshooters.
Find “Windows Update” in the list and click “Run”.
Follow the on-screen instructions and restart your PC if prompted.
Solution 2: Manually Reset the Windows Update Components
If the troubleshooter fails, you can manually reset the Windows Update components by clearing the update cache.
Press the Windows key + R, type cmd, and press Ctrl + Shift + Enter to open Command Prompt as an administrator.
Stop the BITS and Windows Update services with these commands, pressing Enter after each:
net stop wuauserv
net stop bits
Rename the folders that store the corrupted cache files with these commands:
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
Restart the services with these commands:
net start wuauserv
net start bits
Close the Command Prompt and try to run Windows Update again.
Solution 3: Use the System File Checker (SFC) and DISM Tools
Corrupted system files can sometimes be the root cause of update failures. The SFC and DISM tools can help repair these.
Komut İstemi'ni yönetici olarak açın.
Type the following command and press Enter:
sfc /scannow
Wait for the scan to complete.
Next, run the DISM tool to repair the system image:
DISM /Online /Cleanup-Image /RestoreHealth
Restart your computer after both scans are finished and try the update again.
Sıkça Sorulan Sorular
Q: Could a third-party antivirus cause this error?
A: Yes. An overly aggressive antivirus or firewall can block the download of update files. Try temporarily disabling your security software and running the update. Remember to re-enable it afterward.
Q: What if the error persists after all these steps?
A: If the error continues, you may have a deeper issue. Consider performing a Repair Upgrade using the Windows Media Creation Tool. This process reinstalls Windows while keeping your personal files and applications.
Q: Do I need to be an administrator to perform these fixes?
A: Yes, most of these solutions, especially those involving the Command Prompt, require administrator privileges to modify system files and services.
Çözüm
The 0x80240034 error is a common Windows Update issue that can often be resolved by clearing the update cache and restarting the necessary services. By following the steps in this guide, you can use the built-in troubleshooters and command-line tools to repair your update components and ensure your system is properly updated.