Windows Server 2016 Stuck Downloading Updates 100% all day

ruo 96 Reputation points
2021-07-30T16:29:15.6+00:00

119445-%E5%9C%96%E7%89%87-2.jpg

C:\Windows\Logs\WindowsUpdate log file↓
https://drive.google.com/file/d/1uceIZ4dq0cXr0MmKOml1rZp3SHiAzj6C/view?usp=sharing

If restart system, its download again and "Stuck Downloading Updates 100%" again.
May i delete the files browse to the C:\Windows\SoftwareDistribution file inside?
Or use commond↓
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealthsfc /scannow

I’m not familiar with using this, please lend me a hand?
Thank you.

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

Accepted answer
  1. ruo 96 Reputation points
    2021-08-02T07:26:33.343+00:00

    Hi, Miles-MSFT
    Thanks for your reply.
    This problem is solved suddenly.
    I'm not do anythig, its spend two day for update...

    thanks~

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Miles 1,281 Reputation points
    2021-08-02T06:33:00.357+00:00

    Hi

    Did you shut down the services from third-parties during the update?
    Did you disable all the programmes in the background?
    Firstly , we could disable all the programmes when you are updating.

    Since your windows server 2016 stuck downloading updates 100%, then we could try the following steps to help fix the issue:

    1. Run the update troubleshooter
      settings -> Update & security -> Troubleshoot
      On the left, please click windows update then click the run the troubleshooter button.

    2.Click start, type powershell
    right click on powershell and select run as administrator
    type (or paste) the following and press enter after each one
    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

    More information about resetting Windows Update components, please refer to this link:
    https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-resources#:~:text=Reset%20Windows%20Update%20components%20manually%201%20Open%20a,ENTER%3A%20Console%20Del%20%22%25ALLUSERSPROFILE%25%5CApplication%20Data%5CMicrosoft%5CNetwork%5CDownloader%5Cqmgr%2A.dat%22%20More%20items...%20

    This article will also help you answer questions and troubleshoot common problems with your Windows 10 update:
    https://support.microsoft.com/en-us/windows/troubleshoot-problems-updating-windows-188c2b0f-10a7-d72f-65b8-32d177eb136c

    Best Regards

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

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

    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.