How to Change Reset Account Lockout Counter After Time in Windows 11
The 'Reset account lockout counter after' policy in Windows 11 and Windows 10 controls how long a locked account stays locked out before the lockout counter resets. This tutorial explains how to change that specific policy setting to manage account lockout durations.
Open Local Security Policy by searching for “secpol.msc”. Navigate to Account Policies > Account Lockout Policy, then double-click “Reset account lockout counter after”. Enter your desired time in minutes and click OK.
What Is Account Lockout?
Account lockout is a security feature in Windows that stops people from guessing your password too many times, preventing unauthorized access by locking the account after too many failed login attempts.
The Account Lockout Policy settings control when an account gets locked and what happens afterward.
Important Policy Settings
Windows has several account lockout policy settings that control how your account is protected, including the account lockout threshold, duration, and the crucial reset account lockout counter after time.
Account lockout duration defines the number of minutes a locked account remains inaccessible before automatically unlocking. An administrator possesses the ability to unlock the account sooner than the set duration.
Reset account lockout counter after: This is the number of minutes that must pass after a failed login before the counter resets to zero.
Allow Administrator account lockout: This decides if the Administrator account can be locked.
Why This Matters
Understanding account lockout matters because it’s a key defense against password guessing attacks, stopping automated tools from cracking your password and preventing denial-of-service attacks.
References:
Account Lockout Policy – Windows 10
Describes the Account Lockout Policy settings and links to information about each policy setting.
Reset account lockout counter after – Windows 10
Describes the best practices, location, values, and security considerations for the Reset account lockout counter after security policy setting.
New 🪟 Windows 11 Defaults
Starting with Windows 11 build 22528 and higher, the defaults are now:
- Account lockout threshold: 10 failed tries
- Account lockout duration: 10 minutes
- Allow Administrator account lockout: Enabled
- Reset account lockout counter after: 10 minutes
Option 1Use Local Security Policy
You can change account lockout settings using the Local Security Policy tool, which is available on Windows 10/11 Pro, Enterprise, and Education editions, by searching for and opening ‘secpol.msc’.
- Open Local Security Policy. Press the Windows key and search for
secpol.msc. Click it to open. ⚠️ Requires admin privileges - Find Account Lockout Policy. In the left pane, click on Account Policies to expand it. Then click on Account Lockout Policy.
- Open Reset account lockout counter after. In the right pane, double-click on “Reset account lockout counter after” to open it.
- Enter the new time. Type a number between 1 and 99999 minutes. This is how long must pass before the failed login counter resets to zero. Click OK.
- Check Account lockout duration. If Reset account lockout counter after is set higher than Account lockout duration, a popup will show suggested values. Click OK to confirm and update Account lockout duration.
- Change other settings (optional). You can also change Account lockout duration, Account lockout threshold, and Allow Administrator account lockout here.
- Close the window. When done, close Local Security Policy if you want.


Option 2Use Windows Terminal
If you have a Windows edition other than Pro, Enterprise, or Education, you can use Windows Terminal to manage account lockout settings by opening it as an administrator and using commands like ‘net accounts’.
- Open Windows Terminal as admin. Press the Windows key and search for Windows Terminal. Right-click it and select “Run as administrator.” ⚠️ Requires admin privileges Select either Windows PowerShell or Command Prompt.
- Check current settings. Copy and paste this command and press Enter:
net accountsLook for “Lockout observation window (minutes)” to see the current setting.
- Change the setting. Copy and paste this command and press Enter:
net accounts /lockoutwindow:<number>
Replace <number> with a number between 1 and 99999 minutes. For example:net accounts /lockoutwindow:10
Important: First, make sure the ‘Account lockout threshold’ is enabled. Also, ensure the ‘Lockout duration’ (in minutes) is greater than or equal to the ‘Lockout observation window’ (in minutes). The default is 10 minutes.
- Change other settings (optional). You can also change Account lockout threshold, Allow Administrator account lockout, and Reset account lockout counter after policies with other commands.
- Close Windows Terminal. When done, close Windows Terminal if you want.
Summary
Account lockout is a vital security feature that locks your Windows account after too many incorrect password attempts. You can adjust these settings, including how long the counter resets, using either the Local Security Policy tool on specific Windows editions or Windows Terminal on any edition.
What does reset account lockout counter mean?
The ‘Reset account lockout counter after’ policy setting defines how many minutes must pass after a user fails to log on before their failed login attempt counter is reset to 0.
How long is the account lockout duration in 🪟 Windows 11?
The default lockout policy is now the following: Account lockout duration: 10 Minutes. Account lockout threshold: 10 invalid attempts. Allow Administrator account lockout: Yes (built-in Administrator account)
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!