A black screen after clone is one of those problems that looks catastrophic but is almost always fixable without reinstalling Windows. The cursor moves, the machine posted, the SSD is spinning up. Windows started. It just never reached the desktop. That distinction matters, because it tells us exactly where to look.
TL;DR
A black screen after clone usually means Windows booted partially but got stuck due to a drive-letter conflict, broken BCD entries, or a corrupted graphics driver. Start by disconnecting the old HDD and rebooting. If that doesn't work, run Startup Repair from WinRE, then fix the MountedDevices registry hive offline. Re-cloning from bootable media fixes the cases where the original clone was incomplete.
Key Takeaways
- A black screen after clone with a visible cursor means the OS started but the shell or graphics stack failed, not a total boot failure.
- Disconnecting the old HDD before booting the SSD fixes the problem in a large proportion of cases, no tools needed.
- MountedDevices registry mismatches are the single most common deep cause and are fixable from WinRE in under 20 minutes.
- Cloning from inside a running Windows install is risky. Bootable cloning media is far more reliable.
- If all else fails, a clean Windows install onto the SSD and a data restore from the old HDD is faster than most people expect.
At a Glance
- Difficulty: Intermediate to Advanced
- Time Required: 15 to 45 mins
- Success Rate: 85% of users fixed with steps below
What Actually Causes a Black Screen After Clone?
The cursor moving is the key clue. It means the kernel loaded, the display driver initialised at least partially, and Windows got far enough to draw something. What it didn't do is load the desktop shell (explorer.exe) or finish initialising the graphics stack. That narrows the suspects considerably.
The most common cause, by a wide margin in my experience, is a drive-letter conflict in the MountedDevices registry key. When you clone a disk, the new SSD inherits the old disk's registry, which includes a map of which disk signatures and partition offsets correspond to which drive letters. If the old HDD is still connected, Windows sees two disks claiming to be C: and gets confused. The shell tries to load from a path that resolves to the wrong volume, finds nothing useful, and sits there doing nothing. Black screen. Cursor. That's it.
The second most common cause is incomplete or broken boot configuration. The Boot Configuration Data (BCD) store, and on UEFI systems the EFI boot files in the EFI System Partition, may not have been correctly written during the clone. This is especially common when cloning software runs from inside a live Windows session rather than from bootable media. Files that are locked by the OS can't be copied cleanly, and boot-critical files are almost always locked.
A graphics driver problem is the third cause worth knowing about. If the driver on the old HDD was tied to specific hardware configuration and the SSD is now in a different machine (or even a different SATA port in the same machine), the driver can fail to initialise properly. The result looks identical to the other causes: black screen, cursor, nothing else.
There's also the partition style mismatch scenario. If the source HDD used MBR partitioning with Legacy BIOS boot and you cloned it onto an SSD in a machine set to UEFI mode, the firmware may hand off to the wrong bootloader or skip it entirely. According to Tom's Hardware's cloning guide, this is one of the most overlooked pre-clone checks. You need to match partition style to firmware mode before you even start.
And finally, some clones are just bad. The software ran from inside Windows, missed locked files, and produced an SSD that looks bootable but isn't fully intact. No amount of registry tweaking fixes a fundamentally incomplete clone. Re-cloning from bootable media is the only proper fix for that one.
Black Screen After Clone: Quick Fix (5 to 10 Minutes)
Disconnect the Old HDD and Reboot Easy
- Shut down completely
Hold the power button if needed. Don't restart from the black screen. - Open the case or laptop bay and physically disconnect the old HDD
Unplug the SATA data cable (not just the power). On a laptop, remove the old drive from its bay entirely. The SSD should be the only storage device connected. - Boot and watch carefully
If Windows loads normally, the old HDD was causing a drive-letter or boot-order conflict. You can reconnect it later as a secondary data drive once Windows is running cleanly on the SSD. - If it still black-screens, try Startup Repair
Boot from a Windows 10 or 11 installation USB (or press F8 repeatedly during boot to reach WinRE). Choose Repair your computer, then Troubleshoot, then Advanced Options, then Startup Repair. Let it finish and reboot.
This quick fix resolves the problem for a lot of people. I've seen it take three reboots before it stuck, so don't give up after the first attempt. If Startup Repair says it couldn't fix anything, move to the intermediate solutions below.
One more thing worth trying at this stage: if the machine reaches a black screen but you can press Ctrl+Alt+Del and get the task manager, type explorer.exe in File, Run New Task. If the desktop loads, you've confirmed the shell crashed on startup, which points squarely at a driver or registry issue rather than a boot problem.
More Black Screen After Clone Solutions (Intermediate)
Check Drive Letters in Disk Management via Safe Mode Medium
- Boot into Safe Mode
From WinRE choose Troubleshoot, Advanced Options, Startup Settings, then Restart. Press 4 for Safe Mode. Alternatively press F8 during boot. Safe Mode loads minimal drivers and often bypasses the black screen entirely. - Open Disk Management
Right-click the Start button and choose Disk Management, or press Win+R and typediskmgmt.msc. - Check the drive letters
The SSD's primary Windows partition should show as C:. If another volume (a recovery partition, an old HDD partition, or a USB drive) has been assigned C:, that's your problem. Right-click the offending volume, choose Change Drive Letter and Paths, and either remove the letter or assign it something else like D: or E:. - Reboot normally
Exit Safe Mode and reboot. Windows should now find C: correctly and load the desktop.
Verify the Clone and Re-Clone from Bootable Media Medium
- Temporarily boot the original HDD
Reconnect the old HDD, set it as the first boot device in BIOS/UEFI, and confirm the original Windows install still loads. If it does, the hardware is fine and the problem is definitely in the clone. - Re-clone using bootable media
Good dedicated backup clone software ships with a bootable ISO or USB environment. Boot from that instead of running the software from inside Windows. This way no files are locked, and boot-critical partitions (including the EFI System Partition or System Reserved partition) get copied cleanly. - Clone all partitions
Make sure the software is set to copy every partition, not just the main Windows volume. On a GPT/UEFI system you need the EFI System Partition (usually 100 to 260 MB, FAT32) and the Microsoft Reserved Partition as well as the main NTFS volume. - Disconnect the old HDD and test the SSD alone
Before declaring success, boot with only the SSD connected. Clean boot, no conflicts.
Advanced Black Screen After Clone Fixes
If the quick and intermediate steps haven't sorted it, the problem is almost certainly in the MountedDevices registry key or the BCD store. These are fixable, but they do require working in the registry against an offline Windows installation and running command-line boot repair tools. Take your time with these steps. A mistake in the registry editor on the wrong hive can cause more problems than it solves.
Clear the MountedDevices Registry Key (Offline) Advanced
- Boot to WinRE Command Prompt or a Windows PE USB
From WinRE choose Troubleshoot, Advanced Options, Command Prompt. Alternatively boot from a Windows installation USB and press Shift+F10 at the first setup screen to get a command prompt. - Open Registry Editor
Typeregedit.exeand press Enter. - Load the offline SYSTEM hive
Click HKEY_LOCAL_MACHINE in the left pane. Then click File, Load Hive. Navigate to the SSD's Windows installation. The path is typicallyD:\Windows\System32\config\SYSTEM(the drive letter may differ in WinRE; usediskpartfirst to confirm which letter WinRE has assigned to the SSD). Name the hive something likeOFFLINEwhen prompted. - Navigate to MountedDevices
Expand HKEY_LOCAL_MACHINE, then OFFLINE, then SYSTEM, then MountedDevices. You'll see a list of binary values with names like\DosDevices\C:and\DosDevices\D:. - Delete all values except (Default)
Select each value that is NOT named (Default) and press Delete. Confirm each deletion. Leave (Default) alone. Windows will rebuild all drive-letter mappings correctly on the next boot using the actual disk signatures it finds. - Unload the hive
Click HKEY_LOCAL_MACHINE\OFFLINE, then File, Unload Hive. Close regedit, close the command prompt, and reboot with only the SSD attached.
Rebuild BCD Boot Entries with Bootrec Advanced
- Open WinRE Command Prompt
Same as above. Boot from WinRE or a Windows installation USB and get to a command prompt. - Run the bootrec sequence
Type each command in order, pressing Enter after each and waiting for it to complete:bootrec /fixmbrbootrec /fixbootbootrec /scanosbootrec /rebuildbcd
When rebuildbcd finds a Windows installation, type Y to add it to the boot list. According to the Microsoft documentation on bootrec.exe, this sequence covers both MBR repair and BCD reconstruction. - For UEFI systems, also repair the EFI boot files
Runbcdboot C:\Windows /s S: /f UEFIwhere S: is the drive letter of the EFI System Partition (use diskpart and list vol to find it). This copies fresh EFI boot files and registers the Windows boot entry with the firmware. - Reboot and test
Remove the USB, reboot with only the SSD connected, and check whether Windows loads to the desktop.
Fix the Graphics Driver from Safe Mode Medium
- Boot into Safe Mode
From WinRE, Startup Settings, option 4. Safe Mode uses the basic Microsoft display driver and bypasses the problematic GPU driver entirely. - Open Device Manager
Right-click Start, choose Device Manager. Expand Display Adapters. - Update or uninstall the display driver
Right-click the GPU entry and choose Update Driver, then Search automatically. If that finds nothing useful, right-click and choose Uninstall Device, tick the box to delete the driver software, and confirm. On next normal reboot Windows will install a basic driver and you can then download the correct one from the GPU manufacturer's site (NVIDIA, AMD, or Intel). - Reboot normally and verify
The desktop should load. Install the correct GPU driver from the manufacturer's site afterwards.
A black screen after clone with a cursor that won't go away is something we fix remotely every week. We can access your recovery environment, clear the MountedDevices key, and rebuild the BCD store without you needing to touch the registry yourself.
Get remote helpPreventing Black Screen After Clone
Prevention here is mostly about doing the clone properly the first time. The single most important rule: use bootable cloning media, not software running inside Windows. Every major backup clone application ships with a bootable ISO or USB tool for exactly this reason. Running the clone from inside a live Windows session means boot files are locked, and a locked file either gets skipped or copied in a dirty state. Neither is acceptable for a system partition.
Second most important: connect only the target SSD during cloning, and boot with only the SSD attached for the first test. Reconnect the old HDD afterwards, as a secondary data drive, once you've confirmed Windows boots cleanly on the SSD. This one step eliminates the drive-letter conflict problem entirely.
Before you clone, check your firmware settings. Open BIOS/UEFI and confirm whether the machine boots in Legacy/MBR mode or UEFI/GPT mode. Your SSD's partition style must match. If you're unsure, open Disk Management on the source machine, right-click the source disk, choose Properties, then the Volumes tab. It'll show the partition style. Match it on the target. Tom's Hardware covers this in detail in their SSD cloning walkthrough.
Also worth doing: update the display driver on the source machine before cloning. An outdated or dodgy GPU driver that barely works on the old HDD will fail completely after the move. Clean it up first and you won't have to deal with it in Safe Mode afterwards.
Keep a Windows recovery USB around. It's free to make, takes 15 minutes, and it's the single most useful tool for fixing a black screen after clone. If you ever need to capture what's happening on screen during diagnostics, our guide to the best screen recorder for Windows 11 covers lightweight options that work even in limited boot environments. And if your display issue turns out to be hardware rather than software (a blank or washed-out panel rather than a cursor on black), our monitor white screen troubleshooting guide covers the display hardware side of things.
Black Screen After Clone: Summary
A black screen after clone is almost never the end of the world. The fix ladder runs like this: disconnect the old HDD first (free, takes two minutes, fixes it for a lot of people), then run Startup Repair from WinRE, then check drive letters in Safe Mode, then clear MountedDevices offline if needed, then rebuild the BCD with bootrec. If all of that fails, the clone itself was bad and a re-clone from bootable media or a clean install is the right call.
The underlying lesson is that cloning software matters and how you run it matters even more. Bootable media, correct partition style, all partitions included, old drive disconnected on first boot. Get those four things right and a black screen after clone becomes a problem you'll never see again.
Quick Reference
- First try: Disconnect old HDD, boot SSD alone, run Startup Repair if needed.
- Drive letter conflict: Safe Mode, Disk Management, reassign C: to the correct SSD partition.
- MountedDevices fix: WinRE regedit, load offline SYSTEM hive, delete all values under MountedDevices except (Default).
- BCD repair: bootrec /fixmbr, /fixboot, /scanos, /rebuildbcd from WinRE Command Prompt.
- Bad clone: Re-clone from bootable media or clean install onto the SSD.
- Prevention: Bootable cloning media, SSD only during clone, match partition style to firmware.


