How to find out the model of your laptop's WiFi adapter: a complete guide

Many users are familiar with the situation when a wireless connection suddenly drops or a laptop stops detecting available networks. Often, this is due to incorrect driver functionality, and to update or reinstall them, you need to know the exact hardware model of the installed device. Wi-Fi moduleThe laptop brand name alone is not sufficient here, as the same device model may contain network cards from different manufacturers.

Determining the exact hardware ID is the first step to a stable internet connection. Knowing the specific chip revision allows you to download the latest software from the vendor's official website, avoiding the need to install generic but unstable drivers from Windows Update. In this article, we'll cover all available methods, from the simplest to the most advanced, that will help you uncover hidden information about your network interface.

Sometimes the operating system may display the device as "Unknown Device" or "Network Controller," further confusing the user. However, even in this state, the module retains its unique codes, allowing it to be uniquely identified. We'll look at how to find these codes and turn a non-functional adapter into a fully functional networking tool.

Checking through Windows Device Manager

The most obvious and accessible way to get information about the hardware is a standard system tool device ManagerIt provides a detailed list of all connected components, including those that are malfunctioning. To launch, press the following key combination. Win + R, enter the command devmgmt.msc and press Enter.

In the window that opens, find the "Network Adapters" section. Expand it, and you'll see a list of all network interfaces. Wi-Fi modules typically have names such as "Wireless," "Wi-Fi," or "802.11," or brand names like Intel, Realtek, or Qualcomm Atheros. If the driver is installed correctly, the full name will be displayed, for example, Intel(R) Wi-Fi 6 AX200 160MHz.

However, if the driver is missing or corrupted, the device may appear under "Other Devices" with a yellow exclamation point. In this case, the default name won't help. Right-click the device and select "Properties." Go to the "Details" tab and select "Hardware IDs" from the "Property" drop-down list.

⚠️ Important: If you see a device with an exclamation mark, do not attempt to update the driver automatically through the context menu. Windows often installs generic drivers, which may not work as well as the dedicated ones.

Write down the codes that appear, they are in the format VEN_XXXX&DEV_XXXXThese values ​​are the unique identification number for your adapter. You can use them to find the exact model name online or in identifier databases. This is a critical step if the standard name isn't displayed.

Using the Command Prompt and PowerShell

For users who prefer a text-based interface or graphical mode, powerful command-line tools exist. These allow you to obtain technical information faster than wading through settings menus. Open the Command Prompt (CMD) or PowerShell as administrator.

Enter the command netsh wlan show drivers and press Enter. This command will display a detailed report about your wireless network driver. At the top of the report, you'll find the "Driver Name" and "Vendor" lines, as well as a description of the adapter. This is one of the quickest ways to find out which chip is managing your connection.

netsh wlan show drivers

An alternative method is to use a utility wmic (although it may be deprecated in newer versions of Windows 11, it often works) or PowerShell. In PowerShell, you can enter the command Get-NetAdapter | Where-Object {$_.Status -eq "Up"} | Select-Object Name, InterfaceDescriptionThis will display a list of active adapters with their full descriptions.

  • 🔹 Team ipconfig /all also shows a description of the physical address and adapter, although in a less structured form.
  • 🔹 To get only the model name, you can use the filter: Get-NetAdapter | Select-Object Name, InterfaceDescription.
  • 🔹 In Linux, the equivalent would be the command lspci | grep -i network or iwconfig.

Using the console is especially useful when the graphical interface freezes or malfunctions. Text output can be copied and saved to a file for later analysis or for sharing with technical support. This eliminates errors caused by manually typing out long model names.

📊 Which method of identifying the adapter model do you use most often?
device Manager
Command line
Third-party snails (AIDA, HWInfo)
I don't know how to do this

Identifying the model via System Information

The built-in System Information utility (msinfo32) aggregates a huge amount of data about your computer's configuration. It's useful because it displays the information in a structured tree view, making it easy to find the section dedicated to network components.

Launch the utility through Windows search by entering msinfo32In the left menu, expand the "Components" branch and select "Network." A list of all network cards will appear under the "Adapter" sub-item. Find your Wi-Fi adapter in the list by name or MAC address.

The right side of the window will display detailed information: manufacturer, adapter type, PNP name, and, most importantly, the "Compatibility" line. The exact chipset model is often listed here, for example, MediaTek MT7921 or Realtek RTL8822CE.

Parameter Description Where to look
Name Name of the adapter in the system List of adapters
Manufacturer Chipset brand (Intel, Realtek) Adapter properties
Adapter type Connection technology Adapter properties
PNP Device ID Unique identifier Adapter properties

The advantage of this method is that it displays not only the current state but also the resources used by the device (IRQ, memory addresses). This can be useful for in-depth diagnostics of hardware conflicts, such as when the Wi-Fi module is in conflict with another device.

Third-party diagnostic programs

If Windows' built-in tools don't provide a complete picture or display the device as a "Basic Adapter," specialized tools can help. Programs like AIDA64, HWInfo or Speccy read data directly from hardware registers, ignoring driver restrictions.

For example, in the free version HWInfo Simply run the program in "Summary-only" mode and find the "Network" section. It will show the exact model name, chip revision, and even the current module temperature (if the sensor is supported). This is the most reliable method for complex cases.

Another popular tool is CPU-Z (the Mainboard tab sometimes contains information about PCI devices) or specialized utilities from manufacturers, such as Intel PROSetThey not only identify the model, but also allow fine-tuning of antenna operation and energy saving parameters.

Why do third-party programs see more?

They use low-level queries to the BIOS and PCIe registers, obtaining data that Windows may hide or not know about due to the lack of a driver.

Using such software is justified when you need to collect a laptop's full specifications before selling or upgrading. They display not only the Wi-Fi model but also the motherboard BIOS version, which is sometimes important for compatibility with new communication standards.

Hardware method: marking on the module

When software solutions are unavailable (the laptop won't turn on, the screen isn't working, the system won't boot), the only solution is a physical inspection. The Wi-Fi module in modern laptops is a small circuit board, often an M.2 or Mini PCIe card.

To access it, you need to remove the bottom cover of the laptop. The module is usually located under the metal screen or next to the RAM. Two thin wires (antennas), usually black and white, connect to it. The model number is printed on the board itself.

The most common form factors are:

  • 🔹 M.2 2230 — the most popular modern standard, compact, with one mounting screw.
  • 🔹 Mini PCIe - an older standard, larger, with two screws on the sides.
  • 🔹 USB (internal) — Some budget models use USB adapters inside the case; they look like a small flash drive with connectors for antennas.

Check the sticker on the module. It will indicate the manufacturer (Intel, Qualcomm, Mediatek) and model number (e.g. AX200NGW). There's also often a barcode and serial number printed on it. If the sticker is worn off, look for the markings on the chip itself, but this requires a good magnifying glass.

⚠️ Caution: Before removing the laptop cover, be sure to disconnect the battery! Touching live components can cause a short circuit and damage the motherboard.

☑️ Disassembling the laptop to inspect the module

Completed: 0 / 5

Table of popular models and their characteristics

Knowing the model helps you understand your adapter's capabilities. Below is a table of common Wi-Fi module models found in recent laptops. This will help you assess whether upgrading the drivers or the module itself is necessary to improve speed.

Model Wi-Fi standard Max. speed Ranges
Intel AX200 Wi-Fi 6 (802.11ax) 2.4 Gbps 2.4 GHz, 5 GHz
Realtek RTL8822CE Wi-Fi 5 (802.11ac) 1.73 Gbps 2.4 GHz, 5 GHz
Intel AC 9560 Wi-Fi 5 (802.11ac) 1.73 Gbps 2.4 GHz, 5 GHz
Qualcomm QCA9377 Wi-Fi 5 (802.11ac) 0.86 Gbps 2.4 GHz, 5 GHz
Intel 7260HMW Wi-Fi 4 (802.11n) 0.3 Gbps 2.4 GHz, 5 GHz

As the table shows, even within the same standard (for example, Wi-Fi 5), speed can vary by up to two times depending on the number of antennas (2x2 MIMO vs. 1x1). The adapter model directly impacts actual download speeds and ping times in games.

If your laptop is equipped with an older model such as Intel 7260, no amount of driver configuration will make it Wi-Fi 6. In such cases, the only solution is to replace the module with a compatible one, if the laptop's design allows it (the module is not soldered to the board).

Common problems and their solutions

After identifying the model, users often encounter unstable performance. A common issue is that the adapter disappears from the list of available adapters after resuming from sleep mode. This can be resolved in Device Manager: in the adapter's properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

Another common situation is low speeds despite a powerful router. Make sure the operating mode is selected in the driver properties (Advanced tab). 802.11ac or 802.11ax, not mixed or outdated 802.11nAlso check the channel width: for 5 GHz, it is better to choose 80 MHz or 160 MHz.

If all else fails, try resetting your network settings. In Windows 10/11, this can be done via Settings → Network & Internet → Advanced network settings → Reset network. This will delete all saved Wi-Fi profiles and return your network settings to factory defaults.

⚠️ Note: Driver interfaces and router settings may vary depending on the software version. If you are unsure of a parameter's value, it's best to leave it at its default value or consult the manufacturer's documentation.

FAQ: Frequently Asked Questions

Is it possible to find out the model of a Wi-Fi adapter without installing drivers?

Yes, this is possible using the hardware IDs in Device Manager (VEN/DEV codes) or using bootable Live USB drives with diagnostic software such as AIDA64 Portable. A physical inspection of the module can also help.

Why does Windows show "Unknown Device" instead of Wi-Fi?

This means the operating system couldn't find a suitable driver for the installed hardware. The device is physically present, but the OS doesn't know how to work with it. You need to install the driver manually.

Does the adapter model affect internet speed?

Yes, directly. Older models (Wi-Fi 4) physically cannot exceed a certain speed, even if the provider's plan allows for higher speeds. The number of antennas in the module also affects signal stability.

Where can I download the driver if the internet isn't working?

Use a different computer or smartphone. Download the driver for your laptop model from the manufacturer's official website, transfer the file via USB flash drive or cable to the affected laptop, and install it.

Is it possible to replace the Wi-Fi module in a laptop with a more powerful one?

In most modern laptops, the module is removable (M.2 format) and can be replaced. However, in Ultrabooks and MacBooks, the modules are often soldered to the motherboard, making replacement impossible or extremely difficult.