One Drive Sync Issues

Justin Insinger 0 Reputation points
2026-07-06T04:27:59.91+00:00

OneDrive downloads successfully, but uploads never begin. SyncDiagnostics shows driveChangesToSend=16219 and driveSentChanges=0, with no upload errors reported. I have reset One Drive, I have unlinked Onedrive, and I have uninstalled and reinstalled onedrive Nothing change my sync problem. I have Windows 11 25H2, OneDrive 26.106.0603.0003. What is the solution to this issue?

Microsoft 365 and Office | OneDrive | For home | Windows
0 comments No comments

1 answer

Sort by: Most helpful
  1. Alvise Cervellati 5,390 Reputation points Independent Advisor
    2026-07-06T06:52:05.39+00:00

    Hi Justin, Welcome in Community

    Thank you for the details, because no upload errors are explicitly logged, this deadlock is typically tied to localized user profile corruption, credential isolation, or deep-level folder permission flags

    We need to start in little steps:

    1. Open Terminal (PowerShell) or Command Prompt as Administrator.
    2. Run the following command (replace the path with your actual OneDrive root folder path if it's not the default):

    icacls "%USERPROFILE%\OneDrive" /grant %username%:(OI)(CI)F /T /C

    This forces absolute full control permissions (F) recursively across all directories (OI/CI) even if a specific file is locked

    Then, press Win + R, paste the following path, and hit Enter:

    %localappdata%\Microsoft\OneDrive\settings

    1. Delete the PreSignInSettingsConfig.json file if present.
    2. Next, open the Windows Settings App (do not use the GUI directly yet). Search for "Settings" in the Start menu, right-click it, and select App settings.
    3. Scroll down to the Reset section and click Reset.
    4. Reboot your machine, open OneDrive, and re-authenticate

    Let me know how it goes

    Elvis

    Was this answer helpful?

    0 comments No comments

Your answer

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