How to Fix Delete Volume Greyed Out in Disk Management?

5 mins read

Updated on 2026-07-23 18:50:58 to Windows Fix

In Windows Disk Management, the "Delete Volume" is greyed out sometimes, leaving you unable to remove or repartition a drive. Windows enforces this restriction when a partition contains active system files, critical boot code, or specific drive structures protected by OS security rules.

This guide outlines why Disk Management locks these volumes and walks you through safe, practical solutions to override the restriction without risking the wrong disk.

1. Why is Delete Volume Greyed Out in Disk Management?

When “delete volume” option is greyed out and unclickable, it indicates that Windows is actively protecting that partition from being deleted. Here are the most common reasons why "Delete Volume" is greyed out:

  • It Contains System or Boot Files (C: Drive): Windows strictly prevents users from deleting the primary active boot partition or the system drive (usually the C: drive) while the operating system is running.
  • It’s a Protected System Partition: Windows automatically locks critical non-lettered partitions required for system stability, such as the EFI System Partition (ESP) or the Recovery Partition (WinRE).
  • Pagefile or Crash Dump Storage is Enabled: If the volume holds active system files—such as virtual memory (pagefile.sys) or crash dump logs (hiberfil.sys)—Windows locks the partition to prevent system crashes.
  • It’s an Extended Partition Containing Logical Drives: In MBR disk layouts, you cannot delete an Extended Partition directly if it still contains active Logical Drives inside it. You must delete all logical volumes within it first.
  • Access Permissions or OEM Restrictions: Certain manufacturer-created recovery partitions (e.g., from Dell, HP, or Lenovo) carry protected OEM attributes that default Windows tools cannot modify.

⚡ 2. How to Fix Delete Volume Greyed Out?

Fix 1. Remove Virtual Memory (Page File) from the Drive

A common reason is an active paging file on the target drive. Move it back to the system-managed setting on another drive, or temporarily remove it from the target volume.

  • Press Windows + R, enter sysdm.cpl, and click OK.

  • Go to Advanced > Performance Settings > Advanced.

  • Under Virtual memory, click Change. Clear Automatically manage paging file size for all drives.

    Clear Automatically manage paging file
  • Select the volume you want to delete, choose No paging file, and click Set.

  • Select the Windows system drive and choose System managed size, then click Set.

  • Confirm the changes and restart the PC.

After the restart, reopen Disk Management and check whether Delete Volume is available. Keep a page file on the Windows drive unless you have a specific administrative reason not to; completely disabling virtual memory can affect application stability and crash-dump creation.

Fix 2. Delete the Volume with 4DDiG Partition Manager

If the target is a non-system data partition and the normal Windows menu remains unavailable, 4DDiG Partition Manager provides a visual disk map and a dedicated Delete operation. It is useful when you want to confirm the partition by size and location before committing the change, rather than working only with disk and partition numbers.

Note:

Back up all files on the target partition, close running applications, and connect the computer to reliable power.

  • Download and install 4DDiG Partition Manager. Choose Partition Management. Select the intended data partition in the disk map, and choose Delete.

    FREE DOWNLOAD

    Secure Download

    locate partition and choose delete option
  • Review the confirmation prompt, and click Yes if the preview matches your plan.

    click yes to delete
  • Wait for the process to finish, then verify that the former volume now appears as unallocated space.

    delete successfully

Fix 3. Use DiskPart to Delete the Partition

For experienced users, use DiskPart to delete partition can be very convenient.

Warning:

DiskPart executes commands instantly without a confirmation prompt. Verify that you have selected the correct disk and partition number before running the force-delete command

  • Right-click Start and open Terminal (Admin) or Command Prompt (Admin).

  • Run the commands below one line at a time, and replace X with the correct numbers:

$diskpart
$list disk
$select disk X
$list partition
$select partition X
$delete partition
$exit
delete volume via diskpart

Fix 4. Delete Logical Drives before the Extended Partition

This case mainly affects older MBR disks. An extended partition acts as a container for logical drives. Windows cannot delete the container while any logical drive remains inside it, so the correct order is from the inside out.

  • Open Disk Management and locate the green-bordered extended partition.

  • Back up each logical drive contained inside that boundary.

  • Right-click each logical drive and choose Delete Volume or Delete Partition.

    delete partition
  • Repeat until the extended partition contains only free space.

  • Right-click the empty extended partition and delete it to convert the area to unallocated space.

Before deleting a logical drive, ensure it is not holding an active page file. If it is, apply Fix 1 and restart your system to release the file lock. (Skip this if you are using a GPT disk, as GPT layouts do not contain logical or extended partitions.)

More FAQs About Deleting a Volume

1. Does Deleting a Volume Erase Data?

Yes. Deleting disk partitions removes the volume’s file-system structure and all files become inaccessible through Windows. The space is then shown as unallocated.

2. How to Remove Partitions on a Hard Drive?

For an ordinary data partition, the simplest route is Disk Managemen. Use 4DDiG Partition Manager when you want a clearer visual map and a guided deletion workflow. Use DiskPart only when you can confidently identify the correct disk and partition.

Conclusion

When Delete Volume is greyed out, Windows is usually protecting an active page file, a startup-related partition, or an extended partition that still contains logical drives. Remove virtual memory from a data drive and restart first.

For a clearly identified non-system partition, 4DDiG Partition Manager offers a visual deletion workflow. Delete logical drives before their extended container, and never force-remove a System, Boot, EFI, or Recovery partition without a verified plan. Careful identification and a current backup are the safest parts of any partition deletion.

FREE DOWNLOAD

Secure Download

William Bollson (senior editor)

William Bollson, the editor-in-chief of 4DDiG, devotes to providing the best solutions for Windows and Mac related issues, including data recovery, repair, error fixes.

(Click to rate this post)

You rated 4.5 ( participated)