Skip to content

How to Change the Windows Server Password

Supports Windows Server 2008, 2012, 2016, 2019, 2022, 2025

There are 3 ways to change the Administrator password on Windows Server.


  1. Go to Start > Search > Control Panel

Control Panel

  1. Select User Accounts

User Accounts

  1. Select the Administrator account and click “Change the password”

Change the password

  1. Enter the current password, then enter the new password twice (they must match), then click OK

Enter passwords


  1. Open Computer Management from the Search Box

Computer Management

  1. Go to Local Users and Groups, right-click the Administrator account, and select “Set Password”

Set Password

  1. Confirm the action, enter the new password twice, then click OK

Confirm and set password


  1. Open CMD and type the command:
net user administrator [newpassword]

Replace [newpassword] with the desired password and press Enter.

CMD command


The password should:

  • Be at least 8 characters long
  • Contain at least 2 of the 3 following types: letters (a-z, A-Z), numbers (0-9), or special characters (!@#$%^&*()_+|~-=`{}[]:”;’<>?,. /)