MICROSOFTWindows 10Windows 11Windows Server 2022

How to Fix Remote Desktop Session Freezes Disconnects on Windows

In this blog, we will provide the different methods to fix Microsoft Remote Desktop session freezes and demonstrate the possible reasons. Remote Desktop appears to freeze constantly if your experience is anything like mine. Mouse clicks seem to work, but the remote screen stops redrawing. The only resolution is to disconnect your Remote Desktop session and establish a new one, only to freeze up again a few minutes later.

There is a solution to this freezing issue. Since I made this change to my computers, remote desktop sessions have stopped responding once on any of them. I work remotely every day, so there are a few hours behind this test. I hope this solution works for you.

Fix Remote Desktop Session Freezes

Remote desktop session freezes

The connection to the remote computer is excellent, and UDP is enabled.
Microsoft says that using the UDP protocol can speed up the Remote Desktop session by reducing the number of retransmissions and enabling work over unstable, high-latency links.

Fix RDP Sessions Freezing Randomly by Running CMD

Search the command prompt in the search box and choose “Run as Administrator.”

Search command prompt

Type the following command line:

reg add "HKLM\software\policies\microsoft\windows nt\Terminal Services\Client" /v fClientDisableUDP /d 1 /t REG_DWORD
Fix remote desktop freezing issue via CMD

Reboot the computer and check whether the RDP still freezes.

Fix Remote Desktop Freezing over VPN by using Group Policy Editor

Press the Win + R key and then enter gpedit.msc to open the local group policy editor.

Run command gpedit.msc

Go to:

Computer Configuration\Administrative templates\Windows components\Remote Desktop Services\Remote Desktop Connection client

Right-click on Turn Off UDP On Client and choose to edit.

Remote desktop connection client

Select Enabled to fix the error RDP session disconnects.

Turn Off UDP On Client

Unfreeze the Remote Desktop by using the Registry Editor

Press the the Win + R key, type regedit, and click ok.

Regedit run command

Select yes

User account control

Go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client

Right-click on the Terminal Server Client, select New and then choose the DWORD(32-bit) value.

Fix rdp sessions freezing via Registry editor

Name it “fClientDisableUDP”, the new DWORD Value.
Right-click on it and choose to modify to fix the remote desktop freezes after the login issue.

Registry editor

Set the value data to 1, choose Decimal, and click ok.

Edit dword value

Restart the computer and check whether the RDP connection is smooth.

Jamil Parvez

Jamil Pervez works as a Network Administrator, based in Kuwait with a Primary focus on Microsoft technologies. Microsoft Certified MCSE, MCTP, MCITP, CCNP, CCIP, CCVP with 20 years of experience in administering Windows Servers, Exchange, VMWare, Veeam B&R, Veritas BackupExec.

Related Articles

Leave a Reply

Back to top button