Why Word Co-author Sync Stops After a Specific Number of Comments
🔍 WiseChecker

Why Word Co-author Sync Stops After a Specific Number of Comments

When multiple users edit a Word document simultaneously using real-time co-authoring, sync can stop abruptly after a certain number of comments are added. This typically happens when the document exceeds a hidden internal limit for tracked comments during a single co-authoring session. The sync failure prevents participants from seeing each other’s latest comments, changes, or cursor positions. This article explains the technical cause behind this limit, provides steps to resolve the sync issue, and outlines related failure patterns you may encounter.

Key Takeaways: Co-author Comment Limit in Word

  • File > Info > Document Inspector > Inspect > Comments, Revisions, Versions, and Annotations: Removing or reducing comments below the internal threshold restores real-time sync during co-authoring.
  • OneDrive sync status icon in the Windows taskbar notification area: Confirms whether the file is fully uploaded and conflict-free before co-authoring resumes.
  • File > Options > General > Real-time collaboration settings > Turn off real-time collaboration: Disabling and re-enabling this setting can reset a stuck sync session without losing comments.

ADVERTISEMENT

Why Word Stops Syncing When Comments Reach a Certain Count

Word’s real-time co-authoring engine uses a delta sync protocol that communicates incremental changes between participants. Each comment creates a small data payload that must be merged into the document’s internal revision graph. When the total number of comments in a single co-authoring session exceeds approximately 200 to 250, the merge complexity increases nonlinearly. This is not a documented hard cap but a practical performance threshold observed in large collaborative documents.

The root cause lies in how Word’s collaboration layer handles comment metadata. Every comment includes author identity, timestamp, reply threads, resolved status, and a unique identifier. As the comment count grows, the delta sync algorithm must reconcile all these attributes across every active participant. When the data volume surpasses the internal buffer size for a single sync packet, Word stops sending updates for new comments and changes. The document remains open and editable locally, but participants no longer see each other’s work in real time.

This behavior is most common in documents stored on OneDrive or SharePoint that are opened from the Word desktop app or Word for the web. Files with many inline images, tracked changes, or complex formatting can reach the threshold faster because those elements also consume sync bandwidth. The sync freeze affects all participants equally, meaning no one receives further updates until the comment count is reduced or the session is reset.

How the Comment Limit Affects Different Co-authoring Modes

Word for the web uses a different sync mechanism than the desktop app. The web version relies on a server-side merge that can handle a higher comment volume before stalling, but it still degrades responsiveness after about 300 comments. The desktop app, especially on Windows, is more sensitive because it performs client-side merging. If you are using Word 365 version 2302 or later, the sync limit is slightly higher due to improved delta compression, but the fundamental restriction remains.

Steps to Restore Co-author Sync After Comment Overload

Follow these steps in order to recover sync without losing work. Perform these actions on the document owner’s copy if possible, because the owner has full control over comment management.

  1. Close the document on all devices except one
    Ask all co-authors to save their work and close the file. Only one person should open the document to prevent further sync conflicts during cleanup.
  2. Open the document and check the comment count
    Go to the Review tab and click Show Comments to display the comments pane. Scroll through the list and note the approximate number. If it exceeds 200, the sync stop is likely caused by comment volume.
  3. Resolve or delete excess comments
    For each comment that is no longer relevant, click the three-dot menu in the comment card and select Resolve Comment. Resolved comments are hidden from the default view but still count toward the sync limit. To permanently remove them, click Delete Comment. Delete at least 50 to 80 comments to drop below the threshold.
  4. Run the Document Inspector to remove residual comment metadata
    Go to File > Info > Check for Issues > Inspect Document. In the Inspector dialog, ensure Comments, Revisions, Versions, and Annotations is checked. Click Inspect, then click Remove All next to that category. This removes all comments permanently. If you need to keep some comments, export a copy of the document first.
  5. Save the cleaned document and close Word
    Press Ctrl+S to save the file. Close Word completely. Wait 30 seconds to allow the OneDrive sync engine to upload the cleaned version.
  6. Reopen the document and invite co-authors
    Open the file again from the same location. Click Share in the top-right corner and resend the link to all co-authors. Ask them to open the document fresh.
  7. Verify sync is working
    Each co-author should see the other participants’ cursors and comments within 10 seconds. Add a test comment and confirm it appears on other screens.

Alternative Method: Reset the Co-authoring Session Without Deleting Comments

If you cannot delete any comments, you can force a session reset by disabling and re-enabling real-time collaboration. This does not remove comments but forces Word to rebuild the sync state.

  1. Open the document and go to File > Options > General
    Scroll down to the Real-time collaboration section.
  2. Uncheck Turn on real-time collaboration and click OK
    Word will close the document and reopen it in single-user mode. All comments remain visible but are no longer synced.
  3. Go back to File > Options > General and recheck the same box
    Click OK. Word reopens the document with a fresh sync session. Co-authors must reopen the file to reconnect.
  4. Test sync with a new comment
    Add a comment and ask a co-author to confirm they see it. If sync is still broken, the comment count may still be too high, and you must delete comments.

ADVERTISEMENT

If Word Still Has Sync Issues After Reducing Comments

Word Shows Co-authors as Offline Even After Comment Cleanup

This usually means the document has a pending sync conflict in OneDrive. Open the OneDrive status icon in the Windows taskbar notification area. Look for a yellow triangle or red circle on the file icon. Right-click the file and select Resolve Conflict. Choose Keep Both Versions or Keep This Version to clear the conflict. After resolution, ask all co-authors to close and reopen the document.

Comments Are Not Visible to Some Participants After Sync Resumes

This occurs when a participant’s local cache is stale. Ask the affected user to go to File > Account > Update Options > Update Now to ensure they are on the latest Word build. Then close the document, press Windows key + R, type %localappdata%\Microsoft\Office\16.0\Lync and delete all files in that folder. Reopen the document. This clears the cached sync state.

Co-author Sync Stops Again After Adding New Comments

If the document has many inline images, tables, or tracked changes, the combined sync payload may exceed the limit even with fewer comments. Reduce the number of tracked changes by accepting or rejecting them on the Review tab. Also compress large images using the Picture Format tab > Compress Pictures. Then repeat the sync reset steps above.

Word Desktop vs Word for the Web: Comment Sync Limit Comparison

Item Word Desktop (Windows/Mac) Word for the Web
Approximate comment limit before sync stops 200–250 300–350
Sync mechanism Client-side delta merge Server-side merge
Effect of resolved comments on limit Resolved comments still count toward limit Resolved comments still count toward limit
Ability to reset session without deleting comments Yes, via Options > General > Real-time collaboration toggle No toggle available; must delete comments
Performance with images and tracked changes Slower; images increase sync payload significantly Faster; server handles image compression

After resolving the comment overload, you can prevent future sync stops by keeping the total comment count below 150 during active co-authoring sessions. Use the Review > Show Comments pane to monitor comment volume. If the document requires extensive feedback, consider splitting the work into multiple smaller files or using a separate comments tool like Microsoft Loop components embedded in the document. Word’s co-authoring works best when the comment thread stays under 100 items, which ensures reliable real-time updates for all participants.

ADVERTISEMENT