How to Fix Disk Signature Collision — Cloned Drive Shows Offline on Windows
Cloned a drive and the new disk shows as "Offline" in Disk Management with "disk signature collision"? Fix drive conflicts after cloning on Windows 10 and 11.
📖
Main Troubleshooting Guide
How to Fix 100% Disk Usage →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •Cloned disk shows as "Offline" in Disk Management
- •"The disk is offline because it has a signature collision" message
- •Second drive not accessible after cloning
- •Both original and clone drives can't be online simultaneously
- •Drive letters missing for cloned partitions
- •Windows refuses to bring the disk online
- •External drive enclosure with cloned drive not mounting
Common Causes
- ⚠Both disks have the same disk signature (MBR) or disk GUID (GPT)
- ⚠Cloning copies the signature byte-for-byte — Windows sees a duplicate
- ⚠Windows only allows one disk with a given signature to be online at a time
- ⚠The operating system can't determine which disk to boot from if both are identical
- ⚠SAN policy set to "Offline Shared" preventing duplicate signatures
- ⚠Some cloning tools don't generate new signatures automatically
Solutions
Solution 1: Change Disk Signature via Disk Management
- 1Open Disk Management (diskmgmt.msc)
- 2Find the offline disk (shown with a red arrow or "Offline" status)
- 3Right-click the disk (left panel where it says "Disk 1" etc.)
- 4Click "Online" — Windows will automatically assign a new signature
- 5If it warns about signature collision: click Yes to assign a new one
- 6The disk should come online with its partitions accessible
- 7Assign drive letters if needed: right-click partition → Change Drive Letter
Solution 2: Fix via DiskPart
- 1If Disk Management can't bring the disk online:
- 2Open CMD as Administrator → diskpart
- 3list disk — find the offline disk number
- 4select disk X (where X is the offline disk)
- 5uniqueid disk — shows the current signature
- 6online disk — try bringing it online
- 7If collision error: uniqueid disk id=AABBCCDD (set a new random hex value)
- 8Then: online disk
Solution 3: Fix SAN Policy
- 1Windows sometimes has a SAN (Storage Area Network) policy that keeps disks offline:
- 2Open CMD as Admin → diskpart
- 3san — shows current policy
- 4If it says "Offline Shared" or "Offline Internal":
- 5san policy=OnlineAll — sets all disks to come online automatically
- 6exit → restart
- 7This is common on Windows Server but can also affect Windows 10/11
Solution 4: Best Practices for Cloning
- 1To avoid this issue in future cloning:
- 2Use cloning software that generates a new disk signature (Macrium Reflect, Clonezilla)
- 3After cloning: keep only ONE disk connected, boot from it, then connect the second
- 4If upgrading from HDD to SSD: remove the old drive before first boot from the new one
- 5For backup purposes: the offline behavior is actually protective — prevents boot confusion
- 6If both drives need to be online: change the signature on the non-boot drive
- 7Never change the signature on your current boot drive while booted from it
FIXES THIS IN 5 MINUTES
Fix Disk Signature Collision — Cloned Drive Shows Offline Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11