How to Enable or Disable Ctrl+Alt+Delete Secure Sign-in on Lock Screen in Windows 11
Ctrl+Alt+Del secure sign-in is a Windows 11 security feature that forces you to press those three keys before you type your password or PIN. This extra step stops fake login screens from stealing your account details because Windows reserves that specific key combination just for the sign-in screen.
Work PCs often turn on this setting by default, while home computers keep it off so you can log in faster. You can turn this feature on or off at any time using the Netplwiz tool or the Local Security Policy app.
You can enable or disable the Ctrl+Alt+Del secure sign-in prompt in Windows 11 using the User Accounts tool (netplwiz). Open netplwiz, go to the Advanced tab, and check or uncheck “Require users to press Ctrl+Alt+Del” to enable or disable it.
What You Need
Administrator privileges are required to change this setting.
Option 1Use the User Accounts Tool
- Open the User Accounts tool (netplwiz).
- Click the Advanced tab.
- Check the box next to Require users to press Ctrl+Alt+Del to turn it on. Uncheck it to turn it off.
- Click OK.

Option 2Use Local Security Policy
Local Security Policy allows you to configure Windows 11 secure sign-in if you run Windows 11 Pro, Enterprise, or Education editions. You can open the Local Security Policy tool by typing secpol.msc into your taskbar search and pressing Enter. This built-in administrative console lets you change advanced security settings that are not available in the standard Settings app .
- ⚙️ Admin Required: Open Local Security Policy by typing
secpol.mscin your search bar . - In the left pane, click Local Policies, then click Security Options.
- In the right pane, double-click Interactive Logon: Do not require Ctrl+Alt+Del.
- Select Enabled to turn off secure sign-in. Select Disabled to turn it on.
- Click OK.
- Close Local Security Policy if you want.


Option 3Use the Registry
⚙️ Admin Required: The Windows Registry is a more advanced system area. Proceed with caution, as incorrect changes can sometimes lead to problems.
To Turn On Secure Sign-in
Windows 11 secure sign-in requires you to press Ctrl+Alt+Del before you can type your password, which stops malicious apps from faking the login screen. Turning on this feature adds an extra layer of protection to your computer by making sure only Windows can access the sign-in screen. You can enable it quickly by updating a registry value or using the system security settings.
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableCAD /t REG_DWORD /d 0 /f
reg delete "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableCAD /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableCAD /t REG_DWORD /d 0 /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableCAD /f
To Turn Off Secure Sign-in
Turning off Windows 11 secure sign-in lets you log in to your computer right away without pressing Ctrl+Alt+Delete first. Disabling this prompt removes the extra keystroke so you can get to your desktop faster when you start your PC. You can turn it off by changing a registry key or adjusting your user account settings.
Set the entry:
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableCAD /t REG_DWORD /d 1 /f
reg delete "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DisableCAD /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableCAD /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableCAD /f
Summary
Control this feature through the User Accounts tool, Local Security Policy, or the Windows Registry depending on your edition of Windows.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!