Skip to main content
Illustration for the unknown devices ven dev identifiers guide

Unknown Devices and VEN/DEV Identifiers

How PCI vendor and device identifiers describe unknown hardware, and how subsystem values distinguish implementations that share the same chip.

By Sarah Jenkins Updated 2024-03-01Reviewer: Sarah Jenkins (2024-05-11)

Device Manager labels hardware as unknown when Windows can enumerate a bus node but cannot associate it with an installed descriptive package.

Topic 1

PCI identifier structure

A PCI hardware ID can include VEN for the vendor, DEV for the device, SUBSYS for the board implementation, and REV for silicon revision. USB devices use VID and PID fields. These authored acronyms are literal parts of the identification syntax.

Topic 2

Specific and compatible IDs

Windows reports a hierarchy from the most specific subsystem and revision combination to broader compatible IDs. INF models sections declare which values a package supports. A generic chip match may omit behavior encoded for a particular subsystem.

Topic 3

What an unknown label means

The label does not by itself prove hardware failure. It describes the current relationship between enumeration and the Driver Store. ACPI devices may use manufacturer-defined IDs that refer to platform functions rather than a removable component.