The Computer BasicsPlain answers, without the guesswork

Inside the Machine

Inside the Machine

Reusing a Drive in Another Computer: Cloning, Booting and Hot-Swapping

Moving a drive to a new machine — whether the installed system will boot, how to get at your old files, and whether you can connect one while it is running.

A drive from an old machine still holds everything. Getting at it is easy; getting the operating system on it to boot in different hardware is a different matter.

The two situations, which people conflate

You want your files. Straightforward and it nearly always works.

You want the whole system to boot in a new machine. Harder, and whether it works depends on how different the hardware is.

Decide which you want before starting, because the approach differs entirely.

Getting your files off

As a second drive: connect it inside the new machine on a spare port, or externally through a USB adapter or dock. It appears as another drive and you copy what you need.

A USB adapter or dock is the easiest route and it costs very little. It works with drives from desktops and laptops, and it avoids opening anything.

Permissions may block you. Files from another machine's user account are protected. Both Windows and macOS offer to take ownership when you try to open them, and it may need an administrator account.

Encrypted drives need the key. A drive encrypted with BitLocker, FileVault or similar is unreadable without the recovery key. Find that key before wiping the old machine — this is the most common way people permanently lose access to their own files.

A drive from a failed machine may itself be failing. Copy the important things first, before exploring.

Will the installed system boot in different hardware?

Sometimes, and it depends on how different.

Windows: frequently boots, particularly on similar hardware. The storage controller driver is the usual obstacle — a system installed with one controller mode may not boot with another, and changing the setting in firmware sometimes resolves it. The licence may deactivate on substantially different hardware and need reactivating.

macOS: tied closely to the hardware. Moving a drive between different Mac models is unreliable and moving to non-Apple hardware does not work.

Linux: the most tolerant. Frequently boots on very different hardware, because drivers are largely included rather than installed.

Even when it boots, expect a period of driver installation and some instability. A system carried between machines accumulates leftovers from hardware that is no longer there.

The clean approach for a permanent move: install fresh on the new machine and copy your files across. More work initially, and fewer problems for years.

Cloning

Copying an entire drive, including the system, to another drive.

Where it works well: same machine, upgrading a smaller drive to a larger one, or a mechanical drive to solid state. This is the standard use and it is reliable.

Where it is unreliable: cloning into different hardware, which has the same problems as moving the drive.

Things that catch people:

Target must be large enough for the used data — not necessarily for the source drive's full capacity, as most tools resize.

Partition scheme must match the firmware. A drive using the older MBR scheme may not boot on a machine set to UEFI, and vice versa. Tools can convert, and it is a step people miss.

Both drives connected at first boot can cause the machine to boot the wrong one, or produce drive letter confusion. Disconnect the original for the first boot.

Cloning copies the problems too. A system with accumulated faults arrives intact on the new drive.

Verify before erasing anything. Boot from the clone, check your files, use it for a few days. Only then reuse the original.

Can you connect a drive while the computer is running?

External drives: yes, always. USB is designed for it. Use the eject or safely-remove option before unplugging, particularly on mechanical drives, so nothing is mid-write.

Internal drives: it depends, and the safe answer is no.

SATA supports hot-swapping in principle, and whether it works depends on the motherboard, the firmware setting and the controller mode. Some systems handle it cleanly; others do not detect the drive, or lock up.

The risk is not mainly to the drive. It is a short circuit from touching the wrong thing with the machine live, and the possibility of hanging the system.

NVMe drives should not be inserted or removed while running. They are not designed for it in a desktop context.

The practical position: power down, unplug from the wall, then connect. It takes a minute and removes every risk. Hot-swapping internal drives is for server hardware built for it.

If a system has removable drive bays designed for hot-swap, that is different — the hardware was made for it and the manual will say so.

Practical points

Note which drive is which before disconnecting anything. Two identical drives are indistinguishable afterwards.

Handle by the edges, and touch something metal first. Mechanical drives are also sensitive to being dropped, more so while running.

Check drive health before relying on an old drive — SMART data reports reallocated sectors and other warning signs. A drive from a machine that failed is worth checking rather than trusting.

Old mechanical drives are worth reusing for secondary storage, not for anything you cannot lose.

Wipe before disposal. Deleting files does not remove them. See how to wipe a hard drive.

The decision, briefly

Just want the files? USB adapter or dock. Ten minutes, works nearly always.

Upgrading a drive in the same machine? Clone. Reliable and it saves reinstalling.

Moving to a genuinely different machine? Install fresh, copy the files. Fewer problems than carrying the system across.

Adding storage to a new machine? Connect it as a secondary drive, and consider wiping and reformatting it once your files are safe.

The short version

Getting your files off nearly always works. Getting the installed system to boot elsewhere frequently does not.

Find the encryption recovery key before wiping the old machine — without it, the drive is unreadable.

Cloning is reliable within the same machine and unreliable into different hardware.

Disconnect the original drive for the first boot after cloning.

And power down before connecting an internal drive. Hot-swapping is for hardware built for it, and the minute you save is not worth the risk.

For hardware identification, repair and teardown references, see iFixit PC guides.