High CPU for multiple processes Microsoft 365

Anonymous
2024-01-01T17:07:45+00:00

In the last several days I have noticed my laptop CPU fan blowing constantly. The culprit seems to be 4 identical processes using the same amount of CPU as each other continuously hovering at about 8-12%. This keeps the fan blowing 24/7.

The Task Manager shows the Process name as "Microsoft 365 and Office (32 bit)" and no Office applications are running. When I view the details the executable names are "odt____.tmp.exe" with the underscores representing some 3- 4-character hex value, e.g. C67A.

I can end the tasks but they come back after a time and the CPU fan turns on again.

What are these processes and can I turn them off?

TIA

BTW, I tried to include a screenshot, but the image upload doesn't work.

Microsoft 365 and Office | Install, redeem, activate | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

54 answers

Sort by: Oldest
  1. Anonymous
    2024-01-01T18:35:19+00:00

    365 desktop? Changed/updated anything? in the first instance a repair

    Restart the PC, once fully loaded, repair Office,> Apps & Features>Select Office your version>Modify /Repair, once the repair completes re-test (Quick repair)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-01-02T17:54:43+00:00

    I'm seeing the same thing. 2-4 processes, each consuming ~12% CPU. The files are living in C:\Windows\Temp. I can delete those (with seemingly no impact to functionality) but they will return after a reboot.

    EDIT: One of these processes returned before a restart.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-01-02T21:12:39+00:00

    I had the same issue but when I killed them they didn't seem to come back.

    See if you have a process called CacheTask, it was the only task running and something is starting them. I couldn't test because they didn't come back.

    Get-ScheduledTask -TaskName CacheTask 

    To stop it

    Get-ScheduledTask -TaskName CacheTask | Stop-ScheduledTask

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-01-02T22:36:01+00:00

    Thank you for the suggestion, but I don't see that process or task.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-01-03T09:10:21+00:00

    I have the same problem for several days. Even after deleting the files they come back and go to 25% CPU usage (100% on 1 core).

    I updated 365 but no difference.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments