Not yet reported WSUS

Jackson Pedrini 51 Reputation points
2025-04-25T13:11:27.31+00:00

I have a Windows Server 2019 as a WSUS Server. I am having problems with WSUS Server 2019 clients. WSUS Server 2012 clients do not show the last reported status.

User's image

Windows for business | Windows Server | User experience | Other

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

4 answers

Sort by: Most helpful
  1. Adam J. Marshall 10,791 Reputation points MVP
    2025-04-25T22:59:04.58+00:00

    Follow my guide from top to bottom.

    https://www.ajtek.ca/wsus/client-machines-not-reporting-to-wsus-properly/

    It should get you going. Even if you think you've done it before, DO IT WITH MY GUIDE, especially the 1st part. It should get you going again with that client.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Sergey Leonov 1 Reputation point
    2026-07-02T05:18:07.76+00:00

    Deleting these registry keys helped me - SusClientId and SusClientIDValidation:

    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate

    After rebooting the server and checking for updates again, the WSUS console status "not yet reported" disappeared and the server connection date appeared.

    Deleting other keys might also help. Here's the full script:

    net stop wuauserv

    reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f

    reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f

    reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f

    reg Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f

    net start wuauserv

    Was this answer helpful?

    0 comments No comments
  3. Jackson Pedrini 51 Reputation points
    2025-04-25T20:11:05.77+00:00

    I have already performed these actions and have not been successful. As you can see in the image, the client version is already the most recent.

    User's image

    Was this answer helpful?

  4. Jackson Pedrini 51 Reputation points
    2025-04-25T19:18:28.0066667+00:00

    Hello @Jose Benjamin Solis Nolasco , all configuration parameters are OK. As you can see in the attached image, through the connection test, the client can communicate normally with the WSUS server. The only problem is that it does not generate the last report.

    User's image

    User's image

    Was this answer helpful?