CompatTelRunner.exe is causing 100% CPU usage

Since my last Windows 10 Update, CompatTelRunner.exe is causing 100% CPU usage after Windows start. This results in not being able to use my computer for a long time. How can I fix this?

Windows OS Build is 19042.1052

2 Answers

CompatTelRunner.exe is a component of Windows Compatibility Telemetry, periodically sending anonymous usage and performance data to Microsoft developers to help improve Windows.

Its default location is C:/Windows/System32/, which you should verify. A good tool for this isProcess Explorer. If the folder is wrong, then this is actually a virus.

First verify the state of Windows by runningsfc /scannow.

If this doesn't help, you can disable it by one of these methods (reboot is required):

  • Run Group Policy Editor (gpedit.msc) and position toComputer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds. Double-click "Allow Telemetry", select Disable, then click OK.

  • Run Task Scheduler (taskschd.msc) and position toTask Scheduler Library > Microsoft > Windows > Application Experience. Right-click the "Microsoft Compatibility Appraiser" task, and select Disable.

  • Edit the registry: Run regedit, position toHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection, right-click the right pane and select "New > DWORD (32-bit) Value". Name it Allow Telemetry and set its value to 0.

Process Hacker is a good task manager. You can use Process Hacker to stop program.

Danger! If is a important program, do not stop it. Please talk with your PC administrator.

7

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like