How to Change Screen Saver Grace Period to Require Sign-in in Windows 11
This tutorial shows you how to change the screen saver grace period in Windows 10 and Windows 11. You can set how many seconds you want before password protection kicks in.
Why Change the Screen Saver Grace Period?
When you set up a screen saver in Windows, it starts after your computer sits idle for a certain amount of time. You can turn on “On resume, display logon screen” to require a password when you wake it up.
However, there’s a built-in delay. By default, Windows waits 5 seconds after the screen saver locks your computer before it requires a password. This is called the grace period. During these 5 seconds, you can move your mouse, touch the screen, or press a key to unlock your computer without signing in.
This grace period exists to prevent annoyance. For example, you might be reading something on your screen without typing. The screen saver kicks in because you haven’t been active. But you want to continue working right away without entering your password.
What Happens When You Change It?
You can change the grace period to any number of seconds you want. Setting it to 0 seconds means your computer requires a password immediately when the screen saver starts. This increases security. Setting it higher gives you more time to resume work without signing in.

How to Change the Screen Saver Grace Period
Note: You must be signed in as an administrator to make these changes.
- Open Registry Editor by typing
regedit.exein your search bar and pressing Enter. - In the left pane, navigate to this location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon - In the right pane, look for an entry called
ScreenSaverGracePeriod. If it doesn’t exist, you need to create it:- Right-click on an empty area in the right pane.
- Select New, then DWORD (32-bit) Value.
- Type
ScreenSaverGracePeriodas the name. - Press Enter to create it.
- ⚠️ Admin privileges required: Double-click the
ScreenSaverGracePeriodentry to open it.- Make sure Decimal is selected at the bottom.
- Enter a number between 0 and 2147483. This is how many seconds the grace period will last.
- Use 0 for immediate password protection with no delay.
- Click OK to save.
- Close Registry Editor. You’re done!

Summary
The screen saver grace period is the delay between when your screen saver locks and when it requires a password. By default, it’s 5 seconds. You can change it by editing the Windows Registry. Open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, and modify or create the ScreenSaverGracePeriod entry. Enter any number between 0 and 2147483 seconds. A value of 0 means you need a password immediately when the screen saver starts, which is more secure.
What is the screensaver grace period?
The screensaver grace period is a built-in Windows feature that provides a brief window, typically five seconds, after a screensaver activates before the system requires a password. This delay allows users to resume activity immediately by moving the mouse or pressing a key without needing to re-authenticate their user account.
How to bypass screensaver timeout policy?
To bypass the screensaver timeout policy, you must modify the Windows Registry. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon and adjust the 'ScreenSaverGracePeriod' value. Setting this to zero removes the delay, forcing the system to require a password immediately upon the screensaver activating, effectively bypassing the default grace period.
What does screensaver wait time mean?
Screensaver wait time refers to the specific duration of user inactivity required before Windows automatically launches the screensaver. You can configure this setting in the Screen Saver Settings menu. Once the computer remains idle for this designated period, the screensaver starts, and the system may lock depending on your security settings.
How many minutes of inactivity shall activate screensavers?
There is no fixed requirement for how many minutes of inactivity must activate a screensaver; it is entirely customizable. Windows allows users to set the wait time to any duration they prefer. Most security-conscious environments typically set this between five and fifteen minutes to balance convenience with system security requirements.
Was this guide helpful?
Leave a Reply