Ever locked yourself out of your own digital kingdom, staring at that Windows 10 login screen with a forgotten administrator password? It’s a frustrating spot to be in, but don’t sweat it too much. You can actually regain access without needing to download or install any extra software. The secret lies in cleverly using Windows’ built-in recovery tools to trick the system into opening a powerful command prompt at the login screen. From there, you just type a simple command, and poof, your password is reset, letting you waltz right back into your account. This method is a lifesaver when you’re in a pinch and rely only on what your computer already has.
Tutorial – How to Bypass Windows 10 Admin Password Without Software
Okay, so let’s get down to business. We’re going to walk through the steps to get you back into your Windows 10 account. This process involves a bit of command line work, but don’t worry, I’ll guide you through each part. Essentially, we’ll use the system’s built-in recovery environment to replace the Command Prompt with an accessibility tool, granting us administrator privileges right from the login screen.
Step 1: Boot into the Advanced Startup Environment.
The very first thing you need to do is get your computer into the Windows Recovery Environment, also known as Advanced Startup Options.
There are a few ways to do this, but one common method is to forcefully shut down your computer three times in a row while it’s trying to boot up. Just power it on, and as soon as you see the Windows logo, hold down the power button until it shuts off. Do this three times, and Windows should automatically take you to the recovery screen, recognizing that something isn’t quite right. Another way, if you can get to the login screen, is to hold down the Shift key while clicking Restart.
Step 2: Access the Command Prompt from the recovery options.
Once you’re in the Advanced Startup Options, navigate through the menus to find the Command Prompt.
Typically, you’ll click on “Troubleshoot,” then “Advanced options,” and finally, you should see “Command Prompt” among the choices. Clicking this will open up a black window, which might look a little intimidating, but it’s where all the magic happens because it gives us super-powerful access to your system.
Step 3: Identify your Windows installation drive.
Before we start making changes, we need to determine which drive letter Windows 10 is installed on, as it might not always be ‘C:’ in the recovery environment.
You can usually find this out by typing dir c: and pressing Enter, then repeating with dir d:, dir e:, and so on, until you see folders like ‘Program Files’, ‘Users’, and ‘Windows’, which tells you that’s the correct drive. For most people, it’s still ‘C:’ or ‘D:’ even in this recovery mode, but it’s always good to double-check to avoid messing with the wrong disk.
Step 4: Rename the Utility Manager and copy the Command Prompt.
Now for the clever part, we’re going to rename the Utility Manager executable, Utilman.exe, and then make a copy of the Command Prompt executable, Cmd.exe, giving it the old Utilman.exe name.
Think of it like this: Utilman.exe is the little accessibility icon you see in the bottom right corner of the login screen, the one that normally brings up tools like the On-Screen Keyboard. We’re going to temporarily move that original file out of the way, and then put a copy of Cmd.exe in its place, disguised as Utilman.exe. The commands you’ll use are:move c:windowssystem32utilman.exe c:windowssystem32utilman.exe.bak (This renames the original, assuming C: is your drive)copy c:windowssystem32cmd.exe c:windowssystem32utilman.exe (This copies Cmd.exe and renames it)
Remember to replace ‘c:’ with your actual Windows drive letter if it’s different.
Step 5: Reboot your computer normally.
With those commands successfully run, you can now close the Command Prompt window and restart your computer.
Just click “Continue” or “Exit and continue to Windows 10” from the recovery environment. Your computer will boot up as it usually does, and you’ll arrive back at the familiar login screen, but with a crucial hidden change waiting for you.
Step 6: Launch the Command Prompt from the login screen.
At the login screen, look for the accessibility icon, usually a circle with an arrow or a little person icon, located in the bottom-right corner of your screen.
When you click on this icon, instead of the accessibility options popping up, you’ll be greeted by another Command Prompt window, just like the one you used in the recovery environment. This is because we tricked the system into launching Cmd.exe when that icon is clicked.
Step 7: Reset the user password.
With the Command Prompt open from the login screen, you now have the power to reset any user’s password on that computer.
First, you might want to see a list of all users by typing net user and pressing Enter. This will show you all the account names. Once you know the exact username, type net user (replacing with the actual account name and with your desired new password) and press Enter. For example, net user JohnDoe P@ssw0rd123. You should see a message that says “The command completed successfully.” And just like that, the password is changed.
Step 8: Restore the original Utility Manager file.
After you’ve successfully logged in, it’s really important to set everything back to the way it was for security and proper system functioning.
Head back into the Advanced Startup Options (Step 1 and 2), open the Command Prompt again, and reverse the changes you made. You’ll need to delete the utilman.exe (which is actually cmd.exe) and then rename utilman.exe.bak back to utilman.exe. The commands are:del c:windowssystem32utilman.exemove c:windowssystem32utilman.exe.bak c:windowssystem32utilman.exe
This brings your system back to normal, ensuring the accessibility features work as intended and closing off that back door.
Once you’ve reset the password and logged in, you’re all set. You can now use your computer as usual with the new password you set. Just remember to always restore the original Utilman.exe file to maintain system integrity and security.
Tips for Bypassing Windows 10 Admin Password Without Software
- Always restore the original
Utilman.exe: This is crucial for security, as leaving the Command Prompt accessible from the login screen is a major vulnerability, and it also restores proper accessibility. - Know the exact username: The
net usercommand is case-sensitive for the username, so make sure you type it exactly as it appears in the list. - Be careful with Command Prompt commands: Double-check your typing, especially file paths and names, as mistakes can cause system instability.
- Physical access is key: This method absolutely requires you to have physical access to the computer; it cannot be done remotely.
- Consider a password reset disk beforehand: While this article focuses on without software, creating a password reset disk before you forget your password is the easiest and safest method, though it does require a USB stick.
Frequently Asked Questions
Is this method legal?
Using this method on a computer you own and have full rights to is generally fine. However, attempting to bypass an admin password on a computer you don’t own or don’t have explicit permission to access is illegal and unethical; always be mindful of ownership and consent.
Will this method delete any of my files or data?
Absolutely not, this method only changes the password associated with a user account. All your files, programs, and settings will remain exactly as they were before you reset the password. It’s a non-destructive process.
What if I don’t see the Command Prompt option in the Advanced Startup settings?
If you don’t see the Command Prompt option, try looking for “Startup Repair” or other advanced options that might lead to it. Sometimes the menu options can vary slightly depending on your specific Windows 10 build or manufacturer. You might need to explore the “Advanced options” section a bit more.
Can I use this method to reset a Microsoft account password?
This method primarily works for local Windows accounts. If your Windows 10 account is linked to a Microsoft account, resetting the password this way will change the local password, but it won’t change your actual Microsoft account password online. You would still need to go to Microsoft’s website to reset that specific password.
Why does using Utilman.exe work for this trick?
Utilman.exe (the Utility Manager) is specifically designed to be accessible from the login screen so users can access accessibility features like the On-Screen Keyboard even before logging in. By swapping it with Cmd.exe, we exploit this pre-login access point to gain administrative control when the system is still locked.
Summary
- Boot into Advanced Startup Environment.
- Access Command Prompt from recovery.
- Identify Windows installation drive.
- Rename
Utilman.exe, copyCmd.exeasUtilman.exe. - Reboot computer normally.
- Launch Command Prompt from login screen.
- Reset user password using
net usercommand. - Restore original
Utilman.exein recovery.
Conclusion
Losing access to your Windows 10 computer because of a forgotten password can feel like a complete disaster, but as we’ve explored, it’s far from the end of the world. This clever trick, leveraging Windows’ own built-in tools, provides a powerful lifeline when you find yourself locked out. It’s a testament to the flexibility, and sometimes the vulnerabilities, of operating systems that such a simple, software-free method exists to regain control. Remember, the key to success here is careful execution and a clear understanding of each step. You’re not breaking anything, you’re just temporarily re-routing a system process to serve your needs.
While this method is incredibly useful for personal emergencies, it also highlights the importance of good security practices. Imagine if someone with malicious intent gained physical access to your machine; they could potentially do the same thing. This is why it’s always a good idea to keep your computer in a secure location and perhaps even explore more robust encryption options like BitLocker, which would make such a bypass significantly harder. Always consider the context of your actions; use this knowledge responsibly and ethically, primarily to regain access to your own machine. Forgetting a password is a common human error, and having a reliable, no-software solution to bypass the Windows 10 admin password without software is truly empowering. So, bookmark this guide, maybe even write down the essential commands, and you’ll be well-prepared for any future lockout scenarios. Stay safe out there in the digital wild, and keep those passwords memorable yet secure!

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.