Computer Slow login issue troubleshooting?

EnterpriseArchitect 5,851 Reputation points
2025-05-05T11:17:15.58+00:00

I am troubleshooting a very strange and annoying issue with my Windows 11 and 10 client OS when connected in a specific offiI am troubleshooting strange and frustrating issue with my Windows 10 and 11 client operating systems when connected to a specific office network.

Let's say the Active Directory (AD) Site is named HeadOffice.

When the computer is connected to the LAN or via WLAN, the login process takes 5-10 minutes. However, when the computer is not connected to the network, the login works smoothly with no issues.

The other AD site does not experience these slow login problems, so I am unsure how to resolve this issue or enable additional logging for further investigation.

 

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,959 questions
{count} votes

Accepted answer
  1. Geoff McKenzie 865 Reputation points
    2025-05-06T04:35:16.98+00:00

    Hi Enterprise Architect,

    I have seen catch all subnets work in the past so long as the finer grained subnets match the known network. If all affected machines are in subnets which are not correctly defined then that may be a contributing factor.

    My suggestion would be to use tools to check what AD site the machines believe they are in.

    GPResult will do if the account executing it is a domain account with local admin.

    Powershell will do it if you have the AD commandlets installed/available

    old school - you can run ....
    nltest /dsgetsite - which will return the AD site the machine thinks it is in
    nltest /dsgetdc:DomainName - will show the results of DCLocator - check if the DC is in the expected site

    In my experience, logon delays of 5-10 minutes are usually more related to logon processes that occur AFTER authentication. E.g. Roaming profiles, Logon Scripts, Group Policy Processing, etc. These can be impacted if they are processing or accessing resources across slow or congested WAN links (i.e. wrong site). Windows DFS can also use AD site infromation to determine the 'best' server to contact for a target.

    HTH

    Regards

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Darrell Gorter 2,651 Reputation points
    2025-05-05T14:25:17.05+00:00

    Hello,

    Start with this page

    Tools for Troubleshooting Slow Boots and Slow Logons (sbsl)

    https://learn.microsoft.com/en-us/archive/technet-wiki/10128.tools-for-troubleshooting-slow-boots-and-slow-logons-sbsl

    Darrell


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.