Windows 10: Fix high cpu usage caused by diagnostic policy service

Discus and support Fix high cpu usage caused by diagnostic policy service in Windows 10 Performance & Maintenance to solve the problem; Hello, as mentioned in another thread reply I found a solution by someone for this common problem with high cpu usage by a windows service. In the... Discussion in 'Windows 10 Performance & Maintenance' started by Girofox, Jun 25, 2018.

  1. Girofox Win User

    Fix high cpu usage caused by diagnostic policy service


    Hello,

    as mentioned in another thread reply I found a solution by someone for this common problem with high cpu usage by a windows service. In the folder "C:\Windows\system32\sru" are constantly created log files and the directory becomes very large over time. Then I stopped the service, I even needed to force kill the process via taskmanager because the service was too busy *Smile The service is part of the svchost process structure so you first need to find the corresponding PID of process. It is much safer via cmd and then "sc stop dps". Then you can delete the whole folder C:\Windows\system32\sru. When you start the service afterwards the folder stays empty or even gone. For me it did not affect the service, troubleshooting does still work and cpu usage is now low *Wink

    I attached a Batch which finds the pid of the dps service and stops the service. The it promps the user to delete the folder "sru" and starts the service after that.

    You can also use the code below and paste it in a new text file. Then rename suffix from *.txt to *.bat and run with admin privileges. *Smile

    Code: @echo off echo ... Set DPS service start type to manual ... echo. sc config DPS start= demand echo. echo ... Find PID of DPS service ... for /f "tokens=2 delims=[:]" %%f in ('sc queryex dps ^|find /i "PID"') do set PID=%%f echo. echo ... Kill DPS service echo. taskkill /f /pid %PID% echo. echo ... Delete sru Folder ... echo. rd /s "%windir%\system32\sru" echo. echo ... Set DPS service start type to auto ... echo. sc config DPS start= auto echo. echo ... Start DPS service ... sc start DPS echo. pause[/quote]

    :)
     
    Girofox, Jun 25, 2018
    #1
  2. Kapil Arya MVP, Jun 25, 2018
    #2
  3. guthrie Win User
    Diagnostic Policy Service - high CPU


    HP laptop problem
    In the last few days, this laptop started having poor performance, with Task manager showing Diagnostic Policy Service taking up to 30% or more of CPU.

    HP Spectre x360 - 13-4197dx (ENERGY STAR)

    Fix high cpu usage caused by diagnostic policy service [​IMG]


    In the last few days it started having poor performance, with Task manager showing Diagnostic Policy Service taking up to 30% or more of CPU.


    Fix high cpu usage caused by diagnostic policy service [​IMG]


    Did upgrade of BIOS, no improvement.
    Downloaded all current windows upgrades – no fix.
    I created a new (admin) user, same problem.
    I ran all of the diagnostics in the HP Support Assistant, all passed – no effect.
    I ran "sfc /scannow." and "Dism /Online /Cleanup-Image /RestoreHealth" – no effect.

    There is an online thread on this in the HP forums, which does not seem to show any fix.
    https://h30434.www3.hp.com/t5/Notebo...c/td-p/6209980

    The HP support is abysmal – it took several minutes for him to echo back “so this is your computer system?”, and then the only suggestion was a factory reset.
     
    guthrie, Jun 25, 2018
    #3
  4. Mr_Albert Win User

    Fix high cpu usage caused by diagnostic policy service

    Service Host: Diagnostic Policy Service high CPU & memory usage AND keyboard blocked - Windows 10

    I have a Surface 3. About 1/24/2018 it downloaded some updates and became unusable most of the time.

    The error state includes

    diagnostic policy service cpu usage high (was a .exe file)

    keyboard is mostly blocked (timed out ?)

    mouse partly blocked (computer busy)

    the start menu will not show.

    4/29/18 got another update, and now shows servicehost having 25%cpu & 827mb ram for diagnostic policy service; the keyboard is mostly blocked, mouse partly blocked (computer busy), and the start menu will not show.

    I ran an admin command prompt, but keyboard input was mostly blocked

    So I createe an admin command prompt shortcut that ran SFC /scannow using the /c"command"/k command line switches. It was OK.

    Any suggestions?
     
    Mr_Albert, Jun 25, 2018
    #4
Thema:

Fix high cpu usage caused by diagnostic policy service

Loading...
  1. Fix high cpu usage caused by diagnostic policy service - Similar Threads - Fix high cpu

  2. Service Host Diagnostic Policy High CPU usage

    in Windows 10 Gaming
    Service Host Diagnostic Policy High CPU usage: Recently bought a new PC and for some reason when my desktop is one, even idle, Service Host Diagnostic Policy is always running at about 15% - 30% cpu usage. This is more cpu usage than any game or other application I run.I have done research and done the following to try...
  3. Service Host Diagnostic Policy High CPU usage

    in Windows 10 Software and Apps
    Service Host Diagnostic Policy High CPU usage: Recently bought a new PC and for some reason when my desktop is one, even idle, Service Host Diagnostic Policy is always running at about 15% - 30% cpu usage. This is more cpu usage than any game or other application I run.I have done research and done the following to try...
  4. Storage Service Causing High CPU usage

    in Windows 10 Gaming
    Storage Service Causing High CPU usage: We have implemented a VMware VDI system. We are running Windows 10 version 21H1 with the latest updates.We are having machines lock up and the CPU usage goes to 100%When we open Task manager, the service is : Service Host Local service Network Restricted.Once expanded it...
  5. Storage Service Causing High CPU usage

    in Windows 10 BSOD Crashes and Debugging
    Storage Service Causing High CPU usage: We have implemented a VMware VDI system. We are running Windows 10 version 21H1 with the latest updates.We are having machines lock up and the CPU usage goes to 100%When we open Task manager, the service is : Service Host Local service Network Restricted.Once expanded it...
  6. Diagnostic Policy Service causing large CPU spikes.

    in Windows 10 BSOD Crashes and Debugging
    Diagnostic Policy Service causing large CPU spikes.: Recently, my laptop has randomly been having large CPU usage spikes that cause lag due to Diagnostic Policy Service. This has happened before, and I fixed it by ending the process, and deleting SRUDB.dat. However, this time that isn't possible. If I try to end the process, I...
  7. Service Host Diagnostic Policy Service causes RAM usage fluctuations

    in Windows 10 BSOD Crashes and Debugging
    Service Host Diagnostic Policy Service causes RAM usage fluctuations: As stated above, this problem started after installing the newest update (Version 1903). This keeps making my PC lag due to the high RAM use. I looked into task manager and found that Service Host Diagnostic Policy Service was causing the fluctuations in RAM usage....
  8. Consistent CPU Usage by Service Host : Diagnostic Policy Service

    in Windows 10 Performance & Maintenance
    Consistent CPU Usage by Service Host : Diagnostic Policy Service: Hello Guys, I'm using Windows 10 Home Single Language 64-bit. After the latest Windows update in Feb 2018, I've been experiencing consistent CPU Usage (13-14%) by a Windows Process (Service Host: Diagnostic Policy Service). I can't figure out why is this process taking...
  9. Diagnostic Policy Service - high CPU

    in Windows 10 Performance & Maintenance
    Diagnostic Policy Service - high CPU: HP laptop problem In the last few days, this laptop started having poor performance, with Task manager showing Diagnostic Policy Service taking up to 30% or more of CPU. HP Spectre x360 - 13-4197dx (ENERGY STAR) [img] In the last few days it started having poor...
  10. Consistent high CPU usage / svchost.exe Diagnostic Policy Service

    in Windows 10 Performance & Maintenance
    Consistent high CPU usage / svchost.exe Diagnostic Policy Service: Normal/typical size is more like 90-100 MB (just check 3 of my PCs and all were in the 97 MB ballpark). You'll be pleased to read that the typical solution to this kind of problem is indeed to delete that file. When it starts growing uncontrollably, seems most likely to be...

Users found this page by searching for:

  1. diagnostic policy service high cpu

    ,
  2. diagnostic policy service - high cpu

    ,
  3. dps diagnostic policy service high cpu

    ,
  4. windows diagnostic policy service high cpu,
  5. DPS Diagnostic Policy Service uses CPU,
  6. windows diagnostic policy service high cpu load,
  7. service host diagnostic policy cpu,
  8. Service Host: Diagnostic Policy Service high CPU ,
  9. diagnostic service policy cpu,
  10. DPS Diagnostic Policy Service,
  11. why is win 10 diagnoctic policy using 28% of the cpu,
  12. diagnostics policy using alot of cpu,
  13. DPS Diagnostic Policy Service high memory windows 10,
  14. why is diagnostic policy using extremely high cpu,
  15. diagnostic policy service usingt 30% of cpu