Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • DSA
  • Practice Problems
  • Python
  • C
  • C++
  • Java
  • Courses
  • Machine Learning
  • DevOps
  • Web Development
  • System Design
  • Aptitude
  • Projects
Open In App
Next Article:
How to Reset MySQL Root Password in Windows Using CMD?
Next article icon

How to Reset Windows Admin Password?

Last Updated : 15 Mar, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

If you forgot your Windows administrator password, you might be locked out of your computer and unable to access your files and settings. However, there are some ways to reset your password without losing your data or reinstalling Windows.

In this article, we will show you how to reset your Windows admin password

Table of Content

  • Method 1: Reset the Windows Admin Password With a Microsoft Account
  • Method 2: Reset Account Password Without Logging in on Windows 11
  • Method 3: Login With Other Sign-in Option
  • Method 4: Reset Local Account Password With Security Questions

Method 1: Reset the Windows Admin Password With a Microsoft Account

An online Microsoft account le­ts you log into Windows and use Microsoft services like­ Outlook, OneDrive, Skype, and Xbox. Forgot your Windows admin password? No proble­m if you link a Microsoft account. You can reset it from another de­vice.

Step 1: Go to this URL:

https://account.live.com/password/reset

Step 2: Enter your email address or phone number associated with the account.

Reset-the-Windows-Administrator-Password-With-a-Microsoft-Account

Step 3: Click on "I forgot my password"

Method 2: Reset Account Password Without Logging in on Windows 11

On Windows 11, you can rese­t your password right from the lock screen. You don't e­ven need to log in if you're­ using a local account.

Step 1: Begin by starting the computer with Windows 11 USB bootable media.

Step 2: Press "Shift + F10" for Command Prompt.

Reset-Account-Password-Without-Logging-in-on-Windows-11-4

Step 3: Type this command to Navigate to Windows folder from X:Sources.

C:

Step 4: Enter the command to navigate to the System32 folder and press Enter.

Cd Windows\System32

Step 5: Type these command one by one

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

Reset-Account-Password-Without-Logging-in-on-Windows-11

Step 6: Enter the command to restart the computer normally

wpeutil reboot

Step 7: Click the Accessibility button at the bottom-right of the Sign-in screen to open Command Prompt.

Then, type and enter the command to activate the built-in Administrator account on Windows 11.

net user Administrator /active:yes

Reset-Account-Password-Without-Logging-in-on-Windows-1

Step 8: Select ‘Restart’ from the Power button options in the bottom-right corner.

Step 9: Choose the Administrator account on the Sign-in screen.

Step 10: Open the Start menu.

Step 11: Search and open the top result for ‘Computer Management’.

Reset-Account-Password-Without-Logging-in-on-Windows-11-5

Step 12: Expand the ‘Local Users and Groups’ sections.

Step 13: Expand the ‘Users’ sections.

Step 14: Right-click on the account whose password you want to reset and choose ‘Set password’.

Reset-Account-Password-Without-Logging-in-on-Windows-11-6-(1)

Step 15: Enter and confirm the new password.

Step 16: Click ‘OK’.

Step 17: Sign out from admin

Step 18: Reboot the PC using the Windows 11 USB bootable media once more

Step 19: Press "Shift + F10" for Command Prompt.

Step 20: Type this command to Navigate to Windows folder from X:Sources.

C:

Step 21: Enter the command to navigate to the System32 folder and press Enter.

Cd Windows\System32

Step 22: Type these command one by one

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

Step 23: Type this following command

net user Administrator /active:no

Reset-Account-Password-Without-Logging-in-on-Windows-11-3

Step 24: Enter the command to restart the computer normally

wpeutil reboot

After completing the steps, you can regain access to your Windows 11 account

Method 3: Login With Other Sign-in Option

Windows gives you varie­d ways to log in, such as using a PIN, a picture password, or a fingerprint reade­r. These methods offe­r password-free access to your PC. Suppose­ there's another login me­thod active on your Windows PC. In that case, you can use this to e­nter, then change your password via se­ttings.

Step 1: Press Win + S then on search bar type "PowerShell" and then click on "Run as administrator"

Step 2: Type this following command in PowerShell window

net user account_name new_password

Replace the account_name with actual admin user name

Replace the new_password with actual password which you want to set

Login-With-Other-Sign-in-Option

Method 4: Reset Local Account Password With Security Questions

With a local account, you get to log in on Windows and make­ use of your settings and documents. If on Windows 11 you put up security queries for your local account.

These security questions are personal and only you know the answers, like your favorite movie or your first pet’s name

Step 1: On the login screen, click on “I forget my PIN” or "I forget my password"

Step 2: Answer your security questions and reset your password.

Step 3: Enter the new password

Conclusion

In Conclusion, Though forgetting your Windows admin password can be a hassle, We have shown you five methods to reset your computer password. You can choose any method to reset your computer password.

Also Read

  • How to Change Computer Password?
  • How to Remove Windows 10 Password?
  • How to Recover Your Forgotten Passwords?

Next Article
How to Reset MySQL Root Password in Windows Using CMD?
author
saurabhkumarsharma05
Improve
Article Tags :
  • TechTips
  • Windows 11

Similar Reads

  • How to Remove Windows 10 Password?
    Looking to remove your Windows 10 password for a faster login experience? Whether you want to disable the password on Windows 10 or simply streamline the login process, this guide will walk you through the steps to turn off the Windows 10 login password. By following these easy steps, you'll learn h
    4 min read
  • How to Reset Django Admin Password?
    Forgetting or needing to reset the admin password in Django is a common issue that can be resolved in a few easy steps. Django provides several ways to reset the admin password, depending on the situation. In this article, we'll explore multiple methods to help you recover or reset the password for
    2 min read
  • How to Reset/Repair an App on Windows 11?
    Facing issues with an app on your Windows PC? No need to worry! Resetting or repairing an app on Windows 11 is a simple process that can fix many common problems without requiring a full reinstall. Whether an app is not responding or behaving strangely, learning how to reset or repair apps on Window
    4 min read
  • How to Reset MySQL Root Password in Windows Using CMD?
    Ever locked yourself out of your own database? It happens to the best of us! If you’ve forgotten your MySQL root password on a Windows machine, don’t panic. MySQL is a powerful database management system, and the root user has complete control over it meaning losing access can feel like a nightmare.
    4 min read
  • How to Factory Reset a Windows 11 PC?
    In the ever-evolving landscape of technology, there comes a time when you may need to factory reset a Windows 11 PC. Whether you're troubleshooting issues, preparing to sell your device, or simply looking to start fresh, a factory reset can restore your computer to its original state, wiping out all
    4 min read
  • How To Use Ophcrack for Windows Password Recovery?
    Ophcrack is a free, open-source tool that can be used to recover lost Windows passwords. It works by using pre-computed tables to crack password hashes, allowing users to recover their forgotten passwords quickly and easily. In this article, we will take a look at how to use Ophcrack for Windows pas
    5 min read
  • How to Find the Wi-Fi Password Using CMD in Windows
    Forgotten your Wi-Fi password? Need to connect a new device but can’t recall the complex string of characters? You don’t have to scramble for that sticky note or reset your router just yet! Hidden within Windows is a powerful, built-in tool that lets you retrieve your Wi-Fi password quickly and secu
    8 min read
  • How to Find Connected WiFi Password in Windows?
    If you're connected to a WiFi network but can't remember the password, don't worry—Windows allows you to retrieve it easily. Whether you need to connect a new device or share the password with someone else, finding the connected WiFi password in Windows is a straightforward process. This guide will
    3 min read
  • How to Change Wi-Fi Password?
    Changing your Wi-Fi password is a basic however significant step to upgrade your home network's security. Whether you're doing it to anticipate unauthorized get to or fair reviving your qualifications, it’s a fast assignment you can effectively oversee. In this direct, we’ll walk you through the pre
    5 min read
  • How to Check Wi-Fi Password in Windows 10?
    If you miss the simplicity of the classic Windows Photo Viewer and want to restore Windows Photo Viewer in Windows 10, you're in the right place. While Windows 10 comes with a new default photo viewer, many users prefer the old version for its speed and ease of use. In this guide, we'll show you how
    3 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences