Software⏱️ 3 min read📅 2026-06-15

How to Fix: Disk "Volume Extend" command gives Error with Diskpart [WIndows 10]

Error fixing disk volume extend command in Windows 10 using Diskpart.

Quick Answer: Use the 'VOLUME' command instead of 'EXTEND' to extend a volume in Diskpart.

The 'Volume Extend' command is not working as expected in Windows 10, resulting in an error message. This issue affects users who are trying to extend their disk volume using the Diskpart utility.

This problem can be frustrating for users who have free space available next to the partition they want to extend, but the 'Extend Volume' option remains greyed out.

🛑 Root Causes of the Error

  • The primary reason for this error is that the Diskpart utility does not support extending a volume using the 'extend' command. Instead, it requires creating a new partition on the extended disk space.
  • Another possible cause of this issue is that the disk space available next to the partition being extended may be in a different file system type than the original partition.

🚀 How to Resolve This Issue

Using Diskpart to Extend Volume

  1. Step 1: Open the Command Prompt as an administrator and navigate to the Diskpart utility.
  2. Step 2: Select the disk and partition you want to extend using the 'select' command.
  3. Step 3: Use the 'new partition' command to create a new partition on the extended disk space, specifying the size you want to allocate.
  4. Step 4: Verify that the new partition has been created successfully using the 'list partition' command.

Using Disk Management to Extend Volume

  1. Step 1: Open the File Explorer and navigate to the disk volume you want to extend.
  2. Step 2: Right-click on the volume and select 'Properties'.

🎯 Final Words

To resolve this issue, users can try using either of the two methods outlined above. The primary method involves using Diskpart to create a new partition on the extended disk space, while the alternative method uses the built-in Disk Management utility to allocate space from the next available disk.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions