Swapping a tired mechanical hard drive for a solid state drive is one of the biggest speed improvements you can make to an old PC, and you don't need to reinstall Windows, your programs or your files to do it. By cloning your existing drive onto the new SSD, you keep everything exactly as it is, just running many times faster. This guide walks through choosing the right SSD, cloning safely, and fitting it.

Before You Start: What You'll Need

  • A new SSD with enough capacity to hold your current used data (check via File Explorer > This PC)
  • A SATA-to-USB adapter or external drive caddy, so you can connect the new SSD to your PC before it's physically fitted
  • Free cloning software: Macrium Reflect Free, EaseUS Todo Backup Free, or the manufacturer's own tool (Samsung Data Migration, Crucial's Acronis-based tool, etc.)
  • A full backup of important files, just in case

Warning: Cloning is generally safe, but any process that reads and writes an entire drive carries some risk of interruption or data loss. Back up irreplaceable files (documents, photos) to an external drive or cloud storage before you begin, not after something goes wrong.

Checking Your Current Drive Usage

Open File Explorer, right-click This PC, and check the used space on your C: drive. If you're currently using 300GB, don't buy a 250GB SSD β€” you need headroom, both for the clone to fit and for day-to-day use afterwards (SSDs slow down and wear faster when consistently near full capacity). If your data is much larger than typical SSD budgets allow, consider cloning only the Windows/programs partition to the SSD and keeping bulk files (videos, game libraries) on the original HDD as secondary storage.

Step 1: Connect the New SSD

Using a USB-to-SATA adapter or external caddy, connect the new SSD to a spare USB port while your PC is still running normally from the old HDD. Windows should detect it as a new, uninitialised drive.

  1. Open Disk Management (right-click the Start button > Disk Management).
  2. If prompted to initialise the disk, choose GPT (GUID Partition Table) if your PC boots via UEFI β€” this is standard on any PC built in the last decade. Choose MBR only if you know your system boots in Legacy/BIOS mode.
  3. You don't need to create partitions manually β€” the cloning software will handle this by replicating your existing drive's layout.

Step 2: Clone the Drive

Using Macrium Reflect Free as an example (steps are similar in other tools):

  1. Install and open Macrium Reflect.
  2. Select your source drive (the existing HDD with Windows on it).
  3. Choose "Clone this disk" and select the new SSD as the destination.
  4. Review the partition layout it proposes β€” by default it replicates all partitions, including the small EFI System Partition and Recovery partition needed for booting.
  5. If the SSD is smaller than the HDD, most tools let you shrink the main partition to fit, provided there's enough free space on the source to shrink into.
  6. Start the clone. Depending on data volume and connection speed, this can take anywhere from 20 minutes to a few hours β€” leave it running uninterrupted.

Pro tip: Don't use the PC heavily for other tasks while cloning is in progress. Background file changes during the clone can occasionally cause inconsistencies in the copied data.

Step 3: Fit the SSD and Remove (or Repurpose) the HDD

  1. Shut down fully and disconnect the power cable. Earth yourself before opening the case.
  2. Physically install the SSD into a drive bay (2.5-inch SSDs use the small bays; some cases include a bracket or adapter to fit a 2.5-inch drive into a 3.5-inch bay).
  3. Connect a SATA data cable from the SSD to an available motherboard SATA port, and a SATA power cable from the PSU.
  4. For the initial boot test, it's worth physically disconnecting the old HDD entirely. This forces Windows to boot only from the SSD and avoids the OS getting confused about which drive is the "real" boot device.
  5. Power on and confirm Windows boots normally from the SSD β€” desktop, programs and files should all be exactly as before, just noticeably faster.

Step 4: Fix Boot Order If Needed

If the PC boots back to the old HDD, or shows "No bootable device":

  1. Restart and enter the BIOS/UEFI setup (commonly Del, F2 or F10 at startup β€” check your motherboard's boot splash screen).
  2. Navigate to the Boot section and set the new SSD as the first boot device.
  3. Save and exit (usually F10).

If you see "Reboot and select proper boot device" or similar even with the HDD unplugged, the clone may not have correctly transferred the EFI System Partition. In this case, re-run the clone, or use Windows' own "Startup Repair" from a Windows installation USB (Repair your computer > Troubleshoot > Advanced options > Startup Repair) to rebuild the boot files on the SSD.

Step 5: Reintroduce the Old HDD as Secondary Storage

Once you've confirmed the SSD boots reliably on its own over a few days of normal use:

  1. Reconnect the old HDD as a second drive.
  2. In Disk Management, it will appear as an additional disk. If Windows shows it with the same drive letter conflicts or as a duplicate boot entry, you can safely reformat it (right-click the volume > Format) since your data now lives on the SSD β€” but only once you're certain everything transferred correctly.
  3. Use the reformatted HDD for large files like game installs, video libraries or backups, keeping the fast SSD reserved for Windows and frequently used programs.

Enabling TRIM for SSD Longevity

After cloning, confirm TRIM is enabled so the SSD maintains performance over time:

  1. Open Command Prompt as Administrator.
  2. Type fsutil behavior query DisableDeleteNotify and press Enter.
  3. A result of 0 means TRIM is enabled (this is the default on a fresh Windows install and is usually preserved through cloning). If it returns 1, enable it with fsutil behavior set DisableDeleteNotify 0.

With TRIM confirmed, your cloned SSD will perform and age exactly as it would on a fresh install β€” with the considerable advantage of not having spent an afternoon reinstalling Windows, drivers and software from scratch.


Was this guide helpful? Explore more Hardware Upgrades guides, or browse all Desktop PC Repair articles.