How do I extend the size of an NTFS partition?

Windows 7 "Extend" feature works only if the unallocated size is to the right. Yours is to the left. You will need to use a 3rd party partition application (PartedMagic/GParted).

Before messing around with partitions, backup everything first.


From my experience with dealing with partitions I would suggest 2 options:

  1. GParted - a free linux distribution which can be operated from a live CD and hence removes the limitation cause by manipulating partitions from within the system. - it has very thin GUI but helpful.

  2. EaseUS Partition Master Professional Edition - An amazing tool which can do almost everything and resize/merge/delete partitions without any problem. I really like this program since you dont have 'step outside' of windows, you just give the orders and then it does everything by itself.

Good Luck.


The extend button is greyed out: that's because the Volume that you are trying to resize is a system partition which is in use so you can not do a change on it,

you can resize the Volume with Partition Wizard!

Download Partition Wizard boot able .ISO image then burn it to a CD and boot it.

here are the links below:

ImgBurn

Partition Wizard Boot able .ISO image


If you can boot a Linux system from (USB/CD) I would use the comands fdisk, dd and ntfresize to do the job manually:

  1. use fdisk to create a new partition of the unallocated space
  2. use dd to copy the windows partion into the new one
  3. again fdisk to remove the old windows and the new partion, and re-create the new one with the same number of the old windows partion.

At this point you can test already if the windows system is able to boot from the copied partion. The data of the old windows partion is still unchanged (just invisible) and could be re-created easily with fdisk.

  1. use fdisk to resize the new partion as big as wanted
  2. use ntfsresize to enlarge the ntfs file system