Back to Blog
Guide

How to Turn Off the Screen Saver on Windows 11 (and Keep It Off)

Open Settings, Personalization, Lock screen, click Screen saver, set it to (None) and click OK. If the options are greyed out or the screen saver keeps coming back, a Group Policy set by IT is the usual cause. How to check it, and the other timers that darken the screen.

Slack Green Team
September 27, 2026
September 27, 2026
5 min read
Share:
windows 11
screen saver
lock screen
group policy
power settings

To turn off the screen saver on Windows 11, open Settings, Personalization, Lock screen, and click Screen saver under Related settings. In the window that opens, set Screen saver to (None) and click OK. The change is immediate. A shortcut to the same window: press Win+R, type control desk.cpl,,@screensaver and press Enter.

Windows 11 ships with the screen saver off, so if one starts on your PC, someone turned it on: an old profile, a PC maker's app, or a policy from your IT department. If the options are grey, it is a policy, and the fix is below. If the screen goes black with no animation, that is the display-off power timer, a different setting.

A screen that stays on does not keep chat apps active. Microsoft Teams watches input anywhere on the PC, but Slack counts only input inside its own window. Slack Green keeps your Slack status active from our servers during the working hours you set, whatever the screen does.

How to turn off the screen saver on Windows 11: Settings, Personalization, Lock screen, Screen saver, (None)

Turn off the screen saver in Windows 11 Settings

Turn off the screen saver in Windows 11 Settings: Lock screen, Screen saver, (None), clear On resume, Apply

  • Right-click the desktop and choose Personalize, or open Settings and select Personalization.
  • Select Lock screen.
  • Scroll to Related settings and click Screen saver. The classic Screen Saver Settings window opens.
  • Open the Screen saver dropdown and choose (None).
  • Clear On resume, display logon screen if it is ticked.
  • Click Apply, then OK.
  • You can also type "screen saver" in the Start menu search and pick Turn screen saver on or off. It opens the same window.

    If you want to keep a screen saver but stop it from locking the PC, leave the screen saver on and clear On resume, display logon screen only. The screen saver then ends on a mouse move, with no sign-in.

    Screen saver keeps turning on in Windows 11

    Screen saver keeps turning on or settings are greyed out: Group Policy, Prevent changing screen saver, reset on restart, display-off timer, lock screen slideshow
    What you seeLikely causeWhat to do
    The dropdown and Wait box are greyGroup Policy: Enable screen saver or Force specific screen saverCheck the policy below; only IT can change it on a work PC
    The Screen Saver window will not openGroup Policy: Prevent changing screen saverSame
    It comes back after every restartA sign-in script, an Intune profile or a PC maker's app sets it againCheck the policy key, then Startup apps in Settings
    The screen goes black with no animationThe display-off power timerSettings, System, Power & battery, Screen and sleep
    Photos rotate on the lock screenWindows Spotlight or a lock screen slideshowLock screen, Personalize your lock screen

    The last two rows are not screen savers, and (None) does not stop them. The display-off timer and every other timer that darkens a Windows 11 screen are in how to change the screen timeout on Windows 11.

    Why the screen saver settings are greyed out

Never appear "away" on Slack again

Cloud-based. No downloads. Works 24/7 even when your laptop is off.

Group Policy has five screen saver settings, under User Configuration, Administrative Templates, Control Panel, Personalization. When one is set, Windows locks the matching control in the Screen Saver window:

PolicyWhat it doesRegistry value it writes
Enable screen saverTurns the screen saver on or off, and locks the dropdownScreenSaveActive
Screen saver timeoutSets the Wait time in secondsScreenSaveTimeOut
Password protect the screen saverForces the sign-in on resumeScreenSaverIsSecure
Force specific screen saverPicks the screen saver fileSCRNSAVE.EXE
Prevent changing screen saverHides the whole Screen Saver pageNoDispScrSavPage

You can read them without admin rights. Open Command Prompt and run:

:: Screen saver policies set by Group Policy or Intune
reg query "HKCU\Software\Policies\Microsoft\Windows\Control Panel\Desktop"

:: "Prevent changing screen saver"
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v NoDispScrSavPage

ScreenSaveActive REG_SZ 1 with ScreenSaveTimeOut REG_SZ 900 means a screen saver forced on after 900 seconds, which is 15 minutes. If ScreenSaverIsSecure is 1 as well, it locks the PC. "ERROR: The system was unable to find the specified registry key or value" means no policy is set.

On a work PC this is a security setting, and changing the key yourself does not last: Group Policy writes it back within about 90 minutes, and Intune on its next sync. Why so many companies use 15 minutes, and how to ask IT for an exception, is in computer locks after 15 minutes? check for a group policy.

Turn the screen saver off with Group Policy or the registry

On your own PC, you can set the same switch Windows reads at sign-in.

Windows 11 Pro, Enterprise or Education: press Win+R, run gpedit.msc, go to User Configuration, Administrative Templates, Control Panel, Personalization, open Enable screen saver, choose Disabled and click OK. The screen saver stays off and the dropdown turns grey.

Windows 11 Home has no Group Policy editor. Set the per-user value instead, in Command Prompt:

:: Turn the screen saver off for the signed-in user
reg add "HKCU\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d 0 /f

Sign out and back in for it to apply. To check the current values from PowerShell:

Get-ItemProperty -Path 'HKCU:\Control Panel\Desktop' |
  Select-Object ScreenSaveActive, ScreenSaveTimeOut, ScreenSaverIsSecure, 'SCRNSAVE.EXE'

ScreenSaveActive of 0, or an empty SCRNSAVE.EXE, means no screen saver runs.

The screen still turns off or locks

Turning off the screen saver leaves three other timers in place:

  • • Screen off in Power & battery, Screen and sleep. It turns the display black and, on many PCs, wakes to the sign-in screen.
  • • Sleep on the same page.
  • • If you've been away, when should Windows require you to sign in again in Accounts, Sign-in options. Dynamic lock and presence sensing on the same page can lock the PC as well.
  • Each one, with the setting that stops it, is in how to stop Windows 11 from locking. If your company also sets Interactive logon: Machine inactivity limit, the PC locks after that time whatever you change. For Mac, see how to turn off the screen saver on a Mac.

    A screen that stays on and your chat status

    Never appear "away" on Slack again

    Cloud-based. No downloads. Works 24/7 even when your laptop is off.

    The screen saver has no effect on Slack or Teams presence. Both read input, not the screen:

  • • Slack sets you away after about 10 minutes without input inside the Slack window, even if you type in other apps. See keep Slack active on Windows.
  • • Microsoft Teams sets you Away after about 5 minutes without keyboard or mouse input anywhere on the PC, and when the PC locks or sleeps.
  • So a PC with the screen saver off can still show you away, and a PC with a screen saver running can still show you active for a few minutes.

    FAQ

    Does Windows 11 have a screen saver by default? No. It ships with the screen saver set to (None). The Screen saver link under Lock screen is the only place to turn one on.

    What is the difference between the screen saver and screen timeout? The screen saver shows an animation after the Wait time. The screen timeout turns the display off. Both are separate from sleep and from the sign-in timer.

    Why does my screen saver come on even though it is set to (None)? A policy or app sets it again. Run the reg query lines above. If they show values, the setting comes from IT or from software on the PC.

    How do I turn off the screen saver on Windows 10? The same way: Settings, Personalization, Lock screen, Screen saver settings, then (None). The desk.cpl shortcut and the registry values are the same on Windows 10.

    Always Active

    Stop Jiggling Your Mouse.

    Join hundreds of remote workers who never worry about their Slack status. Set it up once, stay green forever.

    Related Articles

    Guide

    Does Slack Notify When You View Someone's Profile? No

    No. Opening someone's Slack profile, hovering over their name or checking their status sends them nothing, and Slack has no list of who viewed your profile. Admins cannot see profile views either. What does get noticed: typing in a DM, messages, reactions, mentions and huddles. What a profile shows, and what Slack admins can see instead.

    Slack Green Team•5 min read
    Guide

    Quiet Vacationing: What It Means and Why Workers Do It

    Quiet vacationing, also called a hushed vacation, means taking time off without telling your manager while you keep looking online. In a Harris Poll of 1,170 US workers, 37% of millennials said they had done it and 38% had moved their mouse to look active. What it looks like, why people do it, how it gets noticed, and the working-vacation alternative.

    Slack Green Team•5 min read
    Guide

    Can Time Doctor Detect a Mouse Jiggler? Yes, With One Report

    Yes, if your company has Time Doctor's Unusual Activity Report. It checks keyboard and mouse activity in 30-minute blocks and flags mouse movement without clicks and input that is unusually regular, which is what app and USB jigglers produce. It does not look at app names. What the report flags, who sees it, and what else Time Doctor records.

    Slack Green Team•5 min read