Skip to content
Follow
Windows

How to Enable or Disable Ctrl+Alt+Delete Secure Sign-in on Lock Screen in Windows 11

Richard
Written by
Richard
Mar 27, 2026 Updated Jul 10, 2026 3 min read
How to Enable or Disable Ctrl+Alt+Delete Secure Sign-in on Lock Screen in Windows 11
How to Enable or Disable Ctrl+Alt+Delete Secure Sign-in on Lock Screen in Windows 11

You can enable or disable the Ctrl+Alt+Del secure sign-in prompt on the Windows 11 lock screen to control your login security.

This feature makes you press Ctrl+Alt+Del before typing your password or PIN. It’s an extra layer of protection against people trying to access your computer without permission.

This requirement is handled directly by Windows itself, stopping bad software from grabbing your login details. For instance, it helps protect against certain forms of malware that might try to spoof the login screen.

The Ctrl+Alt+Del secure sign-in setting is often turned on for computers in workplaces, which helps protect against unauthorized access. However, for personal computers, this setting is frequently turned off by default, giving users quicker access to their desktop after startup.

⚡ Quick Answer

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.

Why This Matters

Using Ctrl+Alt+Del for Windows 11 secure sign-in adds an important layer of protection. It makes sure you are signing into the real Windows login screen and not a fake one made by malware trying to steal your password. This extra step helps keep your account safe.

Secure sign-in adds extra protection to Windows 11. Secure sign-in forces users to press Ctrl+Alt+Del before signing in. This action prevents fake sign-in screens created by malware from stealing your password.

What You Need

📝Good to Know
You must be signed in as an administrator to change this setting.

Option 1Use the User Accounts Tool

  1. Open the User Accounts tool (netplwiz).
  2. Click the Advanced tab.
  3. Check the box next to Require users to press Ctrl+Alt+Del to turn it on. Uncheck it to turn it off.
  4. Click OK.
User Accounts tool showing Ctrl+Alt+Delete option in Windows 11
User Accounts tool showing Ctrl+Alt+Delete option in Windows 11

Option 2Use Local Security Policy

You can change the Windows 11 secure sign-in setting using the Local Security Policy tool, but this option is only for Windows 11 Pro, Enterprise, or Education versions. To open it, type secpol.msc in your search bar and press Enter. Then, navigate to Local Policies and click on Security Options.

  1. ⚙️ Admin Required: Open Local Security Policy by typing secpol.msc in your search bar.
  2. In the left pane, click Local Policies, then click Security Options.
  3. In the right pane, double-click Interactive Logon: Do not require Ctrl+Alt+Del.
  4. Select Enabled to turn off secure sign-in. Select Disabled to turn it on.
  5. Click OK.
  6. Close Local Security Policy if you want.
windows 11 ctrl alt delete sign in screen
windows 11 ctrl alt delete sign in screen
windows 11 ctrl alt delete sign in screen options
windows 11 ctrl alt delete sign in screen options

Option 3Use the Registry

⚠️Warning
⚙️ Admin Required: The registry is a more advanced area of Windows. Be careful when making changes, as mistakes can sometimes cause issues.

To Turn On Secure Sign-in

To turn on the Ctrl+Alt+Del secure sign-in requirement in Windows 11, you need to make a small change in the Windows Registry. This ensures the secure sign-in prompt is active every time you log in. You’ll use a command to set the registry entry correctly.

🗝️Registry
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

If you want to turn off the Ctrl+Alt+Del secure sign-in prompt on your Windows 11 lock screen, you can adjust a setting in the Windows Registry. This change removes the extra step before you can sign in. You will use a specific command to set the registry entry.

Set the entry:

🗝️Registry
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

In summary, you can easily control the Windows 11 secure sign-in feature using the User Accounts tool, Local Security Policy, or the Registry to prevent fake sign-in screens.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Enable CTRL+ALT+DEL for Windows 11 Sign-in
Windows How to Enable CTRL+ALT+DEL for Windows 11 Sign-in
How to Change Your Windows 11 Lock Screen Status
Windows How to Change Your Windows 11 Lock Screen Status
How to Add or Remove the Sign-In Screen Power Button in Windows 11
Windows How to Add or Remove the Sign-In Screen Power Button in Windows 11
How to Sign in using Microsoft Authenticator
Windows How to Sign in using Microsoft Authenticator

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *