How to Disable Password Complexity on Windows 11
Explore the easiest methods to disable this feature on Windows
3 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
Windows enforces strong password complexity requirements to enhance the user accounts’ security. However, if you want simpler passwords, you need to disable Windows password complexity requirements.
How can I disable Windows password complexity requirements?
1. Use the Group Policy Editor
- Press Windows + R to open the Run box.
- Type gpedit.msc and click OK to open the Group Policy Editor.
- Navigate to this path:
Computer Configuration\Windows Settings\Security Settings\Account Policies\Password Policy
- Locate and double-click the Password must meet complexity requirements option to open Properties.
- Click on the radio button next to Disabled, click Apply, then OK to confirm the changes.
- Restart your computer to let the changes take effect.
2. Use the Command Prompt
- Press the Windows key, type cmd, and click Run as administrator.
- Copy & paste the following command to dump the local policy or domain policy for the system and hit Enter:
secedit.exe /export /cfg C:\secconfig.cfg
- Type notepad.exe and press Enter.
- On Notepad, click File, then Open to open C:\secconfig.cfg
- Now locate Passwordcomplexity and change its value from 1 to 0.
- Press Ctrl + S to save the changes.
- Open the Command prompt with admin rights.
- Copy & paste the following command and press Enter:
secedit.exe /configure /db %windir%\securitynew.sdb /cfg C:\secconfig.cfg /areas SECURITYPOLICY
- Reboot your computer to confirm the changes.
3. Use the Local Security Policy Editor
- Press Windows + R to open the Run box.
- Type secpol.msc and click OK to open the Local Security Policy Editor.
- Click Action, then select Export policy.
- Once you have saved the file, open it with Notepad.
- Go to System Access, and locate Password Complexity. Change its value from 1 to 0.
- You can also edit the values for MinimumPassword Age, MaximumPassword Age, & MiniumPassword length. Press Ctrl + S to save the changes.
- Press the Windows key, type cmd, and click Run as administrator.
- Type the following command and hit Enter:
secedit.exe /configure /db %windir%\securitynew.sdb /cfg C:\secconfig.cfg /areas SECURITYPOLICY
- Restart your computer to confirm the changes.
You can now go to Local Security Policy Editor to confirm if the setting is disabled. If Local Security Policy Editor is missing or is grayed out, we recommend you check out the solutions in this informative guide.
So, these are methods you can follow to remove the password complexity requirements in Windows. If you have any questions or suggestions, feel free to let us know in the comments section below.
User forum
0 messages