Seven proven methods to launch the built-in Disk Management tool — no third-party software required. Works on both Windows 10 and Windows 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.
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.
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.
Win + R on your keyboard to open the Run dialog box.diskmgmt.msc into the text field exactly as shown.Enter or click OK. Disk Management will open immediately.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.
If you prefer navigating by clicking rather than memorizing a command, the Windows Search bar is the most approachable option for everyday users on both Windows 10 and Windows 11.
Win + S to open Windows Search.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.
Win + X, or right-click the Start button in the Taskbar.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.
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.
Win + X and choose Terminal (Windows 11) or Windows PowerShell (Windows 10).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).
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.
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.
Ctrl + Shift + Esc to open Task Manager directly, or press Ctrl + Alt + Delete and choose Task Manager.diskmgmt.msc and press Enter or click OK.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.
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.This approach is particularly handy for IT administrators who need to work with Disk Management alongside other snap-ins without switching windows repeatedly.
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.
C:\Windows\System32\diskmgmt.msc and click Next.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 |
Once you have Disk Management open, here are the most frequent operations and how to initiate them.
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.
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).
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.
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.
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.
diskpart tool or a third-party partition manager such as MiniTool Partition Wizard (free) or AOMEI Partition Assistant.
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.
powercfg /h off), move the pagefile, or use a third-party boot-time partitioner. Always back up before shrinking the system drive.
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+R → diskmgmt.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.
Fastest overall: Win+R → type diskmgmt.msc → Enter
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"