LSA Process Slowing Down Multiple Computers by Excessively Accessing Disk

David Owens 0 Reputation points
2024-09-12T00:13:16.9733333+00:00

I'm seeing this happen on 5 different Windows 11 computers on a small domain. All of the affected machines are the newest ones that came pre-installed with Windows 11. None of the older Windows 10 machines are affected and it looks like none of the machines that originally came installed with Windows 10 and then got the Windows 11 upgrade have the issue.

The Local Security Authority Process is using the SSD more and more after boot until it gets to the point the user has to restart to make the machine usable again after a few hours. I've seen the access get up to 40MB/s in Task Manager.

I've checked extensively for malware and ran SFC & DISM to fix any system file problems.

Looking at the Event Logs I see an LSA warning "Credential Guard is configured to run, but is not licensed. Credential Guard was not started." Event ID: 6147.

I also have "LSA package was not signed as expected. This can cause unexpected behavior with Credential Guard." Event ID: 6155. This is for several packages: negoexts, kerberos, etc.

The event logs also have a TPM-WMI error "The Secure Boot update failed to update a Secure Boot variable with error Secure Boot is not enabled on this machine." Event ID: 1796.

All of these events are on each machine with the slowdown problem.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,724 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Vaidish 76 Reputation points
    2024-09-12T05:26:59.3333333+00:00

    Hello David,

    Thanks for posting in the forum.

    Please answer below questions:
    What is the pattern of the issue?
    What is the or Was the Baseline of CPU on the machine prior to the issue?
    If the CPU Spike is Intermittent, Is there a Time or Sequence where the problem is more likely to occur?
    How long does the CPU spike last?
    Is just the LSASS.exe spiking or Other process also spiking together
    Can you confirm if its Lsass high cpu or high memory. What is the total consumption of the Lsass process. Is there any pattern seen with the issue
    Are the machines updated with latest windows ptach?

    Also kindly share the complete detail of event 6155,1796

    Regards,
    Vaidish


  2. Ian Xue 37,276 Reputation points Microsoft Vendor
    2024-09-13T01:43:28.8133333+00:00

    Hi David,

    Thanks for your post. Based on my research, Isummarized the following fixes from the internet, and I hope they help. When the LSA issue has been resolved, you can see if the slow performance still exist.

    Uninstall Recent Updates 

    Some users reported that they get rid of this error by uninstalling the recent update

    Enable LSA Protection via Registry Editor

    Here’s how to do it:

    1. Press Win + S to evoke the search bar.

    2. Type registry editor and hit Enter.

    3. Go to the following location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

    4. Set the value of the registry key to: "RunAsPPL"=dword:00000001 to configure the feature with a UEFI variable. "RunAsPPL"=dword:00000002 to configure the feature without a UEFI variable (only on Windows 11, 22H2). “RunAsPPLBoot value”= dword:00000002

    5. Restart the computer. If the registry key RunAsPPL does not exist create it as a New DWORD (32-bit) Value and set the Hexadecimal value to 00000002.

    Turn off Credential Guard

    LSA package is not signed as expected indicates that Windows Defender Credential Guard might show unexpected behavior. Therefore, you can consider disabling this feature using the following method. Navigate to local computer policy >computer configuration >administrative templates>system

    From this thread, one user commented that we can ignore those, because they are related to password-based SSO.   To stop the Events, we can open Regedit Navigate to key

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\EventLog-System{199fe037-2b82-40a9-82ac-e1d46c792b99} And Set Enabled to 0 Clear all events and reboot. Reference: Configuring Additional LSA Protection 

    I hope this helps! Please let me know if you need any further assistance.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.


  3. David Owens 0 Reputation points
    2024-09-26T23:23:13.75+00:00

    Disabling Windows Defender Credential Guard did not fix the issue. I was able to find a solution to the issue when I found this question asking how to fix high disk usage by the LSA process.

    https://learn.microsoft.com/en-ie/answers/questions/2043716/how-to-fix-local-security-authority-process-high-d

    The fix was a registry change that sets the ProtectionPolicy entry to enable local backup of the MasterKey for login credentials.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.