OneDriveSetup.exe causes high CPU usage

24,474

This is a known issue since End of June 2017 when users have non English/ASCII values in their username and therefore their profile paths (C:\Users\André, C:\Users\András or Cyrillic user name). OneDriveSetup.exe hangs with a single processor thread hogging one logical processor of the computer because it keeps retrying file operations that are failing because of the non-English/ASCII characters in the user profile paths. Use these steps to fix it:

  1. Kill the OneDriveSetup.exe in Task Manager/Process Explorer; This step is optional, OneDriveSetup.exe will most likely recover from the hang and continue after step 2 even if you don't kill it (step 1) and run it again (step 3).
  2. Go to the %localappdata%\Microsoft\OneDrive\setup\logs folder and find the following two files
    UserTelemetryCache.otc
    UserTelemetryCache.otc.session
    (if you can't see them, make sure all hidden & system files are visible)
  3. Now delete those 2 files and go to %localappdata%\Microsoft\OneDrive\Update and run the OneDriveSetup.exe again.

Now the installer no longer hangs in a loop, finishes fine and the CPU usage is gone.

Share:
24,474

Related videos on Youtube

magicandre1981
Author by

magicandre1981

Updated on September 18, 2022

Comments

  • magicandre1981
    magicandre1981 over 1 year

    On my Toshiba Encore 8 Tablet I noticed that the CPU usage is very high. In Taskmgr / ProcessExplorer, I can see that OneDriveSetup.exe is hogging 1 CPU cores heavily for hours.

    enter image description here

    How an I solve this hang and finish the OneDrive Update?

    • Biswapriyo
      Biswapriyo over 6 years
    • magicandre1981
      magicandre1981 over 6 years
      @Biswa I don't want to uninstall OneDrive, I wanted to fix the hang while updating.
  • Vitas
    Vitas almost 7 years
    I wonder how many people have this problem. All WIndows 10 users? Or some language only? I noticed this happening for more then a week. Maybe it would be fixed in next Microsoft patch tuesday... What do you think? Obviously majority of people don't even notice it or don't even try to fix it like this.
  • magicandre1981
    magicandre1981 almost 7 years
    @Vitas I had this issue since this week and found topics in Microsoft forums, too. So it effects users, but most users don't notice it.
  • atoth
    atoth almost 7 years
    Some people point to the fact that their username has accents in that. That would also explain how it slipped through the QA department. Anyway, I have the very same problem with an accent in my username \Users\András.
  • magicandre1981
    magicandre1981 almost 7 years
    @atoth good catch. My path is C:\Users\André
  • 62mkv
    62mkv almost 7 years
    and my USERPROFILE is in Cyrillic
  • magicandre1981
    magicandre1981 almost 7 years
    @62mkv thanks now we see the issue. Non english/ASCII values in username seam to cause the hang while OneDrive update
  • andre719mv
    andre719mv over 6 years
    Thank you! You saved my life. This issue was annoying me for a month.
  • Lars Meldgård
    Lars Meldgård over 6 years
    Thank you. My laptop was running so hot because the CPU never slowed down. I have a username /users/Lars Meldgård
  • magicandre1981
    magicandre1981 over 6 years
    @LarsMeldgård nice to hear that this fixes your issue, too.
  • lx07
    lx07 over 5 years
    Still a valid answer in 2018 - the problem still exists.
  • magicandre1981
    magicandre1981 over 5 years
    @lx07 ok, it never came back after I applied the fix, but nice to hear it still fixes the issue for other users.
  • lx07
    lx07 over 5 years
    @magicandre1981 - it helped me, yes and the problem hasn't reoccured again. I proposed an edit to replace "C:\Users\your username\AppData\Local\" with "%localappdata%\" to make it easier to copy/paste but it was rejected by for some reason. In any case it still works and is (at least in my case) applicable.
  • magicandre1981
    magicandre1981 over 5 years
    @lx07 ok, I made the edit.