T The Triage ManualTechnical Guides for IT Emergencies
P3 · Endpoint & Device Management

Windows 10/11 Login Failure Due to Forgotten Local or Microsoft Account Password

Users who have forgotten their Windows 10 or Windows 11 local or Microsoft account password receive a 'The Password is incorrect' error at the login screen and cannot sign in. Recovery paths differ depending on account type: Microsoft accounts can be reset online via account.live.com, while local accounts can use security questions, the Windows Recovery Environment, or offline password reset tools. The utilman.exe CMD replacement technique provides a last-resort offline reset for local accounts when no other options are available.

Indicators

Likely causes

Diagnostic steps

  1. Confirm Caps Lock is off and the correct keyboard layout is active on the login screen before attempting any recovery procedure.
  2. Identify the account type: if the username displayed is an email address, it is a Microsoft account; if it is a plain username (e.g., 'John'), it is a local account.
  3. For Microsoft accounts: click 'I forgot my PIN' on the login screen, or on another device navigate to https://account.live.com/password/reset and follow the online reset flow using a verified email or phone number.
  4. For local accounts: click 'I forgot my password' on the login screen. If security questions were configured during setup, answer them to set a new password without additional tooling.
  5. If no security questions are available, boot the machine from Windows installation media (USB/DVD) and enter the Windows Recovery Environment (WinRE) via Repair > Troubleshoot > Advanced Options > Command Prompt.
  6. In the WinRE Command Prompt, back up and replace utilman.exe with cmd.exe: run 'copy c:\windows\system32\utilman.exe c:\' then 'copy /y c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe'. Reboot into Windows normally.
  7. At the login screen, click the Accessibility (Ease of Access) icon to open an elevated Command Prompt. Run 'net user <username> <newpassword>' to reset the local account password, then sign in.
  8. After regaining access, restore the original utilman.exe by booting back into WinRE and running 'copy /y c:\utilman.exe c:\windows\system32\utilman.exe' to close the security bypass.
  9. As an alternative to the utilman method, boot from a third-party offline password reset tool (Offline NT Password & Registry Editor / chntpw, or Lazesoft Recovery Suite) to clear or reset the local account password without Windows media manipulation.

Resolution path

Prevention

Tools

References

Windows 10Windows 11forgotten passwordlogin failurelocal accountMicrosoft accountpassword resetaccount recoveryWinREnet userlocked oututilmanchntpwLazesoftoffline password resetendpointself-service recovery