You click File > Open in Word and select a document from a OneDrive group folder. The application freezes or the file never fully loads. This hang occurs because of a conflict between Word’s file access method and OneDrive’s sync engine when the folder belongs to a Microsoft 365 group rather than a personal library. This article explains the root cause in detail and provides a set of proven fixes to restore normal file opening behavior.
Key Takeaways: Resolving Word Hangs With OneDrive Group Folder Documents
- File > Options > Save > AutoSave files stored in the cloud by default in Word: Disabling this option prevents Word from attempting to save changes to a group folder before the file is fully open.
- OneDrive Settings > Account > Choose folders: Unselecting the problematic group folder stops OneDrive from syncing that folder to the local device, avoiding the hang.
- Windows 11 Settings > Apps > Installed apps > Microsoft OneDrive > Advanced options > Reset: Resetting the OneDrive app clears cached sync state that may cause the hang.
Why Word Hangs When Opening Documents in OneDrive Group Folders
The hang occurs because of a timing conflict between Word’s file-locking mechanism and OneDrive’s sync engine. When you open a document stored in a Microsoft 365 group folder, Word requests a write lock from the operating system. OneDrive, however, treats group folders as shared libraries. It attempts to verify the file’s sync status with the server before releasing the lock. If the server response is delayed or the local sync state is stale, Word waits indefinitely.
A second factor is the AutoSave feature. Word tries to enable AutoSave automatically for cloud-stored files. This action triggers a background save attempt before the file is even displayed. The save attempt conflicts with the initial lock request, creating a deadlock that appears as a hang.
A third factor is the folder structure itself. OneDrive group folders use a different namespace than personal folders. The group folder path includes a tenant ID and group GUID. Word’s file-resolution code can get stuck trying to translate this path into a local file system path, especially on systems where the group folder has not been fully synced.
Steps to Fix Word Hangs When Opening Documents in OneDrive Group Folders
Method 1: Disable AutoSave Before Opening the Document
- Open Word and go to File > Options
Click the File tab, then Options at the bottom of the left pane. The Word Options dialog opens. - Select the Save category
In the left column of the dialog, click Save. The right pane shows all save-related settings. - Clear the AutoSave checkbox
Find the checkbox labeled “AutoSave files stored in the cloud by default in Word.” Uncheck it. Click OK to close the dialog. - Open the group folder document again
Use File > Open and navigate to the OneDrive group folder. Select the document. The file should open without the hang because Word no longer attempts an automatic save before the file is ready.
Method 2: Open the File From File Explorer Instead of Word
- Open File Explorer
Press Windows logo key + E on your keyboard. File Explorer opens. - Navigate to the OneDrive group folder
In the left navigation pane, click OneDrive. Locate the group folder under the “Shared Libraries” section or under the group name. Double-click the folder to open it. - Double-click the document
Find the .docx file and double-click it. Word launches and opens the file directly. Because Word is not going through its own file-open dialog, the hang is often bypassed.
Method 3: Unlink and Relink the OneDrive Account
- Open OneDrive settings
Right-click the OneDrive cloud icon in the system tray (notification area). Select Settings from the menu. - Go to the Account tab
In the Microsoft OneDrive dialog, click the Account tab at the top. - Click Unlink this PC
Under the account name, click the Unlink this PC link. Confirm the action when prompted. OneDrive stops syncing all folders. - Restart the computer
Restart your Windows 11 or Windows 10 device to clear all cached file handles. - Set up OneDrive again
Open OneDrive from the Start menu. Sign in with the same Microsoft 365 account. Select the group folders you need when prompted. Wait for the initial sync to complete. Then try opening the document from Word.
Method 4: Reset the OneDrive App
- Open Windows Settings
Press Windows logo key + I. Windows Settings opens. - Go to Apps > Installed apps
In the left pane, click Apps. Then click Installed apps. Scroll down to Microsoft OneDrive. - Click the three-dot menu and select Advanced options
Next to Microsoft OneDrive, click the three dots (More options). Select Advanced options from the menu. - Click Reset
Scroll down to the Reset section. Click the Reset button. A confirmation dialog appears. Click Reset again. Wait for the process to complete. - Restart Word and open the document
Close all Office apps. Open Word and navigate to the group folder document. The reset clears corrupted sync state that may have caused the hang.
If Word Still Has Issues After the Main Fix
Word Hangs Only When Opening From the Recent Files List
The Recent Files list stores the full server path of the group folder. When Word tries to resolve this path, the hang can occur even if the file opened successfully from File Explorer. To fix this, clear the Recent Files list. Go to File > Options > Advanced. Scroll to the Display section. Set “Show this number of Recent Documents” to 0. Click OK. Then reopen the document from File Explorer. After the file opens, set the Recent Documents number back to its original value.
Word Hangs on a Specific Group Folder but Not Others
One group folder may have a corrupted sync index. Open OneDrive settings and go to the Account tab. Click Choose folders. Uncheck the problematic group folder. Click OK. OneDrive removes the local copy. Then go back to Choose folders and check the group folder again. OneDrive re-downloads the folder contents, which often resolves the hang.
Word Hangs on All OneDrive Group Folders
The issue may be caused by a third-party shell extension that interferes with file access. Run a clean boot to isolate the cause. Press Windows logo key + R, type msconfig, and press Enter. Go to the Services tab, check “Hide all Microsoft services,” then click Disable all. Go to the Startup tab and open Task Manager. Disable all startup items. Restart the computer. If Word opens group folder documents without hanging, enable services and startup items one by one until the problematic extension is identified.
Word Open From Within Word vs Open From File Explorer: Behavior Differences
| Item | Open From Within Word (File > Open) | Open From File Explorer (Double-Click) |
|---|---|---|
| AutoSave trigger | Attempts to enable AutoSave before the file is displayed | AutoSave is enabled only after the file is fully loaded |
| File lock acquisition | Requests a write lock from OneDrive sync engine | Requests a read-only lock from the file system first |
| Path resolution | Uses the server URL path from SharePoint | Uses the local file system path |
| Typical hang duration | 15 to 60 seconds or indefinite | Less than 2 seconds |
| Workaround needed | Disable AutoSave or use alternate method | None |
After applying the methods in this article, you can now open documents stored in OneDrive group folders without the hang. If the problem returns, reset the OneDrive app or unlink and relink your account. For persistent issues, consider opening group folder documents from File Explorer as your default workflow. An advanced tip is to create a shortcut to the group folder in the Quick Access area of File Explorer. This shortcut lets you bypass Word’s file-open dialog entirely and reduces the chance of a hang.