Account lockout on Windows 11 devices blocks access to files, applications, and system settings, disrupting productivity and potentially leading to data loss. Fortunately, there are several proven methods to reset a forgotten Windows 11 password, depending on your account type and available recovery options. The following instructions cover the most effective approaches for both Microsoft and local accounts, including situations where standard recovery methods are unavailable.

Resetting a Microsoft Account Password Online

Step 1: Open the Microsoft password reset page using another device, such as a smartphone or another computer, by navigating to https://account.live.com/ResetPassword.aspx.

Step 2: Enter the email address or phone number linked to your Microsoft account, then select Next. This ensures Microsoft can identify your account and initiate the reset process.

Step 3: Choose a verification method, such as a backup email or phone number, to receive a security code. Enter the code you receive to confirm your identity. If you lack access to your registered email or phone, select the option for alternative verification and follow the prompts.

Step 4: Once your identity is verified, set a new password for your Microsoft account. After the reset, use this new password to sign in to your Windows 11 device.

Resetting your password online is the fastest and most reliable method for Microsoft account users, as it securely updates your credentials and restores access across all devices linked to your account.


Resetting a Local Account Password Using Security Questions

Step 1: On the Windows 11 lock screen, attempt to sign in with an incorrect password. After one or more failed attempts, a Reset password option appears beneath the password field.

Step 2: Select Reset password and answer the security questions you set up when creating your account. These questions verify your identity locally, without requiring internet access.

Step 3: After correctly answering the questions, enter a new password for your local account. Confirm the new password and sign in as usual.

This approach works only if security questions were configured during account setup. It provides a straightforward way to regain access without external tools or administrative intervention.


Resetting a Local Account Password Without Security Questions or Recovery Disk

For situations where security questions were not set up and you lack a password reset disk, advanced recovery steps are necessary. This process involves temporarily replacing the Windows Accessibility Utility with Command Prompt to reset the password. Use caution, as this method requires familiarity with Windows recovery tools and may not work if your drive is encrypted with BitLocker.

Step 1: Initiate Windows Recovery Environment (WinRE) by holding the Shift key and selecting Restart from the lock screen’s power menu. Alternatively, boot from Windows 11 installation media if you cannot access WinRE via the lock screen.

Step 2: In WinRE, navigate to Troubleshoot > Advanced options > Command Prompt. If prompted for BitLocker recovery, you must enter the recovery key before proceeding.

Step 3: In the Command Prompt window, change directories to the Windows system folder. Enter the following commands one by one to back up the Accessibility Utility and replace it with Command Prompt:


move c:\windows\system32\utilman.exe c:\
copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe
exit
    

These commands allow you to open Command Prompt directly from the lock screen by clicking the Accessibility icon.

Step 4: Close Command Prompt and restart your computer. On the lock screen, click the Accessibility icon (bottom right) to open a Command Prompt window.

Step 5: To reset the password for your local account, type the following command, replacing username with your actual account name and newpassword with your chosen password:


net user username newpassword
    

Press Enter to execute the command. Close Command Prompt and sign in using the new password.

Step 6: After regaining access, restore the original Accessibility Utility to maintain normal system functionality. Open Command Prompt as administrator and run the following commands:


copy c:\utilman.exe c:\windows\system32\utilman.exe
    

If you used installation media, you may need to repeat the process from WinRE or installation media Command Prompt. Restoring utilman.exe prevents future security risks and keeps system tools working as intended.


Resetting a Local Account Password Using the Built-in Administrator Account

When the above methods are unavailable, enabling the hidden Administrator account can provide another path to reset your password. This process should only be used on computers you own or have explicit permission to access.

Step 1: Access Command Prompt from the lock screen as described in the previous method (by replacing utilman.exe with cmd.exe).

Step 2: Enable the built-in Administrator account by running:


net user Administrator /active:yes
    

Step 3: Restart your computer. On the lock screen, select the Administrator account to log in.

Step 4: Once signed in, open Computer Management (search from the Start menu), expand Local Users and Groups > Users, right-click your locked account, and select Set Password.... Enter and confirm a new password.

Step 5: Log out of the Administrator account and sign in with your main account using the new password. For security, consider disabling the built-in Administrator account by running:


net user Administrator /active:no
    

This ensures the Administrator account is not available for unauthorized use.


Resetting Windows 11 Password When Using a PIN or Biometric Login

If you configured a PIN or biometric sign-in, you may still access your device even if you forgot the main password. After logging in with your PIN or biometric method, you can reset your password via account settings.

Step 1: Sign in using your PIN or biometric method (fingerprint, facial recognition).

Step 2: Open Settings > Accounts > Sign-in options.

Step 3: Under Password, select Change. If prompted, select Forgot my current password and follow the instructions to set a new password after verifying your identity.

This method streamlines password recovery for users who have set up alternative sign-in options, reducing downtime and complexity.


Factory Reset as a Last Resort

If none of the above methods succeed and you are unable to recover your password, performing a factory reset will restore your device to its original state, but all files and applications will be erased. To start this process, boot into WinRE and select Troubleshoot > Reset this PC. Choose to remove everything for a full reset. Only use this option if you have no critical files remaining on the device or have already backed up your data.


Regaining access to your Windows 11 device is possible with the right method for your account type and situation. To prevent future lockouts, consider setting up recovery options, using a password manager, and creating a password reset disk or security questions for local accounts.