Share via

Cant Install Windows update telling as "Install error - 0x800f0983". what is the remedy as already diagnosed it with self built windows diagnostics.

Frinto Antony 20 Reputation points
2025-10-01T06:38:59.6266667+00:00

Cant Install Windows update telling as "Install error - 0x800f0983". what is the remedy as already diagnosed it with self built windows diagnostics.

Windows for home | Windows 11 | Install and upgrade
0 comments No comments

Answer accepted by question author

Emmanuel Santana 39,635 Reputation points Independent Advisor
2025-10-01T07:13:54.9266667+00:00

Hello. Error 0x800f0983 usually points to a problem with the Windows Update cache or damaged system files.

Please, follow these steps:

  1. Open PowerShell as Administrator (right-click Start > Windows PowerShell or Terminal > Run as administrator).
  2. Stop the update services and clear the update cache by running these commands one by one:
net stop wuauserv
net stop bits
Rename-Item C:\Windows\SoftwareDistribution SoftwareDistribution.old
Rename-Item C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits

After that, restart your PC and check for updates again.

If the problem continues, you can also try the official Windows Update Troubleshooter here: https://support.microsoft.com/help/4027322

And a step-by-step reset guide is here: https://learn.microsoft.com/windows/deployment/update/windows-update-resources

Let me know if the update still fails after this.

Was this answer helpful?

2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.