You close a Word document that is saved to OneDrive, and Word hangs or takes 30 seconds or more to close the window. This delay happens because Word waits for OneDrive to finish syncing changes to the cloud before releasing the file lock. The problem is most noticeable on slow internet connections or when the document contains large embedded objects such as high-resolution images or video files. This article explains why the delay occurs and provides five specific fixes to eliminate the wait when closing Word after a OneDrive sync.
Key Takeaways: Eliminate the Close Delay After OneDrive Sync in Word
- File > Options > Save > Save AutoRecover information every X minutes: Increase the interval to 15 minutes or more to reduce sync operations that block Word from closing.
- OneDrive Settings > Account > Choose folders > Uncheck large folders: Stop syncing entire folders that contain large documents to reduce the sync backlog.
- File > Options > Advanced > Save > Allow background saves: Enable this option so Word saves changes in the background and does not block the close operation.
- Windows Taskbar > OneDrive icon > Pause syncing > 2 hours: Pause OneDrive before closing Word to prevent the sync from delaying the close.
- File > Options > Add-ins > Manage COM Add-ins > Go > Disable OneDrive add-in: Turn off the OneDrive add-in for Word if the delay is caused by the add-in interfering with the close process.
Why Word Delays Closing After OneDrive Sync
When you save a Word document to a OneDrive folder, Word and OneDrive maintain a file lock on the document during the sync operation. The file lock prevents any other process from modifying the file until the sync completes. When you close Word, the application must wait for OneDrive to release the lock. If the sync is slow because the file is large, the network is congested, or multiple files are queued, Word remains open until the lock is released. This behavior is by design to prevent data loss, but it creates a frustrating delay for users who expect Word to close immediately after saving.
The delay is most common under these conditions:
- Documents larger than 10 MB with embedded images or video
- Slow or metered internet connections
- Multiple documents syncing simultaneously
- OneDrive add-in or COM add-ins that interfere with the close process
- AutoSave enabled with frequent save intervals (every 1–3 minutes)
Steps to Stop the Close Delay After OneDrive Sync
Method 1: Increase the AutoRecover Save Interval
- Open Word Options
Click File > Options > Save. - Adjust the AutoRecover interval
Locate the setting Save AutoRecover information every X minutes. Change the value from the default 10 minutes to 15 or 20 minutes. A longer interval reduces the number of background saves that trigger a sync lock. - Apply the change
Click OK to save the setting. Close Word and reopen the document. The delay when closing should be reduced because Word saves less frequently.
Method 2: Disable AutoSave for the Document
- Locate the AutoSave toggle
In the top-left corner of the Word window, above the ribbon, find the AutoSave toggle switch. It shows either On or Off. - Turn off AutoSave
Click the toggle so it shows Off. Word will no longer save changes automatically to OneDrive. You must press Ctrl+S or click the Save icon to save manually. - Close the document
Press Ctrl+W or click the Close button. Because AutoSave is off, Word does not initiate a sync before closing, eliminating the delay.
Method 3: Pause OneDrive Sync Before Closing Word
- Open OneDrive settings
Right-click the OneDrive cloud icon in the Windows taskbar notification area. If the icon is hidden, click the upward arrow (Show hidden icons) to reveal it. - Pause syncing
Select Pause syncing and choose 2 hours from the menu. This stops all OneDrive uploads and downloads temporarily. - Close Word
Switch to Word and close the document. Because OneDrive is paused, no sync occurs, and Word closes immediately. - Resume syncing
Right-click the OneDrive icon again and select Resume syncing to restart file synchronization.
Method 4: Disable the OneDrive Add-in in Word
- Open COM Add-ins
Click File > Options > Add-ins. At the bottom of the dialog, next to Manage, select COM Add-ins from the dropdown list and click Go. - Uncheck the OneDrive add-in
In the COM Add-ins dialog, locate Microsoft OneDrive for Business or Microsoft OneDrive. Uncheck the box next to it. Leave all other add-ins unchanged. - Apply the change
Click OK to close the dialog. Restart Word. The OneDrive add-in will no longer interfere with the close process.
Method 5: Disable Hardware Graphics Acceleration
- Open Advanced Options
Click File > Options > Advanced. - Turn off hardware acceleration
Scroll to the Display section. Check the box labeled Disable hardware graphics acceleration. - Apply and restart
Click OK. Restart Word. This setting reduces GPU-related delays that can compound the sync wait time, especially on systems with older graphics cards.
If Word Still Has Issues After the Main Fix
Word Freezes Completely When Closing After Sync
If Word stops responding and cannot be closed normally, press Ctrl+Alt+Delete and select Task Manager. In the Processes tab, locate Microsoft Word (WINWORD.EXE), right-click it, and choose End task. After restarting Word, use the steps above to pause OneDrive or disable AutoSave before closing again. If the freeze persists, run the Microsoft Support and Recovery Assistant (SaRA) tool from aka.ms/SaRA and select the Office > Office Apps Crashing scenario.
OneDrive Shows Syncing Icon for Hours After Closing Word
Open OneDrive settings by right-clicking the OneDrive icon and selecting Settings. Go to the Account tab and click Choose folders. Uncheck folders that contain large Word documents you do not need synced to this device. Click OK. OneDrive will stop syncing those folders, reducing the backlog that delays future close operations.
Delay Returns After Applying the Fixes
The delay can return if a Windows update or OneDrive update resets your settings. Repeat the steps in this article after any major update. As a long-term measure, disable AutoSave globally by going to File > Options > Save and unchecking AutoSave files stored in the cloud by default in Word. Click OK to apply the change to all future documents.
Comparison of Methods to Fix Word Close Delay After OneDrive Sync
| Method | Effect on Word Close Speed | Effect on AutoSave |
|---|---|---|
| Increase AutoRecover interval | Moderate improvement | AutoSave still active, saves less often |
| Disable AutoSave | Immediate close | AutoSave turned off for this document |
| Pause OneDrive sync | Immediate close | AutoSave still active but sync paused |
| Disable OneDrive add-in | Moderate improvement | AutoSave still active |
| Disable hardware acceleration | Slight improvement | AutoSave still active |
You can now close Word without waiting for OneDrive sync to finish. Start by disabling AutoSave on the document you are currently editing to see an immediate improvement. For a permanent solution, increase the AutoRecover interval and disable the OneDrive add-in. If you work with very large files, pause OneDrive manually before closing Word each time. As an advanced tip, create a desktop shortcut that runs the command taskkill /f /im OneDrive.exe to stop OneDrive completely before closing Word, then restart it with start "" "%localappdata%\Microsoft\OneDrive\OneDrive.exe" after Word closes.