• Skip to main content
  • Skip to primary sidebar

Technipages

Tutorials and fixes for smartphone, gadget, and computer problems

  • Topics
    • Android
    • Browsers
    • Gaming
    • Hardware
    • Internet
    • iPhone
    • Linux
    • macOS
    • Office
    • Reviews
    • Software
    • Windows
    • Definitions
  • Product Reviews
  • Downloads
  • About
How to Fix Windows Update Error 0x80070424

How to Fix Windows Update Error 0x80070424

July 8, 2021 by Madalina Dinita 3 Comments

Shortly after Microsoft rolls out a new Windows version, the company’s forums get flooded with complaints. Many users report they’re unable to install the updates due to various error codes. In this guide, we will talk about error code 0x80070424 and what you can do to fix it for good.

What Causes Update Error 0x80070424?

Windows error 0x80070424 indicates your computer failed to install the latest updates. This error can be triggered by an unstable Internet connection, bandwidth issues, or disk errors. Additionally, your antivirus mistakenly blocking the update files or the Windows Update Service stopping unexpectedly can also trigger error code 0x80070424.

How Can I Fix Windows Update Error 0x80070424?

windows-update-error-0x80070424

Check Your Connection

  • Restart your router, or unplug the power cord if you haven’t done that in a while.
  • Use a wired connection which is more stable than a wireless connection.
  • If you’re using a Wi-Fi connection, disconnect all the other devices using the connection.
  • Use a different network connection, if possible.

Run the Windows Update Troubleshooter

The Update troubleshooter automatically fixes many of the issues preventing you from installing the latest updates.

  1. Go to Settings, and select Update and Security.
  2. Then click on the Troubleshoot option in the left-hand pane.
  3. Select Additional troubleshooters.
  4. Launch the Update troubleshooter and then try to install the problematic update again.

Windows Update Settings

Install the Update Manually

You can also force the update process by manually downloading and installing the updates. If you’re trying to install a cumulative update, go to Microsoft’s Update Catalog website and manually enter the KB number of the update. Hit the Download button next to the update you want to install.

On the other hand, if you want to install a feature update, you can use the Windows Update Assistant to get the job done. Hit the Update Now button and follow the on-screen instructions to complete the process.

Restart the Update Services

Make sure the Windows Update Service is running in the background. You can also restart it to establish a new connection to Microsoft’s Windows Update servers.

  1. Type services in the Windows search bar and double-click on the Services app.
  2. Then scroll down to the Windows Update Service. Right-click on it and select Restart.restart-windows-update-service
  3. Double-click on the service and set the Startup type to Automatic.
  4. After that, restart the Background Intelligent Transfer Service and the Cryptographic service as well.

Additionally, you can also run Command Prompt with admin privileges and run the following commands to set the Startup type to Automatic:

  • SC config wuauserv start= auto
  • SC config bits start= auto
  • SC config cryptsvc start= auto
  • SC config trustedinstaller start= auto

Make sure to hit Enter after each command.

Reset the Windows Update Services Using a Batch Script

Open a new Notepad file and paste the commands listed below to create the script. Then, click on Save As, and name it Windows.bat.

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32

regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

Right-click on the Windows.bat file and select Run as administrator. Then wait until your computer runs the script, restart it, and check for updates again.

Disable Your Antivirus and Firewall

Make sure to disable your antivirus and firewall while installing the updates. Third-party antivirus solutions may occasionally block Windows Updates files. Alternatively, you can also allow the Windows Update servers in your antivirus and firewall settings. For step-by-step instructions, go to your antivirus and firewall support page.

Make sure to allow all connections from https:://*microsoft.com. If you want to be more specific, you can allow the following list of Windows Update servers:

  • https://windowsupdate.microsoft.com
  • https://*.windowsupdate.microsoft.com
  • https://*.windowsupdate.microsoft.com
  • https://*.update.microsoft.com
  • https://*.update.microsoft.com
  • https://*.windowsupdate.com
  • https://download.windowsupdate.com
  • https://download.microsoft.com
  • https://*.download.windowsupdate.com
  • https://wustat.windows.com
  • https://ntservicepack.microsoft.com
  • https://go.microsoft.com

Conclusion

To sum up, Windows update error 0x80070424 indicates your machine could not install the latest OS updates. To fix it, restart your router and use a wired connection. Additionally, run the Windows Update Troubleshooter and restart the Update services. Alternatively, you can also try to install the problematic updates manually.

Did you manage to troubleshoot the problem? Which of these solutions worked for you? Let us know in the comments below.

You Might Also Like

  • Fix Windows 10 Update Error 800F0922
    Fix Windows 10 Update Error 800F0922
  • How to Fix Windows 10 Update Error 0x800703ee
    How to Fix Windows 10 Update Error 0x800703ee
  • How to Fix Windows 10 Update Error 0x8007000d
    How to Fix Windows 10 Update Error 0x8007000d
  • How to Fix Windows 10 Update Error 0x80004005
    How to Fix Windows 10 Update Error 0x80004005
  • How to Fix Windows 10 Update Error 0x80244018
    How to Fix Windows 10 Update Error 0x80244018
  • How to Fix Windows 10 Update Error 0x80d02002
    How to Fix Windows 10 Update Error 0x80d02002

Filed Under: Windows Tagged With: Windows 10

Reader Interactions

Comments

  1. Jasen says

    April 16, 2022 at 5:51 am

    I dont have wuauserv in registry so It donesnt work

  2. Hazem says

    February 15, 2022 at 10:18 am

    I can’t find the UPDATE SERVICE .. what shall I do ??

  3. Stefan says

    December 7, 2021 at 8:42 am

    I still didnt try, Ill come back soon with results

Did this help? Let us know!

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Recent Posts

  • How to Print Labels from Excel Using MS Word Mail Merge
  • What Is NVMe Over TCP (NVMe/TCP)
  • Android Mobile Hotspot: How to Change the Password and Name
  • Windows 10: How to Force Quit and App
  • What is Dumpster Diving?
  • How to Download iOS 16 Beta 3 on iPhone or iPad
  • What is a Security Compromise?
  • Mastodon: How to DM Someone

Who’s Behind Technipages?

Baby and Daddy My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

You May Also Like

  • Windows 95/98
  • Microsoft Windows NT
  • Microsoft Windows
  • Microsoft Windows 95
  • Windows Media Player (WMP)

© Copyright 2023 Guiding Tech Media · All Rights Reserved · Privacy