How to Copy, Cut, and Paste on Windows
By Khushi Yadav
Copy, cut, and paste are three commands and two different jobs. On text, Cut removes the selection after a successful paste. In File Explorer, Cut marks files to move. Both use the same keys. Mixing them up is how a paragraph disappears or a folder never leaves the source.
This map covers the official Windows shortcuts, the right-click commands Microsoft documents in File Explorer, and why Win+V is not a fourth verb — it is a picker for optional history.
The three verbs
| Command | Common shortcuts | What it does |
|---|---|---|
| Copy | Ctrl+C, Ctrl+Insert, right-click Copy | Places a duplicate payload on the clipboard. The original stays. |
| Cut | Ctrl+X, right-click Cut | Places a payload intended as a move. Behavior depends on the source. |
| Paste | Ctrl+V, Shift+Insert, right-click Paste | Inserts the current live clipboard payload into the target. |
Microsoft’s keyboard-shortcut article lists Ctrl+C / Ctrl+Insert as copy, Ctrl+X as cut, and Ctrl+V / Shift+Insert as paste of “the last item from the clipboard.” Ctrl+A selects all in the current field or window.
Windows logo key + V is listed separately: open clipboard history (off until enabled). It does not copy or paste by itself. Clicking a history card pastes that card and updates the live clipboard.
Text, tables, and web pages
Copy
- Select the characters, cells, or HTML range.
- Press Ctrl+C or use the app’s Copy command.
The source is unchanged. Many apps place more than one format at once: plain text, HTML, and sometimes RTF. The destination chooses which format to accept. That is why Word can keep bold while Notepad shows only characters. Details live in How Windows Treats Rich Text Versus Plain Text and What the Windows Clipboard Can and Cannot Store.
Cut on text
- Select the text.
- Press Ctrl+X.
- The selection is removed from the source when the cut succeeds, typically immediately in editors.
If the app treats Cut as “delete now, hold for paste,” undoing (Ctrl+Z) in the source is the recovery path. Paste in the destination with Ctrl+V.
Paste
- Ctrl+V — last clipboard item, in the format the target prefers (often rich).
- Ctrl+Shift+V — paste as plain text, if the app implements it. Microsoft notes this shortcut does not work in every application.
- Right-click Paste or Paste as — app-specific. Word offers Keep Source Formatting, Merge Formatting, and Keep Text Only after a paste.
File Explorer: copy is duplicate, cut is move
Microsoft’s File Explorer article documents Cut and Paste on the ribbon as the way to move a file or folder: select the item, Cut, navigate, Paste. Copy then Paste duplicates.
Windows 11 puts Cut, Copy, Paste, Rename, Share, and Delete as icons at the top of the right-click menu. Hover to read the name. Show more options opens the older menu.
| Explorer action | Result | Clipboard payload (conceptually) |
|---|---|---|
| Copy files, then Paste in another folder | Duplicates | A file list (CF_HDROP in the Win32 API), not the file bytes in history |
| Cut files, then Paste | Moves (same volume typically; copy+delete across volumes) | Same file-list type, marked as a move |
| Cut, then copy something else before paste | Move is cancelled; files stay | Live clipboard was overwritten |
| Drag with the mouse | Move or copy depending on destination and modifier keys | Often bypasses thinking in clipboard terms |
Microsoft Support notes that for items in Quick access, Open the folder before cut and paste. Ctrl+C / Ctrl+X / Ctrl+V work in Explorer the same way as the ribbon.
Cut on files is not Cut on text. The files stay on disk until a successful paste in a folder. They do not vanish into a 4 MB history card. Clipboard history does not store files as first-class items. Explorer paste still works from the live clipboard.
Images and screenshots
| Action | Official shortcut | Lands on |
|---|---|---|
| Region snip | Windows logo key + Shift + S | Clipboard (then Snipping Tool) |
| Full-screen file | Windows logo key + Print Screen | Pictures > Screenshots file, not only memory |
| Active window | Alt + Print Screen | Clipboard |
| Print Screen | PrtScn | By default can open snipping; Settings > Accessibility > Keyboard can change this |
| Copy a snip in the tool | Ctrl+C | Clipboard |
A bitmap can be the live clipboard item and, if it is under 4 MB and history is on, a Win+V card. Larger captures still paste with Ctrl+V until replaced.
Copying a .png in Explorer copies the file, not the pixels. Pasting in Word may insert the file or an image depending on the app. Pasting in a chat that only accepts bitmaps may fail. That mix-up is How to Copy an Image Instead of the File.
Menus versus keys
For ordinary selected text, right-click Copy and Ctrl+C write the same kinds of formats. Differences appear when the menu is not “copy selection” but “copy link,” “copy value,” or a web page’s custom handler. Browsers often put HTML on the clipboard from a menu even when the visible selection looks like plain text.
Microsoft Edge has its own Share, copy, and paste settings for whether a URL pastes as a titled link or as plain text. The Windows clipboard is still the transport.
History is optional
None of the commands above require clipboard history. History adds a list of up to 25 text, HTML, or bitmap items, 4 MB each, cleared on restart unless pinned. Enable it with Win+V then Turn on, or Settings > System > Clipboard. Turn it off the same way. See How to Turn Clipboard History Off Completely.
Ctrl+V never walks that list. Only Win+V (or a third-party manager) retrieves an older copy. What the panel is: What Win+V Actually Opens on Windows 11.
Office is a second clipboard
Microsoft 365 apps can keep an Office Clipboard of up to 24 items in a task pane, separate from Windows history. Ctrl+C still fills both the Windows live clipboard and, when the pane is collecting, the Office list. Clearing Windows history does not clear the Office pane. Use the pane’s Clear All.
Failures that look like “paste is broken”
- The target is a password field that blocks paste. That is often a site control, not a dead clipboard.
- The target accepts only plain text and the clipboard holds only a bitmap or only a file list.
- The copy happened in an elevated window and the paste target is not elevated, or the reverse. Some sessions do not share a clipboard.
- History is empty because it was never enabled, the item was over 4 MB, or the PC restarted.
Copy a short string in Notepad and paste into Notepad as a control test before blaming Windows.
A compact cheat sheet
- Select all — Ctrl+A
- Copy — Ctrl+C or Ctrl+Insert
- Cut — Ctrl+X
- Paste last item — Ctrl+V or Shift+Insert
- Paste plain text — Ctrl+Shift+V when the app supports it
- Clipboard history — Win+V (off until enabled)
- Open Explorer — Win+E
- Region screenshot — Win+Shift+S
Enable history only if a session queue is useful. It is not required to copy, cut, or paste.
Related reading
- What the Windows Clipboard Can and Cannot Store
- How to Copy More Than One Thing at a Time on Windows
- How to Enable Clipboard History in Windows 11
- Windows Clipboard History Limit: Why Only 25 Items
Sources
- Keyboard shortcuts in Windows (Microsoft Support) — official copy, cut, paste, plain-text paste, Win+V, screenshot keys.
- File Explorer in Windows (Microsoft Support) — Cut/Copy/Paste on the ribbon and Windows 11 context menu; move versus organize files.
- Using the clipboard (Microsoft Support) — history is a separate, optional list with documented limits.
- Copy and paste using the Office Clipboard (Microsoft Support) — 24-item Office pane distinct from Windows history.
- Standard Clipboard Formats (Microsoft Learn) — CF_HDROP file lists versus CF_UNICODETEXT and CF_BITMAP.
Khushi Yadav is a B.Tech Computer Science Engineering student interested in technology, software, and exploring practical applications of computer science. She enjoys learning new concepts and contributing to technology-focused projects.
GitHub · LinkedInCopy. Stack. Drop.
Transform your clipboard into an interactive edge shelf. Stack, pin, and drag assets into any app with zero friction.
Free · Lightweight · Privacy First