Fix Error 0x80070426 for Microsoft Store and Windows Update

 

The error code 0x80070426 is another Windows 10 error that is applicable to both Microsoft Store and Windows Update. The error for Windows Update states-

“There were problems installing some updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070426)”

fix-error-0x80070426-for-windows-update-600x309-8867506

The error message for Microsoft Store says-

0x80070426-4022193

“Your purchase couldn’t be completed. Something happened and your purchase can’t be completed. Error code : 0x80070426”

Since there are common services that support both Windows Updates and Microsoft Store, the solutions are similar too. We will be discussing the fixes for this error here.

Error 0x80070426 for Microsoft Store & Windows Update

To resolve this error code 0x80070426, we will be carrying out the following fixes:

  1. Reset the Microsoft Store.
  2. Run Windows Update Troubleshooter.
  3. Use System File Checker and DISM.
  4. Download the required update manually.
  5. Configure the Firewall or Antivirus.
  6. Reset Windows Update components.

1] Reset Microsoft Store

To reset the Microsoft Store, Run CMD as Administrator and execute the following command:

wsreset

Wait for the process to complete and then try to install your App or Windows Update again.

2] Run Windows Update Troubleshooter

windows-10-update-troubleshooter-600x464-4770804

To run Windows Update Troubleshooter, start by opening the Settings app from the Start Menu and navigating to Update & Security > Troubleshooter.

Select Windows Update from the right side panel and click on Run Troubleshooter.

Follow the on-screen instructions to troubleshoot the issue that you are facing.

3] Use System File Checker and DISM

Run CMD as Administrator and then execute the following command to run System File Checker:

sfc /scannow

Restart your system after the scan is completed.

You can also use our freeware FixWin to Run the System File Checker utility with a click.

Now, in order to fix Windows Update files using DISM, open Command Prompt (Admin) and enter the following three commands sequentially and one by one and hit Enter:

Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth

Let these DISM commands run and once done, restart your computer and try again.

4] Download the required update manually

If it’s not a feature update, and only a cumulative update, you can manually download and install the Windows Update. To find which update has failed to follow the steps:

  • Go to Settings > Update and Security > View Update History
  • Check which particular update has failed. Updates that have failed to install will display Failed under the Status column.
  • Next, go to Microsoft Download Center, and search for that update using the KB number.
  • Once you find it, download, and install it manually.

5] Configure the Firewall or Antivirus

You can try to temporarily disable Windows Defender which is installed out of the box on your Windows 10 computer. You can also disable your Windows Firewall on your computer and check if that fixes the errors that you are encountering. If you are using 3rd-party security software, disable them and see.

6] Reset Windows Update components

To rename SoftwareDistribution & reset Catroot2 folders, start by hitting the WINKEY + X combinations and select Command Prompt (Admin) to launch Command Prompt with Administrator Privileges.

Now copy and paste the following commands one by one in the Command Prompt console and hit Enter.

stop-windows-update-services-command-prompt-600x314-4433661

net stop wuauserv
net stop bits
net stop cryptSvc
net stop msiserver

This will stop all the Windows Update Services running on your Windows 10 PC.

After that, type in the following commands to rename the respective directories on your computer,

ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 catroot2.old

Finally, type in the following commands and hit Enter to restart the Services for Windows Update that we stopped earlier,

net start wuauserv
net start bits
net start cryptSvc
net start msiserver
pause

Close Command Prompt and reboot your computer and check if that fixes the error mentioned above.

Did these fixes help you?

Original Article