Cause #1: A Conflicting Add-in (Most Common)
I can't tell you how many times I've seen this exact error pop up right after someone installed a PDF converter or a grammar checker add-in. Word add-ins hook into the clipboard to do their thing, and when two of them fight over it, you get that message. The fix is to start Word in safe mode and see if the problem disappears.
How to test in safe mode
- Close Word completely.
- Press Win + R, type
winword /safe, and hit Enter. - Try copying and pasting a few times. If it works, you've got an add-in problem.
If safe mode works, you need to find the offending add-in. Go to File > Options > Add-ins. At the bottom, next to Manage, select COM Add-ins and click Go. Uncheck all of them, restart Word normally, and test again. Then re-enable them one by one until the error comes back—that's your culprit.
My personal advice: most third-party PDF converters are unnecessary. Word's native Save As PDF works fine and doesn't mess with clipboard. If one of those is your problem, consider ditching it.
Cause #2: Corrupted Clipboard History
Windows 10 and 11 have a built-in clipboard history (Win + V). But when that history gets bloated or corrupted (usually after a big update), Word can stumble. The error might appear only when you try to paste something older from history, not when you copy fresh text.
The fix: clear clipboard history
Go to Settings > System > Clipboard and click Clear under Clear clipboard data. That wipes everything. Then test Word again.
If you want to keep using history, turn it off and on again to force a reset:
- Toggle Clipboard history off.
- Restart your PC.
- Toggle it back on.
That resets the underlying storage. I've fixed this on more than a dozen machines with exactly that.
Cause #3: Corrupted Office Installation or System Files
Sometimes the problem isn't an add-in or the clipboard at all—it's a damaged Office component. This usually starts after a partial update or when a security tool quarantines a Word file. The error might show up randomly, even when pasting plain text.
Run the Office repair tool
Go to Settings > Apps > Installed apps (or Apps & features), find Microsoft 365 or Office, click the three dots, and choose Modify. Select Quick Repair first—it's fast and often does the trick. If that doesn't work, run Online Repair. It takes longer but will reinstall missing files.
If the error persists after an online repair, run the system file checker:
sfc /scannowOpen Command Prompt as administrator and run that. It'll replace any corrupted Windows system files. I've seen this fix a stubborn clipboard issue that survived two Office repairs.
Quick Reference Summary
| Cause | Fix | Time |
|---|---|---|
| Add-in conflict | Disable COM add-ins, re-enable one by one | 5–10 min |
| Corrupted clipboard history | Clear clipboard data via Settings | 1 min |
| Office corruption | Run Quick Repair, then Online Repair | 15–30 min |
If you're still stuck after trying all three, you're likely dealing with a third-party app that's intercepting clipboard calls—think screen recorders or password managers. Temporarily disable those and test. But honestly, in my experience, the add-in fix resolves 80% of these cases. Good luck.