MBR2GPT only supports a maximum of three primary partitions on the disk. So, if there is more than that, delete a partition.
If you find a hidden System Reserved Partition, you can try removing it using a third-party partition manager.If there's no unallocated space, right-click on your main partition (C drive) in Disk Management and select "Shrink Volume." Allocate enough space (a few hundred MB should suffice) to create unallocated space.
- Open an elevated command prompt and choose "Run as administrator".
- Type the following command, replacing
<driveletter>
with your actual boot disk drive letter (usually C):mbr2gpt /convert /allowfullos /disk:<driveletter>
-
/allowfullos
flag allows conversion with the OS installed on the disk.
-