Word is one of the worst places to paste raw chatbot output. It tries to preserve the source styling and you end up with mismatched fonts, weird line spacing, and characters that cause problems later. Here is how to paste cleanly.
Method 1: Paste as unformatted text
This is the built-in fix.
- Copy the text from ChatGPT.
- In Word, go to Home > Paste > Paste Special (or the small Paste dropdown).
- Choose Keep Text Only or Unformatted Text.
Keyboard shortcut: Ctrl + Shift + V in recent versions of Word pastes as text only. This drops the web fonts and styling and adopts your document's formatting.
Method 2: Set plain text as the default
If you paste into Word constantly, change the default so you never think about it:
- File > Options > Advanced.
- Under Cut, copy, and paste, set "Pasting from other programs" to Keep Text Only.
Now every paste lands as clean text automatically.
Method 3: Clean the text first
Paste Special fixes the visible styling, but it does not remove the invisible characters that come with AI text, and it leaves em dashes and smart quotes in place. If those matter, for example you will later export to a system that chokes on hidden Unicode, clean the text before it ever touches Word.
Paste the ChatGPT answer into textscrubr, let it strip the hidden characters, normalize the spaces, and handle the dashes, then copy the clean result into Word. Your headings, bullet lists, and numbered steps survive the trip.
Why bother removing invisible characters in a Word doc?
They are silent until they are not. Hidden characters can break a find-and-replace, throw off a word count, cause odd line breaks, and travel into anything you export or copy out of the document later. Removing them once, up front, saves the cleanup hunt afterward.