🚀 NEW in v2.4.28: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Device Manager Empty, Blank, or Not Showing Devices

How to Fix Device Manager Empty, Blank, or Not Showing Devices on Windows

Device Manager opens but shows no devices, categories are missing, or the device tree is completely blank? Fix Device Manager display and enumeration issues on Windows 10 and 11.

📖

Main Troubleshooting Guide

How to Fix Driver Issues

Complete symptoms, causes, and step-by-step solutions

Symptoms

You might be experiencing this problem if you notice:

  • Device Manager opens but the device tree is completely empty
  • Only a few categories show up instead of the usual 15-20
  • Device Manager shows your computer name but no devices underneath
  • "You do not have sufficient privileges" error in Device Manager
  • Device Manager worked before but is now blank after an update
  • Devices appear in Settings but not in Device Manager
  • Device Manager takes a long time to load and then shows nothing

Common Causes

  • Not running Device Manager as Administrator
  • Plug and Play (PnP) service stopped or disabled
  • Remote Procedure Call (RPC) service not running (Device Manager depends on it)
  • WMI Repository corrupted (Device Manager queries WMI for device enumeration)
  • Registry corruption in HKLM\SYSTEM\CurrentControlSet\Enum
  • Third-party system utility broke device enumeration
  • System file corruption affecting devmgmt.msc or related DLLs

Solutions

Solution 1: Run as Administrator and Check Services

  1. 1Right-click Device Manager → "Run as administrator" (or from elevated CMD: devmgmt.msc)
  2. 2If still empty: check critical services:
  3. 3Press Win+R → services.msc → Enter
  4. 4Find "Plug and Play" → ensure it's Running and set to Automatic
  5. 5Find "Remote Procedure Call (RPC)" → ensure it's Running and set to Automatic
  6. 6Find "Device Install Service" → ensure it's Running and set to Manual
  7. 7Restart any that are stopped → reopen Device Manager

Solution 2: Repair WMI Repository

  1. 1Open Command Prompt as Administrator
  2. 2Run: winmgmt /verifyrepository
  3. 3If it says "WMI repository is inconsistent":
  4. 4Run: winmgmt /salvagerepository
  5. 5If that fails: winmgmt /resetrepository
  6. 6Restart the computer
  7. 7Note: resetting WMI may temporarily affect system monitoring tools
  8. 8Device Manager should now enumerate all hardware properly

Solution 3: Run System File Repair

  1. 1Open Command Prompt as Administrator
  2. 2Run: DISM /Online /Cleanup-Image /RestoreHealth
  3. 3Wait for completion (15-30 minutes)
  4. 4Run: sfc /scannow
  5. 5Restart the computer
  6. 6These commands repair corrupted system files that Device Manager depends on
  7. 7If Device Manager still empty: the Enum registry key may need repair from a backup

Solution 4: Use Alternative Device Viewing

  1. 1While fixing Device Manager, you can still manage devices via:
  2. 2PowerShell: Get-PnpDevice | Format-Table -AutoSize
  3. 3This lists all PnP devices with their status
  4. 4To enable a device: Enable-PnpDevice -InstanceId "DEVICE_ID"
  5. 5To disable: Disable-PnpDevice -InstanceId "DEVICE_ID"
  6. 6Settings → Bluetooth & devices also shows many device categories
  7. 7pnputil /enum-devices lists all devices from the command line
FIXES THIS IN 5 MINUTES

Fix Device Manager Empty, Blank, or Not Showing Devices Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More System & Core Features Guides

Share this:XRedditLinkedInEmail