How to Reset Admin Password on Windows 10: Your Complete Guide

Ever found yourself locked out of your Windows 10 admin account, staring at a login screen you can’t get past? Don’t sweat it, we’ve all been there. Luckily, getting back in isn’t as hard as it seems. You can reset your admin password using a few smart tricks, like booting into advanced recovery mode to access the Command Prompt, or if you were prepared, using a password reset disk. We’ll walk you through the most reliable ways to regain control of your computer, even if you’ve forgotten your only admin password, making sure you can get back to what you need to do without too much fuss.

How to Reset Admin Password on Windows 10 When You’re Locked Out

When you’re locked out of your Windows 10 admin account, it can feel like your computer is holding you hostage. But don’t worry, there’s a powerful way to get back in, even if you’ve forgotten the password for your only admin account. We’re going to use a little trick involving a Windows installation USB drive to sneak past the login screen and reset that password. It might sound a bit techy, but I’ll guide you through each step clearly, so you can regain access to your PC quickly.

Step 1: Create a Windows 10 Installation USB Drive.

This is your golden key, allowing you to access special recovery tools outside of your locked system. You’ll need another working computer and an empty USB drive at least 8GB in size to download the Windows Media Creation Tool from Microsoft’s website and create a bootable drive. It’s like preparing a special toolkit for your computer’s emergency.

Step 2: Boot Your Locked PC from the USB Drive.

Insert your newly created USB drive into the locked computer and restart it, making sure it starts from the USB instead of your hard drive. You might need to quickly press a special key, such as F2, F10, F12, or Delete, right after powering on to enter the BIOS or Boot Menu and select the USB drive as the first boot option. Think of it as telling your computer, “Hey, start from here first!”

Step 3: Access the Command Prompt from Recovery Options.

Once Windows setup starts from the USB, don’t install anything; instead, look for “Repair your computer” and then navigate to “Troubleshoot” > “Advanced options” > “Command Prompt.” This powerful black window is where you’ll type commands to make changes to your system, giving you administrator-level access even without a password. It’s like having a secret backdoor into your computer’s brain.

Step 4: Prepare the System for Password Reset.

Inside the Command Prompt, you’ll type a few specific commands to temporarily swap a special accessibility program with the Command Prompt itself. First, type move c:windowssystem32utilman.exe c:windowssystem32utilman.bak and press Enter, then type copy c:windowssystem32cmd.exe c:windowssystem32utilman.exe and press Enter. This little swap means that when you click the “Ease of Access” button on the login screen later, it will open the Command Prompt instead.

Step 5: Restart Your Computer and Open the “Secret” Command Prompt.

Remove the USB drive from your computer, type wpeutil reboot in the Command Prompt, and press Enter to restart your PC normally. Once you’re back at the Windows 10 login screen, look for the “Ease of Access” icon, usually in the bottom-right corner, and click it. Voila, the Command Prompt should pop up, ready for you to use.

Step 6: Reset Your Admin Password.

Now for the exciting part: changing your password! In the Command Prompt window, type net user and press Enter to see a list of user accounts on your PC. Find the name of the admin account you want to reset, then type net user [username] [new_password] (replace [username] with the actual account name and [new_password] with your desired new password) and press Enter. For example, net user JohnDoe MyNewPassword123. This command instantly changes the password for that account.

Step 7: Revert the Changes and Log In.

After successfully resetting the password, you need to put things back how they were to keep your system safe and working correctly. Restart your computer, boot from the USB drive again, and open the Command Prompt just like you did in Step 3. This time, type move c:windowssystem32utilman.bak c:windowssystem32utilman.exe and press Enter to restore the original Ease of Access tool. Now, you can remove the USB, restart your PC normally, and log in with your shiny new password!

Once you’ve successfully completed these steps, your Windows 10 admin password will be completely reset to the new one you chose. You’ll be able to log back into your computer with full administrative privileges, just like before, but with a fresh password that you hopefully won’t forget this time around. It’s like getting a brand new key to your own digital kingdom.

Tips for Resetting Admin Password on Windows 10

  • Always have a backup admin account: Create a second administrator account on your PC, just in case you get locked out of your primary one. This is a lifesaver!
  • Use a Microsoft account if possible: If your admin account is linked to a Microsoft account, you can easily reset the password online from any device, without needing physical access to your PC.
  • Create a password reset disk proactively: For local accounts, Windows allows you to create a password reset disk (on a USB drive) before you forget your password. This is super easy to use if you plan ahead.
  • Write down your password (securely): If you struggle with remembering complex passwords, write them down and store them in a very secure, private place, not stuck to your monitor.
  • Consider a password manager: A good password manager can store all your complex passwords securely and remember them for you, so you only need to remember one master password.
  • Understand security risks: Be aware that using the Command Prompt method means someone with physical access to your PC and a bootable USB could potentially reset your password too, so always secure your computer physically.

Frequently Asked Questions About Resetting Admin Passwords

What if I don’t have another computer to create a bootable USB?

That’s a bit of a pickle, but not impossible. You’d need to find a friend’s computer, a public library computer, or even a local computer repair shop that could help you create the Windows 10 installation media. Without a working computer, creating a bootable USB drive yourself becomes impossible.

Can I reset a Microsoft account password using this method?

No, this specific Command Prompt method is designed for local Windows accounts, not for Microsoft accounts. If your admin account is linked to a Microsoft account, you’ll need to go to account.microsoft.com/password/reset on any web browser to recover your password online. It’s a much simpler process for Microsoft accounts.

Is this method safe for my computer?

Yes, this method is generally safe for your computer as long as you follow the steps carefully. You’re simply changing a password and temporarily swapping system files, not deleting or permanently corrupting anything. Just make sure to revert the utilman.exe change afterward to maintain proper system function and security.

What if I can’t get my computer to boot from the USB drive?

Getting your computer to boot from USB can sometimes be tricky. You might need to enter your computer’s BIOS or UEFI settings, which usually involves repeatedly pressing a key such as F2, F10, F12, or Delete right after turning on the PC. From there, you’ll need to find the “Boot Order” or “Boot Priority” section and set your USB drive as the first option. Sometimes, disabling “Secure Boot” or enabling “Legacy Boot” might also be necessary, depending on your computer’s model.

Will resetting my password delete any of my files or programs?

Absolutely not, resetting your password using this method will not delete any of your personal files, documents, pictures, or installed programs. You are only changing the key to your account, not wiping your hard drive or altering your data in any way. All your stuff will be exactly where you left it once you log back in.

What if I forget the admin account’s username?

If you forget the username, you can still find it using the net user command in the Command Prompt. When you type net user and press Enter, it will list all the user accounts present on your system. You can then identify your admin account from that list and use its exact name to reset the password.

Quick Summary of Admin Password Reset

  1. Create Windows 10 installation USB.
  2. Boot PC from USB.
  3. Access Command Prompt from recovery.
  4. Swap utilman.exe with cmd.exe.
  5. Restart, open “Ease of Access” (now Command Prompt).
  6. Reset password using net user command.
  7. Revert utilman.exe change, then log in.

Wrapping Things Up: Regaining Control of Your PC

Getting locked out of your Windows 10 admin account can feel like a major headache, a frustrating roadblock that stops you dead in your tracks. But as we’ve explored, it’s not the end of the world, and certainly not a reason to panic. With a little technical know-how and the right tools, you can absolutely regain access to your computer and all your precious files and programs. The method we detailed, using a Windows 10 installation USB to access the Command Prompt, is a powerful technique that puts you back in the driver’s seat, even when you’ve forgotten your only local admin password. It’s a testament to the flexibility and recoverability built into Windows, allowing users to overcome seemingly insurmountable obstacles.

Remember, while this method is highly effective, proactive measures are always your best defense. Setting up a secondary administrator account, linking your main account to a Microsoft account for easier online resets, or creating a password reset disk in advance can save you a lot of grief down the road. Think of it like having an emergency spare key for your house, something you hope you never need, but are incredibly grateful for if you do. Your digital security and accessibility are paramount, and taking these small steps can make a huge difference in your computing experience.

If you ever find yourself in this situation again, don’t hesitate to revisit these steps. They’re designed to be clear and straightforward, guiding you through what might seem like a complex process with ease. Always double-check your commands, take your time, and ensure you’re performing each action correctly. And once you’re back in, make sure to set a strong, memorable password, perhaps using a password manager to keep it secure. Regaining control of your PC after a forgotten password is a satisfying accomplishment, and mastering this skill empowers you to tackle future tech challenges with confidence. So go ahead, conquer that login screen, and enjoy being back in charge of your Windows 10 machine!

Get Our Free Newsletter

How-to guides and tech deals

You may opt out at any time.
Read our Privacy Policy