How to Change the Administrator Password in Windows 11

Maintaining computer security requires regularly updating your passwords, especially for accounts with administrative privileges. The administrator account on Windows 11 has full control over the entire system, meaning it can install software, change global settings, and access all user files. If you suspect your password has been compromised, or if you are simply following good cybersecurity hygiene, changing the administrator password is a quick and essential task. Windows 11 provides several ways to do this, but the Settings app is the most straightforward method for most users.

Prerequisites

Before you begin, you must be logged into Windows 11 using an account that already has administrative privileges. You cannot change an administrator’s password from a standard guest or limited user account without knowing the current password first.

Method 1: Change Password Using the Settings App

This is the primary and most user-friendly way to update your login credentials, whether you are using a local account or a Microsoft Account.

  1. Click the Start button on your taskbar.
  2. Click the Settings gear icon to open the Settings menu. (Alternatively, press Windows Key + I).
  3. In the left-hand sidebar, click on Accounts.
  4. On the right side of the screen, scroll down to the “Account settings” section and click on Sign-in options.
  5. Look for the section labeled Password and click on it to expand the menu.
  6. Click the Change button.
  7. If you use a Microsoft Account: A new window will pop up asking you to verify your identity. You will need to enter your current password, and you may need to approve a two-factor authentication prompt on your phone. Once verified, type your new password twice and click Next.
  8. If you use a Local Account: Enter your current password and click Next. Then, type your new password, type it again to confirm, and provide a password hint. Click Next, then click Finish.

Method 2: Change Password Using the Control Panel

If you prefer the older Windows interface, you can still use the classic Control Panel to change local account passwords.

  1. Click the Start button, type Control Panel, and press Enter.
  2. Under the “User Accounts” heading, click on Change account type.
  3. Click on your Administrator account profile.
  4. Click the link on the left side that says Change the password.
  5. Enter your current password, type the new password twice, and create a hint.
  6. Click the Change password button to save your new credentials.

Method 3: Change Password Using Command Prompt (Advanced)

IT professionals often prefer the command line for rapid changes on local accounts.

  1. Click the Start button and type cmd.
  2. Important: Click Run as administrator on the right side of the search menu.
  3. In the black terminal window, type the following command to see a list of all user accounts on the PC:
    net user
  4. Identify the exact name of the administrator account you want to change.
  5. Type the following command, replacing USERNAME with the actual account name, and NEWPASSWORD with your desired password:
    net user USERNAME NEWPASSWORD
    (Example: net user Admin123 Password!)
  6. Press Enter. You should see a message saying “The command completed successfully.”

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.