T The Triage ManualTechnical Guides for IT Emergencies
P2 · Windows Server

RDP Session Freeze — Keyboard and Mouse Unresponsive After February 2025 Updates (Windows Server 2025 / Windows 11 24H2)

RDP sessions on Windows Server 2025 and Windows 11 24H2 freeze completely after applying cumulative updates released from February 2025 onwards. The session remains visually connected but keyboard input is ignored and mouse clicks produce no response — distinct from RDP disconnects. Resolution requires applying a Microsoft fix update when available, or rolling back the problematic KB via console/IPMI access.

Indicators

Likely causes

Diagnostic steps

  1. Confirm OS version and build using alternative access method (console/IPMI): run 'winver' or 'Get-ComputerInfo | Select-Object WindowsProductName, WindowsVersion, OsBuildNumber' in PowerShell
    Verify the system is running an affected OS version (Windows Server 2025 or Windows 11 24H2) before proceeding with targeted remediation
  2. Review installed Windows updates: 'Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 20' or check Settings > Windows Update > Update History
    Identify updates applied from February 2025 onwards and correlate freeze onset with a specific KB number
  3. Attempt RDP connection and confirm freeze symptom: establish session, open Notepad and type, test mouse clicks — note whether session remains visually connected while input is unresponsive
    Distinguish this freeze from RDP disconnects — confirms session is connected but input non-functional, matching known bug signature
  4. Check System and Application Event Logs via console access: 'Get-WinEvent -LogName System -MaxEvents 100 | Where-Object {$_.LevelDisplayName -eq "Error" -or $_.LevelDisplayName -eq "Warning"} | Select-Object TimeCreated, Id, Message | Format-List' — filter for events from TermService and RdpCoreTS sources
    Identify RDP service, TermService, or RdpCoreTS input-related error events that may confirm freeze timing or provide additional diagnostic context
  5. Check RDP-related service status: 'Get-Service -Name TermService, UmRdpService | Select-Object Name, Status, StartType'
    Confirm Remote Desktop Services and UserMode Port Redirector services are running and have not crashed or hung
  6. After rolling back the suspect update, establish an RDP session and confirm keyboard and mouse remain responsive during sustained use; verify removal with 'Get-HotFix | Sort-Object InstalledOn -Descending' to confirm the KB is no longer listed
    Validate that rollback was successful and the freeze regression is resolved

Resolution path

Prevention

Tools

References

RDPRemote DesktopWindows Server 2025Windows 11 24H2session freezekeyboard unresponsivemouse unresponsiveFebruary 2025 updatepatch regressionTermServiceRdpCoreTSupdate rollbackinput handlingcumulative updateMicrosoft acknowledged