Users often need to know the exact model of their laptop's wireless adapter. This may be necessary to find up-to-date drivers after reinstalling the operating system or when troubleshooting network instability. Often, the built-in device is identified as "Unknown Device" or simply as "Network Controller," which provides no useful information.
There are several reliable ways to get accurate data about iron, without opening the laptop case. We'll cover methods ranging from standard Windows tools to specialized utilities that allow you to identify the chip even without drivers installed. Understanding which one chipset used in your device is the first step to properly setting up a wireless connection.
In some cases, the operating system displays the name correctly, but this is not enough to search for specific software. For example, the series Realtek RTL8822CE A device can have multiple revisions, requiring different firmware versions. This is why knowing the exact hardware ID is a critical skill for any advanced user.
Using Windows Device Manager
The most accessible and fastest way to find out information about network equipment is the built-in system tool device ManagerIt's available in all modern versions of Windows and doesn't require any additional software. To open it, simply right-click the Start button and select the appropriate option from the menu, or use a keyboard shortcut. Win + X.
In the window that opens, find the "Network Adapters" section and expand its list. All network interfaces, including wired and wireless, will be displayed here. A wireless module typically has the words "Wireless," "WiFi," or "802.11" in its name, or names of well-known manufacturers such as Intel, Qualcomm Atheros or Broadcom.
- 📌 Right-click on the adapter name and select "Properties."
- 📌 Go to the "Details" tab in the dialog box that opens.
- 📌 In the "Property" drop-down list, find the "Hardware ID" item.
The value in the Value field will contain a string like this: PCI\VEN_8086&DEV_08B1. Here VEN denotes the manufacturer (Vendor), and DEV — a specific device (Device). These codes are unique and allow the module to be identified even if the driver is not installed and the system sees it as a "Basic Network Adapter."
⚠️ Attention: If you see a device with an exclamation mark or the name "Unknown Device" in the list of network adapters, this is a sure sign that the Wi-Fi module driver is missing or not working correctly. In this case, identifying the device by hardware ID is the only viable method.
Defining a model via the command line
For those who prefer a text-based interface or need more detailed technical information, the command line is a great choice. This method allows you to retrieve data directly from the system's BIOS or UEFI, bypassing the Windows graphical interface. You can launch the console from the Start menu by entering cmd.
The basic command to get information about network interfaces is netsh wlan show driversIt displays detailed driver information, including the release date, version, and, most importantly, the manufacturer. However, if the driver isn't installed, this command may fail, in which case a WMI query comes to the rescue.
wmic nic where "NetEnabled='true'" get name, manufacturer
This command will list all active network cards, including their manufacturers. For more detailed information about all network adapters, including those that may be disabled, use the advanced query. This will display the full model name, which is often hidden in the standard Device Manager.
- 🔍 Team
wmic nic get name, manufacturershows basic data. - 🔍 Filter
findstr /i "wireless"helps to cut out the unnecessary. - 🔍 The output can be redirected to a text file for analysis.
Using the command line is especially effective for remote administration or when the system's graphical interface is intermittent. The resulting data can be copied and pasted into a search engine to find the exact specification. chipset.
Specialized software for diagnostics
If standard Windows tools don't provide a complete picture or you want to get comprehensive information about all your laptop components, you should use third-party utilities. Programs like AIDA64, HWiNFO or Speccy scan the system at a deep level and provide data in a convenient structured form.
In such programs, information about the WiFi module is usually located in the "Network" or "Devices" sections. Here you can see not only the adapter model, but also its current temperature, connection speed, and supported standards (e.g., Wi-Fi 6 or 802.11ac) and even the MAC address. This is especially useful for checking hardware compatibility with new routers.
| Program | License type | Detailing | Complexity |
|---|---|---|---|
| AIDA64 | Paid (Trial) | Maximum | Average |
| HWiNFO | Free | High | High |
| Speccy | Free | Basic | Low |
| Device Manager | Built-in | Average | Low |
The utility deserves special attention HWiNFO, which in "Sensors-only" or "Summary" mode can display the current link speed and signal strength in real time. This helps diagnose problems with antenna or the quality of signal reception, which is not always obvious from the software.
⚠️ Attention: Download diagnostic tools only from the developers' official websites. Built-in Windows tools are safer, as third-party software may have access to deep system settings.
Physical connection and Vendor ID analysis
When software methods fail, for example, when a device is completely inoperable, the only option left is to analyze hardware identifiers. Each network controller has a unique Vendor ID (manufacturer identifier) and Device IDThese codes are "hardwired" into the chip itself and are independent of installed drivers.
The most popular identifiers of WiFi module manufacturers:
- 🏷️ 8086 - Intel (most common in business laptops).
- 🏷️ 10EC — Realtek (often found in budget models).
- 🏷️ 168C — Qualcomm Atheros.
- 🏷️ 14E4 — Broadcom.
Knowing the manufacturer's code, you can identify the model with high accuracy. For example, if you see the code VEN_10EC&DEV_C822, it's immediately clear that you're looking at a Realtek device. Next, by entering this code into the PCI ID search database, you can find the exact model name, for example, Realtek RTL8822BE.
Where to find PCI ID databases?
There are numerous online databases where you can enter the resulting VEN and DEV codes. The most well-known resource is pci-ids.ucw.cz. Entering the device's hex code there will give you the exact chip name, even if Windows simply calls it "Network Controller."
Visual identification during physical access
In cases where the laptop won't turn on or the module is burned out, the only option is a visual inspection. WiFi modules in laptops are usually small PCBs. Mini PCIe or M.2 (NGFF), located under the back cover. They are easily accessible for replacement or inspection.
There is always a marking on the front side of the board. This is usually a large sticker with the model name (for example, Intel AC 7260) and a barcode. The chip number is often printed under or near the sticker on the PCB itself. This number is needed to find a replacement or a specific driver.
When disassembling, be careful not to damage the thin antenna wires that connect to the module via tiny connectors. The black wire is usually the primary wire, and the white one is the secondary wire, but the color scheme may vary between laptop models. It's recommended to take a photo of the connection before disconnecting.
☑️ Check before purchasing a new module
Compatibility issues and BIOS whitelisting
When trying to replace a WiFi module with a more modern one or simply a different one, users often encounter a BIOS block. Some laptop manufacturers (especially HP, Lenovo, Dell (in the business segment) are used whitelist - list of permitted equipment.
If you install a module not on this list, the laptop may refuse to turn on, displaying an error during boot, or simply not detect the new device. In such cases, identifying the model via ID becomes useless, as the system blocks device scanning at the firmware level.
A possible solution is to search for a modified BIOS version (which is risky) or use a USB WiFi adapter that isn't whitelisted. Special BIOS patches also exist, but their use requires a high level of expertise.
⚠️ Attention: Before purchasing a replacement WiFi module, be sure to check forums for your specific laptop model to see if there's a whitelist. This will save you money and time.
Frequently Asked Questions (FAQ)
Is it possible to determine the model of a WiFi module if it is completely burned out?
No, software methods won't help in this case. If the chip is physically damaged, it won't respond to system requests. Only a visual inspection of the board or replacing it with a known-good module for testing will help.
Why does Device Manager show "Unknown Device"?
This means the operating system detects the device's connection to the bus but doesn't have a driver for it to function correctly. In this case, identifying the device by Vendor ID is the only way to find the required driver.
Does the WiFi module model affect internet speed?
Yes, directly. Older 802.11n modules won't be able to unlock the full potential of a modern Wi-Fi 6 router. Band support (2.4 GHz vs. 5 GHz) and the number of antennas (MIMO) are also important.
How do I know if my laptop supports WiFi 6?
You need to determine the model of the installed module. If the name includes the abbreviation AX (for example, Intel AX200), then it supports Wi-Fi 6 (802.11ax). If it has AC, then it only supports Wi-Fi 5.