- To remove the password on Windows 10, open “netplwiz,” select the account, clear “User must enter a user name and password to use this computer,” and apply the settings.
- Alternatively, you can remove the password in a “Microsoft account” from Settings > Accounts > Your info and use the “Sign in with a local account instead” option.
- In a “local account,” open Settings > Accounts > Sign-in options, select “Password,” click Change, and leave the password blank to remove it.
UPDATED 12/12/2023: On Windows 10, you can remove the login password in at least three ways, and in this guide, I’ll outline the steps to complete this process. Although using a password is always recommended to keep your computer and files safe and secure from malicious individuals, sometimes, depending on the situation, a password may add extra steps to the login process.
If you have a device without critical files, and security is not a concern, Windows 10 includes multiple ways to remove the account password through the legacy “User Accounts” settings, Settings app, or Command Prompt.
In this guide, I’ll teach you the steps to sign in automatically (or remove the login password) from a Windows 10 device, whether you use a local or Microsoft account. Use these instructions on Windows 11.
- Disable password login on Windows 10
- Remove password login on Windows 10
- Remove login password from Command Prompt
Disable password login on Windows 10
If you use a Microsoft account, it is impossible to remove the password entirely because your credentials are connected to your online account. However, you can configure your computer to sign in automatically to mimic the experience without a password.
To remove the login with a password process on Windows 10, use these steps:
-
Open Start on Windows 10.
-
Search for netplwiz and click the top result to open legacy User Accounts settings.
-
Select the account to remove the password under the “Users for this computer” section.
-
Clear the “User must enter a user name and password to use this computer” option.
-
Click the Apply button.
-
Confirm the Microsoft account information to sign in automatically and remove the login process.
-
Click the OK button.
-
Click the OK button again.
Once you complete the steps, the device will have a password, but it will sign in automatically on every restart. You will still have to provide a password if you connect remotely through Remote Desktop.
Remove password login on Windows 10
The following method allows you to remove the password entirely if you use a Microsoft account but have to switch to a local account.
To switch to a local account and remove the password on Windows 10, use these steps:
-
Open Settings (Windows key + I).
-
Click on Accounts.
-
Click on Your info.
-
Click the “Sign in with a local account instead” option.
-
Click the Next button.
-
Confirm your current password.
-
Click the Next button.
-
Create a username for the account.
-
Leave the“New password” and “Confirm password” fields blank to remove the password entirely.
-
Click the Next button.
-
Click the “Sign out and finish” button.
-
Sign back into your Windows 10 account.
-
Open Settings.
-
Click on Accounts.
-
Click on Sign-in options.
-
Select the Password option under the “Manage how you sign in to your device” section.
-
Click the Change button.
-
Confirm your current account password.
-
Click the Next button.
-
Leave the “New password” and “Confirm password” fields blank to remove the password entirely on Windows 10.
-
Click the Next button.
-
Click the Finish button.
Once you complete the steps, the configuration will apply to remove the login password on your Windows 10 account.
Switching to faster and more secure authentication methods is best when you want to remove a password because it is inconvenient. For example, you could create a PIN or set up a fingerprint reader that only requires a simple finger swipe.
Remove login password from Command Prompt
To remove the password on Windows 11 with Command Prompt, use these steps:
-
Open Start.
-
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
-
Type the following command to view all the accounts and press Enter:
net user
-
Type the following command to change the account password and press Enter:
net user USERNAME *
In the command, change “USERNAME” with the standard or administrator account name you want to update.
-
Press Enter twice to remove the password.
After you complete the steps, the account will no longer include a password to sign in to Windows 10. If you need to set a new password, you can use the same steps, but in step 5, specify a new password.
You can only remove a password with Command Prompt for a local account. If you have a Microsoft account, use the online settings or the option available through the “Accounts” settings page (see above).
Update December 12, 2023: This guide has been updated to ensure accuracy and reflect changes to the process.