It's quite common to need to accurately identify the network module installed on a computer or laptop. This may be necessary to find the correct driver after reinstalling the operating system, to diagnose connection issues, or simply to understand the device's technical specifications before upgrading. Often, the system sees the device as an "Unknown Device" or simply "Wireless Adapter," without providing specific manufacturer information.
In most cases, the operating system automatically detects the hardware, but for correct operation network protocols To ensure maximum data transfer speeds and performance, up-to-date drivers are required. Without knowing the exact model, finding them on the vendor's official website is virtually impossible. In this article, we'll cover all available identification methods, from simple graphical interfaces to advanced command lines.
Whether it's a module built into the laptop's motherboard or an external USB dongle, the detection principle remains the same. The key is to gain access to the system data where information about hardwareWe'll cover methods for Windows, as it's the most common platform, but we'll also touch on Linux-specific features, where the level of detail is often higher.
Using Windows Device Manager
The most obvious and accessible way to obtain information about network equipment is to use the standard hardware management tool. To do this, press the following key combination: Win + X and select "Device Manager" from the drop-down menu. In the window that opens, find the "Network Adapters" section and expand it.
Here you'll see a list of all network interfaces. Typically, the model name is listed in full, for example, Intel(R) Wi-Fi 6 AX200 160MHz or Realtek RTL8822CE 802.11ac PCIe AdapterHowever, if the driver isn't installed, the device may appear as "Unknown Device" with a yellow exclamation point. In this case, the name alone won't tell you anything.
β οΈ Important: If Device Manager displays "Unknown Device," do not try to guess the driver. This may result in a system library conflict. Use the hardware ID method described below.
For more detailed information, right-click the adapter and select "Properties." Go to the "Details" tab. In the "Property" drop-down list, select "Hardware IDs" or "Device Details." Here you will see lines containing the IDs. VEN (Vendor - manufacturer) and DEV (Device - device).
These codes are unique digital fingerprints of your hardware. For example, a string might look like this: PCI\VEN_8086&DEV_2723&SUBSYS_00848086Numbers after VEN_ indicate the manufacturer (8086 is Intel), and then DEV_ β for a specific chip model. Knowing these codes, you can find a driver for even the most rare hardware.
Defining a model via the command line
For users who prefer quick access to information without unnecessary mouse clicks, the command line is ideal. This method allows you to list all connected network interfaces with their exact names, which correspond to their chip models. Open the command line by entering cmd in the Start menu search.
Type the following command and press Enter:
netsh wlan show interfaces
In the report that opens, find the "Description" line. This is where your adapter's full model will be listed. This method is especially useful when you need to quickly copy the name for a browser search. You can also see the current connection speed and radio module type here.
Another powerful tool is the utility wmicIt allows you to display information in a more structured format. Enter the command:
wmic path win32_networkadapter where "NetEnabled=true" get name, manufacturer
This command will list all active network adapters and their manufacturers. This is useful if you have multiple network cards installed in your system (for example, a wired and a wireless one) and need to know which one is currently active. Note that the output may include extra system adapters (such as virtual ones from Hyper-V), but the actual physical adapter is usually easy to identify by its brand name.
Programs for monitoring and diagnostics
If Windows' built-in tools aren't informative enough, or you want to get real-time data on temperature, signal strength, and supported standards, consider using specialized software. Such programs collect data directly from hardware registers.
One of the most popular utilities is AIDA64In the "Network" -> "Windows Network" section, it displays not only the adapter model, but also the MAC address, IP address, and detailed specifications. The free version is suitable for use. Speccy or HWiNFOIn HWiNFO, Wi-Fi module information is located in the "Network" section, where speeds, antenna type, and current channel load are detailed.
- π‘ HWiNFO - shows detailed technical information, including signal level in dBm and noise.
- π» AIDA64 β provides complete hardware data, including BIOS and driver versions.
- π Driver Booster β scans the system and displays the device model for driver selection.
Using third-party software is especially important when diagnosing connection stability issues. For example, if the adapter periodically disconnects, the logs in HWiNFO They can show temperature spikes in the chip, indicating overheating. These programs also often detect the device even when Windows displays it incorrectly.
Search by VID and PID codes for USB adapters
With external USB adapters, the situation can be even more confusing. Cases from different brands (TP-Link, D-Link, Asus) often conceal identical chipsets from Realtek, MediaTek, or Ralink. Moreover, the same brand may use different chipsets in models with the same name but different revisions (for example, V1 and V2).
This is where codes come to the rescue. VID (Vendor ID) and PID (Product ID). They can be found in Device Manager under the "Details" tab, selecting the "Hardware ID" property. For USB devices, the line will look like this: USB\VID_0BDA&PID_C811The first four characters after the VID are the chip manufacturer's code, the next four after the PID are the device code itself.
Knowing these codes, you can use online databases such as Device Hunt or PCI Database. Entering the VID/PID combination will give you the exact chipset name. This is critical for owners of older adapters whose drivers have been removed from official websites. You'll be able to find a universal driver specifically for the chipset, not the brand.
| VID code | Chip manufacturer | Common adapter brands |
|---|---|---|
| 0BDA | Realtek Semiconductor | TP-Link, D-Link, Asus, Xiaomi |
| 8086 | Intel Corporation | Intel, Dell, HP, Lenovo (integrated) |
| 14E4 | Broadcom Inc. | Apple, Dell, Acer |
| 10EC | Realtek (alternative) | Edimax, Netgear |
| 0E8D | MediaTek (Ralink) | TP-Link, Asus (budget models) |
Model detection in Linux (Ubuntu, Debian, Mint)
Linux users often need to know the exact adapter model to install proprietary drivers or configure monitor modes. Linux command-line tools provide perhaps the most detailed information of any operating system.
The basic command to get a list of PCI devices (which include internal Wi-Fi cards) is lspciTo filter the output, use:
lspci | grep -i network
or more specifically:
lspci | grep -i wireless
For USB adapters, use the command lsusbIt will show all connected USB devices. Look for a line in the list that contains the words "Wireless," "Network," or manufacturer names like "Realtek" or "Ralink."
However, the most useful command for Linux network administrators is iw. Team iw dev will show the interfaces, and iw list will display a huge sheet of technical characteristics: supported frequencies, power, encryption types and, of course, the model of the driver that controls the device (for example, iwlwifi for Intel or ath9k for Atheros).
β οΈ Note: In Linux, driver (kernel module) names often differ from the commercial model names. For example, an adapter might be called "TP-Link Archer," but the system will detect it as a Realtek chip with the rtl88x2bu driver. You should search by the driver name.
Physical identification and marking
If software methods fail (for example, the device is burned out, is not detected by the system, or the computer does not turn on), physical inspection is the only option. For built-in M.2 or Mini-PCIe modules in laptops, the rear case must be removed.
The adapter board itself always has markings. This is usually a sticker with a QR code, model number (Part Number), and FCC ID. For example, the markings Intel AX200NGW or Qualcomm Atheros QCA9377Knowing this number, you can find the specifications on the manufacturer's website.
- π Look for a barcode sticker on the metal screen of the module.
- π Write down all codes, including the revision (Rev 1.0, Rev 2.0), as they may differ.
- βοΈ Pay attention to the number of antenna wires: there are usually two (black and white) for the 2x2 MIMO standard.
For USB adapters, the model number is often written on the case, but if the sticker is worn off, you'll have to disassemble the case. Inside, on the board, there will be a large microchipβthis is the controller. The markings on the chip (for example, RTL8812BU) will give you a 100% answer to your model question. Be careful when opening it to avoid damaging the fragile antenna connectors.
What to do if the adapter is not detected anywhere?
If the device isn't visible in Device Manager, lspci/lsusb, or upon physical inspection (even though it should be working), the USB controller or PCI-E lane is likely faulty. Try connecting the device to a different port or another computer. If there's no response anywhere, there's a hardware problem.
Frequently Asked Questions (FAQ)
Why does the Device Manager say "Generic Network Adapter" instead of the model?
This is standard Windows behavior for virtual adapters or when the system uses the Microsoft generic driver, which doesn't have information about specific hardware. To find out the actual model, use the command netsh wlan show interfaces or look at the hardware ID in the properties.
Is it possible to update the driver without knowing the exact model?
You can try updating automatically through Windows Update, but it often offers older versions. It's better to use the hardware ID (VEN/DEV) to search for drivers on the chipset manufacturer's website, rather than the adapter brand's.
Does the adapter model affect Wi-Fi speed?
Absolutely. The model determines the supported standard (Wi-Fi 5, Wi-Fi 6), the number of antennas (MIMO 2x2, 4x4), and the channel width. An older adapter with a single antenna won't be able to deliver the speed your router provides, even with a perfect signal.
How do I find out the Wi-Fi adapter model on my Android phone?
On Android, the information is hidden in deep settings. The easiest way is to install an app like WiFi Analyzer or AIDA64 for AndroidUnder "Network" or "Device" you will see the chipset (such as Broadcom or Qualcomm).
Where can I find a driver if the manufacturer's website is closed?
Use the hardware ID. Enter the VEN and DEV codes into a search engine along with the word "driver." Driver archives (such as DriverGuide or official Linux repositories) can help you find software for discontinued devices.