Disk Management (diskmgmt.msc)
Disk Management (diskmgmt.exe) is a built‑in Windows utility that provides a graphical interface to view and modify disk drives, partitions, and volumes. It enables initializing new disks, creating, resizing, formatting, and assigning drive letters. It is launched through the MMC snap‑in diskmgmt.msc and relies on Storage Management services to reflect changes in real time. It should be located in C:\Windows\System32 and is trusted by Windows.
DiskMgmt.exe uses Windows Storage Management APIs to enumerate disks, identify partition tables (MBR/GPT), and display volumes. When you modify partitions, the tool writes changes to the partition table and refreshes the UI through the MMC host.
Reasons it's running:
Host process for MMC snap-ins like diskmgmt.msc.
Command-line tool for disk partitioning and volume management that can operate alongside Disk Management.
PowerShell environment used to script storage tasks via Get-Disk, Initialize-Disk, and related cmdlets.
File explorer process that can launch Disk Management through UI and may display storage information in some views.