Microsoft Windows 7 provides several tools for managing the configuration of your computer and the various parts of your operating system. There are times where you will want to shrink the amount of allocated space on your hard drive, referred to as a volume, to make room for another partition. In the not-so-distant past you would have used a third-party tool for this task, but with the Windows 7 Disk Management Tool, the utility you require is part of the operating system.

This blog post is also available as a TechRepublic Photo Gallery and TechRepublic download. This post was originally published in January 2011.

Shrink a volume

The first step is to start the Disk Management tool with elevated administrative rights. Click the Start menu button, type diskmgmt.msc into the search box, and then right-click the diskmgmt.msc entry to get to the Run as Administrator item in the context menu, as shown in Figure A.

Figure A

Open the Disk Management Tool with administrative rights.

Clicking Run as Administrator will load the Disk Management Tool, which will look something like Figure B.

Figure B

The Disk Management Tool will load.

As you can see, I have a recover disk on my test machine in addition to an Operating System partition and a Data partition. In general, you want to shrink a nonoperating system volume, so we will shrink the Data partition (D:).

Right-click the drive you want to shrink (D: in our example) and navigate to the Shrink Volume menu item, as shown in Figure C.

Figure C

Navigate to the Shrink Volume menu item.

Stay on top of the latest Microsoft Windows tips and tricks with TechRepublic’s Windows Desktop newsletter, delivered every Monday and Thursday. Automatically sign up today!

The Disk Management Tool will take a few seconds to analyze the drive in question and then present you with a summary screen similar to the one shown in Figure D.

Figure D

The Summary shrink screen shows the results of the analysis.

The number you can change on this screen is Enter the Amount of Space to Shrink in MB box. I am shrinking drive D by 5000MB (5GB), as you can see in Figure E. Click the Shrink button when you are ready.

Figure E

Shrink the drive by 5000MB.

When the process is complete, you will have a new unallocated partition. The actual size will be less than what you asked for as there will be some space taken up by the Windows file system, as shown in Figure F.

Figure F

A new unallocated partition will appear.

Allocate the unallocated

The next step will be to allocate the newly created space into something the operating system can use. That procedure is not complicated, but it does involve several steps, so we’ll run through that process in a follow-up post.