Help Needed with Windows Update Error 0x80070002

ARsal k 20 Reputation points
2024-05-27T08:13:39.7766667+00:00

Hi Microsoft Support,

I hope you're doing well. I'm having trouble updating my Windows 10 (Version 21H1) computer. Every time I try to install the latest updates, I get an error with the code 0x80070002. Here's what I've already tried to fix it:

  1. Ran the Windows Update Troubleshooter: It found some issues and fixed them, but the error still shows up.
  2. Deleted the Software Distribution Folder: I stopped the Windows Update service, deleted the files in that folder, and then restarted the service. Unfortunately, it didn't help.
  3. Used System File Checker (sfc /scannow): It didn't find any problems.
  4. Checked for Disk Errors: I ran chkdsk /f, and there were no errors on my disk.

Even after doing all this, I keep seeing the same error. Can you help me figure out what to do next? Do you need any specific information from me to solve this issue?

Thanks a lot for your help!

Best regards,

Apklegendsfr

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 24,476 Reputation points MVP
    2024-05-28T01:21:44.42+00:00

    Resetting the Windows Update components can fix many update-related issues.

    Open Command Prompt as Administrator:

    Stop Windows Update Services:

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

    Rename Update Folders:

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
    
    

    Restart Windows Update Services:

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

    Open Command Prompt as Administrator.

    Run the System File Checker: sfc /scannow.

    If SFC finds and fixes issues, restart your computer.

    Run the Deployment Imaging Service and Management Tool: DISM /Online /Cleanup-Image /RestoreHealth.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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