How to Allow or Stop a User from Changing Their Password in Windows 11

Richard
Written byRichardTech Writer, IT Professional
Feb 8, 2026 Updated Mar 31, 2026 2 min read

This guide will help you easily allow or stop someone from changing their password on a Windows 11 PC. These steps work for both local accounts (accounts only on your PC) and Microsoft accounts (accounts that use your email with Microsoft).

Note: Even if you stop a Microsoft account user from changing their password on the PC, they can still change it online at the Microsoft password page.

You can only stop standard users (normal user accounts) from changing their passwords, not administrator users. If you want to do this for an administrator account, you can temporarily change the account to a standard user, block the password change, then switch it back to administrator.

⚠️ Admin Required: Make sure you are signed in as an administrator to do these steps.

Method 1: Use Local Users and Groups (For Windows 11 Pro, Enterprise, or Education)

Important: This option is not available on Windows 11 Home edition.

  1. Press Windows key + R to open the Run box, type lusrmgr.msc, and press Enter.
  2. Click on the Users folder on the left side.
  3. Find the user account you want to change in the middle list. Right-click it and select Properties, or just double-click the user name.
  4. In the General tab, check the box that says User cannot change password to stop the user from changing their password. Uncheck it to allow password changes again.
  5. Click OK to save.
disable users changing their passwords

Note: If you try to block password changes for an administrator account, you will see an error message.

Method 2: Use Command Prompt or Windows Terminal

⚠️ Admin Required: Right-click the Start button and select Windows Terminal (Admin) or Command Prompt (Admin).

Type the command below depending on what you want, and press Enter:

To allow the user to change their password (default):

net user "<username>" /PasswordChg:Yes

To stop the user from changing their password:

net user "<username>" /PasswordChg:No

Replace <username> with the actual user name. For example, to stop user “genericuser” from changing their password, type:

net user "genericuser" /PasswordChg:No

If you try this on an administrator account, you will get an error message.

disable users changing their passwords terminal

When finished, you can close the terminal window.

Summary

  • Why do this? Control who can change their password on Windows 11 to help keep your PC secure.
  • What happens? Users you block will not be able to change their passwords. This works only for standard users, not administrators.
  • Use Local Users and Groups if you have Windows 11 Pro or above, or use commands in Windows Terminal to make the changes.
  • Always be signed in as an administrator to change these settings.
  • Check your user accounts regularly to keep your PC secure.

Richard2457 articles

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

Expertise:Windows 11Ubuntu LinuxCMSApps and Browsers
View all articles by Richard →

Categories:

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version