Skip to content
Follow
Windows

How to Enable LSA Protection in Windows 11

Richard
Written by
Richard
Dec 12, 2022 Updated Jun 19, 2026 3 min read
How to Enable Voice Access on Windows 11 Sign-In
How to Enable Voice Access on Windows 11 Sign-In

You enable LSA Protection in Windows 11 to safeguard your login credentials by protecting the LSASS.exe process.

LSA Protection is a security feature that uses Protected Process Light (PPL) technology. It prevents malicious code from injecting into LSASS.exe, the process responsible for handling your login information and security tokens.

By turning this on, you make it significantly harder for attackers to steal your usernames and passwords from your PC’s memory.

This enhanced defense against credential theft is available in Windows 11 builds starting from version 21H2.

⚡ Quick Answer

Enable LSA Protection by opening Windows Security, navigating to Device security, then Core isolation, and toggling Local Security Authority protection to On. This requires UEFI and Secure Boot to be enabled in your BIOS.

Hardware Prerequisites

Before enabling this, ensure your PC meets these requirements:

  • UEFI and Secure Boot: Your computer must be set to UEFI mode with Secure Boot enabled in your BIOS settings.
  • Windows 11 22H2 or newer: This feature is fully integrated into recent versions of Windows 11.

How to Verify if LSA Protection is Active

You can easily check if LSA Protection is turned on in Windows 11 using the Task Manager.

  1. Press Ctrl+Shift+Esc to open Task Manager.
  2. Go to the Details tab.
  3. Right-click the column headers and select Select columns.
  4. Check the box for Elevated or Protected Process.
  5. Find lsass.exe in the list. If it shows as a protected process, the feature is active.

Troubleshooting and Compatibility

Warning: Enabling LSA Protection may cause issues with older, unsigned third-party drivers. If you experience system instability, you may need to disable the feature or update your drivers.

Enable or Disable LSA via Windows Security

This is the easiest way to manage your settings. Requires admin privileges.

  1. Click the Start menu and type Windows Security. Select the app.
    windows security app search on start menu
    windows security app search on start menu
  2. Click Device security on the left menu.
    windows 11 security app device security option
    windows 11 security app device security option
  3. Click the Core isolation details link.
    windows 11 core isolation details link
    windows 11 core isolation details link
  4. Find Local Security Authority protection. Toggle the switch to On.
    windows local security authority protection button
    windows local security authority protection button

Enable or Disable LSA via Registry Editor

Requires admin privileges. Use caution when editing the registry.

  1. Open the Registry Editor.
  2. Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    windows local security authority protection windows registry
    windows local security authority protection windows registry
  3. Right-click in the empty space, select New > DWORD (32-bit) Value, and name it RunAsPPL.
  4. Set the Value data to 1 to enable or 0 to disable.
    windows local security authority protection windows registry value data
    windows local security authority protection windows registry value data

Enable or Disable LSA via Group Policy

Requires admin privileges.

  1. Open the Local Group Policy editor.
  2. Go to: Computer Configuration > Administrative Templates > System > Local Security Authority.
    windows local security authority protection local group policy editor
    windows local security authority protection local group policy editor
  3. Double-click Configure LSASS to run as protected process and set it to Enabled.
    windows local security authority protection local group policy editor options
    windows local security authority protection local group policy editor options

For advanced technical details, visit the official Microsoft Learn documentation.

Summary

LSA Protection in Windows 11 is a key security feature that stops bad programs from stealing your passwords and login info.

Why is LSA Protection missing from my Windows Security settings?

If you can’t find the LSA Protection setting in Windows Security, it’s likely because your computer’s hardware doesn’t support it or needs a quick update.

What is the difference between LSA protection and Credential Guard?

LSA Protection uses PPL to stop unauthorized processes from accessing the LSASS process. Credential Guard goes further by using virtualization-based security to isolate secrets in a separate container that even the operating system kernel cannot access. Both work together to provide a layered defense against credential theft.

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 Core Isolation Memory Integrity in Windows 11
Windows How to Enable Core Isolation Memory Integrity in Windows 11
Protect Your Windows 11 with Microsoft Security
Windows Protect Your Windows 11 with Microsoft Security
How to Hide the Device Security Section in the Windows Security app on Windows 11
Windows How to Hide the Device Security Section in the Windows Security app on Windows 11
How to Change Columns in Windows 11 Task Manager
Windows How to Change Columns in Windows 11 Task Manager

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

Leave a Comment

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