The Problem
You try to paste text or an image into a new email. Nothing happens. Or worse: you get a blank line, garbled formatting, or Outlook silently strips your content. You hit Ctrl+V. You right-click. You try the ribbon’s Paste button. Still nothing. This isn’t a bug. It’s intentional behavior — triggered by Outlook’s rich-text security model. When Outlook detects content from certain sources (like web pages, Excel tables, or protected PDFs), it blocks paste by default. The worst part? There’s no warning. No dialog. Just silence. It hits power users hardest — people who copy from internal dashboards, CRM systems, or SharePoint lists. But it also trips up admins who deploy Group Policy or registry-based restrictions. And yes — it affects Outlook 365 *more* than older versions, because Microsoft tightened paste handling after several zero-day exploits involving malformed HTML payloads.The Fix
There are three places to check — in strict order. Start here first: 1. Disable "Use plain text format for new messages"This is the #1 culprit. When enabled, Outlook disables rich-text paste entirely — even for simple formatted text. Go to File > Options > Mail > Compose messages. Uncheck "Use plain text format for new messages". Click OK. Try pasting again. 2. Turn off "Disable rich text editing" in Trust Center
This setting overrides everything else — even if plain text mode is off. Go to File > Options > Trust Center > Trust Center Settings > Email Security. Scroll down. Make sure "Disable rich text editing" is unchecked. If it’s grayed out, your organization has enforced this via Group Policy — skip to "If That Doesn’t Work" below. 3. Reset the Clipboard Format Registry Key (Outlook 2016/2019/365 desktop only)
Outlook stores clipboard behavior preferences in the registry. Corrupted values here break paste silently. Close Outlook. Press Win + R, type regedit, and navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\Mail
(For Outlook 2016, use 16.0; for 2019, 16.0; for 365, still 16.0 — yes, really.)
Look for a DWORD named DisablePaste. If it exists and equals 1, double-click it and change the value to 0. If it doesn’t exist — great. You’re clean.
Restart Outlook. Paste now works with Ctrl+V, right-click, or Alt+H > V.
If That Doesn't Work
Try these in order — each fixes a different layer of interference:- Reset Outlook’s Safe Mode cache: Hold Ctrl while launching Outlook. Click "Yes" to start in Safe Mode. Try pasting. If it works, your add-ins are blocking paste. Disable them one-by-one under File > Options > Add-ins > Manage COM Add-ins > Go….
- Clear the Outlook clipboard cache: Open Notepad. Paste something there. Then go back to Outlook and try again. Weird? Yes. Effective? Often.
- Switch paste behavior manually: In a new message, go to Home > Paste > Paste Special. Choose "Unformatted Text" or "HTML Format" — not "Keep Source Formatting." This bypasses Outlook’s auto-filter logic.
- Reinstall Office Quick Repair: Go to Settings > Apps > Microsoft 365 Apps > Modify > Quick Repair. Takes 90 seconds. Fixes corrupted paste handlers more often than you’d expect.
Preventing It Next Time
Outlook doesn’t warn you when it disables paste — but it *does* log those events. Enable diagnostic logging so you catch issues before users complain. Go to File > Options > Advanced > Export > Create Outlook Data File (.pst) — no, wait. That’s not it. Actually: File > Options > Advanced > Other > Enable troubleshooting logging. Check it. Restart Outlook. Logs appear in%localappdata%\Microsoft\Outlook\Logs. Search for "clipboard" or "paste".
Also: avoid copying from Chrome extensions like Grammarly or Notion — they inject invisible markup that Outlook rejects. Copy from Notepad first as a clean intermediary.
The beauty of this approach is that it turns silent failures into visible logs — and gives you a trail to follow next time.
Related Settings
Paste behavior interacts with several other Outlook features — sometimes in counterintuitive ways. Here’s what actually matters:| Feature | Outlook 365 | Outlook 2019 | Outlook 2016 | Outlook Web |
|---|---|---|---|---|
| Rich-text paste from web pages | ✅ Enabled by default | ✅ Enabled by default | ✅ Enabled by default | ✅ Works — but strips scripts & styles |
| Paste from Excel (as table) | ✅ With formatting | ✅ With formatting | ⚠️ Loses borders in plain-text mode | ❌ Converts to plain text only |
| Paste images from clipboard | ✅ Embedded (not linked) | ✅ Embedded | ✅ Embedded | ✅ Supported since late 2023 |
| Paste from protected PDFs | ❌ Blocked unless copied via Acrobat Reader | ❌ Same | ❌ Same | ❌ Always blocked |
| Mobile (iOS/Android) paste support | ✅ Full support — including images | N/A | N/A | ✅ Same as mobile app |