Is OneDrive Down? How to Check OneDrive Status & Fix Sync Issues (2026 Guide)
π‘ Monitor your APIs β know when they go down before your users do
Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.
Affiliate link β we may earn a commission at no extra cost to you
You're trying to open a document, sync a folder, or share a file β and OneDrive isn't cooperating. Files won't sync, uploads are stuck, or you can't access anything at all. Is OneDrive actually down, or is it just your setup?
This guide helps you figure out what's wrong fast, whether it's a Microsoft-wide outage or a local sync issue, and what to do about it either way.
How to Check if OneDrive Is Down Right Now
Before troubleshooting your local setup, confirm whether the problem is on Microsoft's end:
1. Real-Time Status Monitoring
Visit API Status Check's OneDrive monitor for instant status. We track OneDrive's API endpoints, sync services, and web interface independently β so you'll know exactly which part is affected.
2. Microsoft Service Health Dashboard
Go to status.office.com for the official Microsoft 365 health dashboard. Note that Microsoft's own status page often lags behind actual outages by 15-30 minutes. For Microsoft 365 Business/Enterprise users, the admin center (admin.microsoft.com > Service Health) provides more detailed incident information.
3. Try the Web Version
The fastest diagnostic: open onedrive.live.com in a browser.
- Web works, desktop doesn't β Local client issue (not a Microsoft outage)
- Web fails too β Likely a Microsoft-side problem
- Web works but slow β Could be a partial outage or degraded performance
4. Check DownDetector and Social Media
Search Twitter/X for "OneDrive down" β during major outages, reports appear on social media before Microsoft acknowledges them. DownDetector's OneDrive page shows crowd-sourced outage reports.
Understanding OneDrive's Architecture (Why It Goes Down)
OneDrive isn't a simple file storage service β it's a complex distributed system built on multiple Microsoft infrastructure layers. Understanding this helps you diagnose issues faster.
The 5 Infrastructure Layers
Layer 1: Microsoft Entra ID (Authentication) Every OneDrive action starts with authentication through Microsoft Entra ID (formerly Azure AD). This is the single most common point of failure across all Microsoft 365 services. When Entra ID goes down, you can't sign in to OneDrive β or anything else in the Microsoft ecosystem. This is why OneDrive outages often coincide with Outlook, Teams, and SharePoint outages.
Layer 2: Azure Storage Backend Your actual files live in Azure Blob Storage, distributed across Microsoft's global data centers. Files are replicated across multiple regions for redundancy, but the replication system itself can fail β leading to scenarios where files appear in one location but not another.
Layer 3: Sync Engine (The Most Complex Part) The OneDrive sync client running on your desktop is arguably the most sophisticated part of the system. It must:
- Track changes across millions of files in near-real-time
- Handle conflict resolution when the same file is edited in multiple places
- Manage Files On-Demand (placeholder files that download content on access)
- Work with the Windows filter driver (CldFlt) for seamless File Explorer integration
- Handle interrupted uploads/downloads gracefully
- Respect bandwidth limits and battery optimization settings
This complexity is why sync issues are the #1 category of OneDrive problems β even when Microsoft's servers are perfectly healthy.
Layer 4: SharePoint Online Integration OneDrive for Business is actually built on top of SharePoint Online. Your "OneDrive" files in a corporate environment are stored in a personal SharePoint site. This means SharePoint outages affect OneDrive for Business users even when personal OneDrive is fine, and vice versa. Shared libraries, team sites, and collaborative documents all flow through SharePoint's infrastructure.
Layer 5: Graph API and Third-Party Integrations Applications that integrate with OneDrive (including Microsoft's own apps like Office, Teams, and Outlook) use the Microsoft Graph API. API rate limiting, authentication token issues, or Graph API outages can prevent apps from accessing OneDrive files even when OneDrive itself is operational.
The Dependency Chain
User Action (open file, sync, share)
β
Microsoft Entra ID (auth) β SPOF for all M365
β
Microsoft Graph API (application layer)
β
OneDrive Service (business logic + permissions)
β
SharePoint Online (for Business accounts)
β
Azure Storage (actual file storage + CDN)
β
OneDrive Sync Client (local desktop engine)
A failure at ANY point in this chain can look like "OneDrive is down" to you, but the fix is completely different depending on which layer is affected.
OneDrive Outage Patterns
Pattern 1: Microsoft 365 Cascade Failures
The most common OneDrive outages aren't OneDrive-specific β they're Microsoft 365-wide events. When Entra ID (authentication) goes down, everything goes down simultaneously: OneDrive, Outlook, Teams, SharePoint, and every other Microsoft 365 service. These cascading failures happen because all services share the same authentication backbone.
Notable examples:
- July 2024 CrowdStrike incident: A faulty CrowdStrike update bricked 8.5 million Windows machines, causing widespread Azure infrastructure disruption that took OneDrive offline for hours
- January 2023 WAN routing change: A networking configuration change caused a global Microsoft 365 outage lasting 5+ hours, including complete OneDrive inaccessibility
- September 2020 Azure AD outage: A configuration change in the authentication system prevented sign-ins across all Microsoft 365 services for 14+ hours
Pattern 2: Sync Engine Updates Gone Wrong
Microsoft regularly updates the OneDrive sync client. Occasionally, an update introduces bugs that cause:
- Sync getting stuck in an infinite loop
- High CPU usage (OneDrive consuming 50-100% CPU)
- "Processing changes" state that never completes
- Files On-Demand breaking (placeholder files become inaccessible)
These issues affect specific client versions and operating systems, so you might experience problems while colleagues on different versions are fine.
Pattern 3: Storage and Quota Issues
OneDrive has per-file and per-account limits that can silently cause failures:
- File size limit: 250 GB per file (used to be 15 GB β if you see old error messages about 15 GB limits, update your client)
- Path length: 400 characters total (including file name). This is the #1 cause of "some files won't sync" issues
- Character restrictions: Files with
# % & * : < > ? / \ | "in names won't sync - Storage quota: When you hit your storage limit, sync stops silently for new files while existing files continue to work
Pattern 4: Regional Infrastructure Issues
Microsoft's data centers occasionally experience regional problems. You might see:
- Users in Europe affected while US users are fine
- OneDrive for Business down while personal OneDrive works (different infrastructure)
- Upload works but download doesn't (CDN vs storage issues)
- Web interface works but API-based apps fail
Pattern 5: Files On-Demand Filter Driver Issues
The Windows filter driver (CldFlt) that powers Files On-Demand can become corrupted or conflict with:
- Antivirus software (especially non-Microsoft Defender products)
- Backup solutions that scan files
- Search indexers
- Enterprise DLP (Data Loss Prevention) tools
When this happens, cloud-only files show errors, File Explorer becomes unresponsive, or files appear as 0 bytes.
Troubleshooting OneDrive Issues
Sync Not Working
Step 1: Check the sync icon Click the OneDrive cloud icon in your system tray (Windows) or menu bar (Mac):
- βοΈ White cloud: Signed in, syncing normally
- βοΈ Gray cloud: Not signed in
- π Arrows spinning: Actively syncing
- β οΈ Yellow triangle: Needs attention (click for details)
- β Red X: Sync blocked β account issue, storage full, or error
- βΈοΈ Pause icon: Sync manually paused (on metered connections or by user)
Step 2: Check for problem files Click the OneDrive icon > "View sync problems" (if available). Common blockers:
- File names with special characters (rename them)
- Paths too long (move files to shorter paths)
- Files locked by another application (close the app)
- Permission errors on shared files (contact the file owner)
Step 3: Pause and resume sync Sometimes the simplest fix works. Right-click the OneDrive icon > Pause syncing > Resume. This forces a fresh sync cycle.
Step 4: Reset the sync client
Windows:
Press Win+R, paste:
%localappdata%\Microsoft\OneDrive\onedrive.exe /reset
OneDrive will disappear from the taskbar for 1-2 minutes. If it doesn't restart automatically, search for "OneDrive" in Start and launch it.
Mac:
- Quit OneDrive (click icon > Quit)
- Delete
~/Library/Containers/com.microsoft.OneDrive-mac - Relaunch OneDrive from Applications
- Sign in again β files will re-sync (already-downloaded files won't re-download)
Files Missing or Not Showing
Check 1: Files On-Demand status Right-click the file location in File Explorer and check if it says "Free up space" or "Always keep on this device." Cloud-only files (βοΈ icon) require internet access.
Check 2: OneDrive Recycle Bin Visit onedrive.live.com > Recycle bin. Deleted files are retained for:
- Personal accounts: 30 days
- Business accounts: 93 days (first stage) + 93 days (site collection recycle bin)
Check 3: Version history Right-click the file > OneDrive > Version history. If a file was overwritten or corrupted, you can restore a previous version going back up to 30 days.
Check 4: Shared folder removed If someone stops sharing a folder with you, all files in it disappear from your OneDrive. Check with the folder owner.
Upload Stuck or Failing
- Check file size β Maximum 250 GB per file
- Check remaining storage β OneDrive icon > Settings > Account tab shows used/available space
- Check internet speed β Large uploads need sustained bandwidth. OneDrive will retry, but very slow connections cause timeouts
- Disable metered connection detection β OneDrive pauses uploads on metered connections. Settings > Network > uncheck "Pause syncing when this device is on a metered network"
- Check upload bandwidth limit β Settings > Network > Upload rate. Some organizations cap this
OneDrive High CPU or Memory Usage
The sync client can consume excessive resources when:
- First sync after reset: Scanning thousands of files is CPU-intensive. Let it finish.
- Large number of files: OneDrive struggles with 300,000+ files. Consider archiving old files.
- Frequent changes: If applications constantly modify files in synced folders (logs, databases, temp files), OneDrive tries to sync every change.
- Corrupted cache: Reset the client (see above).
Fix for persistent high CPU:
- Pause sync
- Close OneDrive completely
- Delete the sync metadata:
%localappdata%\Microsoft\OneDrive\settings(Windows) - Restart OneDrive
- Let it rebuild the metadata (may take hours for large libraries)
Business vs Personal OneDrive Issues
| Feature | OneDrive Personal | OneDrive for Business |
|---|---|---|
| Storage | 5 GB free, 1 TB with Microsoft 365 | 1 TB - 5 TB+ per user |
| Backend | Azure Storage | SharePoint Online |
| Admin control | None | IT admin manages policies |
| File size limit | 250 GB | 250 GB |
| Outage scope | Microsoft consumer services | Microsoft 365 commercial |
| Known Folder Move | Optional | Often enforced by IT |
| Conditional Access | N/A | May block access by location/device |
Business-specific issues:
- Conditional Access policies can block OneDrive on personal devices or from certain locations β this isn't an outage, it's policy
- Known Folder Move (redirecting Desktop/Documents/Pictures to OneDrive) can cause conflicts with existing folder structures
- Tenant-level restrictions can prevent sharing outside your organization
- Compliance hold can prevent file deletion even from the recycle bin
Major OneDrive Outage History
July 2024: CrowdStrike Cascading Failure
A faulty CrowdStrike Falcon sensor update caused 8.5 million Windows machines to enter boot loops (Blue Screen of Death). The impact cascaded into Azure infrastructure, taking OneDrive and other Microsoft 365 services offline. Recovery required manual intervention on each affected machine β some organizations took days to fully restore service.
January 2023: WAN Routing Disaster
A wide area network (WAN) routing change at Microsoft caused a global outage affecting all Microsoft 365 services including OneDrive. Users couldn't access files, sync stopped, and the web interface returned errors. The outage lasted approximately 5 hours and was caused by a single configuration change that hadn't been properly validated.
September 2020: Azure AD Authentication Outage
A configuration change in Azure Active Directory (now Entra ID) prevented users worldwide from signing into Microsoft 365 services. OneDrive sync clients disconnected and couldn't reconnect for 14+ hours. Files that were already cached locally (marked "Always keep on this device") remained accessible, but cloud-only files were completely inaccessible.
November 2019: Multi-Tenant Isolation Failure
A OneDrive-specific outage affected file access and sync for users across multiple tenants. Unlike the broader M365 outages, this was isolated to OneDrive's storage layer. Users could sign in to other Microsoft services but couldn't access their OneDrive files for approximately 8 hours.
Protecting Your Files When OneDrive Goes Down
The 3-2-1 Backup Rule
Don't rely solely on OneDrive for critical files:
- 3 copies of important data
- 2 different storage types (e.g., OneDrive + external drive)
- 1 copy offsite (OneDrive counts as offsite if you also have local)
Mark Critical Files for Offline Access
Right-click important folders > "Always keep on this device." This ensures files are downloaded locally and accessible even during OneDrive outages or internet disruptions.
Use OneDrive's Built-In Ransomware Protection
OneDrive Personal Vault provides an extra layer of security with:
- Identity verification required to access
- Auto-locks after 20 minutes of inactivity (configurable)
- Files encrypted at rest on your device
- Version history for rollback from ransomware
Set Up Alternative Cloud Backup
For truly critical files, consider a secondary cloud backup:
- Google Drive: 15 GB free, separate infrastructure from Microsoft
- iCloud: If you're in the Apple ecosystem
- Backblaze B2: Affordable, developer-friendly, completely independent infrastructure
Monitor with API Status Check
Don't wait to discover OneDrive is down when you need a file for a meeting. Set up free alerts to get notified the moment OneDrive experiences issues β before it affects your workflow.
OneDrive vs Google Drive: Reliability Comparison
| Factor | OneDrive | Google Drive |
|---|---|---|
| 2024 major outages | 4 (including CrowdStrike) | 2 |
| Avg recovery time | 3-6 hours | 1-3 hours |
| Desktop sync engine | Complex (Files On-Demand) | Simpler (Drive for Desktop) |
| Offline access | Per-file/folder setting | Per-file/folder setting |
| Max file size | 250 GB | 5 TB |
| Free storage | 5 GB | 15 GB |
| Business dependency | Microsoft 365 ecosystem | Google Workspace ecosystem |
| Status page accuracy | Lags 15-30 min | Lags 10-20 min |
Neither platform is immune to outages. The biggest differentiator is that OneDrive outages tend to be Microsoft 365-wide (affecting Outlook, Teams, and SharePoint simultaneously), while Google Drive outages sometimes affect only Drive without impacting Gmail or Meet.
Monitoring OneDrive Status Programmatically
Python Health Check Script
import requests
import time
def check_onedrive_health():
"""Check OneDrive service health via multiple endpoints."""
endpoints = {
"OneDrive Web": "https://onedrive.live.com",
"OneDrive API": "https://graph.microsoft.com/v1.0/$metadata",
"Microsoft Login": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
"SharePoint Online": "https://outlook.office365.com/owa/",
}
results = {}
for name, url in endpoints.items():
try:
start = time.time()
response = requests.get(url, timeout=10, allow_redirects=True)
latency = (time.time() - start) * 1000
results[name] = {
"status": response.status_code,
"latency_ms": round(latency),
"healthy": response.status_code < 500
}
except requests.exceptions.RequestException as e:
results[name] = {
"status": "ERROR",
"error": str(e),
"healthy": False
}
return results
if __name__ == "__main__":
health = check_onedrive_health()
for service, status in health.items():
emoji = "β
" if status.get("healthy") else "β"
print(f"{emoji} {service}: {status.get('status')} ({status.get('latency_ms', 'N/A')}ms)")
Bash Quick Check
#!/bin/bash
# Quick OneDrive status check
echo "Checking OneDrive services..."
check_url() {
local name=$1
local url=$2
local code=$(curl -s -o /dev/null -w '%{http_code}' --max-time 10 "$url")
if [ "$code" -lt 500 ] 2>/dev/null; then
echo "β
$name: HTTP $code"
else
echo "β $name: HTTP $code"
fi
}
check_url "OneDrive Web" "https://onedrive.live.com"
check_url "Graph API" "https://graph.microsoft.com/v1.0/\$metadata"
check_url "Microsoft Auth" "https://login.microsoftonline.com"
When OneDrive Is Down: What To Do
Immediate Actions
- Don't panic-sync β Avoid repeatedly clicking "Sync now" or restarting OneDrive. This can create conflicting copies of files.
- Check your local cache β Files with the green checkmark (β ) are stored locally and still accessible. Open them normally.
- Use web alternatives β If the desktop client is broken but the web works, access files at onedrive.live.com.
- Switch to mobile β The OneDrive mobile app sometimes works during desktop outages (different API endpoints).
For Teams and Collaboration
- Redirect to email β Share files as email attachments instead of OneDrive links during outages
- Use alternative sharing β Google Drive, Dropbox, or WeTransfer for urgent file sharing
- Notify your team β Don't assume everyone knows OneDrive is down. A quick Slack/Teams message saves confusion
For IT Administrators
- Check admin.microsoft.com > Service Health for official incident reports
- Run Message Center checks β Microsoft sometimes pre-announces maintenance
- Monitor your tenant with API Status Check for faster alerting than Microsoft's own dashboard
- Have a business continuity plan β Document what happens when OneDrive goes down (where do users save files? how do they share?)
Summary
OneDrive outages fall into two categories: Microsoft-wide (authentication or infrastructure failures affecting all M365 services) and OneDrive-specific (sync engine bugs, storage issues, or Files On-Demand problems). The web interface at onedrive.live.com is your fastest diagnostic β if it works, the problem is local.
For critical workflows, don't rely on a single cloud provider. Mark essential files for offline access, maintain backups on a separate platform, and set up monitoring with API Status Check to know about outages before they derail your day.
π Tools We Use & Recommend
Tested across our own infrastructure monitoring 200+ APIs daily
SEO & Site Performance Monitoring
Used by 10M+ marketers
Track your site health, uptime, search rankings, and competitor movements from one dashboard.
βWe use SEMrush to track how our API status pages rank and catch site health issues early.β
API Status Check
Stop checking API status pages manually
Get instant email alerts when OpenAI, Stripe, AWS, and 100+ APIs go down. Know before your users do.
14-day free trial Β· No credit card required Β· $9/mo after Β· Cancel anytime
Browse Free Dashboard β