Paste from clipboard: how to access what you copied
You copied something. Now you need to paste it. Sounds simple, but there are actually multiple ways to paste from your clipboard, and some situations where the regular Ctrl+V doesn't work the way you expect.
Basic paste methods
Keyboard: Press Ctrl+V (Windows/Linux) or Cmd+V (Mac). This is the fastest way and works in every text field, document, email, browser tab, and form on your computer.
Right-click menu: Right-click where you want to paste, select "Paste" from the context menu. Useful when you're already using the mouse and don't want to switch to keyboard.
App menu: Click Edit in the menu bar of any app, then click Paste. Slower, but shows you what options are available.
What's actually on my clipboard?
Your clipboard holds the last thing you copied. Only one thing at a time (unless you use clipboard history). To check what's on your clipboard without pasting into an important document:
- Open Notepad/TextEdit and paste there first
- Use ClipboardSyncer and click the Paste button to see your clipboard content
- On Windows: press Win+V to see clipboard history
- On ChromeOS: press Search+V for last 5 items
Paste without formatting
Regular paste (Ctrl+V) keeps bold, italic, font size, colors from the source. If you copied from a website and paste into an email, it might look weird with different fonts. To paste clean text only:
- Windows: Ctrl+Shift+V (works in Chrome, Google Docs, VS Code, many apps)
- Mac: Cmd+Shift+V or Cmd+Option+Shift+V
- Workaround: paste into ClipboardSyncer first (strips all formatting), then copy from there
Paste in tricky situations
Terminal: Ctrl+V doesn't work in most terminals. Use Ctrl+Shift+V (Linux/Windows Terminal) or right-click (Command Prompt) or Cmd+V (Mac Terminal).
Password fields: Some websites block paste in password fields (bad practice on their part). If you use a password manager and can't paste, check your browser extensions or try right-click paste.
Mobile: Long-press in any text field until "Paste" appears in the popup menu. On iPhone there's also a three-finger spread gesture for paste.
Paste from clipboard history
Normal clipboard holds one item. Clipboard history lets you go back to previous copies:
- Windows 10/11: Win+V shows last 25 items. Click any to paste it.
- ChromeOS: Search+V shows last 5 items.
- Mac: no built-in history. Use Maccy (free app) or Raycast.
- Web: ClipboardSyncer keeps your text in localStorage until you clear it, acting as a single-item persistent clipboard.
Common paste problems
"Nothing pastes": You might not have actually copied anything. The copy action sometimes fails if you release the mouse too quickly or click elsewhere before pressing Ctrl+C. Try copying again.
"Wrong thing pastes": You copied something else after your intended copy. Each new Ctrl+C overwrites the previous clipboard content. Use clipboard history or save important text to ClipboardSyncer before copying other things.
"Paste is grayed out": The target field might be read-only, or the app doesn't accept the type of content on your clipboard (like trying to paste an image into a text-only field).