What is lsass exe

Last updated: April 1, 2026

Quick Answer: Lsass.exe is the Local Security Authority Subsystem Service, a critical Windows system process that handles user authentication, manages security policies, and processes password changes on Windows computers.

Key Facts

Overview of Lsass.exe

Lsass.exe (Local Security Authority Subsystem Service) is a fundamental Windows system process that operates at the kernel level to provide security services. This process is responsible for enforcing Windows security policies, authenticating users during login, and managing credentials throughout a user's session. It's considered critical infrastructure for Windows security and stability.

Primary Functions

Lsass.exe performs several essential security functions:

System Integration

Lsass.exe integrates with the Windows kernel and other critical system components. It communicates with the Security Accounts Manager (SAM) database or domain controllers to verify user credentials. The process operates with high system privileges to ensure it cannot be easily compromised. When Windows starts, lsass.exe is loaded automatically as part of the system initialization sequence.

Security Considerations

Because lsass.exe handles sensitive authentication data and credentials, it's a frequent target for malware and security attacks. Cybercriminals attempt to inject malicious code into lsass.exe or spoof it with fake versions to steal credentials. Windows implements multiple protections to keep this process secure, including code signing verification and kernel-level monitoring.

Troubleshooting and Monitoring

System administrators monitor lsass.exe through Windows Task Manager or performance monitoring tools. Unusual behavior, such as unexpected crashes or high resource consumption, may indicate security issues or system problems. Microsoft provides security updates specifically addressing lsass.exe vulnerabilities to maintain system integrity and protect against credential theft.

Related Questions

Is lsass.exe safe or is it malware?

Legitimate lsass.exe is a critical Windows system process and is safe. However, malware sometimes disguises itself as lsass.exe in system folders. Verify the file location (System32) and check for security updates to ensure legitimacy.

What happens if lsass.exe stops running?

If lsass.exe stops unexpectedly, Windows cannot authenticate users or enforce security policies. The system typically becomes unstable and may force a restart. This indicates serious system problems requiring technical intervention.

Can lsass.exe be disabled or removed?

Lsass.exe cannot and should not be disabled — it's essential for Windows security and functionality. Attempting to terminate it will cause Windows to become unstable and unusable. Only authorized system administrators should modify security-related processes.

Sources

  1. Wikipedia - Local Security Authority Subsystem ServiceCC-BY-SA-3.0
  2. Microsoft Windows Security DocumentationCopyright Microsoft