If one of the disks in your Windows computer is running out of space, you can extend a disk's capacity by using the unallocated space in your hard drives. This method is handy as you won't need to format an entire volume so that you can repartition it. You can just shrink one, to extend another.

So, how do you extend a hard drive volume in Windows 11? Let's find out.

Why Extend a Data Volume?

There are various reasons why you would want to extend a data volume. However, the most occurring one is that you need more space in a given drive. Extending a hard drive will let you achieve more space in a given drive, though there's one requisite: you must have unallocated space available to extend your drive with.

There are multiple methods you could use for extending your data volumes. We've gone through four of the most common methods in this article.

How to Extend Data Volumes in Windows 11

Before extending your volumes, it's good to know that volumes and disk spaces follow an extension of the first law of thermodynamics. Disk space cannot be created or destroyed; it can only be transferred from one disk to another.

When you want to extend a volume, you require free space to extend that volume. And when you shrink a volume, this leaves a surplus of unallocated space that you can use later on.

As such, if your disks are at their maximum sizes, and there's no unallocated space, you cannot extend it. You'll need to shrink another volume, in order to extend the one you want more space on.

Related: How to Find Your Hard Disk's Model and Serial Number in Windows

Disks often have system files that Windows refuses to move, and this can get in the way of you shrinking a volume. Depending on where exactly the system files are, and what they are, you may not be able to shrink a volume even though you have plenty of free space on that disk. You can get rid of most of these files, though the how-to is an entire article to itself.

With all that in mind, let's get down to extending volumes. As mentioned before, there are multiple methods you can use to extend a volume in Windows 11.

1. Windows Storage Settings

Storage settings in Windows 11.

In Windows 11 most of the settings can be directly accessed through the Settings app, rather than the Control Panel or separate apps. You can extend your data volumes directly through the Settings app.

  1. Open the Settings app. You can search for it in the Start menu or bring it up from the app list.
  2. In the Settings app, from the System tab, select Storage.
  3. Under Storage management, select Advanced storage settings.
  4. Select Disks & volumes. This will take you to a new page.
  5. Click the volume you want to extend and then select Properties.
  6. On the new page, under Size, click on Change size.
  7. Enter the new size in the text box and then click OK.

You can use these same steps to shrink a data volume as well. If the new size is lesser than the current size, the data volume will shrink and the remaining space will become unallocated. You can later use this unallocated space to extend other volumes or this same volume.

2. Disk Management Tool

Windows Disk Management tool.

Alternatively, you can use the classic Disk Management tool which is still present and mighty functional in Windows 11. This is similar to Storage settings except that extend and shrink are separate functions.

  1. Open Windows Explorer.
  2. Right-click on This PC and select Manage from the drop-down menu. In Windows 11, select Show more options and then select Manage. This will open the Computer Management window.
  3. Inside Computer Management, select Disk Management from the categories on the left.
  4. On the bottom half of the screen, right-click on the volume you want to extend.
  5. From the right-click menu, select Extend Volume. The Extend Volume Wizard will appear.
  6. Click Next.
  7. Select the available spaces and then enter the amount you want to extend the volume by in the text box.
  8. Click Next and then finally click Finish.

3. Command Prompt

Windows DiskPart via Command Prompt.

If graphical interfaces don't suit you and you want to command Windows to extend your volumes using a command line, then you should use the good old Command Prompt.

  1. Open the Command Prompt. You can search for it through the Start menu, or type cmd in the Run app.
  2. Inside Command Prompt, type the command below and press Enter:
     This will take you to the DiskPart menu of Command Prompt.
                            
  3. If asked for Admin permission, select Yes.
  4. Before you proceed, you're going to know what exactly you're dealing with. So let's get a list of your disks. Enter the command below and press Enter.
            list disk
        
    This command will list the disks installed on your computer.
  5. Select the disk you want to extend with the command below:
            select disk <NUMBER> 
        
    Replace <NUMBER> with the number of the disk. You can see this in the table provided by the previous command.
  6. Now enter the command below to get a list of your volumes in that disk:
            detail disk
        
  7. Select a volume by entering the command below:
            select volume <NUMBER>
        
    replace <NUMBER> with the volume's number. Note that the volume number is different from the disk number.
  8. Finally, use either of the commands below to extend your volume:
            extend
        
    This will use all of the free space to extend your drive.
            extend size=20
        
    This will extend the volume by 20MB. Use this command to extend the volume by a specific amount.

Once you're finished, Command Prompt will return a message saying DiskPart successfully extended the volume.

Related: Why 1TB Is Only 931GB of Actual Space

4. Powershell

Extending a volume in Powershell

Powershell is another alternative method you could use to extend a volume on your computer. Like Command Prompt, Powershell uses command lines.

  1. Run Powershell as Admin. To do this, search for Powershell in the start menu and select Run as administrator.
  2. Once inside Powershell, type the command below and press Enter:
            Get-Partition
        
    This will show you an overview of the partitions on your computer. You can see the disks, their numbers and their letters among with some more information.
  3. Now let's see how much you can actually extend your volume. You can get this information by entering the command below:
            Get-PartitionSupportedSize -DriveLetter <LETTER>
        
    Replace <LETTER> with your drive letter. This command will then show you how much you can extend or shrink the volume. SizeMax tells you how much you can extend it, and SizeMin tells you how much you can shrink it. It's important to note these two values as you won't be able to shrink or extend past them.
  4. Now to resize the volume, enter the command below:
            Resize-Partition -DriveLetter <LETTER> -Size <SIZE>
        
    Replace <LETTER> with your drive letter, and <SIZE> with the new size. You can use units such as MB and GB in the size value. Note that this command isn't unique to extending a volume only, and you can also shrink a volume with this same command. All you need is a value below the current size.
  5. Press Enter. Powershell will now resize your volume.

Powershell commands can take a bit to return results, so don't worry if you're not getting immediate responses from the console. Be patient and hopefully all will go well.

Related: Signs That Your Hard Drive Is Failing (And What to Do)

Extend Your Dominion on Windows 11

You don't always need to go on and format your disks entirely in order to expand one or to repartition them in general. There is more than a single method to achieve what you want. Be it via the graphical interface of Windows Settings or the simple-but-effective Command Prompt, you now know how to extend your volumes on your Windows 11 computer.

Hard disks provide you with safe storage for your data, but if you've lost precious data in a hard disk, don't lose all hope. There are still things you can do to recover your precious files.