OneDrive sync issues tend to show up in one of a few ways: a file stuck on “Processing changes,” a red X on the OneDrive icon, files that refuse to upload, or the whole client sitting there doing nothing. Most of these have boring, fixable causes — a locked file, a path that’s too long, a stale cache, or a quota that’s full. You rarely need to reinstall anything.
This guide goes from the quick checks to the heavier fixes, in the order that solves the most cases with the least disruption. Reset is near the end on purpose; try the cheaper steps first. Steps reference the OneDrive sync client on Windows 11, though the same ideas apply on Windows 10.
Read the icon first
Before changing anything, the OneDrive icon in the system tray tells you what state it’s in. It’s the fastest triage you have.
What the OneDrive tray icon means
| Solid white/blue cloud | Connected and idle — nothing to sync |
|---|---|
| Blue arrows in a circle | Actively syncing — let it finish |
| Red circle with white X | Sync error — open OneDrive to see which files |
| Grey cloud | Signed out — sign back in |
| Yellow triangle | Warning, often a quota or account issue |
Click the icon and open the activity panel. OneDrive lists the exact files it’s struggling with and usually says why. That detail decides which fix below you actually need.
Quick checks that solve most cases
Run through these before touching settings. They clear the majority of “it just stopped” reports.
First-line checks
- OneDrive is actually running (check the system tray)
- You're signed in to the right account, not a personal one by mistake
- The device has a working internet connection
- Windows and the OneDrive client are up to date
- You're not paused — click the icon and check for 'Resume syncing'
The pause one catches people constantly. OneDrive pauses itself on metered connections and in battery saver, and it stays paused until you resume it. If the icon shows a pause symbol, that’s your answer.
Fix the files OneDrive can’t sync
If one or two specific files refuse to sync while everything else is fine, the file is the problem, not OneDrive. The usual culprits are name and path rules.
Blocked characters. These characters aren’t allowed in names that sync: " * : < > ? / \ |. Rename the file to remove them.
Reserved names. Names like CON, PRN, AUX, NUL, COM1, and LPT1 are reserved in Windows and won’t sync. Rename them.
Path too long. The full path, including the file name, must stay under 400 characters. Deeply nested folders with long names blow past this. Shorten folder names or move the item higher up the tree.
File locked or open. A file open in Word, Excel, or another app may not sync until you close it. Save and close, then let OneDrive retry.
Check your storage quota
“Out of space” errors usually point at your OneDrive cloud quota, not the local disk. Check it in the OneDrive web portal under storage, or have your admin check it. If the cloud quota is full, uploads stop until space is freed or the admin raises the quota.
While you’re there, remember that OneDrive, SharePoint, and Teams files all draw on related storage. If you’re unsure which lives where, OneDrive vs SharePoint vs Teams files breaks down what stores what.
Use Files On-Demand to cut the load
If OneDrive is syncing far more than the device needs — large shared libraries, old project folders — Files On-Demand keeps those files in the cloud and downloads them only when opened. That reduces both the sync workload and local disk pressure.
- Click the OneDrive icon, then the gear, then Settings.
- On the Sync and backup tab, open Advanced settings.
- Turn on Files On-Demand if it isn’t already.
To skip folders entirely on a device, use Choose folders (under account settings) and untick what you don’t need locally. The files stay in the cloud; they just won’t sync down to that machine.
Reset OneDrive
If files are stuck, the cache is stale, or sync is broken in a way the quick steps didn’t fix, reset the client. A reset disconnects and rebuilds the sync relationship. It does not delete your files — they remain in the cloud and locally, and OneDrive re-scans afterward.
Run the matching command for your install. The first path covers the standard per-user install:
%localappdata%\Microsoft\OneDrive\onedrive.exe /reset
If that returns “Windows cannot find…”, try these in turn:
C:\Program Files\Microsoft OneDrive\onedrive.exe /reset
C:\Program Files (x86)\Microsoft OneDrive\onedrive.exe /reset
Paste one of these into Win + R (Run) and press Enter. The OneDrive icon disappears for a minute or two, then comes back as it rebuilds. If it doesn’t restart on its own, launch OneDrive from the Start menu.
When it’s broader than one device
If sync is failing across several users at once, the problem is usually higher up than any single PC — a service issue, a Conditional Access policy blocking the client, or a tenant-level OneDrive setting. Check the Microsoft 365 admin center → Health → Service health for active advisories before troubleshooting individual machines.
Access policies can also block the sync client without an obvious error. If your tenant uses Conditional Access, confirm a policy isn’t blocking OneDrive on unmanaged or non-compliant devices. And if users are getting repeated sign-in prompts inside OneDrive, that’s often the same modern-auth credential issue behind Outlook’s endless password prompt.
A clean reinstall, last resort
If reset doesn’t take and the client itself looks corrupted, uninstall OneDrive from Settings → Apps, restart, then reinstall the current version from Microsoft. Sign back in and let it re-sync. This is rarely necessary — most issues clear long before this step — so treat it as the final option, not the first move.
Wrapping up
Work the cheap fixes first: read the icon, confirm you’re signed in and not paused, then restart the client. If only certain files won’t sync, fix the name, path length, or lock on those files. Reset OneDrive when the cache or sync relationship is genuinely broken, and only reinstall if the client is corrupted. Most OneDrive sync problems are a stuck queue or a single bad file, not a broken product.