Hi,
TiWorker is an essential process for the Windows Update service and starts at Windows startup every time you power up your computer.
You could try the following steps to troubleshoot the problem.
The first step to take to resolve TiWorker.exe high usage problem is to check for Windows updates manually and install them if any exist.
- Delete SoftwareDistribution Folder
If one of those files is damaged, then Windows Update can’t work properly. Go to C:\Windows, find SoftwareDistribution folder and then delete it. - Run Windows Update And System Maintenance Troubleshooters
- Scan and Fix Corrupted System Files
In the Command Prompt window, type:
sfc /scannow
and press Enter.
If the SFC command finds corrupted files, but can’t fix them. You could use the DISM Tool.
In the Command Prompt window, type:
Dism.exe /Online /Cleanup-Image /Restorehealth
If all methods above can’t help you to fix it, you can try to set the priority of this process to Low.
Hope above information can help you.