X
    Categories: Windows

4 Ways To Remove Login Password From Windows 11 PC

Remove Login Password From Windows 11: I made another article on Windows 11. The article is 5 ways to remove login passwords from Windows 11 PC. Now you’ll be asked to type in your correct password every time you log in. if you have a Microsoft account. You will need to put in your password.

But if you do want to remove the login password from Windows 11 and you find it a bit tiresome. In this post, I’m going to show you a way actually to remove it.


IMPORTANT NOTE: Windows 11 Auto login is utilized for client comfort yet diminishes the security of your PC. Autologin possibly must be turned on if you are the only primary PC admin and you are certain that nobody else can get actual admittance to your system. Otherwise, the security of your information is in danger.


Read More: Speed Up Windows 11 | Optimization For Gaming and Development


Method 1, Remove login password from Windows 11 Using User Account Setting

Microsoft account is the default authentication system on Windows 11; you should enter a password for security reasons. This is a very good thing, but some users don’t need to enter a password when they sign into Windows 11 when utilizing a Microsoft account.

But for some users’ demands, I am writing this post on how to remove login passwords from Windows 11.

Total Time: 5 minutes

Step 1,

1. So go to the Windows 11 search and type the text “netplwiz.” Click on the search result to open the User Account settings. It will open a small User Account modal window.

Or another way you can get this option. You can go to “Computer Management” > Expand “Local Users and Groups” > Click on the Users file. On the middle panel. You can see your Username > Right-click on it and select “Set Password.”

Step 2,

2. Inside the modal, you’ll see a section called “User for this computer.” Here, you will see your administrator account, and also, you can see your email address. I’m blurring it out.

Above this section, you should see a checkbox saying, “Users must enter a username and password to use this computer.”

So you need to remove or uncheck the checkmark from this checkbox here.

Step 3,

Next, click on the Apply button. Then, it will open a small modal window. Here, you can see the Username and Password area. You need to put these two credentials to confirm that you are the admin.

NOTE: If you are using a Microsoft account, please put your Microsoft account’s password.

Step 4,

After that, click on “Ok” > Next again, click on OK. Now, you have successfully removed the login password from your Windows 11.

Please restart your system. You will notice you are automatically logged in without a login password.


Read More: How To Remove Activate Windows 11 Watermark Permanently


Method 2, Remove the Login Password From Windows 11 Through Local User and Group


1. Go to Search and type the keyword “lusrmgr.msc”. (Also, you can use RUN by pressing WIN+R). Click on it to open. It will open the “Local User and Group” window.

2. Click on User from the left side. Now you can see your current Username

3. Right-click on the Username. Select “Set Password.” It will open a small pop-up. Click on Proceed. It will open another small pop-up.

4. From here, you can leave this blank once. You leave this blank and click on “OK.” The password will be removed, and now I’ve already removed it.so I’m not going to do it again. Basically, click OK, and it will remove the login password from Windows 11.

Here, You can see a warning message”. It says – If you click on OK. Your local account will immediately lose access to its all encrypted files, folders, etc.


Method 3, Remove PIN and Password From Windows 11 Login Screen


  1. Right-click on the Start icon. Select Settings.
  2. Select the Account option from the left sidebar.
  3. Click on “Sign-in Option
  4. Click on the “Password” option. > Click on Change.
  5. Type your Current password > Click on Next.
  6. Next, You can see three password input boxes. Leave them empty and Click on Next.
  7. Click on Finish.

Restart your system. Now, your system will open without the login option.


Method 4, Remove Login Password From Windows 11 Using Registry Editor


This method is a little bit time-consuming and difficult. 

  1. Well, so go to the search box here and type in here regedit. > Then, you can click on the Registry editor app. This will open up the registry editor.

2. So now you need to find the following file here: 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Click on the Winlogon file. On the right-hand side, you will see a bunch of options.

3. On the right-hand side, right-click on empty space > select New > Choose String Value > name it as ‘AutoAdminLogon’. You need to give the value 1.

4. Next, create another new string value and name it DefaultDomainName; specify the domain name or a local computer name as its value.

Tip to find computer name: Open Command prompt > type the command hostname. It will show you the computer’s name.

 5. Next, create another new string parameter and name it DefaultUserName. You need to put the username, which username should be used to log in (don’t change it or replace it with another username);

6. Next, you need to create a new string parameter value named DefaultPassword. Here, you need to put the password for the account in plain text format.

7. Well, everything is good. Need to close the Registry Editor and restart your system; 

After the Windows restart, you will sign in automatically without entering the password on the login screen. This is how you can remove the login password from Windows 11 through the Registry editor.

If you want to enable or turn on the autologin using the registry settings, you need to use the following commands.

NOTE: replace root and P@ssword with your username and password. WORKGROUP needs to be replaced with the name of your AD domain if the domain account is used.

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /t REG_SZ /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /t REG_SZ /d root /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /t REG_SZ /d P@ssword /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v ForceAutoLogon /t REG_SZ /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultDomainName /t REG_SZ /d WORKGROUP /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v IgnoreShiftOvveride /t REG_SZ /d 1 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 1 /f

Additional Method


Inside here, you’re going to see sign-in options, and there’ll be a bunch of sign-in options, which will allow you to have passwords and other types of password settings like PIN, Windows hello, and other stuff.

This is an additional way you can remove login passwords from Windows 11. For additional information, you can visit the Microsoft official 

Sahin: Sahin, a passionate Software Engineer, thrives on unraveling the intricacies of technology. With a penchant for Tech, Gaming, and IT Support, I dives into the digital realm, seeking answers to complex puzzles. My days are filled with error code, debugging, and the thrill of discovery. When things go wrong, I dive right in, figuring out what’s broken on my computer and finding clever solutions. Whether fixing code or untangling server problems, Sahin’s analytical brain thrives on challenges.
Related Post