How to Cut and Paste Files on a Mac

Updated July 18, 2026

If you’ve just switched from Windows, this is probably the first thing that broke your muscle memory: you select a file, press X, and… nothing. macOS can move files with the keyboard — Apple just made the shortcut invisible. Here’s how to use it.

The shortcut Apple actually built#

  1. Select the files or folders and press C to copy them.
  2. Navigate to the destination folder.
  3. Press V. The files are moved — removed from the original location, placed in the new one.

To see this hiding in plain sight: after copying a file, open Finder’s Edit menu and press and release . “Paste Item” flips to “Move Item Here” right in front of you.

Translating your Windows muscle memory#

ActionWindowsmacOS Finder
CopyCtrl + C⌘C
CutCtrl + X(nothing happens)
Paste a copyCtrl + V⌘V
Paste as a moveCtrl + X, then Ctrl + V⌘C, then ⌘⌥V

Why ⌘X does nothing#

In Finder, X only cuts text (a filename you’re renaming, say). Apple deliberately left files out, and the reasoning is actually defensible: on Windows, a “cut” file enters a limbo state — get distracted and copy something else before pasting, and the cut is silently forgotten. Apple inverted the order of operations instead: you copy first, and only decide at paste time whether it’s a copy or a move. Nothing is ever in limbo, so nothing can be lost.

Defensible — but they never told anyone. The move command doesn’t appear in any menu until you’re already holding the modifier key that reveals it.

What about dragging?#

The mouse story has its own quirks, and they’re worth knowing:

  • Dragging a file to another folder on the same drive moves it.
  • Dragging it to a different drive copies it instead. Hold while dropping to force a move.
  • Hold while dropping to force a copy on the same drive.

The same gesture does different things depending on where the destination lives — one more rule to hold in your head mid-drag.

Getting real cut and paste back#

There’s no setting that adds it to Finder — no defaults write, no hidden plist flag, twenty years of requests notwithstanding. Either you retrain your hands to Option-paste, or you use a file manager that has the command.

FAQ#

Does ⌘X work on files in Finder at all?#

No. It cuts text (like a filename mid-rename) but silently ignores files and folders. The built-in equivalent is C followed by V.

Does ⌘⌥V move files between different drives?#

Yes. Unlike dragging (which switches from move to copy across drives), V always performs a move, regardless of destination.

What happens if I copy a file and never paste it?#

Nothing. The file stays exactly where it was — the clipboard just holds a reference. That “nothing can be half-moved” property is the whole reason Apple designed it this way.

More guides