Windows Server 2022 WSUS with WID - Windows 11 25H2 clients sync successfully but never report status

Rajendra Chandrikapure 50 Reputation points
2026-07-17T11:20:12.74+00:00

Has anyone seen this behavior with Windows 11 25H2 clients and WSUS on Windows Server 2022 (WID) where:

Successfully scans against WSUS.

Finds approved updates.

Downloads updates.

Installs updates.

Windows Update Operational log shows Event ID 26 ("Windows Update successfully found updates") and Event ID 41 ("An update was downloaded").

Therefore, client-to-WSUS communication appears to be working.

synchronization succeeds,

IIS returns HTTP 200,

clients download/install updates,

but status reporting never reaches SUSDB (LastReportedStatusTime, LastInventoryTime, and tbEventInstance remain empty)?

Is there a known compatibility issue, required WSUS update, or server-side fix for Windows 11 25H2 reporting?

Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles
0 comments No comments

Answer accepted by question author
Adam J. Marshall 11,031 Reputation points MVP
2026-07-23T01:47:38.7833333+00:00

If you have a licence for WAM, we added a tool to fix this. Download 2026.07.1 and install it and then you can run from the WAM Shell

Invoke-DetectoidCleanup

This will follow Microsoft's instructions and easily clean up your database from the test detectoids.

If you want to let WAM tell you if you have it or not, just wait for the next run tomorrow or execute from the WAM Shell:

.\Clean-WSUS.ps1 -ScheduledRun

And then check the report to see if the detectoids have been found in your database.

Alternatively follow https://support.microsoft.com/en-us/servicing/os/windows/docs/2026/07/kb5121986-windows-server-update-service-sync-operations-issues-and-timeouts

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author
Chen Tran 12,765 Reputation points Independent Advisor
2026-07-17T16:43:06.7833333+00:00

Hello Rajendra,

Thank you for posting question on Microsoft Windows Forum!

Based on the issue description. Well! The plausible explanation to this behavior is that Windows 11 25H2 introduces changes to the Windows Update Agent that affect how reporting data is packaged and sent to WSUS. While the scan, download, and install workflows (which use the newer Unified Update Platform protocols) function correctly, the reporting event payload appears incompatible with the WSUS server-side processing on Windows Server 2022. The server accepts the connection (HTTP 200), but fails to parse the reporting data into the SUSDB, so tbEventInstance, LastReportedStatusTime, and LastInventoryTime are never updated.

The suggestion is to ensure your WSUS server is fully patched with the latest cumulative update from Windows Update/Microsoft Update Catalog. If you are already on a patch level later than February 2025 and the issue persists, a specific out-of-band fix may still be pending for 25H2. Checking for any latest servicing stack updates.

On the other hand, try to check the Server-Side by looking at what WSUS is doing with the data it receives. You can open the WSUS application log on your Server 2022 box. Navigate to this path C:\Program Files\Update Services\LogFiles\SoftwareDistribution.log and search the log for references to ReportingWebService.asmx or DBNull / ArgumentNullException. If you see SOAP or Parsing Exceptions which indicates that Windows 11 25H2 introduced minor changes to the Windows Update Agent (WUA) payload string. If WSUS does not know how to map a new hardware property or OS feature metric sent by 25H2, the web service throws an unhandled exception and silently discards the report. Ensure your Server 2022 host has the absolute latest Cumulative Updates installed to get the updated microsoft.updateservices binaries. In case, you see SQL Timeout Exceptions which indicates the reporting pipeline is choking on the WID back-end.

Hope the above information is helpful!

Was this answer helpful?

1 person found this answer helpful.

4 additional answers

Sort by: Most helpful
  1. Rajendra Chandrikapure 50 Reputation points
    2026-08-01T06:24:29.6166667+00:00

    Thank you for your suggestions.

    I have already completed the recommended WSUS maintenance, including the Server Cleanup Wizard, database maintenance, and verification related to the KB5121986 detectoid issue. No test detectoids were found in my SUSDB, and synchronisation is working normally.

    I also checked the KB5121767 recommendation. However, I am unable to find KB5121767 in the Microsoft Update Catalog, so I cannot import it into WSUS. Could you please confirm whether this update has been withdrawn/superseded or provide the correct Microsoft Update Catalog link?

    My current issue is different: affected Windows 11 (24H2/25H2) clients successfully scan, download, and install updates, and LastSyncTime updates correctly in SUSDB. However, LastReportedStatusTime remains NULL, resulting in "Not Yet Reported" and incorrect Needed/Failed status in WSUS. IIS logs confirm the clients are contacting the WSUS server, but no reporting events are recorded for the affected clients.

    If there are any additional diagnostics or known fixes for this specific reporting issue, I would appreciate your guidance.

    Was this answer helpful?


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.