Reader-supported: we earn a commission on some links, at no extra cost to you. How this works
Storage & FilesGuide

Why Does Moving a File Delete the Original?

Moving a file deletes the original by design, since a move relocates the file rather than copying it. Here is how move differs from copy and how to keep both.

Moving a file deletes the original on purpose, because a move relocates the file to a new place rather than making a second copy. After a move there is meant to be only one copy, in the new location. If you want to keep the file in both places, use copy instead of move. On the same drive a move is instant; across drives it copies then removes the original.

Why this happens

Move and copy are two different actions, and move is designed to leave only one copy.

  • Move relocates the file, so it disappears from the source and appears at the destination.
  • Copy duplicates the file, leaving the original in place and adding a second copy.
  • On the same drive, a move only updates the file's location entry, which is why it is instant and removes it from the old spot.
  • Across different drives, the system copies the file to the destination and then deletes the source, because the file must physically move.
  • Dragging within one drive usually moves, while dragging to another drive usually copies, which can be confusing.

Is this normal?

Yes. This is the intended behavior of a move on every operating system. A move by definition removes the file from where it started.

Does it cause any problems?

Only if you expected a copy and now cannot find the original. The file is not lost, it is at the destination. Interrupting a move across drives, such as by disconnecting a drive mid-transfer, is the one real risk, so let moves finish.

How to fix or check it

  1. To keep both copies, use copy: copy the file, then paste it in the new location, which leaves the original untouched.
  2. Windows drag behavior: hold Ctrl while dragging to force a copy, or hold Shift to force a move, so you control the result.
  3. Mac drag behavior: dragging within a drive moves; hold Option while dragging to copy, or Command while dragging to move to another drive.
  4. Use copy and paste for safety: Ctrl plus C then Ctrl plus V on Windows, or Command plus C then Command plus V on Mac, copies rather than moves.
  5. Confirm before deleting originals: when moving important files across drives, verify they arrived intact before deleting anything manually.
  6. If a move was interrupted: check both the source and destination, since the file may still be in one of them.

Frequently asked questions

Is my file lost if moving deleted the original?

No. A completed move places the file in the new location. Check the destination folder; the file is there, just no longer at the source.

How do I move a file but keep a copy in the old place?

Use copy instead of move. Copy the file, then paste it in the new location, and the original stays where it was.

Why is moving on the same drive instant but slow to another drive?

On the same drive the system only updates the file's location record. Moving to another drive physically copies the data first, then deletes the source, which takes longer.

More in this topic

More in Storage & Files

See the full guide →