Error Code 0x80070005 - 0x20000

Lucas Veríssimo 40 Reputation points
2024-01-17T11:16:25.2133333+00:00

Good morning! I'm running the Windows update to fix a Proxy problem on my computer. But when I run the update file (Atualizar Win 10 21h2.exe), I get the following error as shown in the image below: Erro

How can I solve this problem? Sincerely, Lucas Veríssimo.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,642 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,907 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
965 questions
{count} votes

Accepted answer
  1. AllenLiu-MSFT 40,401 Reputation points Microsoft Vendor
    2024-01-18T01:39:12.8766667+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    Error code 0x80070005 - 0x20000 usually occurs when there is a problem with the Windows Update service or when the update files are corrupted. To resolve this issue, you can try the following steps:

    1. Run the Windows Update troubleshooter. Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update > Run the troubleshooter.
    2. Clear the Windows Update cache. Open Command Prompt as an administrator and run the following commands:
    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
    
    1. Reset the Windows Update components. Open Command Prompt as an administrator and run the following commands:
    net stop bits
    net stop cryptsvc
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    net stop wuauserv
    net stop bits
    net stop msiserver
    Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    Ren C:\Windows\System32\catroot2 Catroot2.old
    net start bits
    net start cryptsvc
    net start wuauserv
    net start appidsvc
    net start cryptsvc
    net start wuauserv
    net start bits
    net start msiserver
    

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful