Computer >> Computer tutorials >  >> Troubleshooting >> Windows Errors

How to Fix High CPU and Disk Usage by utcsvc

Windows 10 has a lot of different modules to collect information regarding user experience and forward it to Microsoft to help with troubleshooting their operating system and help them make it better. For this purpose, Windows has a piece of software installed known as Universal Telemetry Client (UTC). It runs as a windows service known as DiagTrack. The actual service name is utcsvc

Solution: Disabling Telemetry Services

We can try disabling the Telemetry Services altogether. This will disable the user collection from your computer and hopefully, solve the problem at hand.

  1. Press Windows + R to launch the Run application. Type “services.msc” in the dialogue box and press Enter.
  2. After the services windows pop up, search for “Connected User Experience”. Double-click it to open its settings.

How to Fix High CPU and Disk Usage by utcsvc

  1. Click “Stop” underneath service status. Then select “Startup type” and set the option to Disabled. Once you are done making changes, press Ok and exit.

How to Fix High CPU and Disk Usage by utcsvc

  1. Restart your computer and check if the problem got solved.

If you have a problem accessing services, we can also disable the process using Group Policy Editor.

  1. Press Windows + S to launch the search bar of your start menu. Type “gpedit.msc” in the dialogue box. Right-click on the first result which comes forth and select “Run as administrator”.

How to Fix High CPU and Disk Usage by utcsvc

  1. Now navigate to the following path using the navigator present at the left side of the screen.

Computer Configuration/Administrative Templates/Windows Components/Data Collection and Preview Build

How to Fix High CPU and Disk Usage by utcsvc

  1. Now at the right side of the screen, find the item named as “Allow Telemetry”. Double click it so we can edit the policy.

How to Fix High CPU and Disk Usage by utcsvc

  1. Now change the setting to Disabled. Now click on Apply to save the changes and exit the window.

How to Fix High CPU and Disk Usage by utcsvc

  1. Restart your computer and check if the CPU/Disk usage gets solved.

If you don’t have Group Policy Editor present on your computer, we can also disable the service using the Registry Editor.

  1. Press Windows + R to launch the Run application. Type “regedit” in the dialogue box and press Enter.
  2. Now navigate to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection

How to Fix High CPU and Disk Usage by utcsvc

  1. Right-click on “DataCollection” folder and select New > DWORD (32-bit) Value.

How to Fix High CPU and Disk Usage by utcsvc

  1. Name the new key as “AllowTelemetry”.By default, the value of the key will be 0. But just to be sure, double-click the key and check if the value is 0 (zero).

How to Fix High CPU and Disk Usage by utcsvc

  1. Reboot your computer and check if the CPU/Disk usage got solved.