Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home » Windows

How to Fix Error Code 0x80070490

Abhishek SilwalBy Abhishek SilwalApril 12, 2023
error code 0x80070490

The 0x80070490 error usually occurs whenever the corresponding process fails to find a necessary element. So if you access the relevant logs, you will see the records of “Could not find” or “Element not found” along with the error.

You can encounter it in different situations along with additional error messages. Here, we include the solutions for the most common scenarios of this error—windows update, Mail app, and SCCM Task Sequence error.

Table of Contents

  • How to Fix Windows Update/Upgrade error 0x80070490?
    • Run Update Troubleshooter
    • Reset Windows Update Components
    • Verify Device Drivers
  • How to Fix 0x80070490 Mail App Error?
    • Repair or Reset the Mail App
    • Update the Mail App
  • How to Fix Task Sequence 0x80070490 Error?
    • Choose Proper Image
    • Set SATA Mode to AHCI
    • Change BIOS Boot Mode
    • Clean and Reformat the Drive
    • Update Boot Image
  • How to Fix MiracastView Package 0x80070490 error?
  • How to Fix .NET Framework 3.5 0x80070490 Error?

How to Fix Windows Update/Upgrade error 0x80070490?

If you encounter this error while updating your Windows system, it usually indicates that the process could not find a necessary component to complete the update.

It can be any element, so the best solution is to run the troubleshooter or reset the Windows Update process altogether.

Run Update Troubleshooter

Windows provides a dedicated program—Windows Update troubleshooter—to look for possible Windows update errors and automatically resolve them. If some issues with the update service or system files are causing any problems, the troubleshooter will fix them.

  1. Press the Windows key + R to open Run.
  2. Type ms-settings:troubleshoot and click OK to open Troubleshoot Settings.
  3. Go to Other troubleshooters.
  4. Click on Run next to Windows Update.
    run windows update troubleshooter
  5. Follow the on-screen instructions.

Reset Windows Update Components

Another method you can try is to completely reset the Windows update components to get a fresh start on the update process. It will delete all cached and downloaded update data, reset the services necessary for the update and re-register some necessary DLL files.

This way, any issues with these components will get resolved, and you can reattempt the update from scratch.

  1. Open Run.
  2. Type notepad and press Enter to open the Notepad text editor.
  3. Copy the following into the text editor.
net stop appidsvc
net stop bits
net stop cryptsvc
net stop wuauserv
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
Del "%ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr*.dat"
Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak
Ren %Systemroot%\SoftwareDistribution\Download Download.bak
Ren %Systemroot%\System32\catroot2 catroot2.bak
regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wucltui.dll
regsvr32 wups.dll
regsvr32 qmgr.dll
netsh winsock reset
net start appidsvc
net start bits
net start cryptsvc
net start wuauserv
  1. Press Ctrl + Shift + S to save the notepad as another file.
  2. Set Save as type to All files and Filename to ResetWU.bat
  3. Set the file location to anywhere you want and click Save.
    reset-wu-bat-save
  4. Open File Explorer by pressing Windows key + E and navigate to the saved file location.
  5. Right-click on ResetWU.bat and select Run as administrator.

Verify Device Drivers

If you encounter this error while upgrading your operating system, it usually indicates that an incompatible device driver is present in your system. In such cases, you need to troubleshoot these device driver issues.

  1. Open Run.
  2. Type devmgmt.msc and click OK to open the Device Manager.
  3. Expand all the device categories and check if any driver contains some errors (yellow exclamation mark).
  4. If so, right-click on the device and select Update driver > Search automatically for drivers.
    update-driver-device-manager
  5. If you already have the latest driver, right-click on it and select Uninstall device > Uninstall.
  6. Then, select View on the menu bar and click Show hidden devices.
    view-show-hidden-devices-device-manager
  7. Right-click on all grayed-out devices and uninstall them as well.
  8. Right-click your computer (top on the list) or click on Action from the menu bar and select Scan for hardware changes.
    scan-for-hardware-changes

How to Fix 0x80070490 Mail App Error?

something-went-wrong-0x80070490-mail-app

If you are experiencing this issue while connecting to or adding an account to Mail (Mail and Calendar) app, it is because of errors within the Mail app itself. The error message shows “Try that again, Something went wrong” along with the Error code.

You need to repair/reset the app or update it to resolve the issue.

Repair or Reset the Mail App

You need to access the App Settings for the Mail app to be able to repair or reset it.

  1. Press the Windows key + S to pop up the search bar.
  2. Type mail. Right-click on the Mail app and select App settings.
  3. Scroll down and select Repair.
    mail-app-settings-repair

If you still encounter the error, go through the same steps but select Reset > Reset this time.

Update the Mail App

Another solution is to update the Mail app through the Microsoft Store. It will resolve any potential bugs in your current Mail app version and allow you to add or connect to an account.

  1. Open Microsoft Store.
  2. Search for and open the Mail app’s page (Mail and Calendar).
  3. Click on Update.
    update-mail-app-microsoft-store
  4. You can also go to the Library and then click the Update button next to Mail and Calendar if it is available.

How to Fix Task Sequence 0x80070490 Error?

sccm-task-sequence-deploy-0x80070490

Sometimes, you may encounter the 0x80070490 error during the System Center Configuration Manager (SCCM) Operating System Deployment process. It can actually happen because of different causes, with their correspondingly varied solutions.

Choose Proper Image

You will encounter this error if you try reimaging with an improper image. So, you need to specify the correct setting on the Deploy Task Sequence Editor,

  • Set the correct Image and Image Package while applying the Operating System.
    task-sequence-apply-operating-system
  • Set the correct disk type (MBR or GPT) while partitioning a disk.
  • You may also need to remove or add certain volumes depending on the image, so be careful.

Set SATA Mode to AHCI

You may also encounter this issue if your SATA mode is not set to AHCI. In such cases, the Task Sequence can’t deploy the system image to the SATA drive, which will result in this error.

To change the SATA mode,

  1. Restart or power up the computer. When you get to the device’s logo, press the BIOS key to get to the BIOS. I recommend hitting this key repeatedly to get the timing right.
  2. Then, search for SATA controller mode or a similar option. You may be able to find it inside the Advanced or Storage tabs.
  3. Set the option to AHCI.
    ahci-sata-configuration
  4. Save the changes and exit the BIOS.

Change BIOS Boot Mode

You may also not be able to deploy the image of a GPT system to your drive if the boot mode is set to Legacy or BIOS. You need to change the boot mode to UEFI in this situation.

  1. Boot into your BIOS.
  2. Search for Boot mode or a similar setting.
  3. Set it to UEFI instead of Legacy or BIOS.
    change uefi mode windows bios
  4. Save changes and exit BIOS.

On the other hand, if you want to deploy an MBR system image but currently have UEFI boot mode, you can change it to the Legacy BIOS mode or enable CSM support.

Clean and Reformat the Drive

It is possible that the current format or contents of the drive are affecting the reimaging process. You can try erasing all contents or reformatting the drive to resolve such issues.

  1. First, you need to enable support for Command Support Console in Windows Preinstallation Environment (WinPE)
    • Open System Center Configuration Manager Console.
    • Go to Software Library > Operating Systems > Boot Images.
    • Right-click on the relevant boot image and select Properties.
    • Go to the Customization tab and check Enable command support.
      enable-command-support-SCCM
    • Follow the on-screen instructions.
  2. Then, boot into the WinPE and press F8 to launch Command Prompt.
  3. Type the following commands and press Enter after each to reformat the drive.
    • diskpart
    • list vol
    • sel vol X
    • format fs=ntfs quick
      list-vol-sel-vol-format-fs-ntfs-quick
  4. Try deploying the image again. If you fail, return to the Command Prompt and enter the following command to completely erase the disk.
    • diskpart
    • list disk
    • sel disk X (replace X with the disk number)
    • clean
      list-disk-sel-disk-clean

Update Boot Image

If you encounter this error while converting BIOS to UEFI in Configuration Manager, it can happen because of two reasons:

  • The boot images you are using are not updated.
  • You manually modified the OSDinjection.xml file after 26th October 2016. So, the Boot image update didn’t update this file.

Here, you need to update the boot images.

  1. Open the Configuration Manager Console and go to the Software Library workspace.
  2. Expand Operating Systems > Boot Images.
    boot-images-software-library-operating-systems
  3. Rebuild the boot images and update the distribution points.

If you had modified the OSDinjection.xml file, open it again from inside Program Files\Microsoft Configuration Manager\bin\X64.

After the entry for msvcr120.dll, and under <Architecture imgArch=”x64″> <FileList source=”SCCM”>, add the following lines:

      <File name="msvcp140.dll">  
        <LocaleNeeded>false</LocaleNeeded>  
        <Source>bin\x64</Source>  
        <Destination>sms\bin\x64</Destination>  
      </File>  
      <File name="msvcp140_1.dll">  
        <LocaleNeeded>false</LocaleNeeded>  
        <Source>bin\x64</Source>  
        <Destination>sms\bin\x64</Destination>  
      </File>  
      <File name="msvcp140_2.dll">  
        <LocaleNeeded>false</LocaleNeeded>  
        <Source>bin\x64</Source>  
        <Destination>sms\bin\x64</Destination>  
      </File>  
      <File name="vcruntime140.dll">  
        <LocaleNeeded>false</LocaleNeeded>  
        <Source>bin\x64</Source>  
        <Destination>sms\bin\x64</Destination>  
      </File>  
      <File name="vcruntime140_1.dll">  
        <LocaleNeeded>false</LocaleNeeded>  
        <Source>bin\x64</Source>  
        <Destination>sms\bin\x64</Destination>  
      </File>  

Then, rebuild or update the boot images again.

How to Fix MiracastView Package 0x80070490 error?

If you upgrade a previous Windows 10 OS to version 1709, you may not be able to use the Remove-AppxPackage PowerShell command to remove MiracastView. Doing so will result in an error message that says, Failed with error 0x80070490.

An upgrade bug is responsible for the issue, and you need to copy C:\Windows\MiracastView from a Windows 10 Version 1703 PC to your computer to be able to remove the app in this way.

How to Fix .NET Framework 3.5 0x80070490 Error?

The 0x80070490 error while trying to install .NET Framework 3.5 indicates that it couldn’t find the necessary files to install this feature. So, you can try manually installing it instead.

  1. First, create a Windows installation media for your Windows version from Media Creation Tool.
  2. Then, open Run.
  3. Type cmd and press Ctrl + Shift + Enter to open the Elevated Command Prompt.
  4. Type DISM /Online /Add-Package /PackagePath:E:\Sources\SxS\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab and press Enter to install the package from the installation media. Make sure to replace E: with the drive letter of the installation media.
    dism-online-add-package-net-framework-3.5
fix
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
what happens if you turn off your computer during an update

What Happens if You Turn Off Your Computer During an Update?

September 18, 2023
How to Disable Integrated Graphics

How to Disable Integrated Graphics?

September 16, 2023
System Restore Stuck

How To Fix Windows Stuck on System Restore

September 16, 2023
startup-repair-couldn't-repair-your-pc

How To Fix “Startup Repair Couldn’t Repair Your PC”

September 13, 2023
how to free up ram

How to Free Up Memory

August 4, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
Naval-Warfare-Games

Best Naval Warfare Games

September 18, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 20, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.