How To Copy And Paste On Mac

I just switched from Windows to a Mac and I’m really confused about how to do basic things like copy and paste. The Command key is throwing me off, and sometimes when I try to copy text or files, it doesn’t seem to work the way I expect. Can someone explain the different ways to copy and paste on a Mac, especially with keyboard shortcuts and the mouse, so I don’t keep messing this up

On Mac the Command key replaces Ctrl from Windows. Think “Cmd instead of Ctrl” for almost everything.

Core shortcuts

  1. Copy
    Cmd + C

  2. Paste
    Cmd + V

  3. Cut
    Cmd + X

  4. Select all
    Cmd + A

These work in text fields, browsers, Word, etc.

For files in Finder
Copy file
Cmd + C

Paste file in another folder
Cmd + V

Move file instead of duplicate
Hold Cmd while you drag the file with the mouse.
Or use Cut and Paste for files:
Copy with Cmd + C, then use
Option + Cmd + V to “Move item here”.
This acts like a cut and paste for files.

Menu way if shortcuts bug you
Top menu bar
Edit → Copy
Edit → Paste

Trackpad and mouse tips
Two finger click or right click on selected text or file.
Choose Copy.
Then right click where you want and choose Paste.

Common mistakes

  1. Pressing Ctrl + C like on Windows.
    On Mac Ctrl + C does not copy in most apps.
    It often triggers terminal style stuff or nothing.
    Use Cmd.

  2. Using the wrong Command key.
    On laptops there is Command on both sides of the spacebar.
    Use either.
    Some people hit Option by mistake, the symbol looks similar at first.

  3. App does not support copy.
    Some system dialogs or weird apps block copy.
    If Cmd + C does nothing and the Edit menu has Copy greyed out, the app blocks it.

Useful extra shortcuts
Cmd + Z undo
Shift + Cmd + Z redo
Cmd + Tab switch apps
Cmd + Space open Spotlight search

If you come from Windows, a simple trick helps.
Anywhere you would press Ctrl on Windows, press Cmd on Mac instead.
Ctrl is used less for shortcuts on Mac and more for special clicks and terminal.

Couple of extra things that might explain why it “doesn’t seem to work” sometimes, on top of what @voyageurdubois already covered:

  1. Check what’s actually selected
    A lot of Mac apps are picky. If no text is highlighted, Cmd + C silently does nothing. Same with files: if the background of the Finder window is selected instead of an icon, you’re copying nothing. Make sure the text is blue‑highlighted or the file icon is clearly selected.

  2. Menu bar is your truth serum
    When you’re confused, look at the top menu:
    EditCopy
    If that “Copy” is greyed out, the app/page simply doesn’t allow copying there. That’s why it feels broken even though you’re pressing the right keys.

  3. Command key hand habit
    Coming from Windows, your muscle memory wants Ctrl. I’d actually force yourself to exaggerate using your thumb on Command for a few days. Sit your index finger on the C/V/X keys and think: “thumb = modifier now.” Sounds silly, but it kills the Ctrl habit faster than just “remember Cmd instead of Ctrl.” I slightly disagree with @voyageurdubois on how simple that swap is; for some of us, it takes real retraining.

  4. Trackpad / mouse settings matter
    If right‑clicking for copy/paste menus is weird:
    System Settings → Trackpad → Secondary click
    Turn on “Click with two fingers.”
    Then: two‑finger click → Copy / Paste.
    Same idea in System Settings → Mouse for a right‑click button.

  5. Copy & paste across apps and devices
    Macs sometimes act weird with “rich” content:

  • Copy in one app, paste in another, and formatting explodes.
    Use Edit → Paste and Match Style (or Option + Shift + Cmd + V) to paste as plain text. This is the Mac’s version of “Paste as plain text” you might miss from Windows apps.

If you’re using multiple Apple devices, there’s also “Universal Clipboard” that secretly syncs your copy between them. That can be handy or super confusing if you forget it exists and something different pastes in. You can turn Handoff off in System Settings if it bothers you.

  1. When copy still “doesn’t work”
    Quick checklist:
  • Is the app/webpage blocking copy (greyed‑out menu)?
  • Are you maybe using Ctrl instead of Cmd out of habit?
  • Are you in a weird system window (like some password prompts) that just doesn’t allow copying at all?
  • For files, are you in a place you don’t have permission to write to, so paste fails or never shows?

Once the Cmd key muscle memory locks in, it really does feel natural. For the first week though, yeah, expect to hit Ctrl + C a hundred times and wonder why nothing happened :slight_smile:

One extra angle that might help: think less “copy/paste” and more “focus, then action.”

@voyageurdubois already nailed the basics and some gotchas, so here are different quirks you’ll hit on macOS:

  1. Modifier keys in your head
    Instead of constantly fighting your old Ctrl habit, remap things a bit:
    System Settings → Keyboard → Keyboard Shortcuts → Modifier Keys
    You can swap Command and Control so your fingers do what they did on Windows.
    Pros:
  • Zero brain retraining.
  • Works in every app.
    Cons:
  • Shortcuts shown in menus use the Command symbol, which no longer matches what you press.
  • Very confusing if you also use other Macs or share your machine.

Personally I would not do the swap long term, but it can be a temporary bridge while you adapt.

  1. Copy / paste for files is conceptually different
    Windows: Ctrl + C, Ctrl + V copies files.
    Mac:
  • Command + C copies.
  • Command + V always pastes a copy.
  • Option + Command + V does “Move” when you copied a file in Finder. That is closer to “cut & paste” in Windows.
    If you are expecting files to vanish after paste, you will think copy “didn’t work” because they stay in the source folder.
  1. Copy in terminals and dev tools
    If you use Terminal or other developer-ish tools, shortcuts are not always identical to GUI apps. For example, in some terminals:
  • Command + C may be intercepted to send an interrupt to a process.
  • You might need to use specific menu items or different mappings.
    Check the app’s preferences and keyboard section if copy is acting strange there.
  1. Clipboard is single slot by default
    macOS only remembers one copied item out of the box. If you:
  • Copy text,
  • Then copy a file,
    you cannot get the text back unless you pasted it somewhere first. That can feel like copy “failed” when in reality you overwrote it.
    If you find that frustrating, third party clipboard managers fill this gap.
    Pros:
  • Keep history of copied items.
  • Often let you search past clips.
    Cons:
  • Another background app.
  • Potential privacy concern if you copy sensitive data.
  1. Check the destination when paste fails
    Everyone focuses on the “copy” step, but on macOS, “paste” can silently fail when:
  • You try to paste files into a location you do not have permission to write to.
  • The destination app cannot accept that data type. For instance copying a file icon then trying to paste in a text editor.
    If Command + V does nothing, try:
  • Edit → Paste menu to see if it is enabled.
  • Pasting into a different app like TextEdit to confirm you actually have something on the clipboard.
  1. Touch bar / menu bar alternatives
    If your keyboard shortcuts are still a mess in your head, you can force yourself to use only menus for a bit. On macOS, menus are consistent:
  • Edit → Copy
  • Edit → Paste
    This repetition actually speeds up learning more than relying only on muscle memory. I slightly disagree with the idea that it is “just do Cmd instead of Ctrl.” For a lot of Windows switchers, it takes days of consciously watching the menu until it feels normal.
  1. Drag instead of copy in Finder
    A very Mac-y trick: you can skip keyboard copy/paste for files:
  • Drag file from one folder to another on the same drive to move it.
  • Hold Option while dragging to copy instead.
    Pros:
  • Visual, makes it clearer what is happening.
  • Harder to “lose” track of what you did.
    Cons:
  • Slower if you live on the keyboard.
  • Less exact for complex folder structures.

Overall, once your brain accepts Command as “the new control,” copy and paste on Mac is actually simpler and more consistent than on Windows. The first week, though, you really will hit Control + C a bunch of times and wonder why the system is ignoring you.