Error code: (0x80070570) when updating Windows Server 2016

Mateusz Bender 1 Reputation point
2022-03-12T11:02:55.997+00:00

A Windows Server 2016 under my care has some trouble installing the latest updates (2022-03 cumulative package, most likely), which ends up with the error code 0x80070570. I know this error code indicates some kind of corruption and most questions and answers seem to be related to the non-Server editions of Windows. Since I'm having problems with a server I feel this might warrant a different approach.

I've tried sfc /scannow as well as the usual DISM commands with source Server 2016 install.wim as a parameter.

At this time it SEEMS like the system should be fine, yet the update installation still fails. What could be wrong and what can I do to either find cause of this?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-03-12T11:52:21.463+00:00

    You can also try the manual steps here.
    https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-resources#reset-windows-update-components-manually

    a repair install by running setup.exe from the root of install media

    but time may be better spent standing up a new one for replacement.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Mateusz Bender 1 Reputation point
    2022-03-12T14:11:56.33+00:00

    I've managed to resolve the issue... whilst finding another one. It seems something went wrong with the file / folder structures inside the SoftwareDistribution folder. I've renamed it (and cleared it as best I could - could not remove the whole thing, see https://superuser.com/questions/1709489/cannot-delete-folder-because-its-not-empty

    Since the original one was resolved I'll close this question. So, to summarize - once the OS was "repaired" via DISM I've also had to clean the SoftwareDistribution folder (or rename it, as was the actual case).


  3. AllenLiu-MSFT 49,316 Reputation points Microsoft External Staff
    2022-03-14T02:57:03.2+00:00

    Hi, @Mateusz Bender

    Thanks very much for your posting and feedback. We're glad that the question is solved now. Here's a short summary for the problem, we believe this will help other users to search for useful information more quickly.

    Problem/Symptom:
    A Windows Server 2016 has the error code: (0x80070570) when install the latest cumulative update, the error code indicates some kind of corruption.

    Solution/Workaround:
    After the OS was "repaired" via DISM commands, we also have to delete the SoftwareDistribution folder or rename it.


    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 "Comment".
    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.