๐Ÿ”ง Recipe ยท Troubleshooting & Diagnostics

Diagnose and Resolve OneDrive Sync Issues on Windows

Systematic troubleshooting for stuck, paused, or broken OneDrive for Business sync clients

Complexity

Intermediate

Impact

troubleshooting + end-user-support + microsoft-365 + onedrive + productivity

Context

Why This Matters

OneDrive for Business sync failures are among the most common end-user tickets in Microsoft 365 environments. Symptoms include files not uploading, the sync icon showing a red X or paused state, conflict files appearing with the user's name appended, or the client repeatedly asking for credentials.

Root causes typically fall into a few buckets:

  • Authentication drift โ€” expired tokens, conditional access changes, or a recent password reset
  • File/path issues โ€” unsupported characters, paths over 400 characters, locked files, or files larger than 250 GB
  • Storage quota โ€” user's OneDrive is full or nearing quota
  • Client health โ€” outdated OneDrive client, corrupted cache, or Known Folder Move misconfiguration
  • Network / policy โ€” proxy interference, tenant restrictions, or blocked endpoints

Run this recipe when a user reports "my OneDrive sync stopped," files aren't appearing on other devices, or you see the sync client stuck on "Processing changes" for an extended period.

Expected Outcomes

After completing this recipe you will have:

  • Identified the specific failure mode (auth, quota, file, client, or network)
  • Collected diagnostic logs from the OneDrive client and tenant
  • Restored sync functionality for the affected user
  • Confirmed all pending files have uploaded and the client shows a green checkmark
  • Documented the root cause for knowledge base / ticket closure

Risks & Considerations

Warnings and Gotchas

  • Do not delete the OneDrive cache folder (%LOCALAPPDATA%\Microsoft\OneDrive) without first confirming all local changes have been uploaded โ€” unsynced edits will be lost.
  • Resetting OneDrive (onedrive.exe /reset) is safe for synced files but will re-download the entire library, which can consume significant bandwidth for large libraries.
  • Unlinking and relinking triggers a full re-scan. If Known Folder Move is enabled, verify Desktop/Documents/Pictures redirection is restored after relink.
  • Conflict files (filename-Username.docx) must be reviewed manually โ€” do not bulk-delete without user confirmation.
  • Quota increases above the default 1 TB require a support ticket to Microsoft beyond 5 TB and are subject to license terms.
  • Avoid running sync diagnostics during business hours on large libraries โ€” the re-scan can saturate the user's connection.

Required Permissions

PermissionWhy It's Needed
User.Read.AllRead user profile to confirm licensing and UPN
Directory.Read.AllVerify group membership and conditional access assignments
Reports.Read.AllPull OneDrive usage and storage reports
Files.Read.AllInspect the user's OneDrive drive metadata and quota
SharePoint Administrator roleAdjust per-user OneDrive storage quotas if needed

The fastest way to get this done โ€” just ask Dex. Copy the prompt below and paste it into your Dex conversation.

For IT Admins

Paste into Dex CoAdmin

{user} reports their OneDrive sync has stopped working. Diagnose the issue โ€” check quota, licensing, recent sign-in failures, and drive health โ€” then apply the appropriate fix (increase quota, reset client, or re-provision) and confirm sync is restored.
Try in Dex CoAdmin

For End Users

How an employee would ask Dex for help

My OneDrive stopped syncing and my files aren't showing up on my other computer.
Try in Dex Playground