We’ve all been there, staring at that login screen, and suddenly, your mind draws a complete blank. You need to get into your Windows 10 administrator account, but the password has vanished from your memory. Don’t worry, you can’t actually “find” or recover a forgotten password because Windows keeps them super secure, but you absolutely can reset it to regain control of your computer. This article will show you a clever, built-in method using the Windows Recovery Environment and the command prompt. Essentially, we’ll boot your computer into a special mode, make a quick switch with a system file, and then use a “secret” command prompt to change your administrator password. It’s like having a master key when you’ve lost your regular one, giving you full access back to your system.
Tutorial – How to Regain Administrator Access in Windows 10
When you’re locked out of your administrator account, it can feel like you’re stuck, but Windows has a powerful recovery environment that allows us to reset passwords. We’ll be using this tool to trick your computer into opening the command prompt, a powerful text-based tool, right from the login screen. This method doesn’t require any special software downloads, just your Windows 10 installation media or a recovery drive.
Step 1: Get a Windows 10 Installation Media Ready.
You’ll need either a USB flash drive or a DVD with the Windows 10 installation files on it.
This is super important because it’s our way into the special recovery tools. If you don’t have one, you can create it using another computer and Microsoft’s Media Creation Tool, which is free and easy to use. Just search for “Windows 10 Media Creation Tool” online. It’s like having a spare key to your house, you really need it when you’re locked out.
Step 2: Boot Your Computer from the Installation Media.
Insert your USB or DVD, then restart your computer and press the specific key to enter your computer’s boot menu or BIOS/UEFI settings.
Every computer is a little different, but common keys to press during startup are F2, F10, F12, or Delete. You’ll need to tell your computer to start from the USB or DVD instead of your usual hard drive. This step is like telling your car to start from the emergency battery when the main one is dead, it changes the usual starting process.
Step 3: Access the Command Prompt from Recovery.
Once you see the Windows Setup screen, click “Next,” then select “Repair your computer” in the bottom left corner, then “Troubleshoot,” then “Advanced options,” and finally “Command Prompt.”
This sequence of clicks gets you to the heart of the recovery environment. It’s a bit like navigating a maze, but each step brings you closer to the powerful command line interface we need. The command prompt is where we’ll do the actual password resetting magic.
Step 4: Backup and replace a system file.
Use specific commands to swap out a built-in Windows accessibility tool with the command prompt.
We’re going to make a copy of utilman.exe, which is the program for the “Ease of Access” button on your login screen, and then replace it with cmd.exe, which is the command prompt. This is a clever trick because when you restart and click that Ease of Access button, it will open the command prompt instead. The commands you’ll use are:move c:windowssystem32utilman.exe c:windowssystem32utilman.exe.bakcopy c:windowssystem32cmd.exe c:windowssystem32utilman.exe
Remember, your Windows installation might not be on the C: drive, so if these commands don’t work, you might need to try D: or E: instead. You can find your Windows drive by typing dir c: then dir d: etc. until you see a “Windows” folder listed.
Step 5: Reboot Your Computer Normally.
Remove the installation media and restart your computer as you normally would, letting it boot into Windows.
Once you’ve made the file swap, you’re done with the recovery environment for now. It’s time to see our trick in action! Just make sure you take out the USB drive or DVD so your computer starts up from its hard drive like usual.
Step 6: Open the Command Prompt from the Login Screen.
On the Windows 10 login screen, click the “Ease of Access” icon, which looks like a circle with arrows pointing out.
Because of our clever file swap, clicking this icon won’t open the usual accessibility tools. Instead, it will launch the command prompt right there on your login screen, giving you powerful administrative control without needing to log in. This is where you become the master of your system again.
Step 7: Reset the Administrator Password.
In the command prompt window, type net user and press Enter to see all user accounts, then type net user [username] [new_password] and press Enter to set a new password.
For example, if your administrator username is “Admin” and you want to set the new password to “MyNewPass123”, you would type net user Admin MyNewPass123. Make sure you replace [username] with the actual username of the administrator account you want to reset, and [new_password] with your desired new password. Once you do this, you’ll see a message saying “The command completed successfully.” You’ve just effectively reset the password!
After you successfully reset the password using the command prompt, you can close the command prompt window. You will then be able to log in to your administrator account immediately using the new password you just set. Remember to put the original utilman.exe file back in place to restore the Ease of Access button’s normal function by following the reverse steps (booting into recovery, using command prompt to copy utilman.exe.bak back to utilman.exe).
Tips for Finding Administrator Password Windows 10
- Try Common Passwords First: Before resorting to complex methods, try any passwords you commonly use, birthdates, or simple variations. Sometimes it’s just a simple memory lapse.
- Check for a Password Hint: When you enter an incorrect password, Windows sometimes offers a password hint if you set one up. It might jog your memory!
- Use Another Administrator Account: If there’s another administrator account on the computer and you know its password, simply log into that account. From there, you can go to “Control Panel,” then “User Accounts,” and reset the password for the locked administrator account. This is by far the easiest method if available.
- Consider a Microsoft Account Reset: If your administrator account is linked to a Microsoft account, you can reset its password online from any device by visiting account.live.com/password/reset. This is often simpler than local account resets.
- Create a Password Reset Disk (Proactive Measure): This won’t help you now, but for future situations, create a password reset disk while you still know your password. Search “create a password reset disk” in Windows, it’s a simple process that saves you a lot of hassle down the line.
Frequently Asked Questions
Can I really not “find” my old administrator password?
No, unfortunately, you cannot “find” or retrieve your old administrator password on Windows 10. Windows stores passwords as a scrambled, encrypted code, not as plain text. This is a security feature to protect your account. What we do instead is reset it, essentially replacing the old forgotten password with a brand new one.
Is this method of resetting the password safe for my data?
Yes, this method is generally safe for your data. You are only changing the password for an account, not formatting your drive or deleting files. All your documents, pictures, and installed programs should remain exactly as they were. Always proceed carefully with command prompt commands, though, to avoid unintended actions.
What if I don’t have a Windows 10 installation media?
If you don’t have one, you’ll need to create one. You can download the Windows 10 Media Creation Tool from Microsoft’s website on another working computer. This tool will help you create a bootable USB drive or DVD with the Windows 10 installation files, which you can then use to follow the steps in this guide.
I tried the commands, but it says “The system cannot find the path specified.” What should I do?
This usually means that your Windows installation is not on the C: drive. Many computers, especially those with multiple drives or recovery partitions, might have Windows installed on D: or E:. Go back to the command prompt and try changing the drive letter in the commands. For example, try move d:windowssystem32utilman.exe d:windowssystem32utilman.exe.bak and copy d:windowssystem32cmd.exe d:windowssystem32utilman.exe. You can type dir X: (where X is a drive letter) to see if a “Windows” folder is present on that drive.
After resetting the password, should I revert the changes made to the utilman.exe file?
Yes, it’s a good practice to revert the changes. Once you’ve successfully logged in, you should boot back into the Windows Recovery Environment (using your installation media) and use the command prompt to copy the original utilman.exe.bak file back to utilman.exe. This restores the Ease of Access button to its normal function and removes the backdoor you created. The commands would be: copy c:windowssystem32utilman.exe.bak c:windowssystem32utilman.exe.
Summary
- Get Windows 10 installation media ready.
- Boot computer from installation media.
- Access Command Prompt via recovery options.
- Backup
utilman.exeand replace withcmd.exe. - Reboot computer normally.
- Open Command Prompt from login screen.
- Reset administrator password using
net usercommand.
Conclusion
Losing access to your administrator account on Windows 10 can feel like hitting a brick wall, but as we’ve seen, it’s far from a dead end. While you can’t magically “find” an administrator password Windows 10 because of its robust security, you absolutely can regain control of your system by resetting it. The method we walked through, using the Windows Recovery Environment and a clever command prompt trick, is a powerful tool in your tech arsenal. It demonstrates how deeply you can interact with your operating system when you know the right steps, giving you a sense of mastery over your own machine.
Remember, this technique is not just for emergencies; understanding how these underlying systems work gives you a deeper appreciation for your computer’s capabilities. It’s a bit like learning how to pick a lock, not to break into places, but to understand how locks truly work and what to do if you’re ever locked out of your own. Always ensure you’re performing these steps on your own computer, as using such methods on someone else’s machine without permission is a serious ethical and legal breach.
Going forward, consider proactive measures to prevent future lockouts. Setting up a password hint, creating a password reset disk, or linking your account to a Microsoft account with easy online recovery options are all smart moves. Technology is constantly evolving, but the need for secure yet accessible systems remains. By taking the time to understand these recovery methods, you’re not just solving an immediate problem, you’re becoming a more informed and capable computer user. So, take a deep breath, follow these steps carefully, and you’ll be back in control of your Windows 10 administrator account in no time, ready to tackle whatever comes next.

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.