Windows 10 updates error

Zithulele Ndlovu 1 Reputation point
2021-07-21T06:42:36.81+00:00

Hello Everyone

Please can you help me I have a problem with updates for windows 10 professional. When I try to update I receive this error:

" There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80080005)"

It's been a weeks now receiving this error.

Please help

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,943 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Teemo Tang 11,411 Reputation points
    2021-07-22T01:19:01.737+00:00

    Hello,

    In order to fix the error message: There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80080005), we could try the following steps:

    Step1: Run Windows Update Troubleshooter
    Settings->Update & Security->Troubleshoot

    Step2:Grant Full Control of System Volume Information directory
    Run CMD as administrator then type the following command:
    cmd.exe /c takeown /f "C:\System Volume Information*" /R /D Y && icacls "C:\System Volume Information*" /grant:R SYSTEM:F /T /C /L

    Step3: Reset windows update components
    Right click on the start button and select Powershell (admin) or Command Prompt (admin)
    Write the next hit enter after each line.

    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

    After above steps completed, restart computer and check for updates again.

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

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.