How to Reset Windows 11 Password Without Any Software

2 min read 6 months ago
Published on Aug 14, 2024 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial will guide you through the process of resetting your Windows 11 password without any additional software. If you've forgotten your login password and don't have access to another computer, this method can help you regain access to your system. It also works for Windows 10 and can be done directly from the advanced startup options.

Step 1: Access Advanced Startup Options

  • Restart your computer.
  • While the PC is restarting, hold down the Left Shift key.
  • Once in the advanced startup menu, select Troubleshoot.
  • Next, choose Command Prompt to open the command line interface.

Step 2: Locate Windows Directory

  • You need to find the Windows directory, which is typically on either the C: or D: drive.
  • Type dir and press Enter to see the files and folders in the current directory.
  • If you see the Windows folder listed, proceed with the next steps.

Step 3: Navigate to System32

  • Type the following commands to navigate to the System32 directory:
    cd windows
    cd system32
    

Step 4: Rename Utilman and Cmd Files

  • Rename the Utilman.exe file to create a backup:
    ren utilman.exe utilman1.exe
    
  • Rename the Cmd.exe file to Utilman.exe:
    ren cmd.exe utilman.exe
    

Step 5: Exit Command Prompt

  • Close the Command Prompt window.
  • Click on Continue to exit the advanced startup options and boot into Windows.

Step 6: Access User Account Settings

  • Once logged into your account, press Windows + R to open the Run dialog.
  • Type control userpasswords2 and click OK.
  • This will open the User Accounts window where you can change your password.

Step 7: Restore Original Files

  • To revert the changes made, repeat the process to access the Command Prompt through the advanced startup options.
  • Navigate back to the System32 directory using:
    cd windows
    cd system32
    
  • Restore the original files by typing:
    ren utilman.exe cmd.exe
    ren utilman1.exe utilman.exe
    

Conclusion

You have successfully reset your forgotten Windows 11 login password using built-in tools without any software. Remember to keep your password secure and consider using a password manager for future reference. For additional assistance or tips on password management, explore related resources or contact support.