Resetting a forgotten Windows password for an offline or local account can be done using built-in recovery options or trusted third-party tools.
This guide explains multiple methods to help you regain access to your local Windows account securely.
1. Using Security Questions (Windows 10/11)
On the sign-in screen, enter the wrong password and select Reset password. Answer the security questions you set up earlier, then enter and confirm a new password. This method works only if security questions were configured in advance.
2. Using Another Administrator Account
Log in with a different administrator account. Open Control Panel → User Accounts → Manage another account. Select the locked account, choose Change the password, and enter a new password. This requires access to another admin account.
3. Using Installation Media (Advanced Method)
If no reset disk or admin account is available, create a Windows installation USB drive and boot from it. Press Shift + F10 to open Command Prompt. Navigate to C:\Windows\System32 using:
diskpart list vol exit cd /d C:\Windows\System32
Replace Utility Manager with Command Prompt:
ren utilman.exe utilman.exe.bak copy cmd.exe utilman.exe
Restart and click the Ease of Access button on the login screen. Command Prompt opens. Enable the built-in Administrator with:
net user Administrator /active:yes
Restart, log in as Administrator, and reset your password via Control Panel as described in Method 2.
To restore everything back to normal, boot again from the installation USB, open Command Prompt, and run:
cd /d C:\Windows\System32 del utilman.exe ren utilman.exe.bak utilman.exe net user Administrator /active:no
4. Third-Party Recovery Tools
Tools such as Windows Password Recovery can reset local account passwords without data loss. Ensure you download only from trusted sources. Another option is Hiren's BootCD PE, which includes password-reset utilities. Download the ISO, create a bootable USB, and boot from it. Then, open the Start Menu, go to Security → Passwords, select a tool like Lazesoft Password Recovery, and follow the instructions.
Notes
- Create a Password Reset Disk in advance to avoid complex recovery steps.
- Online / Microsoft accounts cannot be reset offline; use the official online recovery portal instead.
By following these methods, you can successfully reset your local Windows account password and regain access to your system.
Always prepare recovery options ahead of time to avoid complicated procedures in the future.
.webp)