Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

Windows has a policy setting that can lock someone out from signing in if they enter the wrong local account password too many times. The user is not allowed to sign in for a set number of minutes after being locked out, but you can change this lockout duration.

Here’s how to change how long someone using a specific Windows machine is locked out if they enter the wrong login credentials a certain number of times. You must be signed in as an administrator to change this policy.

How to Change the Duration a User Is Locked Out of Their Account via Local Security Policy

This method will work as long as the system is running the Pro, Enterprise, or Education edition of Windows 10 or 11.

  1. Press Windows key + R to open the Run dialogue.
  2. Type “secpol.msc” into the text field and hit Enter.
    Opening security policy via Run option
  3. On the left pane, click on the Account Lockout Policy folder under Account Policies.
    Change Windows account lockout in Security Policy
  4. On the right pane, double-click on Account lockout duration.
    Increase or decrease local account lockout
  5. Type in a number between zero and 99,999, and hit OK. This will set how long (in minutes) the system will need before it accepts another login attempt.
    Choose how long a local account is locked out

How to Change the Account Lockout Duration in Windows via the Command Prompt

If the system isn’t running the Pro, Enterprise, or Education edition of Windows 10 or 11, you’ll need to use the command prompt to change how long a user must wait before signing in again after failed login attempts.

  1. Open Command Prompt as Administrator. You can also perform this task with Windows PowerShell if you prefer.
  2. Type the following command into the console and hit Enter:
     net accounts 
    Opening Windows account lockout policies via command prompt
  3. This will pull up information, among other things, about how long this account lockout duration is currently set.
  4. To change account lockout duration on Windows 10 and 11, type the following command into the console and hit Enter. Replace the number “60” in the command with any other number from zero to 99,999 to set how many minutes a user will have to wait before being allowed to try and log in again.
     net accounts /lockoutduration:60 
    Use the command prompt to change account lockout duration

Setting this value to zero means the locked-out user will not be able to sign in unless an administrator intervenes and unlocks it. Also, the account lock-out duration must be greater than or equal to the time for the system to automatically reset the number of failed login attempts.

If you don’t ever want users to be locked out of their local accounts, you must change the number of failed login attempts a user is allowed.

Find the Balance Between Security and Convenience

Setting account lockout duration too high will cause inconvenience, but if you set it to zero, an administrator will have to be contacted each time a user locks themselves out. Find a balance between security and convenience when it comes to changing how long a user is locked out after a set number of failed login attempts.