Javascript required
Skip to content Skip to sidebar Skip to footer

How to Not Require Password on Windows 10

Windows 10 includes several features to safeguard your device and files. In particular, one feature is the ability to lock the device when certain events occur, such as when resuming from sleep.

Although requiring to sign in after resuming from sleep adds an extra layer of security, if you are the only person using the device at home, re-entering the password can add unnecessary steps.

If you prefer going straight to the desktop, Windows 10 provides at least three ways to disable the password requirement after resuming from sleep using the Settings app, Group Policy Editor, and Command Prompt.

In this Windows 10 guide, we'll walk you through the steps to disable password prompt after resuming from sleep.

  • How to skip password prompt resuming from sleep using Settings
  • How to skip password prompt resuming from sleep using Group Policy
  • How to skip password prompt resuming from sleep using Command Prompt

How to skip password prompt resuming from sleep using Settings

To stop Windows 10 from asking to sign in after resuming from sleep, use these steps:

  1. Open Settings.
  2. Click on Accounts.
  3. Click on Sign-in options.
  4. Under the "Require sign-in" section, use the drop-down menu and select the Never option.

    Windows 10 never require sign-in after sleep Source: Windows Central

Once you complete the steps, you'll no longer be required to enter a password after waking up Windows 10 from sleep.

If you want to revert the changes, you can use the same instructions, but on step No. 4, make sure to select the When PC wakes up from sleep option.

How to skip password prompt resuming from sleep using Group Policy

Although the Settings app makes it easy to disable the password requirement after resuming from sleep, you don't have the option to control the feature when your device is running on battery or plugged in individually. If you're running Windows 10 Pro, you can use the Group Policy Editor to stop the OS from requiring a password when your laptop is running on battery or plugged in.

To sign-in automatically after resuming from sleep, use these steps:

  1. Open Start.
  2. Search for gpedit and select the top result to open the Local Group Policy Editor.
  3. Browse the following path:

    Computer Configuration > Administrative Templates > System > Power Management > Sleep Settings

  4. Double-click the Require a password when a computer wakes (on battery) policy.

    Sleep settings Source: Windows Central

  5. Check the Disable option.

    Disable require password after sleep on battery Source: Windows Central

  6. Click Apply.
  7. Click OK to complete the task.
  8. Double-click the Require a password when a computer wakes (Plugged in) policy.

    Disable require password after sleep plugged in Source: Windows Central

  9. Check the Disable option.
  10. Click the Apply button.
  11. Click the OK button.

After you complete the steps, the computer will bypass the Sign-in screen and go straight to the desktop when resuming from sleep.

If you want to revert the changes, follow the same instructions, but this time on step No. 5 and step No. 9 select the Not configured option.

How to skip password prompt resuming from sleep using Command Prompt

Alternatively, you can also enable or disable the password prompt after resuming from sleep using Command Prompt.

Disable require sign-in

To disable the require sign-in option when Windows 10 wakes up, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. If you want to disable the sign-in option while your device is running on battery, type the following command and press Enter:

    powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0

    Command disable require sign-in after sleep Source: Windows Central

  4. If you want to disable the sign-in option while your device is plugged in, type the following command and press Enter:

    powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0

Once you complete the steps, you'll not be prompted to sign in after the device resumes from sleep.

Enable require sign-in

To enable the require sign-in option when Windows 10 wakes up, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. If you want to enable the sign-in option while your device is running on battery, type the following command and press Enter:

    powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1

    Command enable require sign-in after sleep Source: Windows Central

  4. If you want to disable the sign-in option while your device is plugged in, type the following command and press Enter:

    powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1

After you complete the steps, you'll be prompted to sign in again every time the device wakes up.

More Windows 10 resources

For more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources:

  • Windows 10 on Windows Central – All you need to know
  • Windows 10 help, tips, and tricks
  • Windows 10 forums on Windows Central

How to Not Require Password on Windows 10

Source: https://www.windowscentral.com/how-prevent-windows-10-requiring-password-when-resuming-sleep