It is taking 30seconds to open a file or document on my laptop that is syncd to OneDrive

Kim M 20 Reputation points
2025-05-04T06:37:19.2166667+00:00

My internet is not slow. I can open files/folders quickly from my hard drive, that are not syncd to OneDrive. My OneDrive is nowhere near capacity. I have tried resetting OneDrive several times. I have cleared cache, defragmented my hard drive, cleaned up files BUT to no avail as it still takes 30 seconds to open each file or folder from my laptop that are syncd to OneDrive.

Does anyone have any ideas/suggestions as I cannot find a resolution?

Microsoft 365 and Office | OneDrive | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Spas Kyosev 80 Reputation points
    2025-06-17T14:29:23.3866667+00:00

    try opening your Event Viewer > Windows Logs > System and look for errors similar to: The server {XYZ} did not register with DCOM within the required timeout.

    Search by that server name {XYZ} in the registry. Expand that key and look for what's the sub key inside - the name of that is the service that's giving you trouble. In my case it was the Phone link app.

    Then you can run Remove-AppxPackage -Package "MicrosoftWindows.CrossDevice_1.25042.38.0_x64__cw5n1h2txyewy" or whatever the name is for you. It's important to run this as the user who installed the package. And this fixed it for me. Hopefully your issue is the same.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.