How to Change Minimum Password Length for Local Accounts in Windows 10
Information
The Minimum password length policy setting determines the least number of characters that can make up a password for a local account. You can set a value of between 1 and 14 characters, or you can establish that no password is required by setting the number of characters to 0.
This tutorial will show you how to change the minimum password length for local accounts in Windows 10.
You must be signed in as an administrator to change the minimum password length.
CONTENTS:
- Option One: To Change Minimum Password Length for Local Accounts using Local Security Policy
- Option Two: To Change Minimum Password Length for Local Accounts using Command Prompt
EXAMPLE: "The password you entered doesn't meet password policy requirements" error
Note
Local Security Policy is only available in the Windows 10 Pro, Enterprise, and Education editions.
All editions can use Option Two below.
1. Press the Win+R keys to open Run, type secpol.msc into Run, and click/tap on OK to open Local Security Policy.
2. Navigate to Account Policies and Password Policy in the left pane of Local Security Policy. (see screenshot below)
3. In the right pane of Password Policy, double click/tap on the Minimum password length policy. (see screenshot above)
4. Type in a number between 0 and 14 for how many characters you want a password must at least have, and click/tap on OK. (see screenshot below)
Note
The default setting is 0 characters.
5. When finished, you can close the Local Security Policy window if you like.
6. If you like, you can force local accounts to change their password at next sign-in to enforce your changes to minimum password length.
1. Open an elevated command prompt.
2. Enter the command below into the elevated command prompt, press Enter, and make note of the current minimum password length. (see screenshot below)
![]()
net accounts
3. Enter the command below into the elevated command prompt, and press Enter. (see screenshot below)
![]()
net accounts /minpwlen:NumberOfCharacters
Note
Substitute NumberOfCharacters in the command above with a number between 0 and 14 for how many characters you want a password must at least have.
The default setting is 0 characters.
4. When finished, you can close the elevated command prompt if you like.
5. If you like, you can force local accounts to change their password at next sign-in to enforce your changes to minimum password length.
That's it,
Shawn
Related Tutorials
- How to Enable or Disable Password Expiration for Local Accounts in Windows 10
- How to Add Password to Local Account in Windows 10
- How to Allow or Prevent User to Change Password in Windows 10
- How to Change Password of Local Account or Microsoft Account in Windows 10
- How to Change Maximum and Minimum Password Age for Local Accounts in Windows 10
- How to Enforce Password History for Local Accounts in Windows 10
- How to Force Local Account to Change Password at Next Sign-in in Windows 10
- How to Reset Password of Local Account or Microsoft Account in Windows 10
- How to Remove Password of Local Account in Windows 10
- How to Change Account Lockout Threshold for Local Accounts in Windows 10
- How to Change Account Lockout Duration for Local Accounts in Windows 10
- How to Change Reset Account Lockout Counter for Local Accounts in Windows 10
- How to Remove Change a Password from Ctrl+Alt+Del Screen in Windows