How to find out which Wi-Fi network adapter is installed on your computer

A problem with connecting to a wireless network often begins with a simple question: what kind of hardware is installed in the system? Many users don't even realize that their network interface It may not function properly due to missing drivers or physical wear and tear. Without precise knowledge of the model, it's impossible to select the right software for stable internet operation.

The situation is made worse by the fact that the operating system doesn't always display the full device name in the standard menu. You might see something generic like "Wireless LAN Adapter" or "802.11n," which doesn't provide any useful information for searching for updates. Understanding How to identify your Wi-Fi network adapter in detail, is a key skill for anyone who wants to keep a PC in good working order.

In this article, we'll cover all available identification methods, from simple system tools to advanced utilities. We'll cover methods that work even when drivers aren't installed and the device is listed as "Unknown."

Using Device Manager for Initial Diagnostics

The most obvious and accessible way is to turn to the system Device ManagerThis tool provides basic information about all the hardware connected to the motherboard. To access it, right-click the Start menu and select the appropriate option or type devmgmt.msc in the execution line.

In the window that opens, find the "Network Adapters" category. Expand the list by clicking the arrow. Here you'll see all network cards, including wired and wireless. Look for the words Wireless, Wi-Fi, 802.11 or names of chip manufacturers such as Intel, Realtek, Qualcomm Atheros.

⚠️ Note: If your device is marked with a yellow exclamation mark, it means the driver is not installed or is not working correctly. In this case, the full model name may be displayed incorrectly or as "Unknown Device."

Sometimes there may be several similar entries in a list. In this case, it is important not to confuse them. Bluetooth module with a Wi-Fi adapter, as they often come in the same case but have different identifiers. Double-clicking the device will open the properties window, where you can find more detailed information in the "Details" tab.

Getting detailed information via the command line

For more accurate diagnostics, when the graphical interface does not provide a complete picture, an indispensable tool becomes command lineThis method allows you to obtain technically accurate data that is often hidden from the average user. Run the console as an administrator by entering cmd in Windows search.

Enter the command ipconfig /all and press Enter. The system will display a detailed list of all network connections. Find the section titled "Wireless LAN Adapter." This will display the device's description, its physical address (MAC), and connection status.

However, there is an even more powerful tool - netsh. Enter the command:

netsh wlan show interfaces

This command will display comprehensive information about the current connection, including the adapter name, its SSID, radio type (e.g., 802.11ac), and even signal strength. This is critical for analyzing connection quality.

⚠️ Warning: Commands may not work or may return an error if the WLAN AutoConfig service is disabled on the system. Make sure it is running services.msc.

Using the command line is especially effective for remote administration or when the Windows graphical interface is unstable. Here you see raw data, unfiltered by the system.

β˜‘οΈ Check adapter status

Completed: 0 / 1

Using the dxdiag utility for system information

Not everyone knows, but the DirectX diagnostic tool, known as dxdiag, collects information not only about the video card but also about network components. This is an old but reliable tool built into every version of Windows. You can launch it from the Run window (Win + R) by entering the command dxdiag.

After launching the utility, go to the "Network" tab. This displays the device name, manufacturer, driver version, and release date. This is convenient for quickly checking the software version without digging through the device manager.

Unlike the Device Manager, dxdiag Often displays a more readable commercial model name. For example, instead of a boring chipset code, you might see "TP-Link Archer T4U." This makes it easier to find drivers on the manufacturer's website.

It's important to note that this utility only displays active or correctly identified devices. If the adapter is physically faulty, it may not appear in this list, which is a diagnostic indicator in itself.

πŸ“Š Which method of identifying the adapter is more convenient for you?
Device Manager: Command Prompt: Third-Party Utilities: Visual Inspection of the Board:

Model identification via hardware identifiers (VEN and DEV)

What should you do if the system says "Unknown device" and can't find a driver? In this case, Equipment IDThis is a unique digital code assigned to each component during production. It consists of a manufacturer identifier (VEN) and a device identifier (DEV).

To find these codes, open Device Manager, right-click the problematic device, and select "Properties." Go to the "Details" tab and select "Hardware IDs" from the drop-down list. You'll see lines like PCI\VEN_10EC&DEV_8822.

These numbers are the key to the mystery. By entering them into a search engine, you'll know the exact chip model. For example, VEN_10EC belongs to the company Realtek, A VEN_8086 β€” IntelKnowing the exact chip model, you can download a universal driver from the official website, even if Windows doesn't recognize the device as a Wi-Fi adapter.

VEN Code (Manufacturer) Company Prevalence
VEN_8086 Intel Corporation Very high (laptops, PCs)
VEN_10EC Realtek Semiconductor High (budget and mid-range adapters)
VEN_168C Atheros Communications Medium (often found in routers and older PCs)
VEN_14E4 Broadcom Medium (Apple, HP/Dell laptops)

Using hardware IDs is a powerful tool in diagnostics. This method works even when the device is detected as faulty, since the code is embedded in the hardware at the firmware level.

What to do if the hardware ID is not readable?

If zeros are displayed instead of codes, or the line is unreadable, this may indicate a physical failure of the adapter or an IRQ resource conflict. Try removing and reinserting the card (if it's external or removable).

Third-party programs for deep network analysis

When built-in Windows tools aren't enough, specialized utilities come to the rescue. Programs like HWiNFO, AIDA64 or WiFi Analyzer They can extract maximum information from the system. They display not only the model, but also the temperature, channel load, and technical condition.

The utility is especially useful HWiNFOIn the "Network" section, it displays detailed information about the chipset, supported standards (Wi-Fi 5, Wi-Fi 6), connection speed, and even the antenna type. This is a professional tool for enthusiasts.

Another option is - CPU-Z (SPD/System tab) or specialized driver managers such as DriverPack Solution (Use with caution). They scan the system and suggest the exact device name for downloading software.

⚠️ Warning: Download diagnostic software only from the official websites of the developers. There are many counterfeit versions online that may contain malicious code.

The advantage of third-party software is the ease of data presentation. Instead of disjointed lines of code, you get a structured report that's easy to read and understand. This saves time when diagnosing complex network issues.

Physical inspection and markings on the device

If software methods do not produce results (for example, the adapter is burnt out or is not detected by BIOS), there is only one option left - physical examinationThis is relevant for desktop PCs with PCI-E cards or laptops where the back cover can be removed.

There's always a sticker or marking on the adapter board itself. Look for manufacturer logos (Intel, TP-Link, D-Link) and model codes. For USB adapters, this information is usually printed on the housing or on a label on the bottom.

In laptops, the wireless module is often a small circuit board. M.2 or Mini PCIeIt will indicate the part number (P/N) and serial number. Using this information, you can find the exact specifications on the laptop manufacturer's website.

When inspecting, pay attention to the condition of the contacts and antenna connectors. Oxidation or physical damage to the antenna wire (the thin black or white wire connected to the card) is a common cause of Wi-Fi disappearing from the device list.

Can I use an adapter from another laptop?

Yes, as long as the form factor matches (usually M.2 Key A or E). However, some manufacturers (HP, Dell) may block third-party cards via the BIOS, displaying an error during boot.

Frequently Asked Questions (FAQ)

Why isn't my Wi-Fi adapter visible in Device Manager?

This could be due to several reasons: the driver has been completely uninstalled, the device is disabled in the BIOS/UEFI, the card has physically failed, or it has become disconnected from the connector. Try updating your hardware configuration or checking your BIOS settings.

How do I know if my adapter supports 5GHz?

Look at the model name. If the standard specifies 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6), 5 GHz support guaranteed. Standard 802.11n (Wi-Fi 4) can support both frequencies, but not always. The team will give you the most accurate answer. netsh wlan show drivers in the line "Supported radio types".

Is it possible to improve reception by knowing the adapter model?

Yes. Knowing the exact model, you can find information about the antenna type (internal or external) and its gain. For weak adapters, there are programs to boost the signal (for example, by changing regional settings), but physically upgrading the antenna is often more effective.

Where can I download the driver if I don't have internet access?

Use your smartphone with a USB cable (USB tethering) for temporary network access, or download the driver on another computer and transfer it via a flash drive. Search by hardware ID or the exact laptop/motherboard model.