Fixing Error 0x80070490 in Windows Update and Mail App

By | 2024-02-15

Encountering errors is almost inevitable, especially when dealing with operating systems like Windows. One of the common errors that users often come across is 0x80070490, which can affect both Windows Update and the Mail app. This error can be frustrating, as it prevents users from updating their system and accessing their emails seamlessly. However, fear not! In this blog post, we’ll delve into the causes of this error and provide step-by-step solutions to fix it.

Understanding Error 0x80070490

Error 0x80070490 typically indicates a corruption in the system component store, which can occur due to various reasons such as incomplete installations, software conflicts, or system file corruption. When this error occurs, users may encounter difficulties in performing Windows updates or accessing their emails through the Mail app.

Fixing Error 0x80070490

Here are several methods to troubleshoot and resolve Error 0x80070490:

Run Windows Update Troubleshooter

Windows includes built-in troubleshooters to diagnose and fix common problems. To run the Windows Update Troubleshooter:

Go to Settings > Update & Security > Troubleshoot.
Select Windows Update, then click on Run the troubleshooter.
Follow the on-screen instructions to complete the troubleshooting process.

Reset Windows Update Components

Sometimes, corrupted Windows Update components can trigger Error 0x80070490. To reset Windows Update components:

  • Open Command Prompt as an administrator.
  • Type the following commands one by one, pressing Enter after each:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  • Restart your computer and check if the error persists.

Use SFC and DISM

SFC and DISM are command-line tools that can scan and repair corrupted system files.

Open Command Prompt as an administrator.

Run the following command to scan for and repair corrupted system files:

sfc /scannow

After SFC completes, run the DISM tool with the following command:

DISM /Online /Cleanup-Image /RestoreHealth

Restart your computer once the process is complete.

Check for App Updates

If you encounter Error 0x80070490 specifically when using the Mail app, ensure that the app is up-to-date. Open the Microsoft Store, click on the three dots in the top-right corner, then select Downloads and updates. Check if there are any pending updates for the Mail app and install them.

Encountering Error 0x80070490 can be frustrating, but with the right troubleshooting steps, you can resolve it and get back to using Windows Update and the Mail app without any hindrance. By following the methods outlined in this guide, you can effectively diagnose and fix the underlying issues causing this error. If you continue to experience problems after trying these solutions, consider seeking further assistance from Microsoft Support or consulting with a knowledgeable IT professional.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

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.