Skip to main content

Guides

Paste as Plain Text: Keyboard Shortcuts for Every App

CleanPastedText editorial · Updated

Text workbench

Try it on your text

Cleaning mode

Removes hidden characters and standardizes AI-style punctuation.

Try a real example

Each sample contains a problem you cannot see.

Original

Pasted text

0 chars · 0 words

Cleaned

Ready to copy

0 changes

Text stays in this browser

Same words · No AI rewriting · No content logging

The shortcut, by app and OS

"Paste as plain text" (sometimes labeled "paste without formatting") tells the destination to drop the source's fonts, colors, and links and keep only the characters. The key combination depends on the operating system and, in a few cases, the specific app.

App / platformShortcut
Windows & ChromeOS (most apps, browsers)Ctrl+Shift+V
macOS (most apps, browsers)Cmd+Shift+V
macOS Apple apps (Pages, Mail, Notes, TextEdit)Cmd+Option+Shift+V ("Paste and Match Style")
Google Docs, Sheets, SlidesCtrl+Shift+V (Cmd+Shift+V on Mac)
Gmail & SlackCtrl/Cmd+Shift+V
Microsoft WordNo default — paste, then Ctrl for "Keep Text Only"
VS Code, Notepad, plain-text editorsCtrl/Cmd+V (already plain text)

Google documents its shortcuts directly: Google Docs keyboard shortcuts. Apple lists the system-wide combination, including Paste and Match Style, in its Mac keyboard shortcuts reference. Microsoft explains Word's paste-options menu — and how to set "Keep Text Only" as the default instead of hunting for it after every paste — in Control the formatting when you paste text.

Why the shortcut still leaves text "weird"

A plain-text paste removes exactly one layer: rich formatting. Font family, size, color, bold, links — all discarded. What it does not touch is the character data itself, and a lot of what makes pasted text misbehave is characters, not formatting: non-breaking spaces (U+00A0), zero-width spaces (U+200B), directional marks, soft hyphens from PDFs, and the curly quotes and em dashes that rich editors substitute automatically. Every one of those survives Ctrl+Shift+V untouched, because to the operating system they are letters, not styling.

That gap is exactly what trips people up — searching for a word that "looks" right but isn't found, a headline that won't wrap where expected, or a stray gap that resists the delete key. The full explanation of where each artifact comes from is in why does my text paste weird, and the character-level fix — as opposed to the formatting-level one a keyboard shortcut gives you — is what a text sanitizer is for.

When the shortcut is unreliable or missing

Three situations come up often enough to plan around:

  1. The app has no shortcut at all. Word is the main example — there is no built-in Ctrl+Shift+V for plain text, only the paste-options menu that appears after a normal paste, or a shortcut you assign yourself to the PasteTextOnly command.
  2. The option is greyed out. If the clipboard already holds plain text — copied from a terminal, a .txt file, or another plain-text field — there is nothing to strip, so the app disables the option rather than doing nothing silently.
  3. The shortcut strips formatting but not the actual problem. When the complaint is hidden characters, AI watermark spaces, or copy-paste artifacts from a chatbot rather than fonts and colors, a plain-text paste won't fix it no matter how reliably the key combination works. Pasting AI output specifically into Word or Docs has its own set of gotchas, covered in pasting AI text into Word and Google Docs.

For all three, the fallback that works regardless of which app or OS you're on is the same: paste the text into a character-level cleaner first, then paste the cleaned result into the destination. Running it through CleanPastedText catches what the keyboard shortcut can't, entirely in your browser.

Common questions

Frequently asked questions

What is the shortcut to paste as plain text?

Ctrl+Shift+V on Windows, Linux, and ChromeOS covers most browsers, Google Docs/Sheets/Slides, Gmail, Slack, and VS Code. On a Mac it's Cmd+Shift+V in the same set of apps, or Cmd+Option+Shift+V for Apple's own 'Paste and Match Style' in Pages, Mail, and Notes. Microsoft Word is the exception: it has no default plain-text shortcut, so you paste with Ctrl+V and then press Ctrl to open the paste-options menu and choose 'Keep Text Only,' or set that as the default under File > Options > Advanced.

Why doesn't Ctrl+Shift+V work in Word?

Word ties its paste behavior to the Paste Special dialog (Ctrl+Alt+V) rather than a one-key plain-text shortcut, and Microsoft has changed this shortcut's behavior across recent builds. The reliable path in any Word version is to paste normally, then click the clipboard icon that appears under the pasted text (or press Ctrl) and select 'Keep Text Only,' or assign your own shortcut to the PasteTextOnly command under File > Options > Customize Ribbon > Customize.

Does paste as plain text remove hidden characters?

No. It strips the rich-formatting layer — font, size, color, hyperlinks — but every character you copied, visible or not, survives. Non-breaking spaces (U+00A0), zero-width spaces (U+200B), directional marks, and smart quotes are characters, not formatting, so a plain-text paste keeps all of them. That's why text can still fail a search, wrap oddly, or break code after using the shortcut.

Why is 'Paste without formatting' greyed out?

Usually because the clipboard holds plain text already — copying from a terminal, a .txt file, or another plain-text field leaves nothing to strip, so the option is disabled. It can also happen if the source blocked clipboard access, or if browser permissions prevent the destination page from reading rich clipboard data at all.

What's the difference between 'plain text' and 'match style' paste?

Plain-text paste (Ctrl/Cmd+Shift+V in most apps) discards all formatting and inherits whatever the destination's default style is. 'Paste and Match Style' (Cmd+Option+Shift+V in Apple apps) instead reformats the pasted content to match the surrounding text — same font and size — while still carrying over the underlying characters. Both leave hidden Unicode characters untouched.

How do I remove the characters that survive a plain-text paste?

Run the text through a character-level cleaner after pasting, such as CleanPastedText. It scans every code point, names hidden characters like non-breaking spaces and zero-width characters, and strips them without changing any visible word — something no OS or app-level paste shortcut does.

Continue reading

Related guides & tools

Why Does My Text Paste Weird?

An in-depth guide to Unicode, invisible characters, and why copying from PDFs, websites, and AI chatbots causes weird spacing and formatting issues.

Clean Pasted Text: The Universal Sanitizer

The all-in-one tool to sanitize text from any source. Remove invisible characters, fix spacing, and normalize typography — 100% in your browser, always free.

Fix Weird Spacing When Pasting Text

Why does your text paste with weird gaps? Instantly normalize spaces, remove non-breaking spaces (NBSP), and fix irregular line breaks — free, in-browser.

AI Text Cleaner: Fix ChatGPT, Claude & Gemini Output in One Click

Free AI text cleaner: strip hidden Unicode (U+202F), smart quotes, and em dashes from ChatGPT, Claude, or Gemini text. 100% in-browser, nothing uploaded.

Paste AI Text into Word, Google Docs & Notion Without the Mess

Why ChatGPT text pastes with asterisks, ### headers, curly quotes, and hidden characters — and the exact fix for Word, Google Docs, Notion, email, and CMS.

Normalize Quotes, Dashes & Ellipses

Convert curly quotes to straight quotes and em dashes to hyphens. Clean typography for markdown, code, and plain-text editors — free and instant.

Remove Invisible Characters from Text

Instantly remove invisible characters, zero-width spaces, and hidden Unicode from any text — including ChatGPT output. Free, private, runs in your browser.

Remove & Convert Non-Breaking Spaces (NBSP)

Convert non-breaking spaces (NBSP, U+00A0) into standard spaces. Fix text that won't wrap and remove un-deletable gaps from pasted content — free, in-browser.