RDP is not working after windows update on Windows server 2025

Henk Nijland 20 Reputation points
2026-02-17T14:21:15.1233333+00:00

After installing the latest updates on our Windows 2025 servers a rdp session can not be set up.

In the event log id: 6167 says

afbeelding

I found the following solution in https://windowsreport.com/microsoft-confirms-kerberos-and-ntlm-login-issues-in-windows-11-and-server-2025/

Is it possible to send me the group policy to fix this behavior.

Thank you in advance,

Henk Nijland

system administrator gemeente Zutphen

Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles
0 comments No comments

Answer accepted by question author
Jason Nguyen Tran 24,545 Reputation points Independent Advisor
2026-02-17T15:08:30.3333333+00:00

Hi Henk Nijland,

Microsoft has introduced changes affecting Kerberos and NTLM authentication. The workaround involves configuring a specific Group Policy setting to restore compatibility until a permanent fix is released. You can apply this by opening the Group Policy Management Console and navigating to: Computer Configuration > Administrative Templates > System > KDC (Kerberos Key Distribution Center). There, enable the policy that allows fallback to NTLM when Kerberos tickets fail. This ensures that RDP sessions can be established while maintaining secure authentication.

Alternatively, you can use the registry to apply the same setting if Group Policy is not available. Please note that this should be considered a temporary workaround, and once Microsoft releases the official patch, it is recommended to revert the change to maintain optimal security.

In summary, applying the Group Policy to allow NTLM fallback will resolve the immediate RDP login issue. Please ensure that you monitor Microsoft’s update channel for the permanent fix.

You can try and feel free to let me know if you need further information. If you find this answer helpful, please consider clicking Accept Answer so I know your concern has been resolved.

Jason.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Henk Nijland 20 Reputation points
    2026-02-23T14:03:58.4533333+00:00

    Dear Jason,

    I applied the following dword in the registry on both servers.

    AllowNtAuthPolicyBypass=1 in Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Kdc

    User's image

    But this does not solve the problem. I still get the error message (I rebooted both servers):

    User's image Is there something I did wrong?

    Greets,

    Henk Nijland

    Was this answer helpful?

    0 comments No comments

  2. Henk Nijland 20 Reputation points
    2026-02-17T15:21:31.36+00:00

    Hello Jason,

    I don't have this option???: enable the policy that allows fallback to NTLM when Kerberos tickets fail

    User's image

    Was this answer helpful?


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.