how to update my pc

Liam Poe 0 Reputation points
2024-10-13T03:24:59.2033333+00:00

i cant update windowns when i try it says updates failed with this under it

2024-07 Cumulative Update for Windows 11 Version 22H2 for x64-based Systems (KB5040442)

Download error - 0x80070005 help me!!!

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

2 answers

Sort by: Most helpful
  1. Kapil Arya 36,456 Reputation points Volunteer Moderator
    2024-10-13T07:46:07.48+00:00

    Hello,

    You can now directly upgrade to latest version i.e. Version 24H2 as Version 22H2 already reached end of servicing support on 8th October 2024.

    Try upgrading via Windows 11 24H2 ISO file:

    https://www.kapilarya.com/how-to-upgrade-windows-11-using-iso-file

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    0 comments No comments

  2. Anonymous
    2024-10-15T02:12:31.8566667+00:00

    Hi Liam,

    Thanks for your post. Error code 0x80070005 means access denied and it usually occurs because of lack of registry permissions when you are trying to update Windows or installing a new program. Please try the following methods to repair the system.

    Method 1: Run the SFC. Follow the below steps:

    1. Open Command Prompt.
    2. Select “Run as Administrator”.
    3. Type “sfc /scannow” without quotes and hit Enter.

    Now check for the issue.

    Method 2: Run the DISM Tool. If the issue persists, I would have you run the DISM tool to check the system health and will try to restore the files.

    1. Click on 'Start'.
    2. Enter 'Command prompt' in the Search box.
    3. In the list of results, swipe down on or right-click Command prompt, and then tap or click 'Run as administrator'.
    4. In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    To close the Administrator: Command Prompt window, type Exit, and then press Enter. Note: The tool might take 15-20 minutes to finish running, so please do not cancel it.

    Method 3: Type the following in a Windows PowerShell as Administrator:

    1.Launch PowerShell

    2.Set-ExecutionPolicy Unrestricted

    3.Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    If all of the methods still not working, you can download and install the patches offline with the following link:

    Microsoft Update Catalog

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

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.