Using Disk Management on a Windows system to view partition information

Learning that lasts. Online courses from $14.99

The Disk Management utility that comes with Microsoft Windows operating systems can be used to view details of drives and partitions in the system and attached to the system via USB. To start the utility, you can type diskmgmt.msc in the Windows search field, which you can access by clicking on the magnifying glass icon at the bottom of the screen on a Windows 11 system or by typing diskmgmt.msc in the Type here to search field on a Windows 10 system. To use the utility, you must run it as an administrator, so if you are not logged into an administrator account, you need to right-click on the utility when you see it returned in the search results and choose "Run as administrator".

Disk Management - Runas administrator

When the utility opens, you will see the drives listed along with the partitions on each drive as shown below.

Disk Management 2024-03-09

You can start the Disk Management utility from a command-line interface (CLI) by opening a command prompt window as an administrator and typing diskmgmt.msc and then hitting Enter.

Microsoft Windows [Version 10.0.19045.4046]
(c) Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>diskmgmt.msc

C:\WINDOWS\system32>

Related:

  1. Viewing Partition Information on a Windows System
    Last modified: July 14, 2017
  2. Show all drives from Windows command prompt
    Last modified: December 9, 2016
  3. Querying disks with the PowerShell Get-Disk cmdlet
    Last modified: October 20, 2017