How to move the space of my Volume D to Volume C safely, without corrupting any of the data sitting in Volume C ?

Prashant Raj 45 Reputation points
2026-07-07T04:02:01.4533333+00:00

I have a partition called Healthy Recovery sitting between my Volume C and Volume D due to which I am unable to extent the Volume C space post deleting the Volume D partition. Is there any way without actually deleting the whole Disk and reinstalling the windows ? Please let me know as this is very urgent and the productivity of the Laptop user is hampered.
thanks team.

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

Answer accepted by question author
Senthil kumar 2,500 Reputation points
2026-07-07T05:10:45.5366667+00:00

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author
Ramesh Srinivasan 87,865 Reputation points Independent Advisor
2026-07-07T04:36:48.3433333+00:00

Hi Prashant,

Yes. It can be done. You can remove the Recovery partition, merge the free space and and recreate the Recovery partition.

Please open Disk Management and maximize it. Adjust the column widths in the top pane to make all the entries visible. Post a screenshot.


Open the admin Command Prompt and run these commands:

reagentc /info
dir c:\windows\system32\recovery /a

Post the output.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Ramesh Srinivasan 87,865 Reputation points Independent Advisor
    2026-07-07T08:19:45.09+00:00

    WinRE.wim is stated. Now, run the following commands to delete the Recovery partition:

    diskpart
    
    select disk 0
    
    select part 4
    
    del part override
    
    exit
    

    Post the output.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.