Reset Forgotten Windows 11/10 password in 3 minutes
Table of Contents
Introduction
This tutorial provides a straightforward method for resetting a forgotten Windows 10 or Windows 11 password. Whether you’ve forgotten your password or it’s no longer accepted after an upgrade, you can regain access to your system quickly and effectively.
Step 1: Prepare for Password Reset
Before starting the reset process, ensure you have a few essentials:
- A Windows installation media (USB drive or DVD)
- Access to another computer to create the installation media if you don’t have one
Creating Installation Media
- Go to the official Microsoft website.
- Download the Windows Media Creation Tool.
- Run the tool and follow the prompts to create a bootable USB drive.
Step 2: Boot from Installation Media
To reset your password, you'll need to boot your computer from the installation media you created.
- Insert the USB drive or DVD into your computer.
- Restart your computer.
- Access the boot menu (usually by pressing F12, F2, or Esc during startup).
- Select the USB or DVD as your boot device.
Step 3: Access Command Prompt
Once you boot from the installation media, follow these steps to access the Command Prompt:
- Choose your language preferences and click "Next."
- Click on "Repair your computer" at the bottom left.
- Select "Troubleshoot."
- Click on "Advanced options."
- Choose "Command Prompt."
Step 4: Identify the Windows Partition
You need to locate your Windows installation partition.
- In the Command Prompt, type the following command and press Enter:
diskpart
- Type:
list volume
- Identify the volume letter where Windows is installed (usually C:).
Step 5: Replace Utilman.exe with Cmd.exe
This step allows you to open the Command Prompt from the login screen.
- Type:
to leave diskpart.exit
- Change to the Windows directory by typing:
C:
- Then navigate to the System32 folder:
cd Windows\System32
- Backup the Utilman.exe file:
ren utilman.exe utilman.bak
- Copy Cmd.exe to Utilman.exe:
copy cmd.exe utilman.exe
Step 6: Restart Your Computer
Now that you have replaced the files, restart your computer.
- Type
exit
in the Command Prompt to close it. - Choose "Continue" to boot into Windows.
Step 7: Reset Your Password
Once you reach the login screen:
- Click the Ease of Access icon (bottom right corner).
- This will open the Command Prompt.
- Type the following command to reset your password:
Replacenet user [YourUsername] [NewPassword]
[YourUsername]
with your actual username and[NewPassword]
with your new password.
Step 8: Restore Original Utilman.exe
It’s important to restore the original Utilman.exe file for security reasons.
- Boot again from the installation media and access Command Prompt as before.
- Navigate to the System32 folder.
- Restore the original file:
del utilman.exe ren utilman.bak utilman.exe
Conclusion
You have successfully reset your Windows 10 or 11 password. Remember to store your password securely and consider using password management tools to avoid future lockouts. If you encounter any issues during this process, ensure that you have followed each step carefully and consult additional resources if necessary.