Windows Update Error 0x80070005

Anonymous
2024-10-02T05:31:00+00:00

i am having a problem with Windows Update Error 0x80070005 on a lenovo server in windows server 2022

can someone help me with these , ive done a lot of fix but the problem is still the same

Windows for business Windows Server Devices and deployment Set up, install, or upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} vote
Accepted answer
  1. Anonymous
    2024-10-04T02:29:38+00:00

    Hello  Julsngrd12,

    Thank you for posting in Microsoft Community forum.

    Error 0x80070005 is a common Windows Update error that typically denotes "Access Denied." This can be due to various reasons including insufficient permissions, corrupted system files, or issues with the Windows Update service. Here are some steps to help you troubleshoot and resolve the issue on your Lenovo server running Windows Server 2022:

    Step 1: Check Permissions

    1. Run Windows Update as Administrator: Ensure you are running the Windows Update process with administrative privileges.
    2. Check User Account Permissions:
      • Make sure your user account has the necessary permissions to perform updates.

    Step 2: Run Windows Update Troubleshooter

    1. **Go to Settings** > **Update & Security** > **Troubleshoot**.
    2. Select **Windows Update** and run the troubleshooter to detect and fix issues automatically.

    Step 3: Reset Windows Update Components

    1. Open Command Prompt as Administrator:
      1. Press Win + X and select **Command Prompt (Admin)** or **Windows PowerShell (Admin)**.
    2. Stop Windows Update Services:
      
          net stop wuauserv 
      
          net stop cryptSvc 
      
          net stop bits 
      
          net stop msiserver 
      
      
    3. Rename Windows Update Folders:
      
          ren C:\Windows\SoftwareDistribution SoftwareDistribution.old 
      
          ren C:\Windows\System32\catroot2 Catroot2.old 
      
      
    4. Restart Windows Update Services:
      
          net start wuauserv 
      
          net start cryptSvc 
      
          net start bits 
      
          net start msiserver 
      
      

    Step 4: Check Group Policy Settings

    1. Open Local Group Policy Editor:
      1. Press Win + R, type gpedit.msc, and press Enter.
    2. Navigate to **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update**.
    3. Check for any policies that might be restricting Windows Update and modify them if needed.

    Step 5: Check/Repair System Files

    1. Run System File Checker (SFC):
      1. Open Command Prompt as Administrator.
      2. Type sfc /scannow and press Enter.
      3. Allow the process to complete and follow any instructions that might appear.
    2. Run Deployment Imaging Service and Management Tool (DISM):
      
          DISM /Online /Cleanup-Image /RestoreHealth 
      
      

    Step 6: Check Windows Update Log Files

    1. Review the Windows Update log files to identify specific issues:
      1. The logs can be found in the C:\Windows\WindowsUpdate.log file.
      2. Look for any errors or messages that might give more context to the issue.

    Step 7: Firewall and Antivirus

    1. Temporarily disable firewall and antivirus to see if they are causing the issue.
    2. Ensure that Windows Update servers are not being blocked by any network security devices or firewall rules.

    Step 8: Manually Download Updates

    1. Manually download the updates from the Microsoft Update Catalog and install them.

    I hope the information above is helpful.

    If you have any question or concern, please feel free to let us know.

    Best Regards,

    Haijian Shan

    0 comments No comments

0 additional answers

Sort by: Most helpful