How to fix : "local security authority process" high disk use.

Joel Garcia Oviedo 45 Reputation points
2024-09-06T20:38:38.8966667+00:00

How to fix : "local security authority process" high disk use.

SO: Windows 11

I have the same problem on several computers, it appeared after Windows was updated.

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Microsoft Security | Intune | Configuration Manager | Updates
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Millennium Group 115 Reputation points
    2024-09-12T17:11:23.6666667+00:00

    I just recently encountered this issue and it drove me insane trying to fix it. While I saw many answers regarding Malware, the Dell Remediation program, virtual memory, and others; none of them resolved my issue. As it turns out, I discovered that the credential manager, which is a sub-service of the lsass.exe process would fail to open. This was a brand new laptop that we had added to the domain and set up a user profile on it. For some reason, this user could not access the credential manager and we could not identify any group policies that would cause this. The solution we found was to create a registry entry granting local permissions to the credential manager.

    https://community.appuals.com/t/how-to-fix-credential-manager-error-0x80090345/3779

    Solution 1 is the option we went with and thus far, the issue appears resolved.

    8 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Wesley Li 11,275 Reputation points
    2024-09-06T23:32:28.58+00:00

    Hello

    It sounds like you're experiencing high disk usage due to the "local security authority process" on multiple computers running Windows 11.but there are a few steps you can take to try and resolve it.

     

    First, ensure that your Windows 11 is up to date. Sometimes, Microsoft releases patches that can fix such issues. You can check for updates by going to Settings > Windows Update > Check for updates.

     

    If updating doesn't resolve the issue, you can try the following steps:

     

    1.Disable Superfetch (SysMain): This service can sometimes cause high disk usage. To disable it, press Win + R, type services.msc, and press Enter. Find SysMain in the list, right-click it, and select Properties. Change the Startup type to Disabled and click Stop.

     

    2.Check for Malware: High disk usage can sometimes be caused by malware. Run a full system scan using Windows Defender or any other reputable antivirus software.

     

    3.Adjust Virtual Memory Settings: Sometimes, adjusting the virtual memory settings can help. Go to Settings > System > About > Advanced system settings. Under the Performance section, click Settings. Go to the Advanced tab and click Change under Virtual memory. Uncheck Automatically manage paging file size for all drives and set a custom size.

     

    4.Update Device Drivers: Outdated or corrupted drivers can cause high disk usage. Ensure all your device drivers are up to date. You can do this by going to Device Manager, right-clicking each device, and selecting Update driver.

     

    5.Perform a Clean Boot: This can help you determine if a background program is causing the issue. Press Win + R, type msconfig, and press Enter. Go to the Services tab, check Hide all Microsoft services, and click Disable all. Then go to the Startup tab and click Open Task Manager. Disable all startup items and restart your computer.


  2. Joel Garcia Oviedo 45 Reputation points
    2025-02-18T15:07:41.5266667+00:00

    Hi Everyone,

    In my case I followed the following steps:Ejecutaremos REGEDIT y seguiremos la siguiente ruta.

    HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-8c7a-00c04fc297eb

    Cambiaremos el valor de «ProtectionPolicy» a «1»

    Si ProtectionPolicy no existe hay que agregar el valor DWORD (32 bits) y luego cambie el valor a 1

    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.