Issues like the “System is not authoritative for the specified account” on Windows 11/10 can be quite annoying. It is even halting when you are editing the password quality of a user account for instance. This error arises under situations when the system is unable to confirm the account’s privilege; this commonly results from the problem in the online account or the authentication service. In this article, we have listed all the solutions to this error.

System Is Not Authoritative For The Specified Account Error In Windows 11/10
The system is not authoritative for the specified account error in Windows 11/10.

Fix The system is not authoritative for the specified account in Windows 11/10

Fix 1: Change Microsoft Account Password

1. Go to the Microsoft official page (https://account.microsoft.com/account) and log in with your ID and password.

sign in to microsoft account

2. From the left-side panel, click on Security and select “Change Password”.

security option microsoft account

3. Now, enter the current password and new password. Click “Save”.

Change Microsoft Account Password fix System is not authoritative for the specified account

Fix 2: Change the Local User Password in Control Panel

1. Open the Control Panel by searching it on the Windows search bar.

2. Select User Accounts.

open control panel user accounts

3. Choose “Manage another account”.

manage another account

4. Tap “Change the password”.

change the pass option in control panel

5. Enter the new password carefully and also the password hint. Once done, tap “Change password”.

Change the Local User Password in Control Panel fix System is not authoritative for the specified account

Fix 3: Change Local User Password in Settings

1. Go to Windows Settings > Accounts > Password. Click on “Change”.

sign in options settings

2. Now, enter your current password.

change password

3. Next, type the new password, password hint and follow the on-screen instructions.

change local user password in settings fix System is not authoritative for the specified account

Fix 4: Change the Local User Password Using SetLocalUser

1. Press the Win+X keys and choose Terminal (Admin). Tap “Yes” on the next pop-up.

open terminal admin

2. Copy and paste the below commands one by one and make sure to press Enter after pasting every command:

$password = '' | ConvertTo-SecureString -AsPlainText -Force
Set-LocalUser -Name demo_user -Password $password

Change the Local User Password using SetLocalUser fix System is not authoritative for the specified account

Fix 5: Change the Local User Password Using NET USER

1. On the Windows search, enter “cmd”. Right-click on it and choose the “Run as Administrator”. Then, tap “Yes” on the next pop-up.

open cmd admin windows 11

2. Copy the below command and press the Enter. For instance, if you’re changing the password for “user1” and resetting the password is “Example@#” make sure to alter the command with it:

net user user1 Example@#

Change the Local User Password using NET USER fix System is not authoritative for the specified account

That’s it!

Leave a Reply

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