How To Reset Forgotten Password in Windows 10 (Including Administrator)

If you are locked out of your user account on a Windows 10 PC, you can reset your password without logging in to any account at all. Resetting your account password, regardless…

Reset Forgotten Local Account Password in Windows 10

If you are locked out of your user account on a Windows 10 PC, you can reset your password without logging in to any account at all. Resetting your account password, regardless if it’s a Standard account or an Administrative account, can be done in a few simple steps.

Remember that the method this article discusses is only valid for Local accounts, and not Microsoft user accounts.

There can be several reasons why you are not able to sign in to your user account. A forgotten password or a corrupted Windows file can block your access to files and folders. Let us continue to learn how you can reset your account password if you are in a similar situation

How to reset user account password in Windows 10

The idea of the process involves an installation media that you will require to boot your computer from. From there, you shall configure the “Ease of access” button visible on the login screen to launch Command Prompt, which will allow you to reset any account’s password on your computer directly from there.

Follow the guide given below for a step-by-step process on how to reset your user account’s password without logging in.

  1. First things first, you need to create installation media for Windows 10. You may use this media creation tool guideline to do so.
  2. Now that it has been created, boot your computer with it. You may need to set the boot order of your computer from within the BIOS to execute the OS from the installation media or press a button such as F10, F12, or Del to enter the Boot Menu, depending upon the manufacturer of your computer. Our device asked us to “Press any key” since the boot order was already set.
    press any key
  3. When it boots, press the Shift + F10 shortcut keys to open the Command Prompt. Alternatively, you can also navigate through the following:
    Next -> Repair your computer -> Troubleshoot -> Command Prompt
  4. Now navigate to the location within the Command Prompt where your OS is located. Usually, this is the C drive. In other cases, it can be any other alphabet. You will need to check which drive contains the OS directories. Enter the drive letter followed by a colon (:), as below:
    E:
    e
  5. Now that the directory has been changed, you can confirm whether it is the right one by entering the command below:
    Dir
    dir
    As in the image above, you can see that it lists the directories of the OS. You can now continue with your actual work on the following steps:
  6. Type in the following command to enter the “System32” directory:
    cd windows/system32
    system32
  7. Enter the following commands one after the other to replace the “Ease of access” button in the login screen to open the Command Prompt instead.
    ren utilman.exe utilman.exe.bak
    ren cmd.exe utilman.exe
    utilman 1
  8. Enter the following command to reboot the computer. This time, allow the computer to boot up normally and not through the installation media.
    wpeutil reboot
    wpeutil
  9. Once on the login screen, click on the Ease of Access button in the bottom-right corner, and it shall launch the Command Prompt.
    ease
  10. Now that the Command Prompt is accessible on the login screen, you can use it to change the password of your account(s). Enter the following command to change and set a new password for the respective account:
    net user UserAccount NewPassword
    Replace UserAccount with the name of the account you wish to reset the password of, and NewPassword with the new password of the account you wish to keep.
    new pass
  11. You can now login to your respective user account(s) with the new password you have just set.

This is an easy way for someone to reset their forgotten password and log right back in. You can also refer to this guide to reset the Administrator password on Windows 10 using a third-party utility.

At this stage, it is recommended that you revert the changes made to the Ease of Access button on the login screen. Simply boot from the installation media and launch the Command Prompt as discussed above. Navigate to the “system32” directory again and enter the following 3 commands one after the other:

ren utilman.exe cmd.exe
ren utilman.exe.bak utilman.exe

wpeutil reboot

Once the computer restarts, the settings changed on the login screen will be reverted.

Closing words

The method discussed to reset any local account’s password is an easy fix in case a user has forgotten their password. The process does not involve creating any recovery media, but rather a simple external installation media. However, this method can be used for wrong intentions as well.

Therefore, it is advised that you do not leave your laptops and desktop computers where unauthorized people can access them, and keep them as secure as possible.

Latest posts
Patch Tuesday Windows 10
Windows 10 KB5032189 Fixes Touchscreen, Update Installation Issues

Protect your Windows 10 devices with KB5032189 that addresses zero-day vulnerabilities that are actively being exploited.

View post
How To Screen Record On Windows 11 10
How To Screen Record On Windows 11, 10

Stop capturing screenshots and get the whole experience with native Windows screen recording capabilities with quick and convenient access.

View post
Disable driver signature enforcement on Windows 11
4 Ways To Disable Driver Signature Enforcement In Windows

Are you having trouble installing your unverified driver? Disable Windows’ driver signature enforcement and carry away, but at your own risk.

View post

Leave the first comment