Installation Failure for 2023-10 Cumulative Update for Windows 10 Version 22H2 for x64-based Systems (KB5031356) 0x8007000D

Anonymous
2023-10-12T12:47:37+00:00

Hi, I am unable to install latest Windows 10 22H2 Cumulative Update, with the error 0x8007000D. I have tried downloading the KB from Microsoft Update Catalog and run manually but I am getting this error as well. Has anyone else faced this issue and does anyone have a solution for this?

Thank you!

Windows for home | Windows 10 | Windows update

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.

0 comments No comments

68 answers

Sort by: Newest
  1. Anonymous
    2023-10-13T07:00:52+00:00

    Hi,

    I’m having the same problem. But my C drive is full (red). I’ve followed all the steps of deleting temporary files etc, still not giving me space to download the update. Can you advise of what to do please

    Thank you

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-10-13T06:44:19+00:00

    Hello.
    I have tried all of the above on 2 different devices. They are both still failing to load this update.

    Looking on the internet there are several hundreds of reports of people having the same problem.

    I suggest you check this update is OK

    Was this answer helpful?

    30+ people found this answer helpful.
    0 comments No comments
  3. David-M 126.2K Reputation points Independent Advisor
    2023-10-12T13:21:46+00:00

    Hi. I'm David, and I'm happy to help you.

    I suggest doing the following:

    Run the Windows Update Troubleshooter.

    https://support.microsoft.com/en-us/windows/win...

    If it persists, rename the software distribution folders as instructed below:

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:

    net stop bits

    net stop wuauserv

    net stop cryptsvc

    ren %systemroot%\softwaredistribution softwaredistribution.bak

    ren %systemroot%\system32\catroot2 catroot2.bak

    net start bits

    net start wuauserv

    net start cryptsvc

    1. After all these commands are completed, close the Command Prompt window, restart your computer, and then try to update Windows.

    If it persists, use the system file checker to repair possible corrupted or missing system files.

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:

    dism.exe /online /cleanup-image /scanhealth

    dism.exe /online /cleanup-image /restorehealth

    dism.exe /online /cleanup-image /startcomponentcleanup

    sfc /scannow

    Note: Pay close attention to the results of the commands. This will help you determine whether the procedure was completed successfully or if there was a problem. If you encounter any problems, let me know the error message that was displayed.

    1. Then restart your PC and see if you can update.

    If the problem persists, let me know, and I will provide another method.

    Feel free to ask back any questions.

    Was this answer helpful?

    8 people found this answer helpful.
    0 comments No comments