DEV Community

Cover image for How to Extend Disk «C» by Shrinking Disk «D», Without Losing Data
Michael Mirosnichenko
Michael Mirosnichenko

Posted on

How to Extend Disk «C» by Shrinking Disk «D», Without Losing Data

Read this article to find out how to extend disk C by shrinking disk D. Let’s see how you can do it with integrated system tools or with third-party apps, and keep all your data intact.

Built-in Windows Tool for Extending Disk Space (Disk Management)

There are two methods to choose from. The first method doesn’t use any third-party programs and relies exclusively on standard Windows tools. The downside is that you can only use it if there is no valuable data on disk D and you can safely erase it.

So, let’s begin.

Right-click on the Start menu and select Disk Management from the menu that appears.

Image description

You will see all disks and partitions in your computer.

For example, disk C and disk E where supposedly there is no important data.

Right-click on disk E and choose from the menu Delete Volume.

Image description

Confirm your choice. As a result, you get an unallocated area on the disk.

Image description

Then right-click on disk C and choose Extend Volume. It opens the Extend Volume Wizard. Click Next. Add some space from the unallocated space to disk C. For example, try 1 Gb. Click Next and then Ready.

Image description

Now disk C has increased in size by 5 Gb. To create disk D again, right-click on the remaining unallocated space and select Create a simple volume. Assign the drive letter. Format it in NTFS. As a result, disk C has more space, and disk D has been reduced.

Image description

Don’t pay too much attention to the size and drive letters of the disks shown here. All of these are just examples from my testing PC to show you the sequence of actions. This way, you can work with any disks, no matter what their disk space size is.

Other Tools to Modify Disk Size

Method two: Good for cases when you have important data on disk D but you need to use some of its free space to expand disk C

Unfortunately, standard tools of the operating system cannot help you. Solving this problem requires additional software. As an example, I’ll be using AOMEI Partition Assistant Standard, as this utility has a free version, but there are other similar tools as well.

Image description

When you start the program, you will see available partitions, but unlike Windows Disk Management, it lets you increase the size of disk C at the expense of disk D without losing data stored in disk D.

Image description
To do it, right-click on the disk you need to reduce and choose Change partition size. Move the green slider bar to specify the required number of gigabytes that you want to add to disk C later, and click Ok.

Image description

Then right-click on disk C and also choose Change partition size.
With the help of this slider bar, fill up all the freed space (or enter the required number of gigabytes in the field), and click Ok.

Image description
Then click Apply.
When the disk space redistribution is complete, the program will restart the computer.

Ready. Everything was successful, and now disk C has increased.

Truly, disk C has become bigger, while disk D is now smaller, and you haven’t lost any data there.

Don’t pay too much attention to the size and drive letters of the disks shown here. All of these are just examples from my testing PC to show you the sequence of actions. This way, you can work with any disks, no matter what their disk space size is.

Top comments (0)