Computer stuck on login screen for several minutes

Jai Jamieson 0 Reputation points
2026-08-05T17:57:29.73+00:00

About a month ago my computer randomly started taking 10+ Minutes to login, and since then my performance has been declining heavily

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

1 answer

Sort by: Most helpful
  1. Alvise Cervellati 6,120 Reputation points Independent Advisor
    2026-08-05T18:50:53.72+00:00

    Hi @Jai Jamieson , welcome in community

    Open Event Viewer and filter the System log for Warning and Error events from sources like disk, storahci, or NTFS (specifically look for Event IDs 7, 11, 51, or 153). If you see bad blocks or controller resets, the drive is failing.

    Then press WIN + X and open terminal as admin, now type

    Get-PhysicalDisk | Get-StorageReliabilityCounter | Select-Object DeviceId, ReadErrorsUncorrected, Wear

    Share here the result.

    Last step, disconnect from the network completely (unplug Ethernet/disable Wi-Fi) and try logging in. If the login is suddenly fast, the system is hanging on a disconnected network drive, a failing DNS request, or an unreachable domain controller/startup script.

    Let me know

    Elvis

    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.