How to Copy and Paste Text on Any Device

Copy and paste is one of the most-used actions in computing — yet the exact method varies depending on your device, operating system, and the app you're working in. Whether you're moving a sentence between documents, sharing a URL, or reusing a block of content, understanding how the mechanics actually work helps you do it faster and with fewer mistakes.

What "Copy and Paste" Actually Does

When you copy text, your operating system temporarily stores the selected content in a reserved area of memory called the clipboard. The clipboard holds one item at a time (on most standard systems). When you paste, the OS reads from the clipboard and inserts that content at your cursor's current location.

Cutting is the close relative of copying. The difference: cut removes the text from its original location, while copy leaves it in place. Both operations write to the clipboard the same way.

The clipboard is temporary. On most systems, it clears when you restart, and it's overwritten the moment you copy something new — unless you're using a clipboard manager (more on that below).

How to Copy and Paste on Windows

Using keyboard shortcuts (fastest method):

  • Select the text you want → Ctrl + C to copy
  • Click where you want to paste → Ctrl + V to paste
  • To cut instead of copy: Ctrl + X

Using the right-click menu:

  • Highlight your text → right-click → select Copy
  • Right-click at the destination → select Paste

Using the Edit menu: In older applications or when shortcuts aren't available, the Edit menu at the top of the window typically contains Copy, Cut, and Paste options.

Windows Clipboard History (Windows 10 and later): Press Windows key + V to open clipboard history. This stores multiple recent copied items, so you can paste from a list rather than just the most recent one. You may need to enable this feature the first time you use it in Settings → System → Clipboard.

How to Copy and Paste on Mac

  • Select text → Command (⌘) + C to copy
  • Click destination → Command (⌘) + V to paste
  • Cut: Command (⌘) + X

Paste and Match Style is a Mac-specific option worth knowing: Command + Shift + Option + V. Standard paste brings in the original formatting (font, size, color). Paste and Match Style strips that formatting and applies the destination document's style — useful when copying from a website into a word processor.

Right-clicking also gives you the Copy/Paste context menu on Mac, and the Edit menu in the menu bar is always an option.

How to Copy and Paste on iPhone and iPad 📱

  1. Tap and hold on a word until the selection handles appear
  2. Drag the handles to expand your selection
  3. Tap Copy from the popup menu
  4. Tap and hold where you want to paste → tap Paste

On iOS/iPadOS, Select All is available from the same popup and selects all text in a field at once. In apps that support it, a three-finger pinch gesture copies selected text, and a three-finger spread gesture pastes.

Universal Clipboard (Apple ecosystem): If you're signed into the same Apple ID on your iPhone and Mac, copying on one device makes that content available for pasting on the other — within a short time window.

How to Copy and Paste on Android

  1. Tap and hold on text to enter selection mode
  2. Adjust selection handles as needed
  3. Tap Copy from the floating toolbar
  4. Tap and hold at your destination → tap Paste

The exact appearance of selection handles and the toolbar varies by Android version and manufacturer. Samsung, Google Pixel, and other OEM interfaces each style this slightly differently, but the underlying steps are consistent.

Some Android devices and launchers include a basic clipboard history panel that appears above the keyboard. This typically stores only a handful of recent copies and may clear after a short time.

Copying and Pasting Across Different Contexts

The behavior of paste changes depending on what you're pasting into:

Source → DestinationWhat Happens
Web page → Word processorFormatting (bold, links, fonts) often pastes in
Web page → plain text editorOnly the text pastes; no formatting
Spreadsheet cell → spreadsheet cellValues and sometimes formulas paste
Image → text fieldPaste typically does nothing or pastes a file path
Rich text → emailResults vary by email client

This is why Paste Special (available in apps like Microsoft Word and Google Docs) exists — it gives you explicit control over whether you paste with or without formatting.

When Standard Copy-Paste Isn't Enough

For users who copy and paste frequently throughout the day, the single-item clipboard becomes a bottleneck. Clipboard managers solve this by storing a history of everything you've copied — sometimes hundreds of items — and letting you search and paste from the archive.

Popular clipboard managers exist for Windows, Mac, and Linux. Some are built into productivity apps like Alfred (Mac) or available as standalone utilities. Browser extensions can also add clipboard functionality within web-based workflows.

On Chromebooks, copy and paste works via Ctrl + C / Ctrl + V, and clipboard history is accessible through the launcher or Everything button + V on newer versions of ChromeOS.

Variables That Affect How Well It Works 🔍

Copy-paste sounds simple, but several factors shape how reliably and usefully it works in practice:

  • Application support — some web apps, PDFs, or locked documents prevent text selection entirely
  • Formatting compatibility — moving text between apps with different formatting engines (Word vs. Google Docs vs. Notion) can produce unexpected results
  • OS version — features like Windows Clipboard History and Universal Clipboard require specific OS versions
  • Input method — keyboard shortcuts, touch gestures, and mouse-based selection each suit different working styles
  • Content type — copying code, URLs, formatted tables, or plain prose each behaves differently depending on destination

What works seamlessly in one workflow — say, moving text between two Google Docs — can get messy in another, like pasting spreadsheet data into a messaging app.

The right approach depends on where you're copying from, where you're pasting to, how much formatting control matters in your context, and which device and OS you're working on.