Home › Guides › Clone HDD to SSD
A step-by-step walkthrough of migrating Windows from a hard drive to a solid-state drive, including what to do after the first boot.
Swapping a mechanical hard drive for an SSD is the single biggest speed improvement most computers will ever get, and cloning is what saves you from reinstalling Windows and every application on it. The process is not difficult, but it is unforgiving: the destination drive gets erased, and roughly a third of the problems people report afterwards trace back to something they skipped in the first ten minutes.
fsutil behavior query DisableDeleteNotify in an admin command
prompt — a result of 0 means TRIM is enabled, which is what you want. Turn off scheduled
defragmentation for the SSD if Windows has not already done so automatically.The great majority of failures fall into a handful of categories: the boot order was never changed, both drives are still connected, the source was BitLocker-encrypted, or the source had bad sectors the tool could not read past. Our boot troubleshooting checklist works through them in the order worth trying.
One reassuring thing about cloning: as long as you did not erase the original drive, you have not lost anything. Put the old drive back, boot from it, and try again with a different tool.
You have two options. The straightforward one is a USB-to-SATA adapter or NVMe enclosure: clone to the SSD while it sits outside the machine, then swap the drives. The alternative, if you have no adapter, is to take a full image to an external drive with something like Veeam Agent Free, physically install the SSD, and restore the image using the tool's rescue media. That route is slower but it leaves you with a backup file at the end, which a clone does not.
Budget roughly 30 to 60 minutes per 250 GB of used data over SATA, and a good deal longer over USB or from a failing drive. Tools that copy only used blocks rather than the whole disk are considerably faster on a half-empty drive.
No. A disk clone rewrites the partition table and everything after it, so any formatting you do beforehand is discarded. You only need the drive to be visible to the system.
Yes. Changing the drive does not normally trigger reactivation, because Windows activation is tied to the motherboard and to your Microsoft account rather than the disk. Signing in with a Microsoft account beforehand makes any reactivation trivial if it ever does come up.
Windows-based tools use Volume Shadow Copy to clone a live system, so technically yes. It is still better to close everything and leave the machine alone — heavy disk activity during a clone slows it down and increases the chance of an inconsistent copy.
Clone if your Windows installation is healthy and you have applications you do not want to set up again. Do a clean install if the system is already unstable, riddled with leftover software, or infected — cloning faithfully reproduces all of that on the new drive.