What Keys Are Copy and Paste on a Keyboard?

If you've ever watched someone work quickly on a computer and wondered how they're duplicating text without touching the mouse, the answer almost always comes down to two keyboard shortcuts that have been standard across computing for decades. Understanding exactly which keys handle copy and paste — and how they behave across different devices and operating systems — gives you a much clearer picture of how to work efficiently with any setup.

The Core Copy and Paste Key Combinations

On the vast majority of computers running Windows or Linux, the standard shortcuts are:

  • Copy:Ctrl + C
  • Paste:Ctrl + V
  • Cut:Ctrl + X

Cut is worth including here because it's part of the same trio. Where copy duplicates selected content and leaves the original in place, cut removes it from the source and holds it in the clipboard — ready to be pasted elsewhere.

On macOS, the modifier key changes:

  • Copy:Command (⌘) + C
  • Paste:Command (⌘) + V
  • Cut:Command (⌘) + X

The logic is identical; only the modifier differs. The Command key sits on either side of the spacebar on Apple keyboards and functions similarly to Ctrl for most shortcuts.

What Is the Clipboard, and How Does It Fit In?

When you press copy or cut, your selected content doesn't go to any visible place — it moves to the clipboard, which is a temporary storage area managed by your operating system. The clipboard holds one item at a time in most standard setups. When you paste, the OS reads from the clipboard and inserts a copy of that content at your cursor's location.

This is why copying something new immediately overwrites whatever was previously on your clipboard. The clipboard isn't a queue — it's a single slot.

Some operating systems and third-party tools extend this with clipboard history, which saves multiple recent entries and lets you paste from any of them. Windows 10 and 11 include a built-in clipboard history feature accessible with Windows key + V. macOS doesn't have this natively but supports it through apps that add the functionality.

Copy and Paste on Touch Devices 📱

On smartphones and tablets, there are no physical modifier keys, so the mechanism changes entirely. On both iOS and Android:

  • You select text by tapping and holding, then dragging the selection handles
  • A context menu appears with options for Copy, Cut, and Paste
  • Paste is triggered by tapping and holding in the destination field, then selecting Paste

Some keyboards on mobile devices — particularly on iPad with physical keyboard attachments — do support Cmd + C and Cmd + V via Bluetooth or Smart Connector keyboards. Android tablets with keyboards similarly support Ctrl + C and Ctrl + V.

Less Common Keys That Also Handle Copy and Paste

Beyond the standard shortcuts, a few alternatives exist that many users never encounter:

Key / ShortcutFunctionWhere It Works
Ctrl + InsertCopyWindows, older systems
Shift + InsertPasteWindows, Linux terminals
Right-click menuCopy / PasteAll major desktop OS
Ctrl + Shift + VPaste without formattingSome apps (Google Docs, etc.)
Middle mouse clickPasteLinux (X11 clipboard system)

The Linux X11 clipboard is worth a specific mention because it actually maintains two separate clipboards simultaneously: the standard clipboard (used by Ctrl + C / V) and a primary selection clipboard, which automatically captures any highlighted text and pastes it on middle-click. This behavior surprises users coming from Windows or macOS.

Why "Paste Without Formatting" Is Its Own Shortcut

When you copy text from a website or a document with specific fonts, colors, or sizes, that styling often travels with it to the clipboard. Pasting without formatting strips that styling and matches the destination's existing format instead.

In many applications — Google Docs, Notion, Slack, and others — Ctrl + Shift + V (or Cmd + Shift + V on Mac) handles this. Some apps use different shortcuts or include a dedicated "Paste as plain text" option in their Edit menu. The shortcut isn't universal, so it's worth checking the specific app you're using.

How App-Level Shortcuts Can Override System Defaults ⌨️

Not every application respects the standard copy-paste shortcuts in the same way. Terminal emulators, for instance, often reserve Ctrl + C as an interrupt signal (to stop a running process), so copy in many terminals requires Ctrl + Shift + C instead.

Similarly, certain creative tools, games, and enterprise applications remap keys entirely or block clipboard access for security or licensing reasons. Virtual machines can add another layer of complexity, since the host and guest OS each have their own clipboard, and clipboard sharing between them depends on configuration.

The Variables That Affect How Copy and Paste Works for You

The basic shortcuts are consistent, but the experience around them shifts considerably depending on:

  • Operating system — Windows, macOS, and Linux each handle the clipboard differently at a system level
  • Application type — browsers, terminals, creative software, and productivity apps each have their own behaviors and overrides
  • Device type — desktop keyboards, laptop keyboards, touch screens, and external keyboards attached to tablets all present different input methods
  • Clipboard extensions or managers — whether you're using built-in history features or third-party tools changes what's available to paste
  • Network or virtual environments — remote desktop sessions and virtual machines require their own clipboard configurations

Someone working in a Linux terminal environment has a fundamentally different copy-paste experience than someone working entirely within Microsoft 365 on Windows, even though both are "using Ctrl + C." The key combination is the same; the system behavior around it isn't.