Guide cover showing a Windows disk bar with the C drive next to unallocated space, illustrating how to extend C drive

Your C drive is full, Windows is nagging about low disk space, and there is 200 GB sitting unused on the same disk. The obvious move is to extend C drive into that space — and then Disk Management greys out the Extend Volume option and offers no explanation at all.

That silence is the whole problem. Windows will not tell you why it refuses, so people assume the drive is broken, or they start deleting things at random, or they reinstall Windows from scratch to get a bigger partition. None of that is necessary.

This guide covers every honest way to extend C drive in Windows, in the order you should try them: free up space first, use Disk Management when it works, use a partition tool when it does not, and clone to a larger disk when the drive itself is simply too small. It also explains exactly why Extend Volume is greyed out, because once you can read your own disk layout, the right method becomes obvious.

Why Windows will not let you extend C drive

Disk Management is deliberately conservative. It will only perform operations it can complete instantly and safely, which rules out most of what people actually need. There are four common reasons the option is disabled.

Three disk layouts showing when you can extend C drive and when Extend Volume is greyed out

1. The free space is not directly to the right of C

This is the rule that catches almost everyone. Disk Management can only grow a partition into unallocated space that sits immediately to its right on the same physical disk.

If you shrank D and created unallocated space, that space is to the right of D, which usually means it is nowhere near C. Disk Management cannot move partitions around, so it cannot bring that space to where it is needed. It just greys the option out.

Open Disk Management (right-click Start, then Disk Management) and look at the bar for Disk 0. Read it left to right. If anything at all sits between your C partition and the unallocated block, Disk Management is out of the running.

2. A recovery partition is sitting in the way

Most Windows machines have a small recovery partition, often a few hundred megabytes, placed immediately after C. Windows Update has also been known to create an additional one.

That tiny partition is enough to block everything. Even if there is 300 GB of unallocated space just past it, C cannot reach across it.

Deleting a recovery partition is possible but it is a genuinely bad idea on a machine you rely on — it is what Windows uses to repair itself when it will not boot. The better answer is to move it, which needs a partition tool.

3. It is free space, not unallocated space

These look similar in Disk Management and mean different things. Unallocated space (black bar) belongs to no partition. “Free space” (green bar) sits inside an extended partition on an older MBR disk. Disk Management will not extend a primary partition into it.

4. The disk is MBR and already has four primary partitions

MBR disks allow a maximum of four primary partitions. If all four slots are used, nothing new can be created and some operations quietly stop working. You can check this in Disk Management: right-click the disk number on the left, choose Properties, then the Volumes tab, and read the partition style.

There is also a simpler case worth ruling out: Disk Management cannot extend FAT32 partitions, only NTFS. On a modern Windows install C is almost always NTFS, so this rarely applies, but it is worth a glance.

Before you touch anything: a two-minute safety check

Resizing partitions rewrites the structures that tell your computer where your files begin and end. It is routine, it works the overwhelming majority of the time, and it is still the wrong moment to be without a backup.

  • Back up first. A disk image is ideal because it captures the whole partition layout, not just documents. Our guide to choosing Windows backup software covers the difference and, more importantly, how to verify a backup actually restores.
  • Check the drive is healthy. Open Command Prompt as administrator and run chkdsk C: /scan. Resizing a drive with developing bad sectors is how a routine job turns into a recovery job.
  • Suspend BitLocker if the drive is encrypted. Third-party tools can behave unpredictably against a locked volume. Suspend it, do the work, turn it back on.
  • Use mains power. On a laptop, plug it in. A partition move that is interrupted halfway is the one scenario that genuinely costs data.
  • Close everything. Some operations need to finish during a reboot, before Windows loads.

If the worst happens anyway, it is usually survivable — see our walkthrough on recovering deleted files on Windows. But a verified backup beats any recovery tool, every time.

Method 1: Extend C drive with Disk Management

Try this first. It is built into Windows, it costs nothing, and when the layout cooperates it takes about thirty seconds.

  1. Right-click the Start button and choose Disk Management.
  2. Find the bar for the disk containing C. Read it left to right.
  3. Confirm there is a black Unallocated block sitting immediately to the right of C, on the same disk.
  4. Right-click the C partition and choose Extend Volume.
  5. Work through the wizard. It defaults to using all available space, which is normally what you want.
  6. Click Finish. The change applies immediately, with no reboot.

If Extend Volume is greyed out, do not force it. Go back to the four reasons above, work out which one applies to your layout, then pick the method that matches.

Method 2: Free up space instead — you may not need to extend at all

Before rearranging partitions, it is worth asking whether C is genuinely full or merely cluttered. On a machine that has been running for a couple of years, reclaiming 20 to 40 GB without touching a single personal file is common.

Work through these in order. They are all reversible or safe.

  • Storage Sense. Settings → System → Storage. Turn it on and let it clear temporary files and empty the Recycle Bin on a schedule.
  • Windows.old. After a feature update, the previous installation sits in this folder and can be 15 to 30 GB. Remove it through Settings → System → Storage → Temporary files, never by deleting the folder by hand.
  • The component store. Run Dism.exe /Online /Cleanup-Image /StartComponentCleanup from an administrator Command Prompt. This clears superseded update files.
  • Hibernation file. hiberfil.sys is sized in proportion to your RAM and can be several gigabytes. If you never hibernate, powercfg /hibernate off reclaims it. Note that this also disables Fast Startup.
  • Move the big folders. Games, video projects and photo libraries do not need to live on C. Steam, Adobe and most large applications let you relocate their library folders to another drive.
  • Find what is actually large. A disk-usage viewer such as WizTree or WinDirStat maps the drive visually and usually reveals one forgotten folder holding most of the space.

Do not turn off System Restore or delete the page file to buy space. Both trade a real safety net for a few gigabytes, and both tend to be regretted later.

Method 3: Extend C drive with a partition tool

When the unallocated space exists but is in the wrong place, you need something that can do what Disk Management cannot: move a partition. That is the entire reason partition managers exist.

A partition tool physically relocates the data in a partition, then rewrites the partition table so the free space ends up adjacent to C. It is a slower operation — moving 100 GB takes real time — but it is a solved, mature problem, and the good tools handle it transactionally so an interruption can be rolled back.

What these tools actually do that Windows will not

  • Move a recovery or OEM partition out of the way instead of deleting it
  • Move unallocated space from one end of the disk to the other
  • Merge two adjacent partitions without losing the contents of either
  • Resize a partition from the left edge, not only the right
  • Convert MBR to GPT without wiping the disk
  • Queue several operations and apply them in one pass, some during a reboot

The two tools worth considering

The Windows partition market is dominated by two vendors, and they are direct competitors with near-identical feature lists.

EaseUS Partition Master is the more polished of the two. The interface makes the pending-operations model obvious, so you can see exactly what will happen before you commit, which matters a great deal when the operation is “move 200 GB of Windows”. See current EaseUS discounts before buying.

AOMEI Partition Assistant covers the same ground and its free tier has historically been generous with basic resize and move operations. The interface is plainer, which some people prefer. Current AOMEI offers are worth comparing, since the two vendors rarely discount at the same time.

Both companies split features across free and paid tiers, and both move the line between them from release to release. Rather than trust any article’s snapshot of what is free this month — including this one — download the free edition, queue the operation you need, and see whether it asks you to upgrade before applying. That takes two minutes and tells you the truth for your version.

If you are weighing the two whole suites rather than just the partition tool, we compared them properly in EaseUS vs AOMEI.

The general procedure

The exact wording differs between tools, but the shape is always the same:

  1. Install the tool and let it read the disk layout.
  2. If a recovery partition sits between C and the free space, select it and choose Move, dragging it to the far side of the unallocated block.
  3. Select C and choose Resize/Move. Drag its right edge into the now-adjacent free space.
  4. Review the pending operations list. Read it carefully — this is the last point at which nothing has changed.
  5. Click Apply. Operations that touch the system partition normally complete during a reboot, in a pre-boot environment.
  6. Let it finish. Do not power off, even if the progress bar appears stuck for several minutes.

When Windows comes back, C will be larger and every file will be where you left it.

Method 4: Clone to a bigger drive

Sometimes there is no free space to move, because the disk is simply too small. A 256 GB SSD with Windows, Office and a couple of games on it is full, and no amount of partition juggling creates space that does not exist.

The fix is a larger drive and a clone. You copy the entire disk to the new one, expand C into the extra room during the copy, swap the drives, and carry on with everything exactly where it was — no reinstall, no reactivation, no reconfiguring.

This is a bigger job than a resize but a well-documented one. Our step-by-step guide to cloning a hard drive to a new SSD covers the three things that usually go wrong, including the MBR-versus-GPT mismatch that leaves the new drive unbootable.

Which method fits your situation

What you are looking at What to do
Unallocated space sits directly right of C Disk Management, Extend Volume
Recovery partition between C and the free space Partition tool — move it, then extend
Free space is on the far side of D Partition tool — move the space, then extend
No free space anywhere on the disk Clean up first, then clone to a larger drive
Free space is on a second physical disk Neither — move data there instead; C cannot span disks
C is 90% full but nothing is unusually large Cleanup will probably be enough

That last row deserves a note. A C drive can only grow within its own physical disk. Unallocated space on a second SSD cannot be added to C by any conventional means — the options that exist (spanned and dynamic volumes) are a poor trade, because one disk failing then takes the whole volume with it.

A worked example: the 256 GB laptop that had nothing left

Abstract advice only goes so far, so here is a layout that turns up constantly, and what actually gets done about it.

A three-year-old laptop with a single 256 GB SSD. Disk Management shows, left to right: a 100 MB EFI partition, a 16 MB reserved partition, C at 218 GB with 9 GB free, and a 780 MB recovery partition at the end. There is no unallocated space at all. Extend Volume is greyed out, and in this case it is greyed out for the most basic reason possible — there is nothing to extend into.

No partition tool can help here, because moving partitions does not create capacity. This is a cleanup-or-replace decision, and the order matters.

Step one, the cleanup pass. Storage Sense and the temporary-files cleaner return about 6 GB. Windows.old from the last feature update is 21 GB. Turning off hibernation on a machine that is never hibernated returns another 12 GB. The component-store cleanup adds roughly 4 GB. A disk-usage map then shows a games library at 38 GB and three years of phone photo backups at 26 GB, both of which move to an external drive.

Result: free space goes from 9 GB to around 116 GB, without deleting anything the owner wanted to keep, and without any partition work at all. On a 218 GB partition that is comfortably above the 15 to 20 percent target, and the job is done.

Step two, only if step one is not enough. If the same machine had a genuine 180 GB of installed software that could not move, the honest answer is a larger SSD and a clone. Replacing a 256 GB drive with a 1 TB one is inexpensive, takes an hour including the clone, and solves the problem permanently instead of for six months.

The general lesson holds for most machines: people reach for a partition tool to extend C drive when a cleanup would have settled it, and people reach for a cleanup when the drive is genuinely undersized and needs replacing. Reading the disk bar first tells you which situation you are in.

If the partition tool refuses the operation

Occasionally a tool will read the disk and then decline. The usual causes are worth knowing, because each has a different answer:

  • The disk is Dynamic, not Basic. Most consumer tools only handle Basic disks.
  • BitLocker is active. Suspend it and retry.
  • The file system has errors. Run chkdsk C: /f, reboot to let it complete, then retry.
  • The operation needs a feature the free tier does not include. The tool will say so at the Apply step rather than at the point you queued it.
  • Unmovable files sit at the end of the partition. Shrinking is blocked by these more often than extending; a defragment pass on a mechanical drive can clear it.

What can go wrong, and how to avoid it

Power loss during a move. The single real risk. A partition move can run for an hour on a mechanical drive. Plug in, and if you are on a desktop in an area with unstable power, consider doing it another day.

BitLocker left switched on. Suspend it first. Being asked for a recovery key you cannot find after a resize is a miserable afternoon.

A dynamic disk. If Disk Management describes your disk as Dynamic rather than Basic, the rules change and many tools will refuse. Converting back to Basic is destructive without specialist software, so treat this as a stop-and-research moment.

A failing drive. If the disk already has reallocated sectors, moving large amounts of data across it can be the push that finishes it off. Check SMART health first. If the drive is marginal, skip straight to cloning onto a new one.

Cracked or “free” versions of partition software. Of all the categories where pirated software is a terrible idea, disk tools top the list. You are handing unverified code write access to the partition table of the drive holding everything you own. A discounted licence costs less than one data recovery attempt.

How much free space should C actually have?

Aim to keep at least 15 to 20 percent of C free. Windows needs headroom for updates, for the page file, for System Restore points and for temporary files during installs.

On SSDs there is a performance dimension too. Flash memory writes in large blocks, and a nearly full SSD has fewer free blocks to work with, so the controller has to shuffle existing data before it can write new data. The effect is real and it worsens sharply in the last 10 percent of capacity.

In practice, on a 500 GB drive, try not to drop below about 75 GB free. If you are routinely below that after a cleanup, extending C is the right call rather than a recurring chore.

Frequently asked questions

Will I lose data if I extend C drive?

Not under normal conditions. Extending into adjacent unallocated space does not touch existing files, and a partition move by a reputable tool is designed to be recoverable if interrupted. The risk is not zero, which is why the backup step is not optional.

Why is Extend Volume greyed out when I have plenty of free space?

Almost always because the space is not directly to the right of C on the same disk, or because a recovery partition sits between them. Disk Management cannot move partitions, so it disables the option rather than explaining the problem.

Can I extend C drive without any software?

Yes, if the layout already cooperates — Disk Management handles it. If it does not cooperate, no built-in Windows tool can move partitions. diskpart follows the same adjacency rule as Disk Management and is less forgiving of mistakes, so it is not a workaround.

Is it safe to delete the recovery partition to extend C drive?

It is possible, and it is usually the wrong choice. That partition is what boots the repair environment when Windows will not start. For a few hundred megabytes, keep it and move it instead.

How long does extending C drive take?

A straight extend into adjacent space is instant. A partition move depends on how much data has to be relocated and how fast the drive is — minutes on an SSD, potentially over an hour on a mechanical drive.

Can I extend C drive using space from another hard drive?

No, not in any way worth doing. A partition lives on one physical disk. Move your large folders to the second drive instead, or replace the system drive with a larger one and clone across.

The short version

Open Disk Management and read the disk bar left to right. If unallocated space sits immediately right of C, extend it there in thirty seconds and you are finished.

If something is in the way, run a cleanup pass first — quite often that alone solves the problem and costs nothing. If C is still cramped afterwards, a partition tool will move the obstruction aside and let you extend C drive properly, which is the job those tools were built for.

And if the disk itself is too small, stop fighting the layout and clone onto a bigger one. Back up before any of it, and the whole exercise is an hour of mild inconvenience rather than anything worse.

Further reading: Microsoft documents the built-in tool in its guide to extending a basic volume.