How to find out the exact model of your laptop's WiFi adapter

Many users are familiar with the situation when a wireless connection suddenly drops or a laptop stops detecting available networks. Troubleshooting, finding the right driver, or purchasing a more powerful external antenna often requires knowing the exact hardware version of the installed module. However, laptop manufacturers rarely display this information prominently on the case, relying on software detection.

Defining a specific model network card β€” this is the first step to properly diagnosing internet problems. Knowing the exact chipset name will help you avoid installing generic drivers, which often cause instability, and find specialized software optimized specifically for your hardware. In this article, we'll cover all possible identification methods, from simple system utilities to in-depth hardware analysis.

It is important to understand that the operating system may sometimes display a general device family name instead of a specific part number. For example, instead of Intel Dual Band Wireless-AC 7260 You may simply see "Wireless Adapter." To get the full details, we'll need to use several tools built into Windows or third-party utilities.

Using Windows Device Manager

The most obvious and accessible way to obtain information about connected hardware is the standard Device Manager. This tool is present in all versions of Windows since XP and provides a basic, but sufficient, overview for most situations. To open the window, press a key combination. Win + X and select the appropriate item in the drop-down menu, or enter the query "device manager" in the system search.

In the window that opens, find the section Network adapters and expand it. All your network hardware will be listed: wired Ethernet cards, virtual VPN adapters, and, of course, your wireless module. The names usually include words like "Wireless," "WiFi," or "802.11," or brand names like Intel, Realtek, or Qualcomm Atheros.

However, if the driver is installed incorrectly, the device may appear as "Unknown Device" with a yellow exclamation point. In this case, the default model name will be hidden, requiring a more in-depth analysis through the hardware properties. It's also worth keeping in mind that some laptop manufacturers (OEMs) may rename devices in the BIOS, which will also be reflected in the system.

  • πŸ“‘ Right-click on the adapter and select "Properties" for a detailed view.
  • πŸ’Ύ Go to the "Driver" tab to see the vendor version and software development date.
  • πŸ”„ Try clicking "Update Driver" if the system prompts you to search for software automatically.

⚠️ Attention: If you see a device named "Network Controller" without a specific brand, it almost always means there are no drivers available. Don't try to search for a driver by VID/PID in this section until you know their exact values ​​in the properties.

Model detection via network connection

An often-overlooked alternative method is to access the network connection settings themselves. This method is convenient because it allows you to quickly navigate from connection status to hardware specifications. It's especially useful if the Device Manager is overloaded with hidden and virtual devices.

To get to the desired menu, press Win + R, enter the command ncpa.cpl and press Enter. A window will open with a list of all network connections. Find the "Wireless Network" (or Wi-Fi) icon, right-click it, and select "Status." In the dialog box that opens, click "Details."

In the list of parameters, find the line DescriptionThis is where the full commercial adapter model, including the revision, is most often listed. You can also see the physical address (MAC address), which may be needed to configure filtering on the router. This method is advantageous for its simplicity, but it will not display information if the adapter is disabled by software or is physically faulty.

Sometimes the laptop manufacturer's name (for example, HP or Lenovo) appears in the description field instead of the chip manufacturer. This happens due to firmware issues. In such cases, it's better to use the command line for more technical information.

β˜‘οΈ Check adapter status

Completed: 0 / 4

Using the command line to drill down

For users who prefer a text-based interface or don't have access to a graphical shell, the command line is the ideal solution. netsh allows you to display a detailed report on the status of your wireless network, including the exact adapter model, supported protocols, and even a list of saved profiles.

Run the command prompt as administrator. To do this, enter cmd In the search box, right-click on the result and select the appropriate option. Enter the following command and press Enter:

netsh wlan show drivers

Find the line at the top Driver name or DescriptionThe exact chipset name will be listed there. This method is advantageous because it relies on the active driver, meaning the information is guaranteed to be relevant to the current system configuration. If the command returns an error or says the service is not running, the problem lies deeper than the driver level.

Another useful command is - ipconfig /allWhile it's primarily designed to display IP addresses, each adapter's description also lists its model. Look for the section beginning with "Wireless Network Adapter" and read the first line of the description.

  • πŸ–₯️ Team netsh shows the driver characteristics, not just the hardware ones.
  • πŸ“ Copy the output with the command netsh wlan show drivers > wifi_info.txt to save the report.
  • πŸ” Look for the "Radio types supported" line to see if the 802.11ac or ax standards are supported.

⚠️ Attention: The command line interface depends on the operating system language. If you have an English version of Windows, the commands remain the same, but the parameter names in the output will be in English (for example, "Driver name" instead of "Driver name").

What to do if the commands don't work?

If the system reports that "netsh" is not an internal or external command, check your PATH variable. In rare cases, system files may be damaged and will need to be repaired using sfc /scannow.

Search by equipment VID and PID codes

If all the above methods show only "Standard Wi-Fi module" or the device is identified as unknown, identifiers come to the rescue VID (Vendor ID) and PID (Product ID). These are unique hexadecimal codes assigned by the chip manufacturer and the specific device, respectively. They do not change and are the most reliable method of identification.

Go back to Device Manager, find the problematic device (or even a working one), and open its Properties. Go to the tab IntelligenceIn the "Property" drop-down list, select "Hardware ID." In the "Value" field, you will see lines like PCI\VEN_8086&DEV_08B1&SUBSYS....

We are interested in the first two parameters: VEN_8086 (where 8086 is the Intel code) and DEV_08B1 (device-specific code). By entering these codes into a search engine, you can instantly find the exact chip model, even if the driver is not installed. the only way Find a driver for a device that the system sees as "Unknown".

It's common for the same chip (for example, from Realtek) to have different PIDs in different laptops. This is because the laptop manufacturer may have changed some power-saving parameters or the antenna module. Therefore, searching by VID/PID is more accurate than searching by laptop model.

VEN Code (Manufacturer) Brand Example DEV (Device) Device type
8086 Intel Corporation 08B1 Wireless-AC 7260
10EC Realtek Semiconductor 8179 RTL8179 Wireless LAN
168C Atheros Communications 0032 AR9485 Wireless
14E4 Broadcom Corporation 43B1 BCM43142A0

Third-party diagnostic utilities

When built-in Windows tools prove insufficiently informative or the system interface is damaged, specialized programs come into play. Utilities like AIDA64, HWiNFO or Speccy can read data directly from the registry and SMBIOS, providing detailed information about the component.

Program HWiNFOFor example, in the "Network" section, it will show not only the adapter model but also the current link speed, signal strength (RSSI), noise, channel, and even chip temperature (if the sensor is supported). This is a professional tool that requires no installation (portable version) and is safe to use.

Another option is - CPU-Z with the SPD tab (although it is more for memory) or specialized utilities from manufacturers, such as Intel PROSet or Realtek Diagnostic UtilityHowever, for a quick, one-time scan, it's better to use lightweight scanners that don't clutter the system.

  • πŸ“Š AIDA64 provides the most complete description, including technical documentation for the chip.
  • πŸš€ Speccy It is convenient due to its simple interface and the ability to quickly copy a report.
  • πŸ’» Device Manager (third party) can show hidden devices that are not visible in the standard manager.

⚠️ Attention: Download diagnostic tools only from the developers' official websites. Third-party aggregator portals often feature modified versions with embedded adware or miners.

πŸ“Š How do you prefer to learn information about hardware?
Standard Device Manager
Command Prompt (cmd)
Third-party programs (AIDA, Speccy)
Search by VID/PID codes

Physical identification and marking of the module

If software methods fail (for example, the laptop won't turn on or the module is burned out), the only option left is a physical inspection. In modern laptops, the WiFi module is usually a small circuit board. M.2 or Mini PCIe, located under the back cover.

To access it, you need to unscrew the screws on the bottom panel. The module is usually located under a metal shield or near the RAM. Two thin wires (antennas) connect to it: a black one and a white (or gray) one. The board itself is marked with the model, FCC ID, and serial number.

Popular form factors change over time. Older laptops (before 2012-2013) used the standard Mini PCI-E, in the new ones it dominates M.2 2230It's important not to mix them up if you plan to replace them. It's also worth checking the condition of the antenna connectorsβ€”they're very fragile and often come loose during improper cleaning.

If you only see markings from the laptop manufacturer (for example, an HP or Dell code), use that code to search online. It often leads to a page with the exact specifications of the factory-installed component.

Is it possible to change the WiFi module?

In most cases, yes, but some manufacturers (HP, Lenovo) lock the BIOS to work only with certain card vendors. When installing a third-party module, the laptop may fail to boot or display an error.

Frequently Asked Questions (FAQ)

Why does the Device Manager say "Unknown Device" instead of the model?

This means the operating system doesn't have a driver for this hardware. Windows sees something connected to the PCI bus, but doesn't know how to use it. You need to find a driver on the manufacturer's website using the VID/PID codes or laptop model.

Does the adapter model affect internet speed?

Yes, directly. Older models can only support the 802.11n standard (up to 150-300 Mbps), while modern ones Wi-Fi 6 (802.11ax) The adapters provide gigabit speeds. Support for the 2.4 GHz and 5 GHz bands is also important.

How do I know if my adapter supports 5GHz?

Enter the command netsh wlan show driversThe "Radio types supported" line should list 802.11a, 802.11n, or 802.11ac. If only 802.11b/g/n is listed, the 5 GHz band is likely not supported.

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

Knowing the model, you can check how many antennas are connected to it (1x1, 2x2). If you only have one antenna connected, but the module supports two, replacing or adding a second antenna can significantly improve the signal.