How to Cut, Copy, and Paste on a Computer: A Complete Guide
Cut, copy, and paste are three of the most fundamental actions in computing. Whether you're moving text in a document, duplicating files, or reorganizing a folder, these commands do the heavy lifting. But the how varies depending on your operating system, input device, and workflow — and there's more to understand here than most people realize.
What Actually Happens When You Cut, Copy, or Paste
When you copy something, your computer stores a duplicate of it in a temporary memory area called the clipboard. The original stays where it is.
When you cut something, the same thing happens — it goes to the clipboard — but the original is removed from its location once you paste it somewhere else.
When you paste, your computer retrieves whatever is currently on the clipboard and inserts it at your cursor's location.
The clipboard holds one item at a time by default on most systems. Copy something new, and it replaces whatever was there before. That's a small but important detail people often forget mid-workflow.
Keyboard Shortcuts: The Fastest Method
Keyboard shortcuts are the standard way most people cut, copy, and paste — and they're consistent across the vast majority of applications.
| Action | Windows / Linux | macOS |
|---|---|---|
| Copy | Ctrl + C | Cmd + C |
| Cut | Ctrl + X | Cmd + X |
| Paste | Ctrl + V | Cmd + V |
| Undo | Ctrl + Z | Cmd + Z |
These shortcuts work in text editors, browsers, file explorers, spreadsheets, image editors, and most other applications. They're worth memorizing if you haven't already — the time savings add up fast.
How to Select What You Want to Copy or Cut
Before you can copy or cut anything, you need to select it. The selection method depends on what you're working with.
Selecting Text
- Click and drag your mouse across the text you want.
- Double-click a word to select just that word.
- Triple-click to select an entire paragraph or line (behavior varies by app).
- Hold
Shiftand use the arrow keys to extend a selection character by character. - Press
Ctrl + A(Windows) orCmd + A(Mac) to select everything in the current field or document.
Selecting Files or Folders
- Click a single file to select it.
- Hold
Ctrl(Windows) orCmd(Mac) and click to select multiple individual items. - Hold
Shiftand click a second file to select a range of consecutive items. Ctrl + A/Cmd + Aselects all files in the current folder view.
Right-Click Menus: The Mouse-Based Alternative
If keyboard shortcuts aren't your preference, right-clicking on selected content brings up a context menu that includes Cut, Copy, and Paste options. This works in most applications and in file explorers like Windows Explorer or macOS Finder.
It's slower than shortcuts but more discoverable — useful when you're learning or when you're in an unfamiliar application and aren't sure if the standard shortcuts apply.
The Edit Menu
Almost every desktop application has an Edit menu in the menu bar. Inside it, you'll find Cut, Copy, and Paste as clickable options, often with their keyboard shortcut listed alongside them. This method is rarely the fastest, but it confirms the shortcuts are available in that particular app.
Paste Special: When Regular Paste Isn't Enough 🧩
Standard paste (Ctrl + V / Cmd + V) pastes content with its original formatting — fonts, colors, styles, and all. Sometimes that's not what you want.
Paste Special or Paste Without Formatting lets you paste just the plain text, stripping away the source styling. Common shortcuts:
- Windows (most apps):
Ctrl + Shift + V - macOS:
Cmd + Shift + V(varies by app) - Microsoft Office / Google Docs: Look for "Paste Special" in the Edit menu for more granular options
This matters most when you're copying text from a website or another document into something with its own formatting standards.
Windows Clipboard History: A Less-Known Feature
Windows 10 and Windows 11 include a clipboard history feature that stores multiple copied items, not just the most recent one. To enable it:
- Go to Settings → System → Clipboard
- Turn on Clipboard history
- Press
Windows key + Vto open the clipboard panel and select from recent copies
This is particularly useful for repetitive tasks where you're cycling through several pieces of content. macOS doesn't include a native equivalent, though third-party clipboard manager apps fill that gap on both platforms.
Touch Devices and Trackpads
On touchscreen devices — including Windows tablets and some convertible laptops — text selection works by tapping and holding until selection handles appear, then dragging those handles. Copy and paste options typically appear as a floating toolbar above the selection.
On trackpads, the core shortcuts remain the same, but the right-click context menu is usually triggered by a two-finger tap.
Where Your Setup Changes Everything 🖥️
The fundamentals above apply broadly, but your specific experience depends on several variables:
- Operating system version — Some features (like clipboard history) only exist in newer OS versions
- Application type — Web apps, native desktop apps, and terminal environments all handle clipboard operations slightly differently
- Input device — Keyboard-only workflows, mouse-heavy workflows, and touchscreen interactions each have different friction points
- Accessibility settings — Screen readers, sticky keys, and other accessibility tools can modify how selection and clipboard shortcuts behave
- External keyboard layout — Non-standard keyboards may map modifier keys differently, which affects whether default shortcuts land where you expect
Someone working primarily in a code editor on Linux has a meaningfully different cut/copy/paste experience than someone using a Windows laptop for document editing or a Mac for graphic design. The commands are the same; the surrounding behavior, clipboard management, and edge cases are not.