Forum Discussion

Graysonmo's avatar
Graysonmo
Brass Contributor
Aug 31, 2026

How do I remove or disable the password prompt in Windows 11 sign-in?

Windows 11 forced me to add a password login during installation. Now, I am just tired of entering the password each time at the sign-in screen as it is a Home PC and no one can access the computer.

How do I completely disable the password prompt in Windows 11 during sign-in and lock screen? I tried a couple of suggestions but the password can't be removed sadly!

10 Replies

  • Zannnsbe's avatar
    Zannnsbe
    Iron Contributor

    You can change the registry to disable the password prompt in Windows 11 at boot.

  • Mirasxiu's avatar
    Mirasxiu
    Tin Contributor

    The control userpasswords2 command is a built-in Windows utility that can be used to disable Windows 11 password prompt at boot. It works by configuring the system to automatically sign in to a specific user account, which is the standard method for disabling the password prompt.

    How to Use control userpasswords2 to disable Windows 11 password prompt at boot:

    Steps 1: Press Windows Key + R to open the Run dialog box.
    Steps 2: Type control userpasswords2 and press Enter. This opens the User Accounts window.
    Steps 3: In the User Accounts window, select the user account you want to automatically sign in with.
    Steps 4: Uncheck the box next to "Users must enter a user name and password to use this computer".
    Steps 5: Click Apply. A new window titled "Automatically sign in" will appear.
    Steps 6: In this window, enter your account's current password twice and click OK. This step is critical, and entering an incorrect password will cause the auto-login to fail silently.
    Steps 7: Click OK again to close the User Accounts window. The next time you restart, the system will automatically sign in and disable Windows 11 password prompt at boot.

    To make the checkbox appear, you must first:

    1. Open Settings > Accounts > Sign-in options.
    2. Turn Off the setting: "For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device (recommended)".
    3. Remove any existing PIN, fingerprint, or facial recognition sign-in options.

     

    This method does not "remove" your password. Instead, it securely stores your credentials in the system and automatically enters them at login, effectively disabling Windows 11 password prompt at boot while keeping the account password intact.

  • Emilianb's avatar
    Emilianb
    Tin Contributor

    How to disable windows 11 password login? This method uses the System Preparation Tool (Sysprep) and an unattended answer file (unattend. xml). It's a process typically used by IT professionals for deploying Windows images to multiple computers. The answer file can be configured to include an AutoLogon setting that tells Windows to skip the password prompt and automatically sign in to a specified account.

    This approach is complex because it requires:

    • Creating a Custom Answer File: Writing an unattend, xml file with the correct syntax and settings.
    • Running Sysprep: Using the sysprep /generalize /oobe /unattend:unattend.xml command to prepare your system for imaging, which resets Windows to an "out-of-box" state .
    • Managing Potential Issues: As seen in community discussions, this process can be finicky. For example, Dell's Image Assist tool may modify the answer file, and using AutoLogon can sometimes cause OOBE errors like creating a temporary user account ("defaultuser 0") . Some users have found more stability by moving the AutoLogon configuration to a Setup Complete. cmd script instead of the answer file.

     

    This is a powerful and invasive method to disable windows 11 password login. Running Sysprep will generalize your system, which can remove certain drivers and settings, and it is typically used for deploying fresh or cloned installations, not for simply changing the login behavior on a production machine. It also requires a deep understanding of Windows deployment tools.

  • Those are most likely Excel co-authoring indicators. They appear when a workbook is stored in OneDrive or SharePoint and Excel thinks that your Microsoft account has the file open in another window, browser tab or device. They are not part of the worksheet and should not print.

    Try this:

    1. Hover over one of the circles. If it shows your name or says you are editing, it is a co-authoring indicator.
    2. Close every other copy of the workbook, including Excel for the web and any copy open on another device.
    3. Close Excel completely, wait a minute, and reopen the workbook.
    4. If you do not need collaboration, use File > Save a Copy and save it in a local folder outside OneDrive.

    If clicking the circle opens a comment instead, it is the author icon for a modern comment. Open Review > Comments and delete or resolve the comment if it is no longer needed.

    If the initials belong to someone else, check Share > Manage Access to see who currently has permission to the workbook.

  • BilalDev_01's avatar
    BilalDev_01
    Occasional Reader

    If this is a personal Windows 11 Home PC and you simply want to avoid entering your password every time you start the computer, you can configure Windows to sign in automatically.

    First, go to Settings > Accounts > Sign-in options.

    Under Additional settings, check whether “For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device” is enabled. If it is, turn it Off. Microsoft notes that this setting disables password sign-in for Microsoft accounts when enabled.

    Then:

    1. Press Win + R.
    2. Type netplwiz and press Enter.
    3. Select your user account.
    4. If available, uncheck “Users must enter a user name and password to use this computer.”
    5. Click Apply.
    6. Enter your current password when prompted.
    7. Click OK and restart the PC.

    Windows should then automatically sign you in without asking you to type the password.

    One important point: this does not completely remove the password from your Microsoft account. It simply configures Windows to sign in automatically.

    If your goal is to have no password/PIN prompt even after pressing Win + L or waking the PC from sleep, that's different. Windows intentionally requires authentication when a device is locked. Microsoft recommends using Windows Hello (PIN, fingerprint, or face) for a quicker sign-in instead.

    Also, if the netplwiz checkbox is missing, let me know which Windows 11 version you're using (for example, 23H2 or 24H2), because the available sign-in settings can vary depending on the configuration of the PC.

  • Amaribo's avatar
    Amaribo
    Copper Contributor

    To disable Windows 11 password prompt at boot, this method uses the net user command to remove the password from a local account. It's a direct way to tell the system that the account has no password, which means Windows won't ask for one at startup.

    1. Open Command Prompt or PowerShell as an administrator .
    2. Type net user to see a list of all local user accounts .
    3. Run the following command, replacing USERNAME with your actual account name:

    text
    net user "USERNAME" ""

    This sets the user's password to blank.

    When it comes to disable Windows 11 password prompt at boot. Instead of removing a password, this method prevents the prompt from ever appearing by creating an account with no password from the start.
    1. Go to Settings > Accounts > Your info and select "Sign in with a local account instead" .
    2. During the setup wizard, enter a username but leave all password fields completely blank .
    3. Complete the wizard. You may also need to remove any existing PIN under Settings > Accounts > Sign-in options to avoid a PIN prompt.

  • PattyBrown's avatar
    PattyBrown
    Iron Contributor

    If you’re tired of entering your password every time you start up your Windows 11 computer, the Registry offers a simple way to bypass the login screen. This method works for both local accounts and Microsoft accounts, providing a flexible solution for users who want to enable automatic login.

    By modifying a few registry entries, you can configure Windows to log in automatically without prompting for credentials, effectively solving the problem of how to disable password prompts in Windows 11 without using third-party tools. This is particularly useful for personal computers where security isn’t a top priority, or for testing environments that require frequent, quick reboots.

    1. Press the Windows key + R, then type:

    regedit

    2. Press Enter to open the Registry Editor. Navigate to the following path:

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

    3. In the right pane, locate the entry named AutoAdminLogon.

    • If it does not exist, right-click in an empty area, select New → String Value, and name it AutoAdminLogon. Double-click the entry and set the value to 1.
    • Next, locate or create two additional string values:
    • Set DefaultUserName to your Windows username; set DefaultPassword to your Windows password.
    • If you are using a Microsoft account, use your email address as the username and enter your account password.
    • For computers joined to a domain, you may also need to set `DefaultDomainName` to your computer name or workgroup name.

    Technical Notes and Parameters:

    • AutoAdminLogon – Controls whether automatic logon is enabled.
    • DefaultUserName – The username used for automatic logon. For Microsoft accounts, use the full email address.
    • DefaultPassword – Specifies the password for the user account. The password is stored in plain text, so weigh the security implications.
    • DefaultDomainName – Specifies the domain name or workgroup for a domain-joined system.
    • ForceAutoLogon – Forces Windows to log on automatically, even if multiple users are configured.

    If you need to disable password prompts in Windows 11 on a computer shared with others, please note: This method stores the password in plain text in the registry, which poses a security risk.

    However, for single-user and trusted environments, this registry modification offers a simple and effective solution.

    To revert the changes, simply set the AutoAdminLogon value back to 0 or delete the value you created.

    For users who frequently wonder How to disable the password prompt in Windows 11, this registry method is one of the most straightforward ways to achieve this goal.

  • RyanHoward's avatar
    RyanHoward
    Iron Contributor

    If you use a personal computer at home and entering a password every time feels unnecessary, automatic sign-in can make startup a little more convenient. Windows-AutoLogin is a small utility for configuring automatic login, which may help if you want to disable sign-in password in Windows 11 for your own account.

    How to use:

    1. Open the utility with administrator permissions.
    2. Choose the local account you normally use.
    3. Enable the automatic login option.
    4. Enter the required account information when prompted.
    5. Apply the changes and close the program.
    6. Restart the computer to check whether it signs in automatically.

    In practice, disable sign-in password in Windows 11 usually means configuring automatic login rather than actually deleting the account password.

    Note:

    • Use automatic login only on a computer you trust.
    • Keep your account password recorded somewhere secure.
    • Turn the feature off again if other people begin using the computer.
  • Using netplwiz is the simplest way to disable the Windows 11 automatic login prompt. This method is best suited for local accounts, since convenience takes precedence over security in this scenario. As a quick How to disable the password prompt in Windows 11, this built-in tool removes the login requirement while preserving your account credentials.

    How to disable the password prompt in Windows 11

    Step 1: Press the Windows key + R, type

    netplwiz

    • and then press Enter.

    Step 2: In the User Accounts window that appears, uncheck the option Users must enter a username and password to use this computer.

    Step 3: Click Apply. A new window will pop up asking you to enter your password.

    Step 4: Enter your current password, then re-enter it to confirm, and click OK.

    Step 5: Click OK again to close the User Accounts window.

    Finally, restart your computer. You should now be able to log in automatically without seeing the password prompt.

    This method is built into Windows 11. It is the most reliable way to disable password prompts for local accounts in Windows 11, without having to modify the registry or use third-party tools. However, this method does not apply to Microsoft accounts linked to online services.

  • AzureMoon's avatar
    AzureMoon
    Silver Contributor

    Typing a password every time a personal computer starts can feel unnecessary, especially on a device that stays in a secure location and is used by only one person. Users who want Windows to open directly to the desktop may search for disable sign-in password in Windows 11 to simplify the startup process.

    Autologon is a utility that configures Windows automatic logon for a selected user account. Rather than removing the account password itself, it allows the system to sign in automatically when the computer starts, which can be useful for a trusted home PC or other controlled environment.

    • To get started, open the utility and check that the correct username and Windows domain or computer name are displayed. Enter the password for the account that should sign in automatically.
    • Next, select the option to enable automatic logon and confirm the configuration. Restart the computer afterward to test whether Windows signs in to the selected account without asking for the password at startup.

    If you later want the sign-in screen back, open the utility again and disable automatic logon. Keep in mind that automatic sign-in reduces physical access protection, so it is better suited to computers kept in a secure place. For users searching for disable sign-in password in Windows 11, this approach avoids the startup password prompt without actually deleting the account password.