Environment: WSUS on Windows Server 2022, WID database, ~600 clients (mostly Win11, few Win10).
Issue: Since ~24 July 2026, 130+ clients stopped reporting status. Console shows "Last Status Reported" frozen at old dates, some show "Not yet reported" — despite endpoints being active and current.
What I've confirmed is working (ruled out):
- All WSUS/IIS/WID services running normally; ReportingWebService responds locally
- Client-to-server TCP connectivity (port 8530) confirmed fine
- SelfUpdate content (wuident.cab) downloads successfully on affected clients
- GPO settings correct (WUServer, WUStatusServer, UseWUServer=1)
- Affected clients show detection (Event 26) and downloads (Event 41) succeeding repeatedly with zero errors in WindowsUpdateClient/Operational log
- Side-by-side: 2 affected machines behave identically to 1 working machine client-side — only the working one's report actually gets recorded
- tbEventInstance table checked: only ~4,194 rows (ruled out known bloat issue)
- One-off error 0x80244010 seen once, hasn't recurred — likely unrelated
Already tried without success: WSUS Cleanup Wizard, subscription category trim + resync, SUSDB backup, IIS/WID service restarts, full client-side WU reset (SusClientId, SoftwareDistribution, catroot2), deleting and letting a computer object re-register.
Question: Since detection/download work but report submission specifically fails to persist for a subset of machines under identical client config, what server-side diagnostics (SQL Profiler on ReportingWebService inserts, IIS Failed Request Tracing, WSUS-specific logging) would help isolate why? Any known bugs/hotfixes for this exact symptom?