By default, Windows 11 is designed to lock your device whenever it wakes up from sleep. While this behavior improves security, it can feel unnecessary on personal desktops, home PCs, or systems that never leave a secure environment. Constantly entering a password, PIN, or Windows Hello after sleep can slow down your workflow and become frustrating over time.
If you want your PC to wake from sleep without asking for a sign-in, this guide explains why Windows does this and shows you all safe ways to disable login after sleep, step by step.
Why Windows 11 Asks for Login After Sleep
Windows treats sleep as a semi-secure state. When your PC wakes up, Windows assumes:
- The device may have been unattended
- Someone else could have physical access
- Sensitive data should be protected
That’s why Windows automatically enables the “Require sign-in after sleep” setting.
Disable Login After Sleep in Windows 11
You can turn this off using multiple methods. Follow the one that best fits your setup.
1. Disable Sign-In Requirement from Settings (Recommended)
This is the easiest and safest method.
- Open Settings.
- Go to Accounts → Sign-in options.
- Scroll to Additional settings.
- Find If you’ve been away, when should Windows require you to sign in again?
- Change it from When PC wakes up from sleep to Never.
Once disabled, Windows will no longer ask for a password after sleep.
2. Disable Login After Sleep Using Control Panel
This method works well on older builds or when Settings behaves inconsistently.
- Open Control Panel.
- Go to Power Options.
- Click Change plan settings next to your active plan.
- Click Change advanced power settings.
- Expand Sleep → Require a password on wakeup.
- Set it to No (for both battery and plugged in, if applicable).
- Click Apply → OK.
This directly controls the sleep wake behavior.
3. Disable Login After Sleep Using Group Policy (Pro & Higher)
If you’re using Windows 11 Pro, Enterprise, or Education:
- Press Windows + R, type
gpedit.msc, and press Enter. - Navigate to:
Computer Configuration → Administrative Templates → System → Power Management → Sleep Settings - Open Require a password when a computer wakes (on battery).
- Set it to Disabled.
- Do the same for Require a password when a computer wakes (plugged in).
- Restart your PC.
This enforces the setting system-wide.
4. Disable Login After Sleep Using Registry Editor (Advanced)
Use this only if other methods are unavailable.
- Press Windows + R, type
regedit, and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings - Create the following keys if they don’t exist:
PowerSettings └─ 0e796bdb-100d-47d6-a2d5-f7d2daa51f51 - Inside the key, create a DWORD (32-bit) value named:
ACSettingIndex - Set its value to:
0 - Restart your PC.
This disables the password requirement after sleep.
5. Use Windows Hello Smartly (Alternative)
If you don’t want to fully disable security:
- Keep login enabled
- Use Windows Hello (PIN or Face) for instant unlock
This offers a balance between convenience and protection.
When You Should NOT Disable Login After Sleep
Avoid disabling this feature if:
- You use a laptop in public places
- Your PC contains sensitive or work-related data
- Multiple users share the same device
- Your system is managed by an organization
In these cases, keeping sign-in enabled is strongly recommended.
Wrapping Up
Disabling login after sleep in Windows 11 is completely supported and easy—especially for personal or home PCs. Whether you change it through Settings, Power Options, Group Policy, or the Registry, Windows will wake instantly without asking for credentials once the feature is turned off.
Just remember: convenience comes at the cost of security. If your PC stays in a trusted environment, disabling login after sleep can significantly improve your day-to-day workflow.