Windows Guide · Disk Management

How to Open Disk Management in Windows 10 and Windows 11 diskmgmt.msc

Seven proven methods to launch the built-in Disk Management tool — no third-party software required. Works on both Windows 10 and Windows 11.

⏱ 3 min read 🪟 Windows 10 🪟 Windows 11 ✅ No admin required for some methods

What Is Disk Management in Windows 10 & 11?

Disk Management is a built-in Windows administrative tool that lets you view, create, resize, delete, and format disk partitions without installing any third-party software. It is available in every edition of Windows 10 and Windows 11 — Home, Pro, and Enterprise alike.

The executable behind it is diskmgmt.msc — a Microsoft Management Console snap-in that has been part of Windows since Windows XP. Despite its age, it remains the go-to utility for quick partition work on modern systems including NVMe SSDs and GPT-partitioned drives.

ℹ️
Note Most Disk Management operations require Administrator privileges. If you launch it from a standard account, you will be prompted for admin credentials before making any changes. Viewing partition layout does not require elevation on Windows 11.

What You Can Do with Disk Management

The tool covers all everyday partition tasks: initializing a new hard drive or SSD after installation, creating and deleting volumes, shrinking or extending existing partitions, formatting drives with NTFS or exFAT, assigning or changing drive letters, and converting a basic disk to a dynamic disk. For more advanced operations — such as merging non-adjacent partitions — a third-party tool or the command-line diskpart utility is needed.

Open Disk Management via the Run Dialog — The Fastest Way

The Run dialog method works identically on Windows 10 and Windows 11 and is the quickest route to Disk Management. It takes two keystrokes and one confirmation.

  1. Press Win + R on your keyboard to open the Run dialog box.
  2. Type diskmgmt.msc into the text field exactly as shown.
  3. Press Enter or click OK. Disk Management will open immediately.
Pro tip Windows remembers recently typed Run commands. After the first use, type just d and press the down arrow — diskmgmt.msc will appear in the history dropdown.

This method is preferred by system administrators and power users because it bypasses any Start Menu search indexing issues and works even when Explorer has crashed, provided at least the Run dialog is accessible via the keyboard shortcut.

Open Disk Management from the Power User Menu (Win+X)

The Power User Menu — also called the "WinX menu" — is a hidden context menu built into Windows 10 and Windows 11 that provides direct links to a curated list of system tools, including Disk Management.

  1. Press Win + X, or right-click the Start button in the Taskbar.
  2. A context menu appears. On Windows 10, look for Disk Management in the list. On Windows 11, click Disk Management — it appears near the bottom of the menu under the storage section.
  3. Click Disk Management to open it directly with your current permissions.
ℹ️
Windows 11 Note In Windows 11, the WinX menu was redesigned. "Disk Management" is listed directly — no sub-menus required. On Windows 10 the same entry is present under the Computer Management section in the menu.

This is arguably the most convenient mouse-only method because it requires just two clicks from any window, at any time, without navigating through menus or typing anything.

Launch Disk Management from Command Prompt or PowerShell

Advanced users and IT professionals often prefer opening Disk Management from a command-line interface — either the classic Command Prompt or Windows PowerShell (or Windows Terminal on Windows 11). This is especially useful in scripting or remote-administration scenarios.

  1. Open Command Prompt, PowerShell, or Windows Terminal. You can search for any of them in the Start Menu, or press Win + X and choose Terminal (Windows 11) or Windows PowerShell (Windows 10).
  2. Type the following command and press Enter:
Command Prompt / PowerShell / Windows Terminaldiskmgmt.msc

Disk Management will open as a separate window. This works regardless of which shell you are using — cmd.exe, powershell.exe, or pwsh.exe (PowerShell 7).

Scripting tip You can also use start diskmgmt.msc in a batch script to open Disk Management as part of an automated setup workflow. The tool will launch in the background without blocking script execution.

How to Open Disk Management Through Task Manager

Task Manager has a built-in "Run new task" feature that functions like a mini Run dialog — and it can launch Disk Management even if the Taskbar or Start Menu is unresponsive. This method is a useful fallback when Windows Explorer has crashed or frozen.

  1. Press Ctrl + Shift + Esc to open Task Manager directly, or press Ctrl + Alt + Delete and choose Task Manager.
  2. In Task Manager: on Windows 10, go to File → Run new task. On Windows 11, click the Run new task button visible in the top toolbar (or under the File menu if you are in the compact view).
  3. In the dialog that opens, type diskmgmt.msc and press Enter or click OK.
⚠️
Admin Elevation To open Disk Management with administrator rights from Task Manager, check the "Create this task with administrative privileges" checkbox before clicking OK. This bypasses the UAC prompt that would otherwise appear.

Access Disk Management via Computer Management in Control Panel

Computer Management is a centralized console that houses multiple administrative tools — including Disk Management — under one roof. This path is useful if you also need to access Device Manager, Event Viewer, or Services in the same session.

  1. Press Win + R, type compmgmt.msc, and press Enter to open Computer Management. Alternatively, right-click This PC on the Desktop or in File Explorer and choose Manage.
  2. In the left-hand tree, expand Storage.
  3. Click Disk Management under the Storage node. The partition view will load in the right-hand pane.

This approach is particularly handy for IT administrators who need to work with Disk Management alongside other snap-ins without switching windows repeatedly.

Pin Disk Management to the Start Menu or Taskbar for One-Click Access

If you work with partitions regularly, pinning Disk Management to your Start Menu or Taskbar saves time every day. Neither Windows 10 nor Windows 11 offers a direct shortcut file for diskmgmt.msc, but you can create one manually.

  1. Right-click an empty area on your Desktop and choose New → Shortcut.
  2. In the location field, type C:\Windows\System32\diskmgmt.msc and click Next.
  3. Name the shortcut Disk Management and click Finish.
  4. Right-click the newly created shortcut on your Desktop and choose Pin to Start or Pin to Taskbar.
Optional: Set Admin by Default Right-click the shortcut → Properties → Advanced → check "Run as administrator". This makes the shortcut always open Disk Management with elevated privileges, skipping the UAC prompt.

Disk Management Opening Methods — Comparison Table

Use this table to pick the best method for your situation at a glance.

# Method Speed Works When Explorer Crashes Admin Required Best For
1 Run Dialog (Win+R) ⚡ Instant ✅ Yes Prompted if needed Power users, fastest daily use
2 Windows Search 🔍 Fast ❌ No Right-click option Beginners, mouse users
3 Win+X Power User Menu ⚡ Fast ✅ Yes Prompted if needed Two-click mouse access
4 CMD / PowerShell ⚡ Fast ✅ Yes Inherit shell level Developers, scripting
5 Task Manager 🔧 Medium ✅ Yes Checkbox option Recovery / fallback
6 Computer Management 🔧 Medium ✅ Yes Prompted if needed IT admins, multi-tool sessions
7 Pinned Shortcut ⚡ Instant ❌ Taskbar only Configurable Frequent users, customized setup

What Can You Do in Disk Management? Common Tasks Explained

Once you have Disk Management open, here are the most frequent operations and how to initiate them.

Initialize a New Drive

When you connect a brand-new hard drive or SSD for the first time, Windows will often prompt you automatically to initialize it. If the prompt does not appear, right-click the disk entry in the bottom pane of Disk Management (shown as "Disk 1", "Disk 2", etc.) and choose Initialize Disk. Select GPT for drives larger than 2 TB or for modern UEFI systems; use MBR only for legacy BIOS compatibility.

Create a New Partition (Volume)

Right-click any area of unallocated space (shown in black) and choose New Simple Volume. The New Simple Volume Wizard will guide you through setting the size, assigning a drive letter, and formatting with a file system (NTFS is recommended for internal drives; exFAT for external drives shared with macOS).

Shrink or Extend a Partition

Right-click an existing volume and choose Shrink Volume to reduce its size and create free unallocated space. To grow a partition, right-click it and choose Extend Volume — note that Extend Volume only works if there is adjacent unallocated space immediately to the right of the target partition. If it is not adjacent, use a third-party tool like MiniTool Partition Wizard or the command-line diskpart utility.

Change or Assign a Drive Letter

Right-click any volume and choose Change Drive Letter and Paths. Click Change, select a new letter from the dropdown, and confirm. The change takes effect immediately — no restart required in most cases.

Format a Drive or Partition

Right-click a volume and choose Format. You can name the volume (label), choose the file system, and decide whether to perform a Quick Format (erases the file table only — fast) or a full format (overwrites all sectors — much slower but more thorough). For most cases, Quick Format is sufficient.

🚨
Warning — Data Loss Risk Formatting, deleting, or shrinking partitions can result in permanent, unrecoverable data loss. Always back up important files to an external drive or cloud storage before making any changes in Disk Management.

Pros and Cons of Using Windows Disk Management

✅ Advantages

  • Built-in — no download or installation required
  • Safe and well-tested by Microsoft
  • Handles all common partition tasks with a GUI
  • Works with MBR and GPT disks, HDDs and SSDs
  • Integrates with Windows UAC for security

✗ Limitations

  • Cannot merge non-adjacent partitions
  • Extend Volume only works with adjacent free space
  • No partition recovery or cloning features
  • UI has not been updated since Windows Vista era
  • No support for Ext4, APFS, or Linux file systems

Frequently Asked Questions about Disk Management in Windows 10 & 11

Q Why does "Extend Volume" appear grayed out in Disk Management?
The Extend Volume option is grayed out when there is no unallocated space directly adjacent and to the right of the partition you want to extend. Windows Disk Management can only extend into contiguous free space. To work around this limitation, use the command-line diskpart tool or a third-party partition manager such as MiniTool Partition Wizard (free) or AOMEI Partition Assistant.
Q Is Disk Management the same on Windows 10 and Windows 11?
Functionally, yes — the Disk Management snap-in (diskmgmt.msc) is identical on both Windows 10 and Windows 11. The UI is unchanged. The only difference is how you access it: Windows 11 redesigned the Start Menu and WinX context menu, but all seven methods described in this guide work on both operating systems.
Q Do I need administrator rights to open Disk Management?
On Windows 11, you can view partition layout without admin rights, but you will be prompted for elevation the moment you try to make any change (create, delete, resize, format). On Windows 10, the UAC elevation prompt appears immediately upon opening the tool from a standard account. To avoid repeated prompts, configure your shortcut to "Run as administrator" as described in Method 7.
Q What is the difference between Disk Management and diskpart?
Disk Management is a graphical user interface (GUI) tool ideal for beginners and visual confirmation of changes. diskpart is a command-line utility that offers greater flexibility — it can merge non-adjacent partitions, convert disk types, and is fully scriptable for automation. Both tools ship with every edition of Windows 10 and 11. For routine tasks, Disk Management is sufficient; for advanced or automated scenarios, diskpart is preferred.
Q My new SSD does not appear in File Explorer — will Disk Management show it?
Yes. A new, uninitialized SSD or HDD will not show up in File Explorer because it has no partition with a drive letter, but it will appear in Disk Management as a disk entry in the lower pane. Look for "Disk 1" (or "Disk 2", etc.) with an Unknown / Not Initialized status. Right-click it, choose Initialize Disk, select GPT, and then create a new volume to make it accessible in File Explorer.
Q Can I use Disk Management to convert MBR to GPT without losing data?
The standard Convert to GPT Disk option in Disk Management requires the disk to be empty — all partitions must be deleted first, which means data loss. For a non-destructive MBR-to-GPT conversion on a system drive, use the MBR2GPT.exe command-line tool (included in Windows 10 v1703 and Windows 11) or Microsoft's mbr2gpt utility from the Windows Preinstallation Environment. Always create a full backup before attempting any disk-format conversion.
Q Is it safe to shrink the C: drive (system partition) with Disk Management?
Generally yes, but with caveats. Disk Management performs a safe, online shrink — Windows remains running throughout. However, the maximum shrink size may be limited by unmovable files (like the hibernation file, pagefile, or VSS snapshots) that cannot be relocated. To shrink further, you can temporarily disable hibernation (powercfg /h off), move the pagefile, or use a third-party boot-time partitioner. Always back up before shrinking the system drive.

Which Method Should You Use?

All seven methods described in this guide open exactly the same Disk Management tool — the choice comes down to your workflow and situation. For most users, the Run dialog (Win+Rdiskmgmt.msc) is the fastest and most reliable option, working regardless of whether the Taskbar, Start Menu, or Explorer are functional.

If you prefer clicks over keyboard shortcuts, the Win+X Power User Menu is the best two-click alternative. For frequent users, pinning a Desktop shortcut with pre-configured admin rights is the most ergonomic long-term setup.

⚡ Quick Recap

Fastest overall: Win+R → type diskmgmt.mscEnter
Best for beginners: Windows Search → "Disk Management"
Best mouse-only method: Right-click Start button → Disk Management
Best for scripting/automation: diskmgmt.msc from CMD or PowerShell
Best fallback when Explorer crashes: Task Manager → Run new task
Best for frequent access: Pinned Desktop shortcut with "Run as administrator"