Wsus and Windows 11 25H2 Asus clients sync successfully but never report status

Marco 41 Reputation points
2026-07-21T14:50:55.3066667+00:00

Hello,

I'm troubleshooting a WSUS reporting issue that started immediately after installing the July 2026 cumulative updates on a Windows Server 2022 WSUS server and Asus Client

Environment

  • WSUS on Windows Server 2022
  • IIS 10
  • HTTPS (8531)
  • Clients: Windows 11 build 26200.65792
  • WSUS version: 10.0.20348.1

Symptoms

Affected clients:

  • Continue to contact WSUS successfully
  • Appear in the WSUS console
  • Can scan for updates
  • Can download updates
  • Show an updated Last Contact
  • Remain stuck on "Not Yet Reported"
  • Last Status Report stopped updating on 16 July 2026Hello, I'm troubleshooting a WSUS reporting issue that started immediately after installing the July 2026 cumulative updates on a Windows Server 2022 WSUS server.

    Environment

    • WSUS on Windows Server 2022
    • IIS 10
    • HTTPS (8531)
    • Clients: Windows 11 build 26200.65792
    • WSUS version: 10.0.20348.1

    Symptoms

    Affected clients:
    • Continue to contact WSUS successfully
    • Appear in the WSUS console
    • Can scan for updates
    • Can download updates
    • Show an updated Last Contact
    • Remain stuck on "Not Yet Reported"
    • Last Status Report stopped updating on 16 July 2026

Exemple:

  • Last Contact: 21/07/2026
  • Last Status Report: 16/07/2026

The issue started immediately after installing the July 2026 cumulative updates on the WSUS server.

Server log: C:\Program Files\Update Services\LogFiles\SoftwareDistribution.log

ReportingEvent.ValidateMiscData
ValidateMiscData: Rejecting MiscData entry with empty or whitespace-only value: t=
WebService.ValidateEventBatch
Event in batch failed to validate.
Exception: MiscData entry has empty or whitespace-only value: t=
ComputerBrand=[ASUSTeK COMPUTER INC.]
ComputerModel=[ASUS EXPERTBOOK B1502CVA_B1502CV]

OSVersion=[10.0.26200.65792.0.0.0.0.0]

miscData=[
t=
...
]

What has been checked

  • GPO configuration OK
  • WUServer/WUStatusServer OK
  • SSL certificate OK
  • IIS OK
  • Clients reach WSUS correctly
  • Resetting SusClientId does not help
  • Removing/recreating client objects in WSUS does not help
  • Other vendors (HP, Dell, etc.) continue reporting normally
Windows for business | Windows Server | Devices and deployment | System management components

Answer accepted by question author

Domic Vo 28,365 Reputation points Independent Advisor
2026-07-21T15:20:56.3066667+00:00

Hello,

The behavior you’re seeing is tied directly to the July 2026 cumulative update on Windows Server 2022. The WSUS server is still handling synchronization, downloads, and client contact correctly, but the reporting pipeline is breaking at the validation stage. The log entries you shared (ValidateMiscData: Rejecting MiscData entry with empty or whitespace-only value: t=) confirm that the WSUS reporting web service is rejecting status reports from affected ASUS clients because of malformed MiscData fields. This explains why “Last Contact” updates but “Last Status Report” remains frozen.

The fact that HP and Dell clients continue reporting normally points to a vendor‑specific issue in how ASUS systems populate the MiscData block during status reporting. The July update likely tightened validation logic in WSUS/IIS, so previously tolerated empty fields are now rejected. That matches the WebService.ValidateEventBatch failure you’re seeing.

At this point, the recommended path is to confirm whether Microsoft has acknowledged this regression in the July 2026 CU. If not, the workaround is to temporarily disable strict validation by rolling back the cumulative update or applying the latest servicing stack/hotfix once released. Another option is to monitor for a vendor BIOS/driver update, since MiscData often includes hardware descriptors that WSUS parses.

For immediate troubleshooting, you can capture the full client report payload with bitsadmin /list /verbose or by enabling WSUS client logging (%windir%\WindowsUpdate.log on Windows 11 via Get-WindowsUpdateLog). This will show exactly which MiscData field is malformed. If it’s consistently t=, then the ASUS WU client is sending an empty telemetry tag that WSUS now rejects.

I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

Domic Vo.

Was this answer helpful?

6 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Jackson, Brandon 0 Reputation points
    2026-08-07T15:07:28.72+00:00

    This issue affects Server 2025 as well, removing KB5099536 (the July Cumulative) is also the fix.

    Was this answer helpful?

    0 comments No comments

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.