To remove a partition on Windows 11 using graphical methods, use the Settings or Disk Management tools as described below. If you prefer command-line methods, use PowerShell or Command Prompt, which are also described below.
To use Settings to remove your partition, open the Settings menu by pressing Windows+i. In Settings, navigate to System > Storage > Advanced Storage Settings > Disks & Volumes.
Find the partition to delete, and next to it, click “Properties.”
On the PowerShell window, type the following command to retrieve a list of all your partitions:
Get-Volume
What Can You Do After Deleting a Partition?
After you’ve removed a partition on your Windows PC, you can keep the reclaimed storage space as is, allocate the space to an existing drive (partition) on your PC, or create a completely new partition.
Allocate the Reclaimed Storage Space to an Existing Partition
To extend an existing partition’s storage limit by giving it your deleted partition’s space, you’ll have to make sure that both your unallocated space and your existing partition are next to each other in Disk Management. If they aren’t, you can’t give your unallocated space to your partition.