Home › Guides › Clone to a smaller SSD
Most cloning failures start here. How to shrink your data to fit before you clone, and which tools handle it automatically.
The classic upgrade is a 1 TB mechanical drive being replaced by a 500 GB SSD, and it is where most cloning attempts fail. The good news is that it works fine as long as your used data fits. The bad news is that several tools will refuse outright, and others will appear to succeed and then produce a drive that will not boot.
What matters is used space, not drive size. A 1 TB drive holding 300 GB of data clones onto a 500 GB SSD without difficulty. The same drive holding 600 GB does not, no matter which program you use.
Windows Settings will tell you the total, but not usefully where it went. A disk-usage visualiser such as WinDirStat or WizTree maps the whole drive in a couple of minutes and almost always turns up something surprising: an old Windows.old folder, years of Steam installs, a Downloads folder nobody has opened since 2019.
Worth checking specifically:
powercfg /h off in an admin prompt removes it, at the cost of losing
hibernation.Some tools resize automatically. Several do not, and a few refuse to start when the destination is smaller regardless of how empty the source is. Shrinking the source partition first makes the clone work with every tool, so it is the reliable route.
Make sure the tool is set to an intelligent or used sectors only copy, not a sector-by-sector copy. Sector-by-sector duplicates empty space too, which by definition cannot fit on a smaller drive.
-icds option skips the size check and is easy to misuse.After booting from the SSD, open Disk Management and look at the layout. You are checking for three things: that C: occupies the space you expected, that the small EFI system partition and recovery partition came across, and that there is no orphaned unallocated space you could extend C: into. If everything looks right and the machine boots, you are finished.
Yes, if used data is under roughly 350 GB. Check used space rather than drive capacity, shrink the source partition to fit, and use a tool set to copy used sectors only.
It is comparing partition sizes rather than used space, or it is configured for a sector-by-sector copy. Switch to intelligent copy mode; if the tool still objects, shrink the source partition in Disk Management first.
Immovable system files sit near the end of the partition. Turn off System Restore and delete existing restore points, disable the page file and hibernation, reboot and retry. A partition editor like GParted can relocate the blocks if Windows still refuses.
Often, yes. If you are shedding hundreds of gigabytes anyway, a clean Windows install plus selective file restore gives you a tidier system than cloning a cluttered one. It costs an afternoon of reinstalling applications.