Outlook rewrites your pasted text — here is why
Outlook is the most aggressive email client about reformatting what you paste. Drop in a ChatGPT answer and you can hit three problems at once: the content gets wrapped in a gray quote box as if you were replying to it, extra blank lines appear between paragraphs, and the font silently flips to Times New Roman. Underneath, that is Outlook reacting to messy clipboard HTML — blockquote-like styling, mismatched paragraph and line-break tags, and missing font hints — plus the literal ** and # markdown symbols ChatGPT leaves behind.
This tool hands Outlook normalized HTML instead. Paste your draft into the editor above, click Copy, and paste into a new message: the text lands as ordinary body copy — clean bold, headings, and lists — with no gray box, no padded spacing, and a font that inherits your message default.
Paste into Outlook cleanly, step by step
- Paste your ChatGPT draft into the editor above. Markdown, invisible characters, and inconsistent spacing are removed automatically.
- Review the formatting and fix anything with the toolbar.
- Click Copy, switch to Outlook, and press Ctrl+V (Cmd+V on Mac).
- Pick Keep Source Formattingfrom the paste-options button to preserve the styles exactly, or Merge Formatting to adopt your message's default look.
Fixing each Outlook quirk
- Gray box: gone, because the output uses plain body formatting rather than quote-block styling.
- Blank lines: paragraphs and lists are normalized, so Outlook stops doubling the spacing.
- Times New Roman: the neutral HTML inherits your message font instead of falling back to the default.
Where it works
The output is standard rich-text HTML that every current Outlook reads: the new Outlook for Windows, classic desktop Outlook, Outlook for Mac, and Outlook on the web. Bold, italics, headings, lists, quotes, code, and links all transfer; images and complex tables are not carried on the clipboard, so add those in Outlook afterward.
Related workflows
Writing outreach? The cold email AI guide shows how to turn an AI draft into a message that actually gets replies. On Gmail instead of Outlook? The Gmail text formatterfixes that client's version of the same paste problems.