You finished a clone with software like Macrium Reflect, Acronis, or Clonezilla, shut down, swapped cables or booted expecting the new drive — and now your SATA SSD doesn’t show up at all. Sometimes it’s missing from Windows File Explorer but visible in Disk Management; sometimes it doesn’t appear even in the BIOS/UEFI boot menu. Other times it shows up with a garbled name, a 0 GB capacity, or as “Unknown” uninitialized disk. The most common variant: the SSD works fine on its own, but the moment you try to boot from it, you get “Reboot and Select Proper Boot Device” or an INACCESSIBLE_BOOT_DEVICE blue screen.

The urgency depends on what’s missing. If the drive appears in Disk Management or BIOS, your data is almost certainly intact and this is a 10–30 minute configuration fix — no need to panic. If the drive isn’t detected anywhere, not even in the motherboard’s BIOS, stay calm but stop swapping cables randomly: repeated power-cycling of a failing drive can make things worse. Work through the fixes below in order, because they’re sorted from a 30-second cable check to the last-resort cleanup steps. Only one fix in this guide touches your data, and it’s clearly flagged.

Likely Causes

Cause How to confirm Fix difficulty
SATA data cable or power connector loosened during the swap Drive absent from BIOS/UEFI storage list; reseat and it appears Very easy
Drive has no drive letter assigned after cloning Visible in Disk Management but not File Explorer; partition shows “Healthy” Very easy
Cloned partition layout confuses the bootloader (GPT/MBR mismatch or missing EFI partition) BIOS sees the drive, but boot fails or the old drive is required to boot Moderate
SATA mode set to RAID/Intel RST instead of AHCI, or port disabled in BIOS Drive appears after switching SATA Mode in BIOS; other SATA drives vanish when toggled Easy
Cloned drive’s signature collides with the source disk (taken offline by Windows) Disk Management shows the disk “Offline” or “(Offline) — signature collision” Easy
Firmware or controller quirk — SSD not spin-up compatible or needs a firmware update Drive detected intermittently or at 0 GB capacity; manufacturer’s toolkit can’t see it Hard

Fix 1: Reseat the SATA Data and Power Cables

What causes it

When you swapped drives after cloning, it’s easy to partially seat the L-shaped SATA data connector or to nudge the SATA power plug. SATA connectors have no latch on the data cable end (unless you use locking cables), and angled cables in tight cases work loose easily. A half-seated power connector can deliver enough power for the SSD’s controller to warm up but not enough to initialize.

How to check

Reboot and enter your BIOS/UEFI (usually Del, F2, or F12 during POST). Look under Settings > Storage, System Information, or an NVMe/SATA Configuration page. If the SSD isn’t listed there, it’s a hardware/detection problem, not a Windows problem — which makes this fix the right starting point.

What to do

Power off the PC and flip the PSU switch off. Unplug both cables from the SSD and the motherboard side, then reconnect firmly until they click or bottom out. Try a different SATA port on the motherboard (prefer port 0 or 1 directly on the chipset rather than ports from a secondary controller like ASMEDIA) and a different power lead from the PSU if you’re using modular cables. If possible, swap in a known-good data cable — SATA cables are cheap and one of the most common failure points.

How to undo it

Nothing to undo. Re-seat things however they work best; there’s no software or setting change involved.

Fix 2: Assign or Restore the Drive Letter in Disk Management

What causes it

Cloning software sometimes leaves the destination partition without a mount point, or Windows assigns a letter that later conflicts with a removable device. The drive is healthy but invisible in File Explorer.

How to check

Press Win + X and select Disk Management. If your SSD appears in the lower pane as “Healthy (Primary Partition)” but has no drive letter label next to it, this is your problem. If instead it says “Offline,” skip to Fix 5.

What to do

Right-click the main partition on the cloned SSD (not the disk header) and choose Change Drive Letter and Paths > Add (or Change). Pick an unused letter like D: or E: from the dropdown and click OK. The drive should appear in File Explorer immediately, files intact.

How to undo it

Return to the same dialog and click Remove to detach the letter. This doesn’t touch data; it only changes the mount point.

Fix 3: Set SATA Mode to AHCI

What causes it

If the source drive was on an Intel RST (RAID) controller and your BIOS boots in RAID mode, drives connected to certain ports can be hidden from the OS. Or the reverse: your clone target was set up under AHCI, but the BIOS is currently in RAID mode, so Windows can’t enumerate it.

How to check

Enter BIOS and find the SATA Mode or VMD/Storage Configuration setting — commonly under Settings > Storage or Advanced > SATA Configuration on ASUS, “Storage Configuration” on MSI, or “SATA Mode Selection” on Gigabyte. If it says RAID, Intel RST, or VMD, that’s likely the cause (especially common on laptops with Intel VMD enabled for NVMe, which can affect SATA behavior on some chipsets).

What to do

If Windows already boots fine from another drive, switch the setting to AHCI. To avoid a boot loop (INACCESSIBLE_BOOT_DEVICE), first enable Safe Mode boot in Windows: open Command Prompt as Administrator and run bcdedit /set {current} safeboot minimal, reboot into BIOS, switch to AHCI, boot into Safe Mode, then run bcdedit /deletevalue {current} safeboot and reboot normally. If the machine was already set to RAID with the Intel RST driver installed, leave it on RAID — just check that the specific port the SSD uses isn’t disabled in the RST Ctrl+I option ROM or the Storage Configuration page.

How to undo it

Flip the setting back in BIOS. If you enabled Safe Mode boot to make the change stick, the deletevalue command above already reverses it — no residue left behind.

Fix 4: Bring the Disk Online (Signature Collision)

What causes it

Because a clone is a byte-for-byte copy, the cloned SSD carries the same disk signature as your original. When both are connected at once, Windows refuses to mount the second one and marks it Offline to protect the volume.

How to check

Open Disk Management (Win + X). Look for a disk labeled “Offline” in the left column, often with an error tooltip mentioning signature collision. You can also open PowerShell as Administrator and run Get-Disk — an “Offline” operational status confirms it.

What to do

Right-click the disk header (the gray block that says “Disk 1,” “Disk 2,” etc.) and choose Online. Windows will typically write a new disk signature automatically, and the partitions will mount. Alternatively, in PowerShell run Set-Disk -Number 1 -IsOffline $false. Important: if the source disk was disconnected during this step and you want the clone to become your boot drive later, keep this in mind — a new signature is fine for data use but may require a boot entry fix (see Fix 6).

How to undo it

Right-click the disk and choose Offline again, or run Set-Disk -Number 1 -IsOffline $true. The new signature stays, which is harmless.

Fix 5: Repair the Boot Configuration on the Cloned Drive

What causes it

The clone copied your data perfectly but the boot plumbing didn’t come across: the EFI System Partition may be missing, too small, or its BCD store still points to the old disk’s signature. The drive is detected and readable — it just can’t boot.

How to check

Boot from your Windows installation USB (or a Recovery Drive: Settings > System > Recovery > Advanced startup > Restart now > Use a device). Choose Repair your computer > Troubleshoot > Command Prompt. Run diskpart, then list disk and select disk 1 (your clone), then list partition. A proper UEFI install needs a ~100–260 MB EFI System Partition listed as “System.” If it’s absent or the boot attempt throws INACCESSIBLE_BOOT_DEVICE, proceed.

What to do

From that recovery Command Prompt, run these in order:

bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd

If /fixboot returns “Access denied,” run bcdboot C:\Windows /s S: /f UEFI after assigning a letter to the EFI partition in diskpart (select partition 1, assign letter=S). Then reboot and select the cloned SSD in the BIOS boot menu — note that UEFI often registers it as a separate entry like “Windows Boot Manager (Samsung SSD 870),” so you may have several entries to try.

How to undo it

These commands rewrite boot files only, never user data. To revert, boot from the original drive again and it will use its own intact boot files; no further action needed.

Fix 6: Update or Reflash the SSD Firmware

What causes it

Some SATA SSDs shipped with firmware bugs that cause them to disappear after a certain number of power cycles, to enumerate at 0 GB, or to drop off the SATA link under specific controllers. Cloning doesn’t cause it, but the drive swap and reboot is often the first time the bug surfaces. Brands including Samsung, Crucial, WD, and Kingston have all released firmware fixes of this type.

How to check

Install the manufacturer’s toolkit — Samsung Magician, Crucial Storage Executive, WD Dashboard, or Kingston SSD Manager. If the tool can see the drive (even from another OS installation on a different disk), it will show the current firmware version and flag an update. If the drive shows as 0 GB or disappears intermittently in BIOS, match the model number printed on the label against the manufacturer’s support page for known firmware advisories.

What to do

Back up anything critical first (copy the drive’s contents to another disk or cloud storage). Then run the firmware update from the toolkit, keeping the PC on mains power and not touching the machine during the flash, which usually takes under two minutes. For drives that drop off intermittently, some vendors also offer a bootable ISO firmware updater, which is more reliable since it bypasses the running OS.

How to undo it

SSD firmware downgrades are generally not supported — treat a firmware flash as a one-way update. That’s another reason to confirm your model’s advisory page before flashing.

Fix 7: Wipe the Disk and Re-Initialize, Then Re-Clone

Data warning: this fix erases everything on the cloned SSD. Only use it if you still have the source drive or a backup of its contents.

What causes it

Sometimes the clone itself produced a malformed partition table — a GPT with a corrupt protective MBR, an MBR table on a drive the firmware expects to be GPT, or misaligned partitions. The result is a disk BIOS half-detects or Windows refuses to mount at all.

How to check

In Disk Management, a broken table usually shows the whole disk as “Not Initialized” or “Unknown.” If BIOS detects the correct capacity but Windows can’t make sense of it, and Fixes 1–5 didn’t help, a malformed clone is the likely culprit.

What to do

Open PowerShell as Administrator and run diskpart, then: list disk, select disk 1 (verify it’s the right one by size — this step is irreversible), clean. For a UEFI system, next run convert gpt. Then re-run your cloning software with the “sector-by-sector” or “intelligent sector copy” option, making sure the destination is the correct disk. Third-party tools like Macrium Reflect Free successors, or the clone feature built into your SSD vendor’s toolkit, tend to handle EFI partitions more reliably than manual imaging.

How to undo it

There is no undo. The data on the cloned SSD is gone, which is why the source drive or a verified backup must exist before you start.

Fix 8: Test the Drive in Another System

What causes it

If the SSD is invisible everywhere — every port, every cable, every machine — the drive itself has likely failed. Cloning stresses a drive with a full-surface read, and drives near end of life sometimes die during or right after that process.

How to check

Connect the SSD to a different PC, a USB-to-SATA adapter, or a docking station. Try it on both a desktop motherboard and via USB. A drive that isn’t detected anywhere, isn’t recognized by a USB bridge chip, and doesn’t appear in the vendor’s toolkit on any machine is almost certainly dead at the controller or PCB level.

What to do

If it’s not detected anywhere, use the manufacturer’s warranty: most current SATA SSDs carry a 3–5 year limited warranty, and Samsung, Crucial, WD, and Kingston all have online RMA forms that only require the serial number from the label. If it’s detected via USB but not SATA internally, the drive may still be usable in an external enclosure as a workaround, though a warranty replacement is still worth pursuing.

How to undo it

Not applicable — this is a diagnostic end-point, not a configuration change.

If Nothing Works

If the SSD survives none of the checks above, the realistic options narrow to warranty replacement or professional data recovery. Before you RMA, pull the serial number and purchase date; if the drive is out of warranty but your data matters, a recovery lab is the only safe route — avoid opening the drive yourself, as exposure of the internal chamber voids any future recovery attempt. Going forward, keep the habit of verifying a clone before you rely on it: after any cloning operation, boot from the new drive once, confirm Windows loads, then shut down and reconnect the old drive as a backup. And since cloning tools and BIOS layouts keep shifting (the jump from legacy MBR installs to GPT-only UEFI boot is now standard as of 2026), a fresh full-image backup to a separate disk beats a bare clone for disaster recovery.

FAQ

Why does my cloned SSD show in BIOS but not in Windows?

That combination almost always points to a software issue rather than hardware: the disk is offline due to a signature collision (Fix 4), it lacks a drive letter (Fix 2), or the SATA controller mode doesn’t match what the Windows driver expects (Fix 3). BIOS detection proves the data and power connections are fine.

Can a failed clone physically damage my SSD?

No. Cloning software only reads and writes data; it can’t harm the drive’s hardware. However, a full-drive read is a heavy workload, and a drive already on the edge of failure can fail during the process — the clone didn’t cause it, but it may have been the trigger.

Should I initialize the cloned disk as GPT or MBR?

For any modern UEFI system booting Windows 10 or 11, use GPT. MBR is only appropriate for legacy BIOS boot or very old hardware. If you initialize wrong, don’t worry — initializing alone doesn’t erase data, but you do need the partition style to match your firmware’s boot mode.

Is it safe to keep using my original drive after a successful clone?

Yes, and you should — at least for a few weeks. Keep the original as a fallback until you’ve confirmed the clone boots reliably, all your applications launch, and your files are present. Just be aware that if you leave both connected, Windows may keep booting the old drive out of habit; check your BIOS boot order or remove the old drive temporarily to force a test of the clone.

Related guides

Browse all Troubleshooting guides →