What is Disk Signature Collision

Nowadays, Disk cloning has become quite a common practice for upgrading to a larger hard disk drive. Drives are cloned to make a similar copy to use both the cloned copy and original drive together. Also, many virtualization tools are being used to virtualize the physical hard disk drive. The physical hard drives are virtualized to create virtual hard disk drives, and several virtual machine clones are created with the existing Virtual hard disk drives. As these are identical copies, the chances are that these copies may have identical disk signatures. When you use both disks having identical signatures at the same time, you may run into the Disk Signature Collision problem. The occurrence of disk collision is rare as the Windows system doesn’t allow two disks to function at the same time when they have a similar disk signature. In the older Windows versions like XP and Windows Vista, the signature collision would often go unnoticed as the Windows system would automatically replace the signature of the disk that reports duplicate signatures.

How to fix Disk Signature Collision on Windows 11/10

However, in the case of Windows 7, Windows 8.1, Windows 10 and Windows 11, Disk Signature Collision is handled differently. When two storage devices have an identical disk signature, the secondary drive that creates disk signature collision will be turned offline, and cannot be mounted for use till the collision is fixed. You may run into the following disk collision error messages in Windows 11/10.

The boot selection failed because a required device is inaccessibleThe disk is offline because it has a signature collisionThis disk is offline because it has a signature collision with another disk that is online.

To fix the disk collision problem, you can make use of the command-line utility called diskpart in Windows PowerShell or Command Prompt to view and change the signature, or can make use of the Master Boot Record in the Windows Registry. You can also make use of Windows Disk Management Utility to change the signature. We next explain how to fix the Disk Signature Collision problem.

Change Disk Signature with Disk Managment Utility

Open Run and type diskmgmt.msc. Click Ok to open Disk Management. Right-click on the disk that is marked as Offline or Missing. 

Select Online command from the drop-down menu.

On selecting the option Online, Windows will generate a new disk signature.

Change Disk signature using Diskpart

Open Command Prompt and Run as Administrator. Type the command  Diskpart to open Diskpart and hit Enter.

Type the following command to display all the available disks on the system: Now note the problematic disk number with the status Offline from the list and write the following command – where x is the offline disk – to select the offline disk: For example, if you type the command select disk 1, the command prompt will display the message as Disk 1 is now the selected disk.

Type this command to display the disk’s signature:

To change the disk’s signature and set the disk online, type the command unique disk ID= (New signature) where (New signature) is the new ID in hexadecimal. For example, you can set the new id as uniqueid disk ID= 1456ACBD. If you have given the wrong format ID, the prompt will display the error: Once done, the disk will be online. Reboot the system. Similar issue: The disk is offline because of policy set by an administrator. That’s all.