Resetting a Forgotten Windows Password
If you’ve forgotten your Windows password, you can reset it depending on whether you use a Microsoft account or a local account. Follow the method that matches your sign-in type.
Microsoft Account
-
On another device, go to the Microsoft password reset page.
-
Enter the email address or phone number linked to your Microsoft account.
-
Choose a verification method and enter the security code you receive.
-
Create a new password and confirm it.
-
Return to your PC and sign in with the new password.
Local Account (Windows 10/11)
-
On the sign-in screen, click the Power icon, hold Shift, and select Restart. Watch a quick demo of the restart and recovery menu navigation:
-
In the menu, select Troubleshoot > Advanced options > Command Prompt.
-
Identify your Windows drive by typing c: then dir, trying other letters until you see Windows and Program Files folders.
-
Type
cd windows\system32and press Enter. -
Rename the accessibility tool:
ren utilman.exe utilman.ex_ -
Copy Command Prompt over it:
copy cmd.exe utilman.exe -
Type exit and choose Continue to return to the sign-in screen.
-
Click the Accessibility icon to open Command Prompt.
-
Type net user to list accounts, then net user * to set a new password.
-
Enter and confirm the new password (no characters will appear as you type).
-
Sign in with the new password.
-
To restore the original accessibility tool, repeat steps 1–4, then type:
del utilman.exe
ren utilman.ex_ utilman.exe