Answer: Recover or Reset a Forgotten Administrator Password in Windows 10
Don’t worry — this is a common issue, especially on older systems. Here are a few safe options you can try to regain access:
🔁 Option 1: Use Another Admin Account (if available)
If there's another account with administrator rights:
Log in to that account.
Go to Settings > Accounts > Family & other users.
Select your user, click "Change account type", and set it to Administrator.
🔑 Option 2: Reset Microsoft Account Password
If your admin account is linked to a Microsoft account:
Visit: https://account.live.com/password/reset
Follow the steps to reset your password.
Once reset, log back in with the new credentials.
🛠️ Option 3: Use Safe Mode with Command Prompt
This one’s more advanced:
Hold Shift and click Restart.
Go to Troubleshoot > Advanced options > Startup Settings > Restart.
Choose Enable Safe Mode with Command Prompt.
In the Command Prompt, type:
bash
Copy code
net user administrator /active:yes
Then press Enter.
Restart your computer. You’ll now see an Administrator account on the login screen.
Log in and change your account password from Settings > Accounts > Sign-in options.
💡 Still No Access?
If none of these work, your best option may be:
Reinstall Windows while keeping your files (choose "Keep my files" during reset).
- To do this, go to Settings > Update & Security > Recovery. Answer: Recover or Reset a Forgotten Administrator Password in Windows 10 Don’t worry — this is a common issue, especially on older systems. Here are a few safe options you can try to regain access: 🔁 Option 1: Use Another Admin Account (if available) If there's another account with administrator rights:
- Log in to that account.
- Go to Settings > Accounts > Family & other users.
- Select your user, click "Change account type", and set it to Administrator.
- Visit: https://account.live.com/password/reset
- Follow the steps to reset your password.
- Once reset, log back in with the new credentials.
- Hold Shift and click Restart.
- Go to Troubleshoot > Advanced options > Startup Settings > Restart.
- Choose Enable Safe Mode with Command Prompt.
- In the Command Prompt, type:
Then press Enter.bash Copy code net user administrator /active: - Restart your computer. You’ll now see an Administrator account on the login screen.
- Log in and change your account password from Settings > Accounts > Sign-in options.
- Reinstall Windows while keeping your files (choose "Keep my files" during reset).
- To do this, go to Settings > Update & Security > Recovery.