clipboardsyncer

How to paste copied text: every method on every device

You've copied something. Now you need to get it into a text field, a document, a form, or a message somewhere else. The exact method depends on what device you're using, what app you're pasting into, and whether you want the original formatting to come along for the ride. This guide covers every scenario you'll run into.

Paste with keyboard shortcuts

Keyboard shortcuts are the fastest paste method on any device with a physical keyboard:

Operating SystemPastePaste Plain TextPaste Special
WindowsCtrl+VCtrl+Shift+VCtrl+Alt+V (Office)
macOSCmd+VCmd+Shift+VCmd+Opt+Shift+V
LinuxCtrl+VCtrl+Shift+VVaries by app
ChromeOSCtrl+VCtrl+Shift+VN/A
Android (external keyboard)Ctrl+VCtrl+Shift+VN/A
iOS (external keyboard)Cmd+VCmd+Shift+VN/A

The shortcut works in virtually every text input: browser address bars, form fields, text editors, word processors, email composers, chat apps, spreadsheets, and more. If there's a cursor blinking somewhere, Ctrl+V or Cmd+V will put your clipboard content there.

Paste with mouse (right-click menu)

If you prefer using the mouse or don't remember shortcuts:

  1. Click where you want the text to go (place your cursor)
  2. Right-click to open the context menu
  3. Click "Paste"

Some browsers show multiple paste options in the right-click menu. Chrome, for example, shows both "Paste" (with formatting) and "Paste as plain text" in certain contexts. You might also see "Paste and match style" which strips formatting to match the document you're pasting into.

You can also use the app's menu bar: click Edit at the top of the window, then Paste. This is slower but useful when other paste methods are blocked or when you need to find paste-related options you didn't know existed.

Paste on mobile devices

iPhone and iPad

iOS offers several ways to paste:

  • Tap and hold: Touch and hold in any text field until the popup menu appears. Tap "Paste". This is the standard method most people use.
  • Three-finger spread: Pinch outward with three fingers to paste. This gesture was introduced in iOS 13 and works system-wide. It's faster once you get used to it.
  • External keyboard: Cmd+V works exactly like on a Mac when you have a Bluetooth or Smart Keyboard connected.

Starting with iOS 16, apps that read your clipboard trigger a permission prompt asking whether to allow the paste. This is a privacy feature - you'll see a small banner at the top of the screen saying the app wants to paste from your clipboard. Tap "Allow" to proceed. See Apple's clipboard privacy documentation for details on how this works.

Android

  • Tap and hold: Long-press in a text field. A toolbar appears above with "Paste" (and sometimes "Paste as plain text"). Tap it.
  • Gboard clipboard: If you use Google's Gboard keyboard, tap the clipboard icon in the toolbar. You'll see recently copied items and can tap any one to paste it. Items stay in Gboard's clipboard for about an hour by default.
  • Samsung Keyboard: Samsung devices have a similar clipboard feature. Tap the three dots on the keyboard toolbar, then "Clipboard" to see recent items.
  • External keyboard: Ctrl+V works when you have a keyboard connected via Bluetooth or USB-C.

Paste without formatting (plain text only)

This is one of the most common frustrations with pasting. You copy a heading from a website and paste it into your email, and suddenly you have giant bold text with a different font and background color. Here's how to paste clean text in every situation:

Apps where Ctrl+Shift+V works

  • Google Chrome (any input field on any website)
  • Google Docs, Sheets, Slides
  • VS Code, Sublime Text, Atom
  • Slack (desktop app and web)
  • Discord
  • Notion
  • WordPress editor

Apps where you need a different shortcut

  • Microsoft Word: Ctrl+Alt+V opens the Paste Special dialog. Select "Unformatted Text" and click OK. You can also click the small clipboard icon that appears after paste and select "Keep Text Only."
  • Microsoft Outlook: Ctrl+Shift+V doesn't work here (it does something else). Use Ctrl+Alt+V or paste and then click the paste options button.
  • Apple Pages / Notes: Cmd+Option+Shift+V. Yes, four keys. Alternatively, go to Edit → Paste and Match Style.
  • LibreOffice Writer: Ctrl+Shift+V opens Paste Special. Select "Unformatted text" from the list.

Universal workaround for any app

If you can't figure out the shortcut for a particular app, use this trick: paste your text into ClipboardSyncer first (or any plain text field like your browser's address bar), then select it and copy it from there. This strips all formatting guaranteed because plain text fields physically cannot store formatting data.

Paste in tricky apps and contexts

Terminal / Command line

Terminals handle Ctrl+V differently because terminal emulators use Ctrl-key combinations for control signals. Here's how paste works in each:

  • Windows Terminal (the newer one): Ctrl+Shift+V, or right-click to paste, or Ctrl+V if you enable it in settings
  • Command Prompt (cmd.exe): Right-click anywhere in the window to paste. Or enable "QuickEdit Mode" in properties for more modern behavior.
  • PowerShell: Right-click to paste, or Ctrl+V in newer versions
  • Linux terminals (GNOME Terminal, Konsole, etc.): Ctrl+Shift+V. Middle mouse button also pastes the X11 primary selection.
  • macOS Terminal / iTerm2: Cmd+V works normally because the Cmd key isn't used by the shell
  • tmux: Ctrl+B then ] pastes from tmux's own paste buffer. For system clipboard, use Cmd+V (macOS) or configure tmux to integrate with system clipboard via xclip or pbcopy.

Password fields

Some websites disable paste on password fields using JavaScript. This is considered a bad security practice (it discourages password manager use), but it still exists on some banking and government sites. Workarounds:

  • Install the "Don't F With Paste" browser extension (Chrome/Firefox) to re-enable paste globally
  • Open browser DevTools (F12), find the input field in the Elements panel, remove the onpaste event handler
  • Paste into the browser console: document.querySelector('input[type=password]').value = 'your-text'
  • Disable JavaScript temporarily for that page (Chrome: F12 → Settings → Debugger → Disable JavaScript)

Code editors and IDEs

Paste in code editors usually just works with Ctrl+V, but there are some extra features worth knowing:

  • Multi-cursor paste in VS Code: If you have multiple cursors (Alt+Click) and your clipboard contains the same number of lines, each line gets pasted at one cursor position
  • Bracket auto-completion: In most editors, if you paste text while you have something selected and the editor has auto-bracket enabled, it might wrap the pasted content in brackets. Watch for this.
  • Auto-indent on paste: VS Code and JetBrains IDEs will re-indent pasted code to match surrounding context. If you don't want that, use Cmd+Shift+V in VS Code to paste without adjusting indentation.

Google Sheets / Excel

Spreadsheets have special paste behaviors:

  • Ctrl+V: Pastes everything (values, formulas, formatting)
  • Ctrl+Shift+V (Google Sheets): Opens "Paste special" with options: values only, format only, formula only, etc.
  • Ctrl+Alt+V (Excel): Opens Paste Special dialog
  • Paste Values Only: The most common need - you have a formula result and want to paste just the number, not the formula. In Google Sheets this is Ctrl+Shift+V then select "Values only". In Excel it's Ctrl+Alt+V → Values → OK.

Paste from clipboard history

By default, your clipboard holds only one item. Each time you copy something new, the previous content is gone. Clipboard history changes this - you can go back and paste something you copied earlier.

Windows (Win+V)

Press Win+V instead of Ctrl+V. A floating panel appears showing your recent copies (up to 25 items). Click any item to paste it. You can also:

  • Pin items you paste frequently (they stay even after restart)
  • Delete individual items from history
  • Clear all history at once
  • Sync clipboard across your Windows devices (enable in Settings → System → Clipboard)

ChromeOS (Search+V)

Holds the last 5 copied items. Press Search+V to see them. Supports text, images, and links.

Android (Gboard)

Gboard stores recent copies for about an hour. You can pin items to keep them permanently. Access through the clipboard icon in the Gboard toolbar.

macOS (third-party required)

No built-in clipboard history. Popular options: Maccy (free, open source), Raycast (free tier includes clipboard history), Alfred Powerpack (paid), Paste (paid, visual clipboard manager).

Troubleshooting: when paste doesn't work

Here are the most common reasons paste fails and how to fix each one:

1. Nothing was actually copied

The copy action can silently fail if you release the mouse before pressing Ctrl+C, if you clicked elsewhere and deselected the text, or if the app doesn't support copy on the selected content. Try copying again, making sure the text stays highlighted until you press the shortcut.

2. The clipboard got overwritten

You copied the thing you wanted, then accidentally hit Ctrl+C again (maybe muscle memory while doing Ctrl+V). Now your clipboard has something different. Check Win+V to see if the original item is still in history.

3. The target field is read-only

Some form fields, disabled inputs, or UI elements look like text fields but don't accept input. The cursor might not even appear when you click. Look for a lock icon or grayed-out appearance.

4. Content type mismatch

You copied an image but you're trying to paste into a text-only field. Or you copied rich HTML content into a field that only accepts plain text. The field might silently ignore the paste, or paste only the text portion and drop the rest.

5. Another app is locking the clipboard

Some applications (screen recorders, clipboard managers, remote desktop software) can temporarily lock the clipboard. If paste stops working in all apps simultaneously, try closing recently opened background applications.

6. JavaScript blocking paste

Websites can intercept and block paste events. Common on banking sites, exam platforms, and some form fields. See the "Password fields" section above for workarounds.

7. Cross-device confusion

You copied on your phone but you're trying to paste on your computer. Clipboards are device-specific by default. Use cross-device clipboard sync or ClipboardSyncer to bridge the gap.

Paste special features by app

Some apps have unique paste behaviors worth knowing:

  • Photoshop / design tools: Ctrl+V pastes clipboard images as a new layer. Pasting text creates a new text layer.
  • Finder / File Explorer: Ctrl+V after copying files moves/copies them to the current directory.
  • macOS "Paste and Match Style": Some Mac apps offer Edit → Paste and Match Style, which adapts pasted text to match the formatting of surrounding text in the document.
  • Browser address bar: Paste always strips formatting. Also strips newlines, which makes it impossible to paste multi-line content.
  • Microsoft Teams: Ctrl+Shift+V pastes without formatting. Regular Ctrl+V preserves source formatting including code blocks.

Paste across devices

Need to paste text you copied on a different device? Your clipboard doesn't automatically sync between devices (with a few exceptions). Here are your options:

  • ClipboardSyncer: Open on both devices, share a room code, and text transfers instantly over WebRTC. No account needed.
  • Apple Universal Clipboard: Works automatically between Apple devices signed into the same iCloud account. Copy on iPhone, paste on Mac within about 2 minutes.
  • Windows clipboard sync: Enable in Settings → System → Clipboard → Sync across devices. Works between Windows machines on the same Microsoft account.
  • Other sync tools: Pushbullet, Join, KDE Connect, or Clipt for various cross-platform combinations.

The key advantage of a web-based clipboard tool is that it works between any devices regardless of operating system, without installing anything.

Related: Keyboard shortcuts guide · Paste from clipboard · All shortcuts · What is a clipboard? · Clipboard history in browser