How to find out the exact model of your laptop's Wi-Fi adapter

Users often need to find the exact name of network equipment. This may be necessary to find up-to-date drivers on the manufacturer's website, check for support for modern communication standards, or troubleshoot wireless network connection issues. The default display in the system often hides the actual chipset behind generic names.

There are many technical details hidden within the Windows operating system or Linux distributions that are not visible at a superficial glance. Device identification — this is the first step to properly configuring or replacing a component. Without a precise understanding of which one Wireless LAN Controller installed on your motherboard, it is impossible to guarantee stable operation of the Internet.

There are many methods for obtaining this information without disassembling the case. We'll cover both built-in operating system tools and specialized utilities that reveal hidden hardware parameters. You can choose the method that's most convenient and quick to implement.

Using Windows Device Manager

The most common and accessible method is to use a built-in system tool. Device Manager displays all components connected to the computer, including those integrated into the motherboard. To access it, right-click the "My Computer" or "This PC" icon and select "Manage."

In the window that opens, find the "Device Manager" section in the left menu. An alternative and faster way is to press a key combination Win + R, enter the command devmgmt.msc and press Enter. Once the list opens, find the "Network Adapters" category and expand it.

In the list you will see all network interfaces. Usually wireless adapter contains the words "Wireless," "Wi-Fi," "802.11," or brand names like Intel, Realtek, or Qualcomm Atheros in the name. However, the default name can be changed by the driver, so for accurate identification, right-click the device and select "Properties."

Go to the "Details" tab. In the "Property" drop-down list, select "Hardware IDs." This will display the codes that can be used to accurately identify the chipset. The codes appear as strings of characters starting with PCI\VEN_.

Definition via command line and PowerShell

For users who prefer a text-based interface or need quick diagnostics without a graphical shell, the command line is the ideal solution. This method allows you to obtain detailed information about network interfaces, including their physical names, which often coincide with the chip model.

Run the command prompt as administrator. To do this, enter cmd In Windows Search, right-click the result and select the appropriate option. Enter the following command to list all network interfaces:

netsh wlan show interfaces

In the command output, look for the line "Name" or "Description." This will indicate the exact model name. If this method doesn't yield a complete result, you can use the more powerful PowerShell utility. It allows you to display information in a more structured format.

Enter the command Get-NetAdapter to view a list of adapters. To filter only wireless interfaces, you can use the command:

Get-NetAdapter | Where-Object {$_.MediaType -eq"802.3"}

☑️ Check via CMD

Completed: 0 / 4

Analysis via system information (msinfo32)

The System Information utility provides in-depth analytics on all computer components. This tool is useful because it displays not only the current status but also the driver loading history, which helps in complex diagnostics of hardware conflicts.

To launch the utility, click Win + R and enter msinfo32In the window that opens, navigate to "Components" → "Network" → "Adapter." A list of all network cards will appear on the right side of the window.

Find your Wi-Fi module in the list. Pay attention to the "Adapter Name" and "Adapter Type" fields. The full technical name, including the revision, is often listed here. The "Device PNP String" field, which duplicates the hardware ID from Device Manager, is also useful.

This method is especially effective when the driver is not installed correctly and the device is not fully displayed in the standard device manager. System information reads data directly from the registry and ACPI tables, bypassing some driver abstraction layers.

📊 Which method of identifying a model do you find more convenient?
device Manager
Command line
Third-party programs
Disassembling a laptop

Specialized diagnostic utilities

When built-in Windows tools don't provide a complete answer or the interface is too complex, third-party programs come to the rescue. They collect information from all corners of the system and present it in a convenient format, often with links to updates.

One of the most popular snails is AIDA64A detailed report can be found in the "Network" → "Windows Network" section. The utility has also proven itself to be excellent. HWiNFO, which shows the temperature, voltage and the exact chipset model.

Another powerful tool is PCI-ZThis small, free program displays detailed information about all devices connected via the PCI Express bus, which is used by most modern Wi-Fi modules.

  • 📌 AIDA64 — a paid comprehensive tool with stability tests and detailed reports.
  • 📌 HWiNFO — a free monitoring utility that shows the actual chip model.
  • 📌 PCI-Z — a portable program that does not require installation, ideal for quick checking.

Using third-party software is especially important if you're planning to upgrade or sell your laptop and need to create a complete specification. The exact chipset model (for example, Intel AX200 or Realtek 8822CE) is more important than the laptop's marketing name when searching for drivers.

Decoding VEN and DEV codes

In the Device Manager, you may have noticed lines like this: PCI\VEN_8086&DEV_2723This isn't a random string of characters, but a unique hardware identifier. VEN stands for Vendor ID, and DEV stands for Device ID.

Knowing these codes, you can find a driver even for very old or rare equipment when the model name is unknown. The first four characters after VEN_ indicate the manufacturing company, and the next four after DEV_ — for a specific model.

For example, code VEN_8086 belongs to Intel, VEN_10EC — Realtek, and VEN_168C — Qualcomm Atheros. Knowing the manufacturer, you can go to their official website and search for the device by its DEV code in the support section.

VEN code Manufacturer DEV example
8086 Intel Corporation 2723 (Wi-Fi 6 AX201)
10EC Realtek Semiconductor C822 (RTL8822CE)
14E4 Broadcom Limited 43A0 (BCM4352)
168C Qualcomm Atheros 003E (QCA9377)

Using these codes is the most reliable method of identification if software methods fail. The hardware identifier database is open and accessible online, allowing you to quickly find the desired device using its digital code.

Where can I find the VEN/DEV code database?

There are numerous online databases where you can enter the four-digit manufacturer and device codes. The most well-known resource is pci-ids.ucw.cz. Entering the codes there will give you the exact chipset name.

Visual inspection and documentation

When software solutions are unavailable (for example, the laptop won't turn on or the operating system won't load), physical inspection is the only option. On most modern laptops, the Wi-Fi module is a small M.2 or Mini PCIe card.

To access it, you will need to remove the bottom cover of the laptop. Attention: Before opening the case, be sure to disconnect the battery to avoid short-circuiting. The module is usually located under a metal shield or near the antenna wires (black and white).

The module's board itself is always marked. Look for a sticker or stamp directly on the PCB. It will indicate the Part Number (P/N) and model. For example, popular models are marked as NGFF 2230 or have markings WLAN.

⚠️ Attention: Module connection interfaces vary. Make sure you don't confuse the Wi-Fi module with the Bluetooth module (although they are often combined) or the SSD drive, as they may have similar dimensions.

You can also find information in your laptop's technical documentation. The manufacturer's website will always list the installed wireless module for your specific laptop model in the "Support" or "Specs" section. However, keep in mind that different batches of the same laptop may have different adapters.

Common problems and their solutions

Users often encounter a situation where the adapter disappears from the device list. This can be caused by static electricity or a power outage. In this case, a complete static discharge helps: turn off the laptop, unplug the charger, remove the battery (if removable), and hold the power button for 15-20 seconds.

Another common issue is that the device is displayed as "Unknown Device." This means Windows can't find the driver. In this case, identifying the model using the hardware ID, as described above, can help.

Sometimes antivirus software or optimization programs can block network services by hiding the adapter. Check your firewall settings and ensure the service is enabled. WlanSvc (WLAN AutoConfig Service) is running and is operating in automatic mode.

⚠️ Attention: If you updated your BIOS or chipset drivers, your power saving settings may have reset. Check Device Manager to see if the system is disabling the power saving adapter.

If all else fails, the module may be physically damaged. In this case, replacement is the only option. Fortunately, most modern modules are standardized and easy to replace.

FAQ: Frequently Asked Questions

Can a Wi-Fi adapter model change on its own?

No, a physical device cannot change its model. However, after updating drivers or the operating system, the display name in Device Manager may change. Also, if you've updated the BIOS, the system may begin to correctly identify a device that was previously displayed as "Unknown."

Does the adapter model affect internet speed?

Absolutely. Older 802.11n adapters won't be able to match the speeds of your Wi-Fi 6 (802.11ax) router. The number of antennas (MIMO) and support for both the 2.4 GHz and 5 GHz bands also matter.

How do I know if my adapter supports 5GHz?

Look at the model name. If it includes the words "Dual Band," "AC," or "AX," then it likely supports 5 GHz. You can check this for sure using the command line. netsh wlan show drivers, in the line "Supported radio types".

Where can I download the driver if I don't know the exact model?

It's best to download the driver from the laptop manufacturer's official website, specifying the exact laptop model. The manufacturer has already tested a compatible driver version for your hardware. Using universal drivers from the chipmaker's website (Intel/Realtek) is also possible, but less recommended for beginners.