How To Reset Forgotten Password In Windows 10 Without Losing Data | Without Disk & USB

2 min read 3 hours ago
Published on Jan 22, 2025 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 a forgotten password in Windows 10 without losing any data or using a disk or USB drive. This method utilizes the Command Prompt and is designed for users who may have locked themselves out of their system but still want to retain their files.

Step 1: Access the Windows Login Screen

  • Turn on your computer and wait for the login screen to appear.
  • Ensure you have access to the account you are trying to reset the password for.

Step 2: Enter Safe Mode

  • Restart your computer.
  • As it boots up, repeatedly press the F8 key until the Advanced Boot Options menu appears.
  • Select Safe Mode with Command Prompt from the list.

Step 3: Open Command Prompt

  • Once in Safe Mode, the Command Prompt will open automatically.
  • If it doesn't, type cmd and press Enter to open it manually.

Step 4: Reset the Password

  • In the Command Prompt window, type the following command to reset the password:

    net user [username] [newpassword]
    

    Replace [username] with the name of your account and [newpassword] with your desired new password.

  • For example, if your username is "John" and you want to set your password to "NewPass123", you would enter:

    net user John NewPass123
    
  • Press Enter to execute the command. You should see a message confirming that the command completed successfully.

Step 5: Restart Your Computer

  • Type exit in the Command Prompt and press Enter to close it.
  • Restart your computer normally by selecting the Restart option.

Step 6: Log In with the New Password

  • When your computer restarts, go to the login screen.
  • Enter the new password you just created and log in.

Conclusion

You have successfully reset your Windows 10 password without losing any data. Always remember to store your passwords securely to avoid future lockouts. If you encounter any issues during this process, consider reaching out for professional tech support or consulting additional resources online.