Copy and Paste Shortcuts Explained: Every Platform and Context Covered

Copy and paste is one of the most-used operations in computing — and most people only know one or two shortcuts for it. But the full picture is broader than Ctrl+C and Ctrl+V, and understanding the complete set of shortcuts (plus how they vary across platforms and contexts) can meaningfully change how efficiently you work.

The Core Copy and Paste Shortcuts on Windows and Linux

On Windows and most Linux distributions, the standard keyboard shortcuts are:

ActionShortcut
CopyCtrl + C
CutCtrl + X
PasteCtrl + V
UndoCtrl + Z
Select All (before copying)Ctrl + A

These shortcuts work across virtually all Windows applications — text editors, browsers, file explorers, spreadsheets, and image editors. Cut (Ctrl+X) is the often-forgotten sibling of Copy: it removes the content from its original location and places it on the clipboard, rather than duplicating it.

Copy and Paste Shortcuts on macOS

Apple uses the Command (⌘) key in place of Ctrl for most keyboard shortcuts:

ActionShortcut
Copy⌘ + C
Cut⌘ + X
Paste⌘ + V
Paste and Match Style⌘ + Shift + V
Undo⌘ + Z
Select All⌘ + A

Paste and Match Style is a macOS-specific shortcut worth knowing. When you copy text from a webpage or formatted document and paste it into another app, it normally carries over the original font, size, and color. Paste and Match Style strips that formatting and matches the destination document's existing style — a small shortcut that saves a lot of cleanup.

📋 The Clipboard: What's Actually Happening

When you copy or cut something, it goes to your device's clipboard — a temporary memory buffer managed by the operating system. Only one item is stored at a time on a standard clipboard. Copy something new, and the previous item is gone.

This one-item limitation matters in practice. If you're moving multiple pieces of content, you'll need to either paste each one immediately after copying, or use a clipboard manager — a tool that stores clipboard history so you can access previously copied items.

Windows 10 and 11 include a built-in clipboard history feature activated with Windows + V. macOS does not include this natively, though third-party apps fill that gap.

Copy and Paste on Mobile: iOS and Android

Mobile devices don't use keyboard shortcuts in the traditional sense, but the mechanics follow a consistent pattern.

On iOS (iPhone and iPad):

  • Tap and hold text to trigger the selection handles
  • Drag handles to select your range
  • Tap Copy or Cut from the popup menu
  • Tap and hold in the destination field, then tap Paste

If you have a hardware keyboard connected to an iPad, the Mac-style ⌘+C, ⌘+X, and ⌘+V shortcuts work directly.

On Android:

  • The same tap-and-hold gesture activates text selection
  • A toolbar appears with Copy, Cut, and Paste options
  • Connected Bluetooth or USB keyboards typically support Ctrl+C / Ctrl+V

Android's clipboard behavior varies more by manufacturer and Android version than iOS does. Some Android skins (like Samsung's One UI) offer clipboard history built into the keyboard.

Context-Specific Shortcuts Worth Knowing 🖥️

Beyond basic text, copy and paste behaves differently depending on what you're copying:

In file explorers (Windows Explorer, macOS Finder):

  • Ctrl+C / ⌘+C copies files
  • Ctrl+X / ⌘+X cuts files (moves them on paste)
  • Ctrl+V / ⌘+V pastes them into the destination folder

In terminals and command lines: Standard Ctrl+C in a terminal does not copy — it sends an interrupt signal that stops a running process. Most terminal emulators use Ctrl+Shift+C to copy and Ctrl+Shift+V to paste. On macOS Terminal, ⌘+C and ⌘+V work normally.

In design and creative apps (Photoshop, Figma, etc.): Copy and paste shortcuts are standard, but some apps add context-specific variations — like Paste in Place (pastes content at the same coordinates as the source) which often uses Ctrl+Shift+V or ⌘+Shift+V.

In spreadsheets (Excel, Google Sheets): Paste behavior becomes more nuanced. Options like Paste Special (Ctrl+Alt+V on Windows, Ctrl+Shift+V in Google Sheets) let you paste only values, only formatting, or only formulas — avoiding the accidental pasting of unwanted cell references or styles.

Why Shortcuts Vary — and What Determines Your Experience

The shortcuts you rely on depend on several intersecting factors:

  • Operating system — Windows, macOS, Linux, iOS, and Android each have their own conventions
  • Application type — A terminal behaves nothing like a word processor, even on the same OS
  • Hardware setup — Tablet users without keyboards interact entirely through touch gestures
  • Workflow complexity — Casual users rarely need clipboard history; anyone doing repetitive data tasks will hit the single-clipboard limit quickly
  • Accessibility settings — Some users remap shortcuts entirely through OS-level accessibility tools or third-party keyboard customization software

Someone writing in a browser on Windows, a developer working in a Linux terminal, a designer using Figma on a Mac, and a student on an iPad are all "copying and pasting" — but the specific shortcuts, edge cases, and pain points each person encounters are genuinely different. 🔑

The right mental model isn't a single universal shortcut, but a core pattern (select → copy/cut → paste) that each platform and application expresses in its own way — and the gaps between how you're currently working and how these shortcuts actually behave in your specific tools are usually where the friction is hiding.