Quick fix: Right-click the OneDrive cloud icon in the system tray → Settings (gear icon) → Pause syncing → pick 2, 8, or 24 hours. For longer pauses, exit OneDrive entirely (Settings → Quit OneDrive) or use a scheduled task to control its startup.
OneDrive’s built-in pause maxes out at 24 hours. You’re editing large video files locally and don’t want OneDrive bandwidth chewing into the upload while you work. Or you’re on metered mobile broadband for a week. Three approaches: short native pauses, full quit, or scheduled task automation.
Affects: Windows 11 (and Windows 10) OneDrive client.
Fix time: ~5–10 minutes.
What causes this
OneDrive Sync auto-resumes after the chosen pause window. The 2/8/24-hour limits in the UI are deliberate — Microsoft assumes most users want sync to resume relatively soon. For longer deferrals there’s no direct UI option, but you can quit OneDrive (the cleanest approach) or schedule when it runs.
Method 1: Native pause for short periods (2/8/24 hours)
For pauses fitting the built-in options.
- Find OneDrive’s cloud icon in the system tray (bottom-right corner of the screen). Click ^ to expand if hidden.
- Click the OneDrive icon.
- Click the Help & Settings gear icon → Pause syncing.
- Pick 2 hours, 8 hours, or 24 hours.
- OneDrive shows a paused icon (cloud with vertical bars). Sync stops; uploads queue locally.
- To resume early: click OneDrive icon → Resume syncing.
- OneDrive auto-resumes after the chosen window.
This is the quick option for predictable short windows.
Method 2: Quit OneDrive entirely for indefinite pause
For pauses longer than 24 hours.
- Click the OneDrive cloud icon in the system tray.
- Click the gear icon → Quit OneDrive.
- Confirm Close OneDrive. OneDrive process exits.
- Verify in Task Manager: no OneDrive.exe process running. Local files in
C:\Users\<you>\OneDriveare still there and editable. - To prevent OneDrive from auto-starting at boot: Settings → Apps → Startup → toggle Microsoft OneDrive Off.
- When ready to resume: launch OneDrive from Start menu. Local changes upload automatically.
- Caution: while OneDrive is off, files you save locally aren’t backed up to cloud. Mobile device access shows older versions.
This is the cleanest long-pause approach.
Method 3: Scheduled task for time-window control
For users who want OneDrive only at specific times (overnight, weekends).
- Open Task Scheduler (Start menu).
- Click Create Basic Task. Name: OneDrive Resume.
- Trigger: Daily at, say, 11:00 PM.
- Action: Start a program → browse to
C:\Users\<you>\AppData\Local\Microsoft\OneDrive\OneDrive.exe. - Click Finish.
- Create a second task: OneDrive Stop. Trigger Daily at 7:00 AM. Action: Start a program →
taskkill.exewith arguments/IM OneDrive.exe /F. - OneDrive now runs only 11 PM – 7 AM (overnight sync). During work hours, no sync activity, no bandwidth contention.
This is the right approach for users who want predictable on/off windows.
How to verify the fix worked
- Run
Get-Process OneDrive -ErrorAction SilentlyContinuein PowerShell. After Method 2: no output (OneDrive not running). - Open OneDrive folder in File Explorer. Files have status icons (white cloud = cloud-only, green check = synced). After paused: no new sync activity.
- Watch network usage in Task Manager → Performance → Ethernet/Wi-Fi. After OneDrive quit: no OneDrive.exe in “Top processes” network section.
If none of these work
If OneDrive keeps auto-restarting after Method 2’s Quit, three issues apply. Startup setting: re-check Settings → Apps → Startup. Scheduled task: Task Scheduler → Microsoft → Windows → OneDrive — disable any auto-start tasks. Office integration: Microsoft 365 Office apps (Word, Excel) sometimes re-launch OneDrive when you open files from cloud. Disable: Word → File → Options → Save → uncheck “AutoSave OneDrive and SharePoint Online files by default.”
Bottom line: Native pause caps at 24 hours; quit OneDrive entirely for longer pauses, or use scheduled tasks for time-window control. Local files survive untouched either way.