Wireless connection issues often start with a simple question: which module is installed on your device? Users encounter a situation where, after reinstalling the operating system, the internet is not working, and there are no drivers for the network card. Without precise knowledge of the hardware model, finding the appropriate software online is virtually impossible.
Modern laptops can be equipped with modules from different manufacturers, such as Intel, Realtek, Qualcomm Atheros or BroadcomEven if laptops look identical on the outside, they can contain completely different components inside. This is why standard identification methods, such as checking the sticker on the case, often prove useless.
In this article we will look at all the available ways to obtain information about network adapterFrom simple graphical interfaces to advanced command lines, you'll learn how to find hidden hardware identifiers that will help you find drivers even in the most challenging situations, when the system sees the device as "Unknown."
Using Windows Device Manager
The most obvious and accessible way to find hardware information is to use the built-in system tool. To do this, right-click the Start button and select device Manager from the context menu. An alternative option is to use a keyboard shortcut Win + R and enter the command devmgmt.msc.
In the window that opens, you are interested in the section Network adaptersExpand the list by clicking the arrow to the left of the category name. All network interfaces will be listed here, including wired (Ethernet) and wireless (Wi-Fi). Wireless modules typically have the word "wireless" in their name. Wireless, Wi-Fi or 802.11.
If the driver is installed correctly, you will see the full model name, for example, Intel(R) Dual Band Wireless-AC 8265However, if the driver is missing, the device may appear as "Unknown Device" with a yellow exclamation mark. In this case, right-click on the item and select Properties, then go to the tab Intelligence.
⚠️ Important: If the "Network Adapters" list doesn't contain any devices labeled "Wireless" or "Wi-Fi," and there are no unknown devices, the module may be physically disabled in the BIOS or faulty. Check your BIOS/UEFI settings in the Peripherals or Advanced section.
Sometimes the system groups devices by connection type, so review the entire list carefully. In some cases, the wireless adapter may be hidden. To see it, select View → Show hidden devicesThis action will display gray icons of previously connected or virtual adapters.
Defining a model via the CMD command line
For those who prefer speed and precision, using the command line is a great solution. This method allows you to get detailed information without having to navigate through settings windows. Click Win + R, enter cmd and press Enter.
In the black console window, enter the command netsh wlan show driversThis command will output a detailed report about the wireless driver. At the top of the report, you'll find the line Name (or Name), which indicates the exact name of your adapter. Information about the manufacturer and driver version will be provided below.
netsh wlan show drivers
If you need even more technical information, including hardware IDs, use the command ipconfig /allFind the block in the list that corresponds to your wireless connection. It will list the adapter's physical address and description. While the description may be abbreviated, it often contains chipset series keywords.
Another powerful tool is the utility wmic. Enter the command wmic nic where"NetEnabled=true" get name, MACAddressto see only active network cards. This is useful if you have multiple cards and want to filter out virtual or disabled interfaces.
Search by hardware ID
The situation when the driver is not installed and the device is identified as "Unknown" is critical. In this case, the standard name is not displayed, but each device has a unique hardware identifier (Hardware ID). This is the key to finding the required software.
Return to device Manager, find the unknown device (often marked with a yellow triangle), open it Properties and go to the tab IntelligenceIn the "Property" drop-down list, select Equipment ID (Hardware Ids).
You will see lines similar to PCI\VEN_8086&DEV_08B1&SUBSYS_40108086&REV_61We are interested in the first two values:
- 🔢 VEN (Vendor) — equipment manufacturer code.
- 🔢 DEV (Device) — the code of the device itself.
Copy these values (e.g. VEN_8086 and DEV_08B1) and enter them into your browser's search engine. Code 8086 belongs to the company Intel, 10EC — Realtek, 168C — AtherosThe search engine will immediately return the exact chip model, which can then be used to download the driver from the official website.
Decoding popular VEN codes
VEN_8086 — Intel Corporation, VEN_10EC — Realtek Semiconductor, VEN_168C — Qualcomm Atheros, VEN_14E4 — Broadcom Corporation, VEN_1033 — NEC Corporation.
Using third-party diagnostic utilities
If Windows' built-in tools seem insufficiently informative, specialized programs can help. They collect a complete system specification, including data on all connected components. One of the leaders in this field is the utility AIDA64 (formerly Everest).
After launching the program, go to the section Motherboards → PCI/USBHere, a detailed list will show the exact device type, its IRQs, and the ports used. The program will also show whether the driver is installed and what version it is.
Another popular option is - HWiNFO or SpeccyThese programs are free for home use and provide summary information. In the section Network You will see not only the name of the WiFi module, but also its current temperature (if the sensor is supported) and connection speed.
| Program | License type | Data Details | Complexity |
|---|---|---|---|
| AIDA64 | Paid (Trial) | Maximum | Average |
| HWiNFO | Free | High | Average |
| Speccy | Free | Basic | Low |
| DriverPack | Free | Average | Low |
Using such snails is especially useful when buying a used laptop, where the documentation has been lost and the stickers have been erased. The program will show the actual configuration, as installed at the factory or by the previous owner.
☑️ Check before installing drivers
Physical inspection and documentation
When software methods are unavailable (for example, the laptop won't turn on completely or the BIOS doesn't recognize the drive), physical inspection is the only option. Laptops often have stickers with technology logos on the case, such as Intel Inside or AMD RyzenThere may be a sticker nearby. Wi-Fi CERTIFIED, but it rarely specifies a specific model.
A more reliable way is to look at the bottom of the laptop. There is an information label there with the serial number (S/N) and model (Model). Knowing the exact model of the laptop (for example, HP Pavilion 15-dk1000), you can go to the manufacturer's website, enter the serial number and look at the specification.
The specifications will indicate the exact part number of the wireless module. If your laptop allows you to easily remove the back cover, you can visually inspect the module itself. It's a small circuit board, approximately 2 x 3 cm, with markings on it.
⚠️ Caution: Opening the laptop case may void the warranty if the screws are sealed. Be careful when removing the back cover to avoid damaging the plastic clips.
The WiFi module board itself usually has the brand and model written on it, for example, Intel AX200 or Realtek RTL8822BEIt also contains FCC ID codes that can be used to find publicly available technical documentation.
Common problems and their solutions
Even knowing the adapter's name, users often encounter installation difficulties. One common issue is version conflicts. You can download the driver for Windows 10, and do you have it installed? Windows 11In most cases, the drivers are compatible, but it's best to look for a version labeled as universal or specific to your OS.
Another issue is the driver's digital signature. If the system reports a signature error during installation, this may indicate that the driver is outdated or modified. In this case, you can temporarily disable signature verification through the boot menu, but only do this if you are sure of the source of the file.
Sometimes after a Windows update, automatic updates replace a working driver with a newer, but buggy one. In this case, rolling back the driver helps. Device Manager In the adapter properties, on the "Driver" tab, click the button Roll back.
If your laptop no longer detects your WiFi adapter after cleaning the registry or installing questionable software, try resetting your network settings. In Windows 10/11, this can be done via Settings → Network & Internet → Advanced network settings → Network reset.
What to do if the driver is not installed?
If the installer returns an error, try running the file as administrator. You can also try installing the driver manually through Device Manager: select "Update Driver" → "Browse my computer for driver software" → "Choose from a list of available drivers." If the driver is listed but won't install, it may be incompatible with the current OS build.
Is it possible to use a driver from another laptop?
Sometimes this works if the WiFi module chipset is identical. For example, the driver from Asus with a chip Realtek 8821CE can get up on Lenovo with the same chip. However, we don't recommend doing this unless absolutely necessary, as it may cause problems with power management or antennas.
How do I know if my adapter supports 5GHz?
The model name often contains clues: Dual Band, AC, AX. If the title only BGN or N Without a Dual Band adapter, it's likely only 2.4 GHz is supported. You can get more precise information with the command netsh wlan show drivers, look for the line "Supported radio types".
Does the adapter model affect internet speed?
Yes, directly. Older standards (802.11n) have a speed limit of up to 150-300 Mbps under ideal conditions. Modern standards Wi-Fi 6 (AX) Provides gigabit speeds and better performance in noisy environments. If your router is powerful and your adapter is old, you won't get the full speed of your plan.