How to Fix Disk Management Not Working in Windows 11

Disk Management is a built-in Windows utility that allows you to manage storage devices, create or delete partitions, format drives, assign drive letters, and initialize new disks. It is an essential tool for managing both internal and external storage devices in Windows 11.

Sometimes, Disk Management may fail to open, load slowly, show a blank window, freeze while loading disks, or display the message “Disk Management could not start Virtual Disk Service.” These problems are usually caused by service issues, corrupted system files, outdated drivers, or disk-related conflicts.

If Disk Management is not working in Windows 11, follow the troubleshooting steps below.

How to Fix Disk Management Not Working in Windows 11

Work through the solutions in order. After completing each step, try opening Disk Management again.

1. Restart Your PC

Temporary system glitches may prevent Disk Management from launching.

  1. Save your work and close all open applications.
  2. Press Windows + X.
  3. Select Shut down or sign out > Restart.
  4. After rebooting, press Windows + X again.
  5. Click Disk Management to check if it opens normally.

Restarting refreshes system services and storage detection.

2. Open Disk Management Using Run Command

Sometimes the tool may not open through the Start menu.

  1. Press Windows + R.
  2. Type:diskmgmt.msc
  3. Press Enter.

This launches Disk Management directly.

3. Restart Virtual Disk Service

Disk Management relies on the Virtual Disk Service.

  1. Press Windows + R.
  2. Type:services.msc
  3. Press Enter.
  4. Locate Virtual Disk in the list.
  5. Right-click it and select Restart.
  6. Ensure the startup type is set to Manual or Automatic.

After restarting the service, try opening Disk Management again.

4. Run System File Checker (SFC)

Corrupted system files may prevent Disk Management from working.

  1. Press Windows + S and search for Command Prompt.
  2. Right-click Command Prompt and select Run as administrator.
  3. Enter the following command:sfc /scannow
  4. Press Enter and wait for the scan to complete.
  5. Restart your PC afterward.

Windows will automatically repair damaged system files.

5. Run DISM Scan

If SFC does not fix the problem, run a DISM scan.

  1. Open Command Prompt as administrator.
  2. Enter:DISM /Online /Cleanup-Image /RestoreHealth
  3. Press Enter and wait for the process to finish.
  4. Restart your PC.

This repairs deeper Windows image corruption.

6. Update Storage and Disk Drivers

Outdated or corrupted drivers can cause Disk Management issues.

  1. Press Windows + X.
  2. Select Device Manager.
  3. Expand Disk drives.
  4. Right-click your storage device.
  5. Select Update driver.
  6. Choose Search automatically for drivers.
  7. Restart your PC.

Updating drivers improves storage device compatibility.

7. Check Disk Using Command Prompt

If a disk is corrupted, Disk Management may fail to load it.

  1. Open Command Prompt as administrator.
  2. Enter the following command:chkdsk C: /f
  3. Press Enter.
  4. Allow the scan to complete and restart your PC if prompted.

Replace C: with the appropriate drive letter if needed.

8. Disconnect External Storage Devices

Faulty external drives may prevent Disk Management from loading.

  1. Disconnect external hard drives or USB storage devices.
  2. Restart your PC.
  3. Open Disk Management again.

If it works normally afterward, reconnect devices one at a time.

9. Install Windows Updates

Outdated system builds may cause disk management issues.

  1. Press Windows + I.
  2. Go to Windows Update.
  3. Click Check for updates.
  4. Install available updates.
  5. Restart your PC.

Updates often include fixes for storage management features.

10. Use DiskPart as an Alternative

If Disk Management still fails, you can use DiskPart.

  1. Press Windows + S and search for Command Prompt.
  2. Run it as administrator.
  3. Enter:diskpart
  4. Press Enter.
  5. Use commands like:list disk list volume

DiskPart allows advanced disk management through commands.

Conclusion

If Disk Management is not working in Windows 11, the issue is usually caused by service failures, corrupted system files, driver problems, or faulty storage devices. In most cases, restarting the Virtual Disk service or repairing system files using SFC and DISM resolves the problem.

By following the troubleshooting steps above, you should be able to restore Disk Management functionality and manage your storage devices normally again. If the problem persists, hardware issues with connected drives may require further inspection.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.