Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2878+ Articles
168+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Microsoft Shares Workaround for Windows Domain Login Issues
Microsoft Shares Workaround for Windows Domain Login Issues
NEWS

Microsoft Shares Workaround for Windows Domain Login Issues

Microsoft confirms KB5124008 breaks AD domain login on some Windows 11 PCs and shares a registry workaround while a permanent fix is prepared.

Dylan H.

News Desk

September 17, 2026
5 min read

A Patch Tuesday Regression Hits Domain-Joined PCs

Microsoft shared a temporary fix on Wednesday, September 16, 2026, for a known issue that has been preventing some Windows 11 users from logging in with valid domain credentials after installing the September 2026 security updates. The regression traces back to KB5124008, the September 8, 2026 cumulative update for Windows 11 24H2 and 25H2 (OS Builds 26100.9445 and 26200.9445), with the equivalent 26H1 update, KB5124012 (OS Build 28000.2954), implicated as well.

Administrators began reporting the problem on Microsoft Q&A and Reddit within days of the update shipping: domain-joined Windows 11 machines were losing their Active Directory secure channel after a reboot, leaving users locked out even though their domain credentials were correct. Microsoft initially told BleepingComputer only that it was "aware of the reports and investigating," before formally adding the problem to the Windows 11 known-issues list on release health with a documented workaround.


What's Actually Broken

The root cause is Machine Identity Isolation, a Credential Guard capability that protects a computer's Active Directory machine-account secret using virtualization-based security. According to Microsoft, KB5124008 and later updates don't newly enable Machine Identity Isolation enforcement on their own — but they do cause Windows to start honoring any enforcement setting that was already turned on, whether through the registry or through policy (Group Policy or Intune).

That matters because Machine Identity Isolation enforcement is only supported on devices connected to domain controllers running at a Windows Server 2025 Domain Functional Level (DFL) or higher. Any device that had enforcement configured but talks to older domain controllers — administrators reported reproducing it against both Windows Server 2019 and Windows Server 2022 DCs — starts failing machine authentication once the update lands and the device restarts. Microsoft says domain controllers and AD replication themselves are not affected; this is strictly a client-side machine-account problem.

FieldDetail
Trigger updatesKB5124008 (Windows 11 24H2/25H2), KB5124012 (Windows 11 26H1)
ReleasedSeptember 8, 2026 (Patch Tuesday)
Root causeMachine Identity Isolation enforcement (a Credential Guard feature) now honored by Windows
Who's affectedDomain-joined Windows 11 devices with Machine Identity Isolation enforcement previously configured, connected to domain controllers below a Windows Server 2025 DFL
SymptomLoss of AD secure channel after reboot; valid domain credentials rejected at sign-in
Officially acknowledgedSeptember 16, 2026, via Windows release health known-issues
WorkaroundYes — registry/policy change plus secure-channel repair
Permanent fixNot yet shipped; planned for a future update

Microsoft's Workaround

For affected devices, Microsoft's guidance is to disable Machine Identity Isolation enforcement through whichever channel originally enabled it, then repair the machine's secure channel:

  1. If it was set via Group Policy or Intune, disable the Machine Identity Isolation policy through that same management channel and let it reapply, rather than editing the registry directly on managed devices.

  2. If it was set directly in the registry, check one of these two locations:

    • HKLM\SYSTEM\CurrentControlSet\Control\Lsa\MachineIdentityIsolation
    • HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceGuard\MachineIdentityIsolation

    If the MachineIdentityIsolation value is set to 2 (enforcement), change it to 0 (disabled).

  3. Restart the device so the change takes effect.

  4. Repair the secure channel by running the following from an elevated PowerShell prompt:

    Test-ComputerSecureChannel -Repair -Credential (Get-Credential)

Microsoft's own advisory notes an important caveat: because enforcement mode moves the machine secret into Credential Guard and removes the copy from the normal LSA environment, simply flipping the setting back is not always enough to restore trust — some administrators reported needing to reset the computer account password, and in a handful of cases, fully remove the device from the domain and rejoin it. Disabling Machine Identity Isolation also reduces the virtualization-based protection on that machine's AD credentials, so treat it as a temporary mitigation rather than a permanent configuration change.

Uninstalling KB5124008/KB5124012 entirely is technically possible and has resolved the issue for some admins, but Microsoft and third-party researchers caution against it: the September update carries a large batch of security fixes, and rolling it back removes those protections along with the buggy feature.


Is a Permanent Fix Coming?

Yes, but it hasn't shipped yet. Microsoft says it plans to temporarily prevent Machine Identity Isolation enforcement in a future update while it works through the underlying compatibility problem with domain controllers below the Windows Server 2025 functional level. No specific release date has been given. Until then, the registry/policy workaround above is the supported mitigation.


What IT Admins Should Do Now

  1. Check exposure first: if your organization has never explicitly configured Machine Identity Isolation (via registry, GPO, or Intune), you are very unlikely to hit this — the feature isn't enabled by default.
  2. Inventory affected devices: confirm whether your domain controllers meet the Windows Server 2025 DFL requirement before re-enabling enforcement anywhere.
  3. Pause broad rollout of KB5124008/KB5124012 to devices with enforcement configured until you've validated the workaround in a test group.
  4. Preserve local admin or LAPS access on pilot devices in case a secure-channel repair requires local sign-in.
  5. Apply the workaround (policy/registry change, reboot, Test-ComputerSecureChannel -Repair) to already-affected machines, and verify recovery with nltest /sc_verify:<domain> before returning them to production.
  6. Watch Windows release health for the permanent fix and re-enable Machine Identity Isolation enforcement only on devices connected to Windows Server 2025-level domain controllers once it ships.

References

  • BleepingComputer — Microsoft releases workaround for Windows domain login authentication issues
  • BleepingComputer — Windows 11 KB5124008 update breaks domain trust for some users
  • Microsoft Support — September 8, 2026—KB5124008 (OS Builds 26200.9445 and 26100.9445)
  • Microsoft Support — September 8, 2026—KB5124012 (OS Build 28000.2954)
  • WinCentral — Microsoft issues fix for Windows 11 KB5124008 domain bug
#Microsoft#Windows#Active Directory#Security Updates#BleepingComputer

Related Articles

Microsoft: September Updates Break Audio on Some Windows PCs

KB5124008 and KB5124012 can break USB Audio Class 1.0 devices on Windows 11 24H2+, with no official fix yet — only a channel-mode workaround.

2 min read

Microsoft Shares Fix for Windows C: Drive Access Issues on Samsung PCs

Microsoft has published a multi-step recovery procedure for Samsung Galaxy Book 4 laptops running Windows 11 24H2/25H2 where the Samsung Galaxy Connect...

7 min read

Windows 11 February Update Breaks C:\ Drive Access on Samsung PCs

Microsoft is investigating a new bug affecting Samsung laptops after the February 2026 security update — some users are unable to access their C: drive...

5 min read
Back to all News