HomeNewsletterCommunityMVP FeedToolsArchiveBlogToday's NewsAboutServicesQuick Links Subscribe free
← Back to Blog
Windows 11 KB5124008Windows 11DomainActive DirectoryKnown IssueNetlogon

KB5124008 Is Breaking Domain Logons on Windows 11 25H2 — What IT Admins Need to Know

IA
Imran Awan
11 September 2026
⚠ Action required: If you have not yet deployed KB5124008 to your domain-joined Windows 11 25H2 devices, pause deployment now. If you have already deployed it and are seeing logon failures, see the workarounds in the What you can do now section.

What is happening

Microsoft released KB5124008 as part of the September 2026 Patch Tuesday cycle. It brings Windows 11 25H2 devices to OS Build 26200.9445. The update itself patches real security vulnerabilities, which is why it was pushed out — but it has introduced a serious side effect for organisations running traditional on-premises Active Directory environments.

The issue is with something called the machine secure channel. Every computer that is joined to a Windows domain maintains a secure, encrypted channel to a domain controller. This channel is how the computer proves its identity to the domain and how logon requests are validated. When this channel breaks, the computer can no longer communicate with Active Directory — and domain logons stop working.

KB5124008 introduced stricter Netlogon secure channel negotiation settings. In environments where the domain controllers are running Windows Server 2019, or some configurations of Windows Server 2022, those DCs do not support the new negotiation level the updated client is requesting. The result: the channel fails to establish, and logons fail.

📋 Note: This is a known issue — Microsoft has acknowledged it and is working on a fix. The issue affects domain-joined Windows 11 25H2 devices when communicating with Windows Server 2019 and some Windows Server 2022 domain controllers. A resolution is in progress.

Who is affected

Not every organisation will experience this. The issue is specific to a combination of factors:

FactorAffected?
Windows 11 25H2 devices with KB5124008 installed✅ Yes — this is the trigger
Domain-joined to Windows Server 2019 DCs✅ Yes — confirmed affected
Domain-joined to some Windows Server 2022 DCs✅ Yes — affected in some configurations
Domain-joined to Windows Server 2025 DCs❌ No — not affected
Entra ID joined only (no on-prem AD)❌ No — not affected
Windows 11 24H2 devices❌ No — not affected by this specific issue
Workgroup devices (not domain-joined)❌ No — not affected

If your organisation has already upgraded some devices to Windows 11 25H2 and your domain controllers are running Windows Server 2019, you are likely to see this. Organisations that have already moved to Windows Server 2025 DCs or who are purely cloud-joined (Entra ID only) will not be affected.

How to tell if your devices are affected

The most visible symptom is that users on affected devices cannot log in interactively. They receive an error along the lines of “The user name or password is incorrect” — even when the credentials are correct. The machine itself is fine; it is the communication with the domain that has broken.

⚠ Gotcha: Devices that have already been logged into and have cached credentials will still allow logon — the cached copy of the credential is used locally. This means the problem can be invisible at first. A device that was last used before KB5124008 was installed will appear to work fine until the cached credentials expire or a new user tries to log in for the first time.

On the domain controller side, affected logon attempts generate Event ID 4625 in the Security event log, with a Failure Reason of Status 0xC000006D (unknown username or bad password from the DC’s perspective).

⚠ Error — Event ID 4625 — Security
Source: Microsoft Windows Security
Log: Security (on the Domain Controller)
Failure Reason: Unknown user name or bad password
Status: 0xC000006D
Logon Type: 3 (Network)
Message: An account failed to log on. The machine secure channel could not be established with the domain controller.

You can also run a quick check directly on any affected device using PowerShell to test whether the secure channel is healthy:

PowerShell — Run as Administrator
# Test whether the machine secure channel is healthy Test-ComputerSecureChannel # A healthy device returns: True # An affected device returns: False # For more detail — check what the domain controller sees nltest /sc_query:yourdomain.local # Healthy: returns "Flags: 30 HAS_IP HAS_TIMESERV" # Affected: returns "ERROR_NO_TRUST_LSA_SECRET (1786)"

If Test-ComputerSecureChannel returns False or nltest returns ERROR_NO_TRUST_LSA_SECRET, the machine secure channel is broken and the device is affected.

What you can do now

Microsoft has not yet released a fix in a Windows Update. Until a patched cumulative update is available, there are two workarounds. The first is quicker and less disruptive. The second is a last resort if the first does not work.

Workaround 1 — Registry change and repair (recommended, no rejoin required):

This changes a registry setting that controls how strictly the machine identity isolation behaviour is enforced during Netlogon negotiation, then uses a built-in PowerShell command to re-establish the secure channel without needing to leave and rejoin the domain.

Registry Editor
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa
MachineIdentityIsolation  REG_DWORD  0x00000002 → change to → 0x00000000
PowerShell — Run as Administrator on each affected device
# Step 1 — Set the registry value to 0 (disable strict identity isolation) Set-ItemProperty -Path "HKLM:SYSTEMCurrentControlSetControlLsa" ` -Name "MachineIdentityIsolation" -Value 0 -Type DWord # Step 2 — Repair the secure channel without leaving the domain Test-ComputerSecureChannel -Repair -Credential (Get-Credential) # Enter domain admin credentials when prompted # Returns: True = channel restored successfully

A restart is not required for Workaround 1. Once Test-ComputerSecureChannel returns True, the device is reconnected to the domain and logons will work again.

Workaround 2 — Full domain rejoin (last resort):

If Workaround 1 does not resolve the issue, the device can be removed from the domain, joined to a workgroup, restarted, and then re-joined to the domain. This is more disruptive and will require a local admin account to sign in during the transition. It should work in all cases but is time-consuming if you have many affected devices.

✅ Tip: If you have a large number of affected devices and Workaround 1 needs to be applied at scale, the registry change and Test-ComputerSecureChannel -Repair can both be run via a PowerShell script deployed through Intune as a Platform Script (Windows, run as System). This avoids needing to touch each device individually.

Microsoft’s response

Microsoft has acknowledged this as a known issue affecting Windows 11 25H2 (OS Build 26200.9445) in environments with Windows Server 2019 and some Windows Server 2022 domain controllers. The issue is tracked on the Windows 11 25H2 Health Dashboard on Microsoft Learn, and Microsoft has stated that a fix is in development.

Until that fix arrives in a future cumulative update, the recommendation is to pause deployment of KB5124008 to Windows 11 25H2 devices in environments with Server 2019 or Server 2022 domain controllers. Devices that have already received it and are experiencing logon failures should use the workarounds above.

For further background, Microsoft’s documentation covers this in detail:

We will update this post when Microsoft releases a patched cumulative update that resolves the issue.

Was this post helpful?
React below — no account needed
Share this post
LinkedIn X / Twitter Reddit Bluesky

More from EndpointWeekly

Windows 11
KB5120998 Is Silently Resetting Custom Mouse Cursors - But Only…
KB5120998 resets custom mouse cursor schemes and animations back to Windows defaults, and…
Windows 11
Windows 11 KB5120998 Can Reset Desktop Backgrounds to Black —…
KB5120998 preview update (27 Aug 2026) causes some Windows 11 24H2 and 25H2 devices to…
Windows 11
The firewall flipped to Public and broke everything: Network…
Being domain-joined does not earn you the Domain firewall profile. Windows only grants…