Fix Windows update error 0x80070424 with these procedures

Note: Ensure that you replace the repair source path with your own.
4. Enable critical Windows update services
- Press the Windows Key + R to launch the Run window.
- In the Run window, type services.msc. and then click OK.
- In the Services windows, locate Workstation, Windows Update, and Background Intelligent Transfer services and double-click them one by one.
- Ensure that the services are set to Automatic and are running.
- If they are not running, set the Startup type to Automatic for each of the services, click Apply and Start.
- Restart your system and then continue with the Windows update.
Certain Windows Update services such as Workstation, Windows Update, and Background Intelligent Transfer services might not be running.
On the other hand, these are critical Windows services which ensure that Windows updates are downloaded and installed securely.
So, if you experience the Windows update error encountered 0x80070424 alert you have to run Windows Services windows and start the aforementioned services to fix the problem.
5. Register System Files
- Press Windows Key + R to open Run.
- In the Run windows, type the following command line-by-line and click OK afterward:
regsvr32 Qmgr.dll /s
regsvr32 Qmgrprxy.dll /s
- Restart your system and then run the Windows update.
Important Windows system files (in .dll file format) are required in order to download and install Windows updates in one piece.
- Press Windows Key + R to open Run.
- In the Run windows, type the following command line-by-line and click OK afterward:
regsvr32 Qmgr.dll /s
regsvr32 Qmgrprxy.dll /s
- Restart your system and then run the Windows update.
Hence, if the system files are not registered on your Windows PC, the Windows update error 0x80070424 might come up.
6. Reset Windows updates components
- Open Win + X menu and choose Command Prompt (Admin) from the list. You can do that by pressing the Windows Key + X shortcut.
- Once the Command Prompt opens, run the following commands:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:WindowsSoftwareDistribution SoftwareDistribution.old
Ren C:WindowsSystem32catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Another applicable workaround to fix the update error 0x80070424 is to manually reset Windows Updates components.
After running these commands, check to see if the problem is resolved. If typing the commands seems convoluted, you can fix this problem by creating a reset script using the steps outlined in our WUReset script guide.
7. Download the update manually
- Go to the Microsoft Update Catalog website.
- In the search box, type the update code in the search box and then hit the Enter key.
- From the list of matching updates, locate the update that uses the same architecture as your system.
- Click the Download button next to the update to download it.
- Once you download the update, run the setup file, and follow the installation prompts.
- After the update is complete, restart your Windows PC.
If you are unable to update your PC due to update error 0x80070424, you can easily fix the problem by downloading the update directly from Microsoft’s Update Catalog.
However, you need to know the update code of the problematic update before you proceed.
Usually, each Windows update code starts with KB, followed by an arrangement of numbers. Once you are able to locate the update code, follow these steps to download and install the update manually:
We hope you were able to solve the Windows update error 0x80070424 problem by using any of the aforementioned solutions. Let us know by commenting below.