Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home » Windows

How to Remove Windows Password

Abhishek SilwalBy Abhishek SilwalMay 3, 2023
How to Remove Windows Password

Passwords are essential security features to protect your system against any unwanted access. But it can be tedious if you have to enter it time and again, especially if you need to restart your computer or put it to sleep multiple times.

In such cases, you can either remove the password altogether or simply bypass the login screen. But I highly recommend you only do so temporarily for your computer’s security.

Note: You can use Windows Hello feature from the Sign-in options under Account Settings to replace the password with other security options. These options include Facial and Fingerprint recognition, PIN, a physical security key, and a picture password.

Table of Contents

  • Removing Windows Password on Microsoft Account
  • Removing Windows Password on Local Account After Login
    • Through Windows Settings
    • From Local Users and Groups
    • Using Control Panel
    • Through Netplwiz Tool
    • Using Command-line Interface
  • Removing Windows Password on Local Account Without Login
    • Using Password Reset Disk
    • By Editing Registry Files
  • Bypassing Password Login Screen
    • On Initial Boot
    • On Wake-up After Sleep

Removing Windows Password on Microsoft Account

You can’t remove the password on a Microsoft Account as it is tied to the actual online account. You can use the password replacements we discussed earlier. But to actually remove any security key, you need to switch to a local account instead. After logging in to the Microsoft account,

  1. Press Windows key + I to open Settings.
  2. Go to Accounts > Your info.
  3. Click on Sign in with a local account instead and then Next.
    sign-in-with-a-local-account-instead
  4. Confirm your password for security and click OK.
  5. Specify an account name and leave the other fields blank.
  6. Click Next and then Sign out and finish.

If you don’t remember the password, you need to reset the password first.

  1. Go to the online Microsoft Password Reset page on any other computer or device.
  2. Enter your account’s email address and select Next. Follow the given instructions.
    microsoft-account-reset-password
  3. After you reach the page where you need to enter the security code, check your emails for the code. You may need to wait for some time.
  4. After getting the code, enter it.
    verify-code-microsoft-account-password-reset
  5. Then specify your new password. Hit Next.
  6. Then, log in to the account on your computer and perform the above steps to switch to a local account without any password.
Note: Microsoft imposes a certain maximum request limit per day. If you need to reset the password after reaching this limit, you need to wait for 24 hrs.

Removing Windows Password on Local Account After Login

If you can log in to your or any other administrator account, you can use various tools on Windows to remove your local account password. These programs include the Windows Settings, Control Panel, Local Users and Groups MMC snap-in, and so on.

Through Windows Settings

The easiest way to remove your password after logging in to the corresponding account is through Windows Settings. You will need to remember the current password to apply this method.

  1. Press Windows + R to open Run.
  2. Type ms-settings:signinoptions and press Enter to go to the Sign-in options Settings.
  3. Select Password and hit Change.
    change-password-sign-in-options-accounts-settings
  4. Enter the current password and click Next.
  5. Leave the new password and the password hint blank and select Next and then Finish.
    change-password-next

From Local Users and Groups

You can use the Local Users and Groups utility on Windows to modify a user password. It allows removing both the current as well as another account’s password (only if you have logged in to an admin account).

  1. Open Run.
  2. Type lusrmgr.msc. Click OK.
  3. Click on Users on the left side or double-click Users in the middle.
  4. Right-click on your or any other user account and click Set password.
    set-password-local-users-and-groups
  5. Confirm with Proceed.
  6. Leave the new password text fields blank and click OK > OK.

Using Control Panel

After logging in to another admin account, you can also use the traditional configuration tool, the Control Panel, to remove the password for your original account.

  1. Open Run.
  2. Type control userpasswords and press Enter to open the User Accounts applet inside the Control Panel.
  3. Select Manage another account and then select the account whose password you want to remove.
    manage-another-account-user-accounts
  4. Pick Change the password.
  5. Leave the fields blank and hit Create password.

Through Netplwiz Tool

Windows also includes another tool, Netplwiz, through which you can specify the basic configuration of the user accounts. It also allows you to remove the password of another account but not the current one.

  1. Open Run.
  2. Type netplwiz and press Enter.
  3. Select the corresponding account and click Reset Password from below.
    user-account-reset-password-netplwiz
  4. Leave the text fields blank and select OK > OK.

Using Command-line Interface

Another way to remove the password is by using Command-line Interfaces like Command Prompt and PowerShell. It is actually the quickest method as you’ll only need one command on each program.

On Command Prompt

  1. Launch Command Prompt as admin.
  2. Type net user “User Name” * while replacing “User Name” with the user account name whose password you want to remove. Then, press Enter.
  3. Press Enter two times for Type a password for the user: and Retype the password to confirm: without typing anything.
    net-user-remove-password

On PowerShell

  1. Open Run.
  2. Type powershell and press Ctrl + Shift + Enter to open Windows PowerShell as Admin.
  3. Type Set-LocalUser -name "User Name" -Password ([securestring]::new()) while replacing “User Name” with the user account name and press Enter.
    powershell-remove-password-set-localuser

Removing Windows Password on Local Account Without Login

If you don’t remember the password for your current or another admin account, you won’t be able to access any of the tools we mentioned earlier. 

If you had created a password reset disk for your local account, you can use the disk to remove or reset your password from the login screen. But if not, you need to edit some registry files from the recovery environment.

Using Password Reset Disk

  1. First, enter any random text as the password on the login screen.
  2. After it gives the Password is incorrect error, hit OK.
  3. Make sure to plug in the password reset disk into your computer and click on Reset password > Next.
    reset-password-login-screen
  4. Set the drop-down box to the disk and select Next.
  5. Leave the new password fields blank and click Next > Finish.

By Editing Registry Files

Windows comes with a hidden administrator account that is disabled by default. But it is possible to enable it through the Command Prompt in the Windows Recovery Environment (WinRE) or Advanced Startup by modifying a SAM registry file.

Note: This method is for educational purposes only. Unsolicited access to other computers is illegal and we do not condone such activities.
  1. First, you need to get to WinRE.
    • Click on the power icon on the login screen.
    • Press and hold Shift on your keyboard and click Restart on the power options.
  2. Then, head over to Troubleshoot > Advanced options > Command Prompt.
    open command prompt advanced option
  3. Enter regedit in the prompt. It will load the Registry Editor GUI.
  4. Select the HKEY_LOCAL_MACHINE key and then click on File > Load Hive.
    registry editor load hive
  5. Search for your original OS drive. It will not be X: but should contain the folders like Windows, Users, and so on.
  6. Go to Windows > system32 > config inside this drive.
  7. Select SAM and click Enter.
  8. Use REM_SAM for the Key Name and press Enter.
  9. Now, go to Computer\HKEY_LOCAL_MACHINE\REM_SAM\SAM\Domains\Account\Users\000001F4 in the Registry Editor.
  10. Double-click on F.
    registry editor rem sam files
  11. Look for the 00000038 row.
  12. Change the first value next to it from 11 to 10 and hit OK.
    edit b binary value in rem sam
  13. Exit Registry Editor as well as Command Prompt.
  14. Now, click on the Continue option.
  15. You will get to the normal login screen. Here, sign in to the newly displayed Administrator account and use any of the methods in the previous section per your preference.
  16. Then, open Command Prompt as admin and enter the command net user administrator /active:no to disable the hidden admin account.
    net-user-administrator-active-no

Bypassing Password Login Screen

You can also completely bypass the login screen if you don’t want to keep entering the password. It will help you effectively eliminate the need to enter the password for both the Local and the Microsoft user accounts. However, keep in mind that doing so will compromise your system to unauthorized access.

You can remove the login screen you get after initially starting the computer or waking up from sleep. But it is impossible to remove the screen after you manually lock your account. It is the last line of security features to protect your system.

On Initial Boot

You can use the Netplwiz tool to prevent the necessity of having to enter the username and password to log in to your account on the initial boot. But this option is not available by default on the latest Windows systems, so you need to show it by changing a registry entry first.

  1. Open Run.
  2. Type regedit and click OK. It will load the Registry Editor.
  3. Go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device
  4. Double-click on DevicePasswordlessBuildVersion.
    devicepasswordlessbuild-registry-editor
  5. Change the Value data to zero 0 and hit OK.
  6. Close the Registry Editor and open Run again.
  7. This time, type netplwiz and press Enter.
  8. Untick Users must enter a username and password to use this computer.
    disable-users-must-enter-a-user-name-and-password-to-use-this-computer
  9. Select OK and enter the username and current password to specify which user the computer automatically signs in to. If it is a Microsoft account, remember to enter the full name with the email domain.
  10. Click OK.

On Wake-up After Sleep

Just following the above method does not bypass the login screen after waking up from any idle state like sleep or hibernation. You need to change a certain setting for this purpose.

  1. Open Run.
  2. Type ms-settings:signinoptions and press Enter to go to the Sign-in options Settings.
  3. Look for the option If you’ve been away, when should Windows require you to sign in again?
  4. Set it to Never.
    if-youve-been-away-when-should-windows-require-you-to-sign-in-again-never

If the option is grayed out, this setting is configured in its group policy and you need to modify that instead.

  1. Type gpedit.msc on Run and press Enter to open Local Group Policy Editor.
  2. Go inside Computer Configuration > Administrative Templates > System > Power Management > Sleep Settings.
  3. Double-click on Require a password when a computer wakes (plugged in).
    require-a-password-when-a-computer-wakes-plugged-in-group-policy
  4. Check Disabled and click OK.
  5. Similarly, change Require a password when a computer wakes (on battery) as well.
how-to
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
what happens if you turn off your computer during an update

What Happens if You Turn Off Your Computer During an Update?

September 18, 2023
How to Disable Integrated Graphics

How to Disable Integrated Graphics?

September 16, 2023
System Restore Stuck

How To Fix Windows Stuck on System Restore

September 16, 2023
startup-repair-couldn't-repair-your-pc

How To Fix “Startup Repair Couldn’t Repair Your PC”

September 13, 2023
how to free up ram

How to Free Up Memory

August 4, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
Naval-Warfare-Games

Best Naval Warfare Games

September 18, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 20, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.