How to Cut, Copy, and Paste Using Keyboard Shortcuts

Keyboard shortcuts for cut, copy, and paste are among the most universally useful commands in computing. Whether you're editing a document, moving files, or rearranging code, these three actions form the backbone of everyday computer work. Understanding exactly how they function — and where the variations creep in — helps you use them more confidently across different devices and operating systems.

What Cut, Copy, and Paste Actually Do

Before getting into keystrokes, it's worth being clear on what each command does under the hood.

Copy duplicates selected content and places it on your system's clipboard — a temporary memory buffer your operating system maintains. The original stays in place.

Cut removes the selected content from its current location and places it on the clipboard. Think of it as "move, pending confirmation."

Paste inserts whatever is currently on the clipboard into a new location — a document, a text field, a folder, or an application.

The clipboard typically holds one item at a time in standard OS behavior. Some applications and utilities extend this with clipboard history features, but the default behavior is last-in, first-out.

Standard Keyboard Shortcuts by Platform

The shortcuts themselves differ slightly depending on your operating system. 🖥️

ActionWindows / LinuxmacOS
CopyCtrl + CCmd + C
CutCtrl + XCmd + X
PasteCtrl + VCmd + V

On Windows and most Linux distributions, the Ctrl key handles all three. On macOS, the Command (⌘) key takes that role. The letter assignments — C for copy, X for cut (the X resembles scissors), and V for paste (think of a downward insertion mark) — follow a logic that makes them easier to memorize over time.

These shortcuts work in the vast majority of applications: word processors, browsers, email clients, code editors, spreadsheets, and most text fields across the OS.

How to Select Content Before Copying or Cutting

The shortcuts only work on selected content. How you select content affects what ends up on the clipboard.

For text:

  • Click and drag your cursor across the text
  • Double-click to select a single word
  • Ctrl + A (Windows/Linux) or Cmd + A (macOS) selects everything in the active area
  • Hold Shift and use arrow keys to extend a selection precisely

For files and folders:

  • Click a file to select it
  • Hold Ctrl (Windows/Linux) or Cmd (macOS) and click to select multiple individual items
  • Hold Shift and click to select a range

Once selected, apply your cut or copy shortcut, navigate to the destination, and paste.

Paste Variations Worth Knowing

Standard paste (Ctrl + V or Cmd + V) pastes content with its original formatting intact — fonts, colors, hyperlinks, and all. This matters when copying between applications with different formatting styles.

Paste without formatting strips all styling and inserts plain text only:

  • Windows: Ctrl + Shift + V (works in many but not all apps)
  • macOS: Cmd + Shift + V (again, app-dependent)
  • In Microsoft Word: Ctrl + Alt + V opens a Paste Special dialog with format options
  • In Google Docs: Ctrl + Shift + V pastes plain text

The availability of these variants depends heavily on the specific application. Some apps honor them natively; others ignore them entirely.

Cut, Copy, and Paste for Files (Not Just Text)

These same shortcuts work for files and folders in your file explorer — Windows Explorer or macOS Finder.

One important distinction: when you cut a file on Windows, the file icon grays out to indicate it's staged for a move. It doesn't actually disappear from the original location until you paste it somewhere else. If you press Escape before pasting, the cut is canceled.

On macOS, file cutting works differently. You copy the file with Cmd + C, then use Cmd + Option + V to paste and move (rather than duplicate) it. Standard Cmd + V always copies; the Option modifier triggers the move behavior.

Clipboard History: Extending the Default Behavior 📋

Standard clipboard behavior only retains the most recent item. If you copy something new, the previous clipboard content is overwritten.

Windows 10 and 11 include a built-in clipboard history tool. Press Windows key + V to open a panel showing recently copied items. This feature needs to be enabled first in Settings → System → Clipboard.

macOS doesn't include native clipboard history, but third-party utilities like Raycast, Paste, or Alfred fill that gap with varying levels of functionality and cost.

In text-heavy workflows — writing, coding, research — clipboard history tools meaningfully change how you move information around. In casual use, the default single-item clipboard is usually sufficient.

Where Shortcuts Behave Differently

Not every environment respects standard shortcuts. A few contexts where behavior diverges:

  • Terminal and command-line interfaces: Many terminals use Ctrl + Shift + C and Ctrl + Shift + V instead of the standard shortcuts, because Ctrl + C sends an interrupt signal to running processes rather than copying
  • Remote desktop and virtual machines: Clipboard sharing between host and guest environments often requires specific settings to be enabled and doesn't always work reliably across all content types
  • Browser address bars and certain web apps: Most honor standard shortcuts, but some web-based tools override them with their own key bindings
  • Chromebooks: Use Ctrl + C, Ctrl + X, and Ctrl + V like Windows, but also support Launcher + V for clipboard history on newer versions of ChromeOS

The Variables That Shape Your Experience

How smoothly cut, copy, and paste work in practice depends on factors specific to your setup:

  • Operating system and version — clipboard features and shortcut behavior vary between OS generations
  • Application type — professional tools like design software, IDEs, or DAWs often have their own clipboard behavior layered on top of the OS
  • Content type — text, images, files, and rich media each behave differently depending on whether the destination app supports that format
  • Keyboard layout or hardware — non-standard keyboards, accessibility devices, or remapped keys can change which physical keys trigger these commands
  • Clipboard manager software — if installed, it may intercept, modify, or extend default clipboard behavior in ways that affect every application on the system

Someone editing plain text in Notepad has a very different experience from someone moving rich content between a browser, a design tool, and a cloud document. The shortcuts are the same — what varies is how each application interprets and handles what's on the clipboard.