HomeGuides › Clone to a smaller SSD

Cloning a large HDD onto a smaller SSD

Most cloning failures start here. How to shrink your data to fit before you clone, and which tools handle it automatically.

Last updated August 2026

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.

The rule

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.

Leave headroom Aim for used data to be no more than about 70–75% of the new drive's capacity. SSDs slow noticeably when nearly full, and Windows needs room for updates, hibernation and the page file.

Step 1 — find out what is actually using the space

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:

Step 2 — shrink the source partition

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.

  1. Defragment first, if the source is a mechanical hard drive Windows cannot shrink a partition past immovable files scattered near its end. Running the built-in Optimise Drives tool moves most of them out of the way. Do not defragment an SSD.
  2. Open Disk Management Right-click Start → Disk Management. Right-click the C: partition and choose Shrink Volume.
  3. Shrink to comfortably below the new drive's size If the SSD is 500 GB (about 465 GiB as Windows counts it), shrink C: to around 400 GB. The difference between marketing gigabytes and the binary units Windows displays trips people up constantly — always leave a margin.
  4. If Windows will not shrink far enough There is an immovable file near the end of the partition, typically a shadow copy or the page file. Disable System Restore, delete existing restore points, turn off the page file and hibernation, reboot, then try again. A third-party partition editor such as GParted (included in Rescuezilla) can also move the offending blocks.

Step 3 — clone

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.

Which tools handle a smaller target well

Step 4 — check the result

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.

Keep the original drive intact Do not wipe or reuse the old drive until the new one has been your daily system for at least a week. Shrinking partitions before a clone is safe in the ordinary case, but if something did go wrong, an untouched original is the difference between an inconvenience and a catastrophe.

Questions

Can I clone a 1 TB drive to a 500 GB SSD?

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.

Why does my tool say the target is too small when the source is half empty?

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.

Why can't Windows shrink my partition further?

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.

Is it safer to do a clean install instead?

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.