A partition describes a region in a disk's layout. A volume is the storage unit Windows can format, mount, and use for files. On a typical basic disk, one partition usually provides one volume, which is why the two words often appear to mean the same thing.
The difference at a glance
| Term | What it describes | Example in Windows |
|---|---|---|
| Physical disk | The SSD, hard drive, or other storage device Windows numbers as a disk. | Disk 0, Disk 1 |
| Partition | A defined region in the partition table of a basic disk. | EFI System Partition, Windows partition, Recovery partition |
| Volume | A logical storage unit Windows can format with a file system and mount for access. | The Windows volume, a data volume, or an unlettered system volume |
| Drive letter | One possible mount point assigned to a volume. It is a name, not a physical disk. | C:, D:, E: |
| Unallocated space | Capacity that does not currently belong to a partition or volume. | The black-bar area in Disk Management |
Why Windows uses both “partition” and “volume”
Most Windows 11 PCs use basic disks. Microsoft describes a basic disk as a disk that contains partitions; those partitions are commonly formatted with a file system and used as volumes. In that ordinary one-partition-to-one-volume arrangement, saying “the C partition” and “the C volume” points to nearly the same region, but each term emphasizes a different layer.
The distinction becomes clearer with dynamic disks. A dynamic volume can use noncontiguous regions or span more than one physical disk, so it does not map neatly to one ordinary partition. Microsoft now deprecates dynamic disks for new deployments and recommends basic disks or Storage Spaces for current designs. Do not convert a normal PC to dynamic storage merely to work around a resize problem.
How to read Disk Management without mixing up the layers
- Start with the disk number. In the lower pane, each horizontal row begins with Disk 0, Disk 1, or another number. That row represents one physical disk as Windows currently sees it.
- Read every block from left to right. The blocks show partitions, volumes, and unallocated regions in their physical order. Small EFI, Microsoft Reserved, OEM, or Recovery partitions may not have drive letters.
- Then check the volume details. Look for the label, drive letter or mount point, file system, capacity, and status. A healthy volume does not need a drive letter if Windows uses it for boot or recovery functions.
- Separate free space from unallocated space. Free space shown inside C: or D: still belongs to that volume. Unallocated space sits outside every current partition or volume.
For example, a lower-pane row might read EFI | C: | Recovery | Unallocated. That is one physical disk with several partition regions. C: is the mounted Windows volume, while the EFI and Recovery partitions normally remain unlettered.
Common statements translated into precise Windows terms
| What someone says | What it usually means | What to verify |
|---|---|---|
| “My C drive is full.” | The volume mounted as C: has little free file-system space. | Its capacity and free space, then the numbered disk that contains it. |
| “I have free space on D.” | D: has unused space inside its existing file system. | Whether D: is on the same disk as C: and whether changing its boundary is necessary. |
| “I deleted a partition.” | A partition or basic volume was removed and its region may now appear as unallocated. | Whether the deleted region held files or a system, recovery, or OEM function. |
| “I need to extend C.” | The boundary of the Windows volume needs to grow into suitable unallocated space. | Whether that space is on the same disk and immediately follows C: in the layout. |
| “I am cloning C.” | The job may copy one Windows volume, several boot-related partitions, or the entire disk. | The cloning tool's exact source selection and which boot partitions it includes. |
Why the distinction matters before resizing
Disk Management extends a volume or partition into qualifying unallocated space. On a basic disk, the physical order matters: free capacity inside another volume is not automatically available, and unallocated space separated by another partition is not adjacent to C:. Start with the Extend Volume diagnosis if the menu option is unavailable.
Deleting a volume is not the same as deleting a few files. On an ordinary basic disk, the action removes the storage structure that exposes that region for file access and normally leaves unallocated space behind. Do not delete an intervening D:, Recovery, EFI, OEM, or reserved region simply to make a resize option appear.
Why the distinction matters before cloning
A volume-level copy can be enough for some data jobs, but a bootable Windows migration normally depends on more than the visible C: volume. UEFI systems commonly use an EFI System Partition, and Windows may also have Microsoft Reserved and Recovery partitions. A tool labeled “system clone” may select these required regions automatically, while a “partition clone” may copy only the region you selected.
Before starting, use the disk-layout checklist and record every partition on the source. The wording in a product interface is less important than the actual list of selected source regions.
DiskPart shows the distinction directly
Microsoft's DiskPart tool treats disks, partitions, and volumes as separate objects. list disk shows physical disks, list partition shows the partition table of the currently selected disk, and list volume shows volumes across the computer. These list commands are useful for inspection, but DiskPart also contains destructive commands.
clean, delete, format, convert, or extend. A correctly typed command can still destroy data if the wrong object has focus.A five-point check before any storage change
- Record the disk number, model, and capacity so you can distinguish similar drives.
- Capture the full left-to-right layout, including small unlettered partitions.
- Confirm whether the disk is basic or dynamic and whether its partition style is GPT or MBR.
- Back up important files to another physical device and save the BitLocker recovery key if encryption is active.
- Write down the intended final layout before deleting, moving, shrinking, extending, converting, or cloning anything.
Bottom line
A disk is the device, a partition is a region in its layout, a volume is the logical storage unit Windows uses, and a drive letter is only a mount name. On a normal basic disk, one region may be both a partition and the backing storage for a volume, so casual language overlaps. When the next step can erase data or affect booting, stop using the words interchangeably and identify the exact disk, partition, and volume involved.
If your real problem is distant empty capacity, continue with the non-adjacent unallocated-space guide. If C: is simply filling up, start with the safe C-drive space plan before changing any boundaries.
Official sources checked August 8, 2026: Microsoft's basic and dynamic disk definitions, current basic and dynamic disk guidance, DiskPart object and command reference, DiskPart list command reference, and Microsoft's volume-extension requirements.