When you accept or reject Track Changes in a long Word document, the view jumps to the end of the file instead of staying on the current edit. This scrolling behavior breaks your workflow because you lose your place and must scroll back to continue reviewing. The jump happens because Word recalculates page layout and scrolls to the last changed paragraph after each acceptance. This article explains why the jump occurs and provides a reliable fix to keep your cursor in place while accepting changes.
Key Takeaways: Stop Word From Jumping to the End When Accepting Track Changes
- Use the Accept Change button on the Review tab instead of the right-click menu: The ribbon button keeps the selection stable and prevents the view from scrolling to the last change.
- Disable hardware graphics acceleration in File > Options > Advanced: Stops Word from refreshing the page layout aggressively after each change, which causes the jump.
- Apply the fix while in Print Layout view: The jump is most severe in Print Layout; Draft view reduces the problem because Word does not repaginate after every edit.
Why Word Scrolls to the End When You Accept a Track Change
Word jumps to the end of the document when accepting Track Changes because the application recalculates the page layout after each change is applied. This recalculation, called repagination, forces the view to scroll to the last modified paragraph in the document. The problem is most noticeable in long documents with many tracked changes, especially when you accept changes using the right-click context menu or the Accept All Changes command.
The root cause involves two factors. First, Word treats each accepted change as a layout event. When you accept a deletion, Word removes the strikethrough text and reflows the remaining content. When you accept an insertion, Word finalizes the new text and adjusts the surrounding paragraphs. Second, the Accept All Changes command processes every change in sequence and then scrolls to the last change in the document. The Accept Change button on the ribbon, however, does not trigger the same full repagination because it keeps the selection context anchored to the current paragraph.
Hardware graphics acceleration also plays a role. When enabled, Word uses your GPU to render pages, which can cause the view to jump to the end after a repagination event. Disabling this setting forces Word to use software rendering, which eliminates the jump in most cases.
Fix the Jump by Changing How You Accept Changes
The following steps stop Word from jumping to the end when you accept Track Changes. Apply them in the order shown. Test the fix on a copy of your document first.
- Switch to Draft view
On the View tab, click Draft. Draft view disables live page layout, so Word does not repaginate after each change. The jump stops immediately. You can switch back to Print Layout after you finish accepting changes. - Use the Accept button on the ribbon
On the Review tab, in the Changes group, click the Accept button (not the drop-down arrow). This button accepts the current change and moves to the next one without scrolling to the end. Do not use the right-click menu or the Accept All Changes command. - Disable hardware graphics acceleration
Go to File > Options > Advanced. Scroll to the Display section. Check the box labeled Disable hardware graphics acceleration. Click OK. Restart Word. This setting forces Word to use software rendering and prevents the view jump. - Accept changes one at a time using the keyboard shortcut
Press Alt+R, A, A. This shortcut activates the Accept Change command on the ribbon without using the mouse. It keeps the cursor at the current change and does not trigger repagination. - Turn off AutoSave if the document is stored in OneDrive or SharePoint
AutoSave triggers frequent saves and recalculations. Turn it off by toggling the AutoSave switch in the title bar. After disabling AutoSave, accept changes using the ribbon button.
If Word Still Has Issues After the Main Fix
Word Jumps to the End When Using Accept All Changes From the Right-Click Menu
The right-click Accept All Changes command triggers a full repagination because it processes every change in one batch. Use the Accept All Changes command from the Review tab instead. On the Review tab, click the Accept drop-down arrow and select Accept All Changes. This command still jumps to the end, but the jump is less severe because the ribbon version does not repaginate after each individual change.
Word Scrolls to the End After Accepting a Single Change in Print Layout
If the jump happens even with the ribbon button and Draft view is not an option, reduce the zoom level to 50 percent or lower. A lower zoom level reduces the number of pages Word must recalculate. On the View tab, click Zoom and set the zoom to 50 percent. Accept changes using the ribbon button. The jump should stop.
Word Freezes or Becomes Unresponsive When Accepting Track Changes
A frozen document usually indicates a corrupted tracked change. Save a copy of the document. On the Review tab, click the Accept drop-down arrow and select Accept All Changes and Stop Tracking. This command resolves the changes and turns off Track Changes in one step. If Word still freezes, open the file in Word Online at office.com, accept all changes there, and then re-download the document.
Ribbon Button vs Right-Click Menu: Accept Change Behavior Comparison
| Item | Ribbon Accept Button | Right-Click Accept Change |
|---|---|---|
| Location of command | Review tab, Changes group | Context menu when right-clicking a tracked change |
| Scroll behavior after accepting | Stays at the current change | Jumps to the last change in the document |
| Effect on repagination | Does not trigger full repagination | Triggers repagination after each change |
| Keyboard shortcut | Alt+R, A, A | No keyboard shortcut |
| Batch acceptance option | Accept All Changes from the drop-down | Accept All Changes from the submenu |
Now you can accept Track Changes in long Word documents without losing your place. Start by switching to Draft view and using the ribbon Accept button. If the jump persists, disable hardware graphics acceleration in File > Options > Advanced. For a permanent fix, create a macro that accepts changes while keeping the selection anchored to the current paragraph.