← Back to Blog

Workflows & Productivity | May 28, 2026 | 6 min read

How to Copy, Cut, and Paste on Windows

By Khushi Yadav

Workflows & Productivity cover for How to Copy, Cut, and Paste on Windows
Workflows & Productivity illustration — How to Copy, Cut, and Paste on Windows

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

CommandCommon shortcutsWhat it does
CopyCtrl+C, Ctrl+Insert, right-click CopyPlaces a duplicate payload on the clipboard. The original stays.
CutCtrl+X, right-click CutPlaces a payload intended as a move. Behavior depends on the source.
PasteCtrl+V, Shift+Insert, right-click PasteInserts 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

  1. Select the characters, cells, or HTML range.
  2. 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

  1. Select the text.
  2. Press Ctrl+X.
  3. 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 actionResultClipboard payload (conceptually)
Copy files, then Paste in another folderDuplicatesA file list (CF_HDROP in the Win32 API), not the file bytes in history
Cut files, then PasteMoves (same volume typically; copy+delete across volumes)Same file-list type, marked as a move
Cut, then copy something else before pasteMove is cancelled; files stayLive clipboard was overwritten
Drag with the mouseMove or copy depending on destination and modifier keysOften 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

ActionOfficial shortcutLands on
Region snipWindows logo key + Shift + SClipboard (then Snipping Tool)
Full-screen fileWindows logo key + Print ScreenPictures > Screenshots file, not only memory
Active windowAlt + Print ScreenClipboard
Print ScreenPrtScnBy default can open snipping; Settings > Accessibility > Keyboard can change this
Copy a snip in the toolCtrl+CClipboard

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 allCtrl+A
  • CopyCtrl+C or Ctrl+Insert
  • CutCtrl+X
  • Paste last itemCtrl+V or Shift+Insert
  • Paste plain textCtrl+Shift+V when the app supports it
  • Clipboard historyWin+V (off until enabled)
  • Open ExplorerWin+E
  • Region screenshotWin+Shift+S

Enable history only if a session queue is useful. It is not required to copy, cut, or paste.

Related reading

Sources

Khushi Yadav
Written by Khushi Yadav · Author & Content Writer

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 · LinkedIn

Copy. Stack. Drop.

Transform your clipboard into an interactive edge shelf. Stack, pin, and drag assets into any app with zero friction.

Download for Windows Get from Microsoft Store

Free · Lightweight · Privacy First
Find us on CodeHype