Forum Discussion
How do I disable the password for login in Windows 10?
I don't like the password log-in screen at startup. I want to make a Windows 10 PC log in automatically without asking for a password every time it starts or restarts. This is a home computer, so having to enter the password each time isn't really necessary.
Tested a few suggestions but none of them worked for removing lock screen password as these guides seem outdated.
Is there any safe way to disable password login in Windows 10? Would prefer a beginner-friendly method that doesn't cause problems with the account later.
8 Replies
- SofiaoinIron Contributor
netwiz built-in command
- MillieanTin Contributor
This approach deletes your account password so you are never prompted for it if you want to disable password login on Windows 10. It is straightforward but means your local account will have no password protection at all.
The Command-Line Method (Using Command Prompt). This is a fast, keyboard-driven way to accomplish this.
1. Open Command Prompt as Administrator. (Press Win + X, then select "Command Prompt (Admin)" or "Windows Terminal (Admin)").
2. Type the following command, replacing Username with your actual Windows account name, and press Enter:cmd
net user Username ""For example, if your username is John, the command is net user John "". This command sets your password to a blank value.
The Graphic Setting Method (Standard, but a quick alternative)
If you dislike third-party tools but didn't mention the Settings app, this is a native and fast method to disable password login on Windows 10.
- Open Settings (Win + I) and go to Accounts > Sign-in options.
- Under "Password", click Change.
- Enter your current password, then leave the "New password" and "Confirm password" fields completely blank. Click Next and then Finish to remove the password.
- CoraciverTin Contributor
You can use the Official Microsoft Sysinternals Autologon Tool to disable password login on Windows 10, while this is technically a separate downloadable utility, it is an official, free tool provided by Microsoft, not a third-party application. It is designed specifically to configure Windows' built-in auto-login mechanism securely.
How to disable password login on Windows 10: The tool stores your credentials, which are then used by Windows to log you in automatically.
Command-Line Use: For a "challenging or complex" method, you can run it from the command line with the following syntax:cmd
autologon64.exe USER_NAME DOMAIN PASSWORD /accepteulaIf your PC is not on a domain, you would use the computer's name in place of the domain.
Security Note: While the tool encrypts the password before storing it in the registry, it's important to know that a user with local admin rights can decrypt it. This method is most suitable for personal PCs in physically secure locations.
- MariaduiTin Contributor
This complex and free method, which you prefer, involves making specific edits to configure automatic logon and ultimately disable password login on Windows 10. The core principle involves modifying the Winlogon registry key to store your credentials and enable automatic login . Here is the step-by-step process, which you should follow carefully to disable password login on Windows 10 via the Registry.
1.Open Registry Editor: Press Win + R, type regedit, and press Enter.
2.Navigate to the Correct Key: Go to the following path in the Registry Editor:text
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon3.Modify or Create the Necessary String Values:
- Locate AutoAdminLogon. If it doesn't exist, create it as a new String Value . Double-click it and set the Value data to 1 .
- Locate DefaultUserName. Double-click it and set the Value data to your Windows account username .
Find or create the DefaultPassword String Value. Double-click it and enter your account's password . - Important: If this value is missing, Windows will automatically turn off the autologon feature .
4.Restart Your Computer: The changes will take effect after a system restart, and you should be logged in automatically, effectively bypassing the password prompt.
While using the Registry Editor to disable the password login on Windows 10 is effective, it's crucial to be aware of the associated risks. The registry modification stores your password in plain text within the Windows Registry.
- DevinZhangIron Contributor
Removing the sign-in prompt is one way to disable the password for login in Windows 10 on a personal computer where automatic access is preferred. netplwiz provides a built-in account settings panel that can configure automatic sign-in without requiring you to enter your password every time the PC starts.
How to disable the password for login in Windows 10
Step 1: Press Windows + R to open the Run dialog box. Type netplwiz and press Enter to open the User Accounts window.
Step 2: Under the Users tab, select the account you want to sign in to automatically. Make sure you choose the correct account before changing any settings.
Step 3: Clear the checkbox labeled Users must enter a user name and password to use this computer, then click Apply.
Step 4: When the Automatically sign in window appears, enter the current account password in both password fields. Confirm the username shown in the window, then click OK.
Step 5: Click OK again to close User Accounts, then restart the computer. After Windows starts again, check whether it signs in to the selected account automatically without displaying the usual password prompt.
This setup is convenient for a PC that stays in a secure location and does not need a sign-in prompt after every startup. Keep in mind that automatic sign-in also means anyone with physical access to the computer can open the account without entering its password.
- KevinRodriguezIron Contributor
Looking for a way to disable the password for login in Windows 10? KeyPass is a lightweight tool that handles auto-login directly with your Windows account. It's simple and doesn't require registry edits or complicated setup.
Download KeyPass, run it, enter your Windows password once, and enable auto-login. From then on, your PC will start straight to the desktop. You can turn it off anytime if you change your mind. It saves time, but anyone with physical access to your machine can log in—so it's not ideal for shared devices.
If your goal is to disable the password for login in Windows 10, KeyPass does the job without digging through system settings or registry tweaks. It's not the most polished tool, but it works reliably and removes the password prompt from every boot.
Pros:
- Lightweight, open-source, and saves time by automatically logging you into Windows without typing your password every time.
Cons:
- Disables the password prompt entirely, so anyone with physical access to your PC can log in—not ideal if you share your device or care about security at boot.
- HunterHarperIron Contributor
Entering a password every time the computer starts or wakes up can feel unnecessary on a personal device that stays in a secure place. For users researching How to remove lock screen password in Windows 10, Optimizer can help with several system and privacy adjustments, while the actual sign-in behavior can also be managed through the built-in account settings. Before changing anything, it is worth remembering that reducing sign-in protection makes physical access to the computer less secure.
How to remove lock screen password in Windows 10
Step 1: Open Settings and go to Accounts → Sign-in options. Review the available sign-in methods and check whether a password, PIN, or another authentication method is currently being used.
Step 2: If you use a local account and want to remove its password, select Password → Change. Enter the current password when requested, then leave the new password fields blank and complete the change.
Step 3: Open the system optimization tool with administrator privileges and review the available login, privacy, and startup settings. Avoid changing unrelated options unless you understand what they control.
Step 4: Check the lock-screen and automatic sign-in behavior after making your changes. Some configurations may still request credentials after sleep even when startup sign-in has been adjusted.
Step 5: Restart the computer and test both a normal startup and wake-from-sleep scenario. This helps confirm whether the password prompt has been removed in the situations you intended.
Removing the password from a local account is different from simply enabling automatic sign-in, so the right method depends on whether you want the account to have no password at all or only want to skip the prompt during startup. On a computer that other people can physically access, keeping some form of sign-in protection is generally the safer choice.
- DanielDavisIron Contributor
People searching for How to remove lock screen password in Windows 10 often find that changing the PIN or lock screen settings does not stop the password prompt at startup. This happens because the account password, PIN, lock screen, and automatic sign-in are controlled separately.
For the setup, run the utility as administrator and confirm that the username and computer/domain fields correspond to the account you normally use. Enter the current account password and enable automatic logon. Restart the computer afterward and check whether it signs in directly. If the password was entered incorrectly or the account information does not match, Windows may simply return to the normal sign-in screen.
There is an important limitation here: automatic logon mainly deals with startup sign-in. If Windows asks for credentials after waking from sleep or after you manually lock the computer, those behaviors are controlled separately. Check Settings > Accounts > Sign-in options and review the setting that determines when Windows requires you to sign in again.
Also consider the security tradeoff before leaving automatic sign-in enabled. Anyone with physical access to the computer may be able to reach the desktop after starting it, even though the underlying account still has a password. For someone researching How to remove lock screen password in Windows 10, identifying whether the unwanted prompt occurs at startup, after sleep, or after manually locking the PC is therefore the most important first step.