The complete error message displayed by the Diskpart utility could be either of the two:

Diskpart Virtual Disk Service error, There is not enough usable space

If Diskpart is showing the “Virtual Disk Service error: There is not enough usable space for this operation” while creating a new partition, the following solutions may help you fix the problem: There is not enough usable space for this operation

1] Check the partition style of your disk

One possible cause of this error is the limitation of an MBR disk. If the disk installed on your system uses the Master Boot Record, you will not create more than 4 partitions on your disk. Whereas, in the GPT partition, there is no such limit. You can create unlimited partitions on a GPT disk, but Windows allows only up to 128 partitions on a GPT disk.

Check the partition style of your hard disk. To do so, follow the steps below: If the partition style of your hard disk is MBR and you already have 4 partitions on it, you have to convert it into GPT to create more partitions. Do note that the conversion is possible only if the hard disk contains no partitions or volumes. If your hard disk contains any partitions, you have to delete them before converting MBR into GPT. This action will also erase all the data on your hard disk. That’s why we suggest you backup all your data on an external hard disk.

The GPT disks use Unified Extensible Firmware Interface (UEFI) BIOS mode. You can check your BIOS mode in the System Information. If your BIOS supports both legacy and UEFI modes but it is set to the legacy mode, you can convert it to UEFI. After converting your hard disk from MBR to GPT, check if the Diskpart is showing the same error while creating partitions.

2] Rescan your disk

The Rescan command helps you detect new disks added to your computer. When you run this command, it detects the configuration changes on your hard disk and updates the information. You can try running this command in Diskpart and see if it helps. Follow the steps below: After rescanning your disks, check if the issue persists.

3] Shrink the partition on your hard drive

According to the error, your disk does not have enough usable space. To fix this problem, you can shrink a partition to leave unallocated space. After shrinking the partition, you should be able to create a new partition. The steps to do this are written below: After the formatting gets completed, a partition of the desired size is created. In step 6 above, we have used the command shrink desired=size minimum=size. This command consists of two values, namely, desired and minimum. Let’s see the meaning and purpose of each of these values.

Desired: This represents the actual amount of space that you want on your partition.Minimum: It represents the minimum space on the selected partition.

If the size entered in the desired value is not possible to create, Windows will create the partition of the size that you enter in the minimum value. You can also enter the same size in both of these values. Read: Diskpart error, The device does not recognize the command.

4] Use a third-party tool

You can also use a third-party tool to create partitions on your hard drive. If you search online, you will find many disk and partition manager tools that come with both free and paid plans.

Diskpart Virtual Disk Service error. The operation timed outDiskpart Virtual Disk Service Error, The volume size is too bigDiskpart Virtual Disk Service error, The file system is incompatibleDiskpart Virtual Disk Service error. Delete is not allowed on the current boot, system, pagefile, crashdump or hibernation volumeDiskpart Virtual Disk Service error, The operation is not supported by the objectDiskpart Virtual Disk Service error, The specified disk is not convertible

How do you fix the virtual disk service error the specified disk is not convertible?

You may see an error message “The specified disk is not convertible” while converting an MBR disk into GPT by using the Diskpart utility. The complete error message is: According to the error message, the disk you want to convert from MBR into GPT is not convertible. To fix this error, you should know what an MBR partition style is and what a GPT partition style is. If you want to convert an MBR disc into a GPT, your BIOS should support the UEFI mode. This is because the GPT disks use Unified Extensible Firmware Interface (UEFI) BIOS mode. If you are getting this error message, first check your system’s BIOS mode. If it shows legacy mode, convert it into the UEFI mode. To know the BIOS mode, click on Windows Search and type System Information, then select the System Information app from the search results. In the System Information app, you will see your BIOS made on the right pane. If your BIOS supports both legacy and UEFI modes, you will be able to convert legacy to UEFI. If your BIOS mode is already set to UEFI, but you are still getting this error message, you can use a third-party tool or software, like Minitool partition wizard to convert MBR to GPT. Read: DiskPart error, Data error Cyclic redundancy check.

How do I fix the virtual disk service error volume size is too big?

The virtual disk service error volume size is too big usually occurs when you format a particular disk drive by using a FAT32 file system. In such a case, you can try another file system to format the disk drive, like NTFS. There are several limitations of the FAT32 file system. The maximum file size limit for the FAT32 file system is 4 GB. This is the reason why Diskpart displays this error while formatting a disk drive of large size by using the FAT32 file system. Read next: Diskpart has encountered an error, The media is write-protected.