Word Crashes Pasting Tracked Changes: Fixes That Work

Word keeps crashing when you paste tracked changes from another doc? Try these quick fixes, from toggling a setting to clearing the clipboard cache.

Why Word Hates Pasting Tracked Changes (A Quick Story)

Last month, a client called me – their legal team was merging edits from three paralegals into one master contract. Every time they pasted a paragraph with tracked changes from another doc, Word would freeze for ten seconds, then crash with that lovely “Word has stopped working” dialog. They'd lost an hour of work twice before they called me. The culprit? Word's clipboard engine choking on the revision markup that rides along with the pasted text.

Tracked changes aren't just text – they carry metadata: who made the change, when, and whether it's an insertion or deletion. Paste that into a document with its own revision history, and Word's rendering engine sometimes blows a fuse. Here's how to fix it, from the 30-second no-brainer to the deeper cleanup.

Fix 1: The 30-Second Toggle – Turn Off Hardware Acceleration

I know, sounds unrelated. But Word's graphics rendering is the #1 cause of crashes when pasting complex content, especially on Windows 10 with older graphics drivers. The paste triggers a redraw, and the GPU driver hiccups.

  1. Open Word, go to File > Options > Advanced.
  2. Scroll to the Display section.
  3. Check the box for Disable hardware graphics acceleration.
  4. Click OK and restart Word.

Try pasting again. If it stops crashing, you win. If not, uncheck that box – you don't want to leave it off permanently, as scrolling gets sluggish on long docs.

Fix 2: The 5-Minute Solution – Paste as Plain Text (and Keep Formatting Later)

This is the pragmatic fix I recommend to most small business clients. It doesn't solve the root cause, but it unblocks you. Instead of pasting with the tracked changes markup, strip the formatting and revisions.

  1. Copy the source text as usual.
  2. In your target document, go to Home > Paste and click the small arrow under Paste.
  3. Select Keep Text Only (it looks like a clipboard with an “A”).

That pastes the text without any tracked changes – you lose the revision marks, but you don't lose your sanity. If you need the tracked changes to show up, there's a better way:

  • Turn OFF Track Changes before pasting (if you have permission to edit the source).
  • Copy, paste, then turn Track Changes back on. The pasted content comes in as clean text, but any new edits you make will be tracked.

One client of mine – an editor – uses a macro for this, but that's overkill for most. The plain-paste method works every time, and you can re-apply formatting with a few clicks.

Fix 3: The 15+ Minute Deep Clean – Clear Clipboard Cache and Disable Add-ins

If the quick fixes didn't work, it's time to roll up your sleeves. The crash often stems from a corrupted clipboard cache or a rogue add-in that hijacks the paste operation.

Step 1: Clear the Clipboard Cache

Windows keeps a hidden clipboard history. If that cache is corrupt, every paste can trigger a crash. Here's how to wipe it:

# Open Command Prompt as Administrator, then run:
cmd /c echo off | clip

That clears the clipboard. Also, go to Settings > System > Clipboard and turn off Clipboard history if it's on. Then restart Word.

Step 2: Disable COM Add-ins (The Usual Suspects)

Adobe Acrobat, Grammarly, or PDF converters often install Word add-ins that intercept paste operations. Disable them one by one:

  1. In Word, go to File > Options > Add-ins.
  2. At the bottom, next to Manage, select COM Add-ins and click Go.
  3. Uncheck everything, then click OK.
  4. Restart Word and test the paste.

If it works, re-enable add-ins one at a time until you find the offender. In my experience, Adobe Acrobat's PDFMaker is the #1 culprit – I've seen it crash Word on paste more times than I can count.

Step 3: Repair Office (When All Else Fails)

If the crash persists, Word's installation might be corrupted. Run the built-in repair:

  1. Go to Control Panel > Programs and Features.
  2. Find Microsoft Office, right-click, and select Change.
  3. Choose Quick Repair first (takes a few minutes). If that doesn't help, do Online Repair (takes longer, needs internet).

This resets Word's internals without touching your documents. It's fixed the paste-crash issue on three separate machines for me.

What If You Still Need the Tracked Changes?

If you absolutely must preserve the tracked changes across documents, don't paste at all. Use Word's Compare feature instead:

  1. In the target document, go to Review > Compare.
  2. Select the original and the revised document (the one with changes).
  3. Word merges them and shows all tracked changes without ever touching the clipboard.

This avoids the paste crash entirely and is actually the proper way to merge revisions from multiple authors. I've used it for years on book manuscripts – no crashes, no lost formatting.

Final Word (Pun Intended)

Start with the hardware acceleration toggle – it's the fastest and often fixes it. Then fall back to plain-text paste if you're in a hurry. Only do the deep clean if you're dealing with it regularly. And if you're pasting tracked changes daily, switch to Compare – it's the right tool for the job. You'll save yourself the headache and the lost work.

Related Errors in Software – Microsoft Office
DXGI_ERROR_INVALID_CALL Fix DirectX CreateTexture2D Failed Error in Games 0x8004011B Fix Outlook Error 0x8004011B: Corrupt Mail Profile Fix Outlook contacts vanish after iOS sync – fix explained Outlook.exe – Application Error Outlook 2016 crashes on new email after KB5001330

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.