Have you ever been locked out of your Windows 11 computer? This happens when someone enters the wrong password too many times. Windows does this to stop hackers from guessing your password.
Why does this happen?
Windows 11 uses a security feature to protect your data. If there are too many failed login attempts, the system locks the account. This prevents unauthorized people from breaking into your PC.
What happens when done?
Once you follow these steps, the account is unlocked. You will be able to log in with your correct password again immediately.
How to unlock an account using the Local Users and Groups manager
Note: This tool is only available on Pro, Enterprise, and Education versions of Windows.
- Open the Start menu and type
lusrmgr.msc. - Select the result to open the manager.

(Admin privileges required)
- Click on the Users folder on the left.
- Find the name of the locked account in the list.
- Double-click the account name to open its properties.
- Uncheck the box that says Account is locked out.
- Click OK and close the window.

How to unlock an account using the Terminal
If you prefer using commands, you can use the Windows Terminal.
- Open Windows Terminal as an administrator.
- Choose either Windows PowerShell or Command Prompt.

(Admin privileges required)
Type the following command and press Enter:
net user "username" /active:yes
Make sure to replace “username” with the actual name of the account you are trying to unlock.
Summary
Windows 11 locks accounts after 10 failed login attempts to keep your computer safe. You can wait for the 10-minute lockout timer to expire, or you can manually unlock the account using the lusrmgr.msc tool or the Terminal. These security policies, such as the Account lockout duration and the administrator, are designed to protect you from brute-force attacks. You can view more details about these settings in the lockout threshold or by searching for settings in Windows Search.
How do I unlock a locked-out account in Windows 11?
What is the default account lockout threshold in Windows 11?
Can I unlock a Windows 11 account using the command line?
What happens when an account is locked out in Windows 11?
Is Local Users and Groups Manager available in all Windows 11 editions?




Leave a Reply