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.

  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.

  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”.

  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

  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.

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

  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

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

  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).

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

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.