Home › Guides › Pre-clone checklist
Fifteen minutes of preparation that prevents the most common cloning disasters.
Nearly every cloning horror story starts with a step in this list being skipped. Working through it takes about a quarter of an hour and removes most of the ways the process can go badly wrong.
Cloning erases the destination drive irreversibly, and the classic mistake is selecting the drives the wrong way round. Copy your documents, photos and anything else irreplaceable to a location that is neither the source nor the destination — an external drive or cloud storage. This is the only item on the list that is genuinely non-negotiable.
Read its SMART data with CrystalDiskInfo or a similar tool. Reallocated sector counts, pending sectors or a status other than Good mean the drive is deteriorating. That does not stop you cloning, but it changes the approach: work quickly, avoid unnecessary reboots, and use ddrescue or another tool that copes with read errors instead of aborting on the first one.
Compare the used space on the source with the capacity of the destination. If used space exceeds about 70% of the new drive, clear some out first — see cloning to a smaller SSD.
A drive sold as 500 GB shows up in Windows as roughly 465 GiB, because the industry counts in powers of ten and Windows displays powers of two. Always plan with the smaller number.
Search for “Manage BitLocker” in the Start menu and check whether encryption is on. Modern Windows 11 machines often have device encryption enabled by default. Suspend or fully decrypt it before cloning, and make sure your recovery key is saved somewhere off the machine either way.
Open an administrator command prompt and run chkdsk C: /f. It will schedule itself
for the next restart. Cloning a filesystem with existing errors reproduces the errors faithfully on
the new drive.
Empty the Recycle Bin, run Disk Cleanup including the “Clean up system files” option, uninstall software you no longer use, and delete any Windows.old folder. Less data means a faster clone and a tidier result.
If the source is a spinning hard drive, run Optimise Drives. It speeds up the clone and makes any partition shrinking possible. Never defragment an SSD — Windows runs TRIM on those instead, which is what the same dialog does automatically when it detects one.
Cloning normally preserves everything, but if you end up doing a clean install instead you will want your Windows product key, your application licences, and access to your password manager. Five minutes now saves an unpleasant evening later.
Desktops usually have spare SATA ports or M.2 slots. Single-bay laptops need a USB-to-SATA adapter or an NVMe enclosure. Confirm you actually have the right adapter for the drive's form factor before you start — SATA, M.2 SATA and M.2 NVMe are not interchangeable.
NVMe boot support is not universal on systems older than around 2016. Check whether a BIOS update is available. Check too whether your motherboard disables SATA ports when an M.2 slot is used, which is common and surprises people.
Note the model number, serial and capacity of both drives, from Disk Management or the drive label. Cloning software will ask you to choose between physical disks, and “Disk 0” and “Disk 1” are not enough information to be confident with.
A clone interrupted by a flat battery leaves a half-written destination drive. Disable sleep and hibernation for the duration.
Check that its free edition will actually clone a system disk — several will not. Our comparison table has that in a column.
If your tool builds a bootable USB, make it now, while Windows still runs. Rescue media is worthless if you can only create it on a machine that already boots.
Third-party download sites are a persistent source of bundled adware in this software category. Go to the developer's own domain.
chkdsk run clean.Yes. The destination is erased without warning, and selecting the wrong drive takes one misread line. A backup makes that mistake annoying rather than permanent.
Only a mechanical hard drive. It speeds the clone and allows the partition to be shrunk if needed. Do not defragment an SSD.
Move fast and use a tool designed for damaged media. ddrescue skips unreadable areas, logs them, and retries later rather than aborting. Avoid repeated reboots and long scans, which put extra load on a dying drive.
Disk Management shows model and capacity per disk; the drive label carries the serial. Match those, not drive letters. If both drives are identical, connect only one at a time while you identify it.