Solved: How to Fix the 0x80190191 Error on Windows Update

Error Code 0x80190191 Summary

The error code 0x80190191 typically indicates an issue with the Windows Update service or components that rely on it, such as Microsoft Store and other applications requiring updates. This error can manifest during software installations, updates, and sometimes while attempting to repair system files through tools like SFC (System File Checker) or DISM (Deployment Image Servicing and Management). It often suggests corruption in the Windows Update component cache or files necessary for the operation of these services. The cause is usually attributed to a failure in downloading or applying update packages properly, leading to an incomplete installation state that interferes with future attempts at updating or repairing affected areas of the system.

Description and Troubleshooting for Error Code 0x80190191 in Windows Update Services

The error 0x80190191 can occur across various scenarios involving Windows Update and related services. Common occurrences include:

  • Software Installation: If you try to install a new application or update an existing one via the Microsoft Store, this error might appear due to issues with downloading or applying necessary updates.
  • SFC and DISM Operations: When running SFC /scannow or DISM commands to repair corrupted system files, these tools rely on Windows Update components. If there are problems within these components, the process may fail, throwing this error code.
  • Windows Updates: The direct cause of this error is usually related to Windows Update failures. When Windows tries to update itself or install critical updates, if something goes wrong during the download or installation phase, it can lead to this specific error.
  • System Restore Points: In some cases, attempting to create a system restore point may also result in this error if the underlying Windows Update mechanism is experiencing issues at that moment.

Howto solve error code 0x80190191

  1. Run DISM and SFC commands:
  2. Open Command Prompt as Administrator. Type “cmd” into the search bar, right-click on “Command Prompt” (or “Windows PowerShell”), and select “Run as administrator”.
  3. Type in the following command to repair Windows Update components using DISM: dism.exe /online /cleanup-winsxs /logpath:c:\windowsupdate.log /scantree:\temp\winsxs\. Replace “” with the actual drive letter of your system partition, and create a folder named “temp” under “C:\” before running this command.
  4. Type in the following command to repair corrupted system files using SFC: sfc /scannow.
  5. If these commands fail or do not resolve the issue, proceed with System File Checker and DISM again but with a different approach:
  6. Type “dism.exe /online /cleanup-image /restorehealth” to repair system files.
  7. After running both DISM and SFC commands, restart your computer and check if the error persists. If it does not resolve after restarting, move to the next step.
  8. Re-register Windows Update components:
  9. Type “wusa.exe /uninstall updates /kb:3072246” in Command Prompt and hit Enter.
  10. Then type “powershell -ExecutionPolicy Bypass -Command "Get-AppxPackage -AllUsers | Foreach {Add-AppxProvisionedPackage -Online -Packagex $($_.PackageFamilyName)"}"” in the Command Prompt and hit Enter.

Similar questions

What does error 0x80190191 mean?
How can I fix the problem caused by error 0x80190191?
Is there a specific program or application that causes this error, 0x80190191?
Can you tell me how to stop getting the 0x80190191 error message when trying to install software?
What steps should I take if my computer displays the 0x80190191 error while updating Windows?
Is there a way to prevent this 0x80190191 error from appearing during network usage?
Could you guide me on how to troubleshoot and resolve issues related to the 0x80190191 error code when downloading files?
How do I avoid getting the 0x80190191 error while trying to use a particular application or service online?
What should I do if restarting my computer doesn’t fix the 0x80190191 error and it keeps coming back?
Can you recommend any websites or forums where I can find more detailed information about solving the 0x80190191 error issue?