Windows 11 In-Place Upgrade Causes Domain Account Lockouts (Account Lockout Policy) on Some PCs in Corporate Domain Environment

Tam Tran Nhut 30 Reputation points
2026-01-23T01:51:00.7266667+00:00

Hello everyone,

I would like to ask for support regarding an issue that occurred during a Windows 10 to Windows 11 in-place upgrade in a corporate Active Directory domain environment.

We performed a pilot upgrade (one PC per department) on a total of 7 domain-joined PCs:

  • 3 PCs upgraded successfully without any issues

4 PCs started causing frequent domain user account lockouts after upgrading to Windows 11 due to the Account Lockout Policy

Environment Details

All PCs are joined to the company Active Directory domain

Upgrade method: In-place upgrade from Windows 10 Pro to Windows 11

Upgrade was performed while users were logged in with domain user accounts

PCs were upgraded individually on different days (not in bulk)

Problematic PCs appeared randomly and are not related to upgrade order

Issue Description

After upgrading to Windows 11, affected PCs continuously trigger domain account lockouts.

From the Domain Controller Security Event Log (Event ID 4740):

The source computer name always matches the upgraded Windows 11 PCs

Based on log analysis, the lockout attempts appear to be generated by the SYSTEM context, not by users manually entering incorrect passwords

Troubleshooting Already Performed

On the affected PCs, I have tried the following steps:

Checked and cleaned Task Scheduler

Cleared all saved credentials in Credential Manager

Purged Kerberos tickets using klist purge

Deleted user SID profile registry entries

Backed up and removed the user profile folder, then re-created the profile by re-login

Ran system integrity and repair commands:

DISM /Online /Cleanup-Image /RestoreHealth

  `sfc /scannow`
  
  Un-joined and re-joined the PCs to the domain
  

Unfortunately, none of these actions resolved the issue.

Business Impact

Currently, the only remaining workaround seems to be performing a full Windows OS reset or clean installation on affected PCs.

However, in our production environment we have more than 150 domain-joined PCs, and performing clean installations on all machines would be extremely time-consuming, operationally difficult, and disruptive to daily business activities.

Therefore, we are looking for a proper root-cause solution or Microsoft-supported fix instead of a full OS redeployment.

Questions

Has anyone encountered a similar situation where a Windows 11 in-place upgrade causes domain account lockouts?

Could this issue be related to cached credentials, Windows Hello for Business, Credential Guard, TPM, LSA Protection, or other Windows 11 security architecture changes?

Are there any known Windows 11 upgrade bugs, hotfixes, registry fixes, or diagnostic tools recommended by Microsoft for this scenario?

Any guidance, best practices, or troubleshooting suggestions would be greatly appreciated.

Thank you very much

Windows for business | Windows Client for IT Pros | User experience | Session connectivity

1 answer

Sort by: Most helpful
  1. AI answer

    2026-01-23T01:51:23.1633333+00:00

    The issue you're experiencing with domain account lockouts after upgrading to Windows 11 could be related to several factors, particularly concerning how Windows 11 handles credentials and security policies. Here are some considerations and troubleshooting steps based on your description:

    1. Account Lockout Policy: Windows 11 may be triggering account lockouts due to the way it handles cached credentials or other security features. The default account lockout threshold in a managed domain is typically set to lock accounts after a certain number of failed login attempts (e.g., 5 bad password attempts within 2 minutes). This is designed to protect against brute-force attacks.
    2. Cached Credentials: If the upgraded PCs are using old or cached credentials that are no longer valid, this could lead to repeated lockout attempts. It's good that you've cleared saved credentials in the Credential Manager, but ensure that no applications are trying to authenticate using outdated credentials.
    3. Windows Hello for Business and Credential Guard: These features could also be influencing the behavior of account logins. If any of the PCs were using Windows Hello or Credential Guard prior to the upgrade, ensure that these settings are properly configured post-upgrade.
    4. Event Log Analysis: Since you've noted that the lockout attempts are generated by the SYSTEM context, it may be beneficial to further analyze the security event logs for any specific applications or services that may be attempting to authenticate using the domain account. Look for patterns or specific services that might be causing the lockouts.
    5. Network and Security Configuration: Ensure that there are no changes in network security configurations or group policies that might affect how authentication is handled post-upgrade. Sometimes, security policies can inadvertently cause issues with account authentication.
    6. Known Issues and Fixes: While there may not be a specific hotfix for this issue, keeping Windows 11 updated is crucial, as Microsoft frequently releases updates that address bugs and improve security features. Check for any updates or patches that might relate to account lockout issues.
    7. Testing in a Controlled Environment: If possible, replicate the issue in a controlled environment to better understand the root cause. This could involve testing with different configurations or user accounts to see if the problem persists.

    Given the complexity of the issue and the potential impact on your organization, it may also be beneficial to reach out to Microsoft support for further assistance, especially if this is affecting multiple machines in your domain.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.