Word crashes pasting from Chrome: the real fix

Software – Microsoft Office Intermediate 👁 0 views 📅 May 25, 2026

Word freezing or crashing when you paste text from Chrome? It's usually a clipboard conflict or hidden formatting. Here's the fix that works.

You're working on a document, copy a block of text from Chrome, hit Ctrl+V in Word — and boom. Word freezes, goes gray, or crashes outright. You lose unsaved work. Infuriating. I've seen this exact issue across hundreds of corporate desktops running Office 2016, 2019, and Microsoft 365 on Windows 10 and 11. The trigger is almost always the same: Chrome is copying rich HTML formatting (font sizes, colors, nested tables) that Word's paste handler chokes on. Especially common with articles from news sites or formatted emails displayed in Chrome.

What's actually causing it?

Word's paste engine tries to convert Chrome's HTML clipboard data into Word's native document model. When that HTML is malformed, oversized, or contains unsupported CSS, Word's paste process hangs. The culprit here is almost always a conflict between multiple clipboard formats — Chrome offers up to 20 different formats in the clipboard, and Word picks the wrong one or tries to merge them. Simple text never causes this. It's always the rich formatting.

The fix: three options, pick the one that fits

Option 1: Use Paste Special (text only) — works every time

  1. Copy your text in Chrome as usual (Ctrl+C).
  2. In Word, instead of Ctrl+V, press Ctrl+Alt+V — that's Paste Special.
  3. In the dialog, select Unformatted Text and hit OK.
  4. Word won't crash. You lose the original formatting, but you can reapply styles in Word after pasting.

This is the fastest workaround. Teach your muscle memory to use Ctrl+Alt+V instead of Ctrl+V when pasting from a browser. It takes a week to stick, then it's automatic.

Option 2: Clear clipboard before pasting

  1. Before pasting, open Notepad (press Win+R, type notepad, hit Enter).
  2. Paste into Notepad first (Ctrl+V). This strips all formatting.
  3. Copy from Notepad (Ctrl+A, Ctrl+C).
  4. Paste into Word (Ctrl+V). No crash. Plain text only.

Downside: you lose formatting completely. But it's dead reliable.

Option 3: Disable hardware graphics acceleration in Word

Sometimes the crash isn't the clipboard itself — it's your graphics driver trying to render the pasted content. Turn off hardware acceleration:

  1. In Word, go to File > Options > Advanced.
  2. Scroll down to the Display section.
  3. Check Disable hardware graphics acceleration.
  4. Restart Word.

This doesn't always fix paste crashes, but it fixes a lot of rendering-related freezes. Worth trying if options 1 and 2 don't work for you.

What if it still crashes?

If you've done all three and Word is still dying on paste, you've probably got a deeper problem. Here's what to check:

  • Third-party add-ins. Start Word in safe mode: press Win+R, type winword /safe, hit Enter. If paste works fine in safe mode, an add-in is the real cause. Disable them one by one under File > Options > Add-ins. I've seen Grammarly and Acrobat PDFMaker cause this exact crash.
  • Corrupted Normal.dotm template. Close Word. Rename %appdata%\Microsoft\Templates\Normal.dotm to Normal.old. Restart Word — it creates a fresh template. You lose custom styles, so only do this if it's really broken.
  • Office repair. Go to Settings > Apps > Microsoft 365 (or Office) and select Modify > Quick Repair. If that fails, do the Online Repair — it takes longer but nukes corrupted files.
  • Chrome update. Sometimes Chrome pushes an update that breaks clipboard handling. Check if Chrome is up to date (three dots menu > Help > About Google Chrome). If it just updated, try rolling back or waiting for the next patch.

Skip the registry edits — I've never seen a registry tweak fix this. Skip reinstalling Office wholesale, that's overkill. 9 times out of 10, using Paste Special (Option 1) is all you need. The other 1 time, it's an add-in or a graphics driver. Now get back to work.

Was this solution helpful?