T The Triage ManualTechnical Guides for IT Emergencies
P2 · Remote Access & VPN

RDP Sessions Disconnect After ~65 Seconds Over UDP — Windows 11 24H2 Clients to Server 2016 RDS Hosts

A Windows update regression causes RDP sessions using UDP transport to disconnect approximately 65 seconds after connection establishment. Windows 11 24H2 and Server 2025 clients connecting to Server 2016 RDS hosts are primarily affected. Microsoft resolved the issue via cumulative update or Known Issue Rollback (KIR). Disabling UDP transport forces TCP fallback as a temporary workaround.

Indicators

Likely causes

Diagnostic steps

  1. Open Event Viewer on the client and navigate to 'Applications and Services Logs > Microsoft > Windows > RemoteDesktopServices-RdpCoreTS > Operational'. Check connection entries for UDP or TCP transport indication.
    Confirm whether sessions are using UDP transport, which is the transport affected by this bug. If only TCP is in use and disconnects still occur, investigate a different root cause.
  2. During an active RDP session, run 'netstat -an | findstr 3389' on the client to check for UDP connections to port 3389 on the RDS host.
    Provides real-time confirmation of UDP transport usage during the session before disconnect occurs.
  3. Record the exact time of disconnection relative to session start using a stopwatch. Note whether the disconnect consistently occurs near the 65-second mark across multiple connection attempts.
    A consistent ~65-second timeout pattern strongly correlates with this specific regression and distinguishes it from network-layer timeouts or authentication issues.
  4. Run 'Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 20' in PowerShell on affected clients to identify recently installed updates.
    Identifies the specific update that introduced the regression, and determines whether the Microsoft fix or KIR has already been applied.
  5. As a diagnostic test, apply Group Policy 'Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Connection Client > Turn Off UDP On Client' set to Enabled, run 'gpupdate /force', then attempt to reconnect.
    If disabling UDP eliminates the disconnects, this confirms the root cause is the UDP transport regression. Sessions will fall back to TCP.
  6. Check Microsoft's Known Issue Rollback (KIR) documentation and cumulative update release notes for Windows 11 24H2 and Server 2016 to identify the fix KB article.
    Determines whether the Microsoft-provided fix has been released and is applicable to the affected systems.
  7. On the Server 2016 RDS host, run 'Get-ComputerInfo | Select-Object OsName, OsVersion, OsBuildNumber' (or run 'winver') to confirm the host OS version and current patch level.
    Verifies the affected platform combination (Server 2016 host + Windows 11 24H2 or Server 2025 client) and determines whether the host-side fix, if any, has been applied.

Resolution path

Prevention

Tools

References

rdprdsremote-desktopwindows-11-24h2server-2016server-2025udpdisconnectregressionwindows-updatekirknown-issue-rollbacksession-timeoutconnectivity65-secondsrollbackverificationwusawindows-health-dashboardserver-2019