How to Copy Text, Files, and Content on Any Device

Copying is one of the most fundamental actions in computing — and yet the how changes significantly depending on what you're copying, where you are, and what device you're using. Whether you're duplicating a line of text, a folder of files, or content between apps, understanding the mechanics behind copy operations helps you work faster and avoid common mistakes.

What "Copy" Actually Does

When you copy something, your device temporarily stores a duplicate of that content in an area of memory called the clipboard. The original stays in place. You can then paste that clipboard content somewhere else — once, or multiple times, until you copy something new or restart your device.

This is different from cut, which removes the original and places it on the clipboard. It's also different from duplicate, which creates a copy in the same location without involving the clipboard at all.

The clipboard is typically temporary and singular — most operating systems hold only one copied item at a time. Some platforms and apps extend this with clipboard history features, which store multiple recent copies.

How to Copy on Different Devices and Platforms 💻

Windows

  • Keyboard shortcut:Ctrl + C copies selected content
  • Right-click menu: Select content, right-click, choose Copy
  • File Explorer: Select files or folders, then use Ctrl + C to copy, Ctrl + V to paste

Windows 10 and 11 include a clipboard history feature (Windows key + V) that lets you access previously copied items, including text snippets and images.

macOS

  • Keyboard shortcut:Command + C to copy, Command + V to paste
  • Finder: Select files, use Command + C, navigate to destination, Command + V
  • macOS also supports AirDrop and Universal Clipboard — the latter lets you copy on one Apple device and paste on another when signed into the same Apple ID

Android

  • Tap and hold on text to activate the selection handles, drag to highlight, then tap Copy in the popup menu
  • For files, use your file manager app — long-press a file to select it, then tap the copy option
  • Some Android launchers and keyboards offer clipboard managers for storing multiple copied items

iPhone and iPad (iOS/iPadOS)

  • Tap and hold on text, use selection handles, tap Copy
  • Universal Clipboard works across Apple devices via Handoff
  • iOS does not natively surface clipboard history, though third-party keyboard apps can add this functionality

Copying Files vs. Copying Text

These are meaningfully different operations under the hood.

TypeWhat Gets CopiedClipboard Behavior
Plain textCharacters and whitespaceStored as text data
Formatted textText with styling (bold, font, size)May include rich text markup
ImagesPixel data or file referenceStored as image data
Files/foldersA reference to the file pathPaste triggers actual file duplication
Code snippetsText, usually plainStored as plain or formatted text

When copying files on desktop operating systems, the file itself isn't duplicated until you paste. If you copy a large folder and then copy something else before pasting, the file copy is lost — a common source of confusion.

Copying Between Apps and Across Platforms 🔄

Moving content between different apps doesn't always preserve formatting. Copying rich text from a word processor and pasting into a plain text editor will usually strip formatting. Many apps offer a "Paste as Plain Text" option (Ctrl + Shift + V on Windows and Linux, Command + Shift + V in some macOS apps) to avoid unwanted formatting carryover.

Cross-platform clipboard tools — such as cloud-based clipboard managers or remote desktop apps — allow copying content between devices running different operating systems. The reliability and feature depth of these tools varies significantly.

Keyboard Shortcuts Cheat Sheet

ActionWindows/LinuxmacOS
CopyCtrl + CCommand + C
CutCtrl + XCommand + X
PasteCtrl + VCommand + V
Paste Plain TextCtrl + Shift + VCommand + Shift + V(app-dependent)
Clipboard HistoryWindows + V(third-party required)
Select AllCtrl + ACommand + A

Factors That Affect How Copy Works for You

Several variables shape the actual copy experience:

  • Operating system and version — clipboard history and cross-device features are OS-dependent
  • App behavior — some apps intercept or restrict copying (e.g., PDFs with copy protection, DRM-protected content)
  • File size — copying very large files or folders can be slow and may strain system resources
  • Cloud vs. local storage — copying files stored in cloud-synced folders may behave differently than local files, depending on sync status
  • Input method — touchscreen selection is less precise than mouse-based selection, especially for small text
  • Clipboard manager software — whether you're using a third-party clipboard tool, a built-in history feature, or neither changes what's available to paste 🗂️

When Copy Doesn't Work as Expected

Common reasons copy operations fail or behave unexpectedly:

  • Content is copy-protected — some PDFs, web apps, and media players block clipboard access by design
  • Selection didn't register — on touchscreens especially, the selection may not have been confirmed before tapping Copy
  • Clipboard was overwritten — something else was copied before you pasted
  • App permissions — on mobile, apps may require permission to access clipboard contents
  • File in use — on Windows, files actively being used by another process may not copy cleanly

Understanding which of these situations applies to your setup determines what your next step should be — whether that's changing app settings, adjusting OS permissions, or using a different method entirely.