How to View Hidden Devices in Windows 7, 8.1 and 10

Has it ever happened to you that you tried to change a device’s port to a specific COM port only to find that it was in use, yet there was no device present in the device manager? This is because the device that is using that specific COM port is not really present in your system but the device driver for that device has claimed that COM port for its use. You can easily view which of the devices have been configured to use which of the COM ports in Windows by viewing the hidden devices.

If you want to view the hidden devices in your Windows PC, then you can follow these steps:

  1. Press Win+R to open the Run dialog.
  2. Type devmgmt.msc in the Run dialog and press Enter to open the Device Manager.
  3. In the Device Manager window, select View → Show hidden devices from the menubar.View Hidden Devices in Windows
  4. Now you will be able to see all the devices including the ones that are hidden because they are no longer present in your system.

Above instructions work for Windows 8.1 and 10 without any problem. But if you are using Windows 7 (and earlier versions), then you will have to do some extra work before using the above instructions. You will have to set an environment variable DEVMGR_SHOW_NONPRESENT_DEVICES and set its value to 1 in the following manner:

  1. Press Win+Pause to open the System information window.
  2. Click on Advanced System Settings from the left side in this window that is displayed.
  3. Click on the Environment Variables button in the System Properties window.View Hidden Devices in Windows
  4. Under the System Variables section, click on the New button.View Hidden Devices in Windows
  5. Type in the variable name as DEVMGR_SHOW_NONPRESENT_DEVICES, set its value to 1 and click on the OK button.View Hidden Devices in Windows
  6. Close all the windows opened by clicking on their respective OK buttons. Now you can open Device Manager and follow the instructions as explained in the first half of this article.