Computers
Computer Parts
Custom PC Builder
DIY/ Maker
{$smarty.capture.menu}
Activity
Categories
Discussions
Computers
Computer Parts
Custom PC Builder
DIY/ Maker
How to extend a volume using diskpart in Windows 10 - Micro Center
<main> <article class="userContent"> <p>This article describes how to extend a volume on a drive using diskpart. This is useful if you have a drive that has been split into more than one partition and the other partitions have not been formatted. This process will combine an allocated partition into any unallocated partition that is right next to it. </p><p><br></p><p>1. Open the Start menu on your PC and search for <strong>Command Prompt</strong>. <strong>Right click </strong>on the command prompt app at the top of the search results and click on <strong>Run as administrator</strong>. </p><div class="embedExternal embedImage display-medium float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/W45F1K7ISA63/image1.jpg" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/W45F1K7ISA63/image1.jpg" alt="Image1.jpg"></img></a> </div> </div> <p><br></p><p>2. When the command prompt window appears, type <strong>diskpart</strong> and press Enter.</p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/M69PLOXBQFGB/image2.jpg" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/M69PLOXBQFGB/image2.jpg" alt="Image2.jpg"></img></a> </div> </div> <p><br></p><p>3. Type <strong>list volume</strong> and press Enter. This displays a list of all the volumes that are attached to disk drives on your system as well as the drive letters. </p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/PGOQKDVU6IYJ/image3.jpg" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/PGOQKDVU6IYJ/image3.jpg" alt="Image3.jpg"></img></a> </div> </div> <p><br></p><p>4. Select the volume you want to extend by typing <strong>select volume</strong> followed by the volume number. In this example, we have a 16GB drive that has two partitions, a 3GB partition with drive letter G and the rest is unallocated. Note that the unallocated partitions do not show as volumes in this list. </p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/R09B33CP0G2G/image4.jpg" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/R09B33CP0G2G/image4.jpg" alt="Image4.jpg"></img></a> </div> </div> <p><br></p><p>5. Type <strong>extend</strong> and press Enter. This merges the volume you selected with any unallocated space positioned after it on the drive. Note that this will only extend into unallocated space. If there is already a partition that’s been formatted next to the one you’re trying to extend, the command will fail. </p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/51VFBI6MJ94T/image5.jpg" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/51VFBI6MJ94T/image5.jpg" alt="Image5.jpg"></img></a> </div> </div> <p><br></p> </article> </main>