How to determine which Wi-Fi adapter is installed on a laptop

When a wireless network suddenly stops working or the connection speed drops to a crawl, a thorough hardware diagnostic is often necessary. The first and most important step in troubleshooting is accurately identifying the hardware, specifically Wi-Fi module, installed in your device. Without knowing the exact chipset model, it's impossible to select the correct drivers or estimate the data transfer potential of your network.

Many users mistakenly believe that knowing the laptop manufacturer is enough, but the same model can contain completely different modules from Intel, Realtek, or Qualcomm. That's why the question of "how to find out which Wi-Fi adapter is installed in a laptop" is fundamental for any system administrator or advanced user looking to optimize their home network.

There are several proven methods for device identification, ranging from standard operating system tools to specialized software. In this article, we'll cover each method in detail so you can quickly obtain the necessary information even if you have no internet connection or a driver error.

Using Windows Device Manager

The fastest and most accessible way, which does not require installing additional software, is to use the built-in system tool. device ManagerThis method allows you to see not only the adapter's name but also its operating status, which is critical for initial troubleshooting. To launch the utility, right-click the Start button and select the appropriate item from the context menu, or use the keyboard shortcut. Win + X.

In the window that opens, find the "Network Adapters" section and expand it. This will display a complete list of all network interfaces, including wired Ethernet controllers and wireless modules. The device you're looking for will usually contain the words "Wireless," "Wi-Fi," "802.11," or the name of the chipset manufacturer, such as Intel Dual Band, Realtek RTL or Qualcomm Atheros.

⚠️ Note: If you see a device with a yellow exclamation mark or the name "Unknown Device" in the list, this means the drivers are not installed or are not working correctly. In this case, the system cannot correctly identify the model, and manual software installation will be required using the VEN and DEV codes.

For more detailed information, double-click the adapter name and go to the "Details" tab. From the "Property" drop-down list, select "Hardware IDs." Here you'll see lines containing the manufacturer and device IDs, which serve as a unique identifier for searching drivers in the global database.

πŸ“Š Which diagnostic method do you use most often?
device Manager
Command line
Third-party programs
I don't know what I have

Defining a Model via the Command Line and PowerShell

For those who prefer to work with the console or need to obtain technical information in text format for reports, the built-in Windows tools - the command line - are ideal. cmd or PowerShell. These tools allow you to list network interfaces with their real names and statuses, bypassing the graphical interface.

Launch the terminal as administrator and enter the command netsh wlan show interfacesThis command will display detailed information about the current wireless connection, including the adapter name (Name), its SSID, radio type (Radio type), and, most importantly, the manufacturer and model. Pay attention to the "Name" lineβ€”it often contains the exact chip identification.

netsh wlan show interfaces

An alternative, more powerful method is to use PowerShell with a WMI (Windows Management Instrumentation) query. This command allows you to filter only wireless interfaces and display their descriptions. Enter the following query:

Get-NetAdapter | Where-Object {$_.InterfaceDescription -like "Wi-Fi" -or $_.InterfaceDescription -like "Wireless"} | Select-Object Name, InterfaceDescription, Status

The result will be a table with the exact model of your adapter listed in the InterfaceDescription column. This method is especially useful if Device Manager displays duplicate entries or virtual adapters, which can confuse an inexperienced user when trying to locate a physical device.

Analysis via the System Information window

Another deep level of diagnostics, accessible without third-party software, is the System Information utility. It aggregates information about all computer components, including those that may be hidden in the standard Device Manager. You can launch the utility by typing "System Information" in Windows search or by running the command msinfo32 in the Run window (Win + R).

In the left part of the window, expand the "Components" branch and select "Network," then "Wi-Fi." A table with all the wireless adapter's parameters will appear on the right side of the screen. Here you can find not only the name and manufacturer, but also the driver version, release date, and supported communication standards.

Parameter Description of the meaning Where to look in msinfo32
Name Trade name of the adapter Name line
Manufacturer The chip developer The "Manufacturer" line
Radio type Supported standard (a/b/g/n/ac/ax) Radio Type line
State Current connection status Status line

This tool is especially useful when collecting information for technical support, as the data is presented in a structured format and eliminates ambiguity. You can copy the entire report or save it to a text file for further analysis.

Specialized software for diagnostics

If built-in Windows tools don't provide a complete picture or you want to know technical details such as module temperature, signal level in dBm, and supported channels, it's worth turning to third-party utilities. Programs like AIDA64, HWiNFO or specialized WiFi Analyzer provide comprehensive information about the hardware.

One of the most popular utilities is CPU-Z (Mainboard or Network tab, if supported) or HWiNFO64These programs scan the PCI bus and display the exact vendor and model name of the device, often even including the chip revision. This is an indispensable tool for enthusiasts searching for drivers for old or rare laptops.

  • πŸ“‘ AIDA64 Extreme β€” a paid, but the most detailed diagnostic tool, showing all the hidden parameters of the Wi-Fi module.
  • πŸ’» HWiNFO β€” a free utility with in-depth hardware analysis, ideal for checking temperatures and voltages.
  • πŸ“Ά WiFi Commander β€” a specialized analyzer that will show not only the adapter model, but also its actual connection speed with the router.

Using third-party software also allows you to bypass operating system restrictions on reading certain device registers. This is especially important if standard Windows drivers operate in compatibility mode and don't fully utilize the adapter's functionality.

Why do you need third-party programs if you have Device Manager?

The Device Manager displays basic information necessary for system operation. Third-party utilities read data directly from hardware registers, providing information on supported technologies (e.g., MU-MIMO, Beamforming), real-time signal strength, and detailed error statistics, which are not available in the standard Windows interface.

Search by VEN and DEV equipment codes

In cases where drivers are completely missing and the device is displayed as "Unknown Device" with a yellow triangle, unique hardware identifiers come to the rescue - VEN (Vendor ID) and DEV (Device ID). These codes are assigned by the manufacturer during the chipset creation stage and allow you to find the required driver even without knowing the exact model name.

To find these codes, open Device Manager, go to the properties of the unknown device, select the "Details" tab, and select "Hardware IDs" in the properties list. You'll see lines like PCI\VEN_8086&DEV_08B1The four characters after VEN indicate the manufacturer (for example, 8086 is Intel), and the four characters after DEV indicate the specific device model.

⚠️ Warning: Be careful when downloading drivers using VEN/DEV codes from third-party aggregator websites. Always scan the files with an antivirus and try to download software only from official websites of laptop or chipset manufacturers.

The received codes can be entered into the browser search bar or on specialized resources such as Devid.info or Pci-ids.ucw.czThis is guaranteed to take you to a page with the exact name of the device and links to the necessary files for installation.

β˜‘οΈ Driver search algorithm by codes

Completed: 0 / 5

Physical identification and marking

If software methods don't work (for example, the laptop won't boot or the adapter is burned out), the only option left is a physical inspection. On most modern laptops, the Wi-Fi module is a small circuit board. Mini PCIe or M.2 (NGFF), which is attached to the motherboard or connected via a cable.

To access the module, you need to remove the bottom cover of the laptop. The adapter board itself is always marked with the model name, serial number, and MAC address. This same sticker is often found on the inside of the laptop lid or on the bottom of the case, next to regulatory labels.

However, it's worth keeping in mind that laptop manufacturers often change component suppliers within a single product line. Therefore, the sticker on the case may not match the actual module installed inside if the laptop has been repaired or had components replaced.

Frequently Asked Questions (FAQ)

Will replacing a Wi-Fi adapter affect my laptop's warranty?

In most cases, replacing or upgrading internal components, such as a Wi-Fi module or RAM, does not void the warranty unless other components were damaged during disassembly. However, some manufacturers place seals on screws, and removing these seals formally violates the warranty. Always check the brand's service policy for this information.

Why does Device Manager show "Unknown device" instead of the adapter name?

This occurs when the operating system lacks a driver for the hardware, or the installed driver is corrupted. Windows cannot correctly query the device and determine its name, so it marks it as unknown. The solution is to install the drivers from a disc or the manufacturer's website.

How do I know if my adapter supports 5GHz?

Look at the model name in Device Manager. If it includes "Dual Band," "AC," "AX," or "5G," then it supports it. You can also enter the command netsh wlan show drivers in the command line and find the line "Supported radio types", where the 802.11a or 802.11ac/ax standard should be indicated.

What should I do if my laptop doesn't see any Wi-Fi networks?

First, check whether the adapter is physically enabled (using the Fn key or hotkey). Then, make sure there are no errors in Device Manager. If the adapter is detected but no networks are connected, try updating the driver or checking Windows services, specifically the "WLAN AutoConfig" service.