T The Triage ManualTechnical Guides for IT Emergencies
P3 · Microsoft 365 & Collaboration

OneDrive Sync and M365 Authentication Failure — Sync Client Reset, KFM Policy, and AppLocker Block

OneDrive for Business sync clients on enterprise Windows endpoints fail to sync, stall in 'Uploading' or 'Processing changes' state, or repeatedly prompt for M365 credentials. Root causes include expired authentication tokens blocked by Conditional Access, corrupted local sync databases, Known Folder Move (KFM) Group Policy misconfiguration, proxy/VPN blocking Microsoft 365 endpoints, or AppLocker/WDAC policies blocking OneDrive executables (OneDrive.exe, FileCoAuth.exe). Resolution follows a structured path: verify connectivity and licensing, inspect SyncDiagnostics.log and Event Viewer, reset or re-link the OneDrive client, clear stale Credential Manager tokens, and correct KFM or security baseline policy as needed.

Indicators

Likely causes

Diagnostic steps

  1. Check OneDrive client version: right-click the OneDrive system tray icon > Settings > About. Note the build number and compare against the current production release at https://support.microsoft.com/en-us/office/onedrive-release-notes-845dcf18-f921-435e-bf28-4e24b95e5fc0.
    Determines whether a known-buggy or outdated OneDrive client version is the cause of the failure before investing time in account or policy-level diagnosis.
  2. Review OneDrive sync diagnostic logs: navigate to %localappdata%\Microsoft\OneDrive\logs\ and open SyncDiagnostics.log and the most recent .odl files. Search for ERROR or FAIL strings.
    Surfaces authentication failures, file conflict errors, and sync engine errors not exposed in the UI — pinpoints whether the fault is auth, network, or file-level.
  3. Test network reachability to M365 endpoints from the affected machine using PowerShell: Test-NetConnection -ComputerName <tenant>.sharepoint.com -Port 443 and Test-NetConnection -ComputerName onedrive.com -Port 443. Both should return TcpTestSucceeded: True.
    Confirms whether proxy, firewall, or VPN split-tunnel configuration is blocking OneDrive traffic — a separate but commonly co-occurring failure mode.
  4. Check Event Viewer for OneDrive errors and crashes: Application and Services Logs > Microsoft > Windows > OneDrive (for sync events), and Application log for Event ID 1000 with OneDrive.exe as the faulting application.
    Identifies OS-recorded application crashes, identity/token errors, and policy enforcement blocks that confirm root cause before attempting reset.
  5. Check AppLocker event log for policy blocks on OneDrive executables: Event Viewer > Applications and Services Logs > Microsoft > Windows > AppLocker > EXE and DLL. Look for block events against OneDrive.exe or FileCoAuth.exe.
    Security baseline and app-blocking policies that block updated OneDrive executable versions are a known failure mode — confirms before creating allow-rule exceptions.
  6. Run the Microsoft Support and Recovery Assistant (SaRA) for OneDrive: download from https://aka.ms/SaRA and select the OneDrive scenario. Review the output report for account configuration issues, KFM status, and connectivity check results.
    Automates common diagnostic checks including account validity, KFM policy state, and endpoint reachability — reduces manual investigation time significantly.

Resolution path

Prevention

Tools

References

M365OneDrivesyncKFMKnown Folder MoveauthenticationConditional AccessAppLockerWDACWindowsenterprisetriageSharePointcredential-managerproxyVPN