How to access windows 11 without password

BSC Insights author

BSC Insights Admin

April 01, 2026

How to access windows 11 without password

How to Access Windows 11 Without a Password

Accessing your Windows 11 PC without a password can seem like a daunting task, especially if you've forgotten it or inherited a device. Fortunately, there are several legitimate and effective methods to regain access to your Windows 11 system without knowing the current password, ranging from simple recovery options to more advanced system interventions. This comprehensive guide will walk you through each method, ensuring you can unlock your device and get back to work or play.

Whether you've forgotten your Windows 11 password, need to reset a local account password, or are locked out of a device, understanding these techniques is crucial. We'll cover everything from Microsoft account recovery to using advanced startup options and command prompt for a Windows 11 password reset.

Understanding Windows 11 Password Types

Before diving into the solutions, it's important to differentiate between the two main types of accounts you might be using on Windows 11:

  • Microsoft Account: This is tied to your email address (Outlook, Hotmail, Live, etc.) and allows synchronization of settings, access to Microsoft services, and easy online password recovery. Most Windows 11 users utilize a Microsoft account.
  • Local Account: This account exists solely on your PC and isn't linked to any online services. If you've forgotten your local account password, recovery options are more limited and often require prior setup of security questions or a password reset disk.

Method 1: Resetting Your Microsoft Account Password (Online Recovery)

If your Windows 11 login is linked to a Microsoft account, this is the easiest and most recommended method to access your PC without its password.

Steps to Reset a Microsoft Account Password:

  1. Go to Microsoft's Password Reset Page: On a different device (another computer, phone, or tablet), open a web browser and navigate to

    account.live.com/password/reset

    .
  2. Enter Your Microsoft Account: Type the email address, phone number, or Skype name associated with your Microsoft account and click Next.
  3. Verify Your Identity: Microsoft will offer several ways to verify you're the account owner. This might include sending a code to an alternate email, a phone number, or via an authenticator app. Choose the option you have access to.
  4. Enter the Code: Once you receive the security code, enter it on the verification page.
  5. Create a New Password: After successful verification, you'll be prompted to create a new, strong password. Make sure it's something you can remember but is hard for others to guess.
  6. Log in to Your Windows 11 PC: Once the password is reset online, return to your Windows 11 computer. If it's connected to the internet, you should be able to log in with your newly created password. Sometimes, it may take a few minutes for the password change to synchronize.

Pro Tip: Ensure your PC is connected to the internet for the password synchronization to occur.

Method 2: Using Security Questions for a Local Account Password Reset

If you're using a local account and previously set up security questions, you can use them to reset your Windows 11 local account password directly from the login screen.

Steps to Use Security Questions:

  1. Initiate Password Reset: On the Windows 11 login screen, type an incorrect password. Windows will typically display a message indicating the password is wrong.
  2. Click 'Reset Password': Below the password field, you should see a link or button that says Reset password. Click on it.
  3. Answer Security Questions: You will be presented with the security questions you previously set up. Answer them accurately.
  4. Create a New Password: If your answers are correct, you'll be prompted to enter and confirm a new password for your local account.
  5. Log in: You can now log in to your Windows 11 PC with the new password.

Note: This method only works if you had the foresight to set up security questions when you created your local account.

Method 3: Utilizing a Pre-Created Password Reset Disk (Local Account)

A password reset disk (usually a USB flash drive) is a highly effective way to reset a local account password on Windows 11, but it must be created before you get locked out.

How to Use a Password Reset Disk:

  1. Insert the Disk: Plug the USB password reset disk into your locked Windows 11 PC.
  2. Initiate Password Reset: On the login screen, enter an incorrect password.
  3. Click 'Reset password': When the password incorrect message appears, click the Reset password link.
  4. Follow the Wizard: The Password Reset Wizard will launch. Click Next.
  5. Select Your Disk: Choose your password reset disk from the dropdown menu and click Next.
  6. Create a New Password: Enter and confirm a new password, and optionally a password hint. Click Next and then Finish.
  7. Log in: You can now log in with your new password.

Crucial Reminder: This method is only viable if you created a password reset disk while you still had access to your local account. It cannot be created after you're locked out.

Method 4: Advanced Startup Options and Command Prompt (Expert Method)

This is a powerful, albeit more technical, method to bypass Windows 11 password or reset any account password (local or Microsoft account, though Microsoft account might require online sync afterward). It involves accessing the Windows Recovery Environment (WinRE) and using Command Prompt.

Warning: This method involves modifying system files. Proceed with caution. Incorrect commands could lead to system instability.

Steps to Reset Password via Command Prompt:

  1. Access Windows Recovery Environment (WinRE):

    • Method A (From Login Screen): On the Windows 11 login screen, press and hold the Shift key while clicking the Restart button (power icon in the bottom right). Keep holding Shift until the 'Choose an option' screen appears.
    • Method B (Force Shutdowns): If you can't get to the login screen, turn on your PC, and as soon as you see the Windows logo, press and hold the power button for 5-10 seconds to force a shutdown. Repeat this 2-3 times until Windows enters the automatic repair mode, which will lead to WinRE.
  2. Navigate to Command Prompt:

    • From the 'Choose an option' screen, select Troubleshoot.
    • Then, select Advanced options.
    • Finally, click on Command Prompt.
  3. Identify Your Windows Installation Drive:

    In Command Prompt, you need to find which drive letter corresponds to your Windows installation. It's usually C: or D: when in WinRE. Type the following commands and press Enter after each, looking for the drive that contains the 'Windows' folder:

    dir c:

    dir d:

    Once you find it (let's assume it's D: for this example), remember that letter.

  4. Rename utilman.exe:

    The trick here is to replace the Utility Manager (Accessibility) button on the login screen with Command Prompt. Enter the following commands (replace D: if your Windows drive is different):

    move D:\windows\system32\utilman.exe D:\windows\system32\utilman.bak

    copy D:\windows\system32\cmd.exe D:\windows\system32\utilman.exe

    Press Enter after each command.

  5. Restart Your PC:

    Type exit and press Enter. Then, select Continue (Exit and continue to Windows 11) from the 'Choose an option' screen.

  6. Launch Command Prompt from Login Screen:

    When you reach the Windows 11 login screen, click on the Accessibility icon (the human figure) in the bottom right corner. This should now open Command Prompt.

  7. Reset the Password:

    In the Command Prompt window that appears, use the following command to reset the password for any user account. Replace <username> with the actual username of the account you want to reset, and <new_password> with your desired new password:

    net user <username> <new_password>

    For example, if your username is "JohnDoe" and you want the new password to be "MyNewPass123", you would type:

    net user JohnDoe MyNewPass123

    If the username has a space (e.g., "John Doe"), enclose it in quotes: net user "John Doe" MyNewPass123.

    If you don't know the username, type net user and press Enter to list all user accounts on the system.

  8. Log in with the New Password:

    Close Command Prompt. You can now log in to the user account with the newly set password.

  9. Revert Changes (Important!):

    After successfully logging in, it's crucial to revert the utilman.exe change for security reasons. Repeat steps 1-3 to get back into Command Prompt from WinRE. Then, enter the following command:

    move D:\windows\system32\utilman.bak D:\windows\system32\utilman.exe

    Type exit and restart your computer. Your system is now back to its original state.

Method 5: Reinstalling Windows 11 (Last Resort)

If all other methods fail or are not applicable, a clean installation of Windows 11 will allow you to access your PC, but it comes at the cost of losing all data on your primary drive. This is truly a last resort for accessing a locked Windows 11 PC.

What You'll Need:

  • A Windows 11 installation media (USB drive or DVD) created using the Media Creation Tool.
  • Another functional computer to create the installation media.

Steps for Reinstallation:

  1. Boot from Installation Media: Insert the Windows 11 installation USB/DVD into your locked PC. Restart the computer and enter the BIOS/UEFI settings (usually by pressing Del, F2, F10, or F12 during boot) to change the boot order to prioritize your USB/DVD.
  2. Follow Setup Prompts: Once booted from the media, follow the on-screen instructions for Windows 11 installation.
  3. Custom Installation: When prompted, choose the Custom: Install Windows only (advanced) option.
  4. Delete Partitions: Select the partition where Windows is currently installed (usually 'Drive 0 Partition X' with 'Primary' type), and click Delete. Confirm any warnings. This will erase all data on that partition.
  5. Install Windows: Select the unallocated space and click Next to install Windows 11.
  6. Create New Account: During the setup, you'll be able to create a brand new user account with a new password or link a Microsoft account.

Data Loss Alert: This method will permanently delete all files, applications, and settings on the drive where Windows was installed. If you have critical data, consider professional data recovery services before proceeding.

Preventive Measures and Best Practices for Windows 11 Security

To avoid being locked out of your Windows 11 PC in the future, implement these best practices:

  • Create a Password Reset Disk NOW: For local accounts, create a password reset USB drive while you still have access. It's a lifesaver!
  • Link to a Microsoft Account: If you're using a local account, consider switching to a Microsoft account for easier online recovery options.
  • Set Up Security Questions: For local accounts, ensure security questions are configured and that you remember the answers.
  • Use a Strong, Unique Password: Avoid easily guessable passwords. Combine uppercase, lowercase, numbers, and symbols.
  • Enable Other Login Options: Windows 11 offers various convenient and secure ways to log in without typing a password every time:
    • PIN: Often easier to remember and faster than a full password.
    • Windows Hello: Use facial recognition or fingerprint scanning if your hardware supports it.
    • Security Key: A physical FIDO2 security key for extra protection.
  • Keep a Record (Securely): If you must write down your password, do so in a highly secure, offline location (e.g., a locked safe) or use a reputable password manager.

Conclusion

Forgetting your password can be incredibly frustrating, but as this guide demonstrates, there are multiple reliable strategies to access your Windows 11 without a password. From leveraging Microsoft's online recovery tools to employing advanced command prompt techniques or even a full reinstallation as a last resort, you have several options at your disposal. Always remember the importance of implementing preventive measures, such as creating a password reset disk and utilizing additional login methods, to ensure you never get locked out again and maintain the security of your valuable data.

Enjoyed this read?

Share it with your friends and colleagues.