How to find out exactly which WiFi chip is installed in your laptop

It's impossible to imagine a modern laptop without a wireless module, but not all users know what hardware is responsible for the stability of their internet connection. The need to know the specific model WiFi adapter This problem arises in various situations: when searching for drivers, diagnosing persistent connection problems, or when planning a system upgrade. Often, the operating system hides the exact component name, displaying only a standard identifier, making it difficult to find compatible software.

In this article, we'll explore proven methods for identifying a network card that don't require extensive programming knowledge. You'll learn how to use built-in Windows tools, the command line, and specialized software to obtain comprehensive information about your hardware. This will help you avoid errors during driver installation and determine whether your laptop supports modern standards such as Wi-Fi 6.

Using Device Manager for initial diagnostics

The most obvious and accessible way to obtain information about your network adapter is to use the system's Device Manager. This tool is built into every version of Windows and provides basic information about connected hardware. To launch it, right-click the Start button and select "Device Manager" or use the command devmgmt.msc in the Run window.

In the window that opens, find the "Network Adapters" section and expand it. Here you'll see a list of all network interfaces. The wireless module usually has the words "network adapter" in its name. Wireless, WiFi or 802.11However, sometimes the system displays the device as "Unknown device" or "Ethernet controller" if the driver is not installed or is not working correctly.

Double-click the adapter's name to open its properties. The "General" tab often displays the full chip name. If it says "The device is working properly," the driver is installed and you see the actual name, for example, Intel Wi-Fi 6 AX200 or Realtek RTL8822BEThis information may already be sufficient to search for updates.

⚠️ Note: If the device name includes the phrase "Microsoft Wi-Fi Direct Virtual Adapter," this is not your physical chip, but a virtual interface for internet sharing. Look for the actual hardware in the list below.

Often, Device Manager only displays the general series, not the exact chip revision. In such cases, it's worth going to the "Details" tab and selecting "Hardware IDs" from the drop-down list. This will allow you to obtain the codes. VEN (Vendor ID) and DEV (Device ID), which are unique identifiers of the manufacturer and model, respectively.

Defining a Model via the Command Line and PowerShell

For a more detailed technical analysis, it's best to use the command line. This method provides access to hidden system parameters and avoids graphical interfaces that can obscure important details. Launch the command line (cmd) as administrator or use PowerShell.

Enter the command netsh wlan show drivers and press Enter. The system will display a detailed report about the wireless network driver. We're interested in the "Driver Name" or "Manufacturer" line. This often includes the exact chipset model, version, and even supported security protocols. This is especially useful when Device Manager only shows an abstract name.

netsh wlan show interfaces

This command will list active interfaces. In the connection information section, you'll find the "Radio Type" line, which indicates the standard (e.g., 802.11ac), and the adapter name. If you have multiple network cards installed, the command line will clearly separate them by name, which can sometimes be confusing in the graphical interface.

Using PowerShell gives you even more options. Get-NetAdapter allows you to display a list of all network adapters in an easy-to-read format. By adding the parameter | Select-Object Name, InterfaceDescription, Status, you will get a table where the InterfaceDescription column often hides the full technical name of the chip.

What to do if the commands don't work?

If the system reports "Access Denied," make sure you're running the console as an administrator. Without elevated privileges, access to some driver settings may be restricted.

Equipment ID analysis (VEN and DEV codes)

When standard methods fail, unique hardware identifiers come to the rescue. Every USB or PCI-E component has embedded manufacturer and device codes. Knowing these codes, you can find a driver for even the most exotic, discontinued laptop.

Return to Device Manager, open the adapter's properties, go to the Details tab, and select Hardware IDs. You'll see lines like PCI\VEN_8086&DEV_2723. Here 8086 — Intel code, and 2723 — the code for a specific chip model. Knowing these numbers, you can use online databases.

There are specialized catalog websites where you can determine the exact name of a device using the VEN and DEV combination. This is the "gold standard" for diagnostics when the driver is lost and the software disc has long been discarded. By entering these codes into a search engine, you are guaranteed to find the right model, whether it's Qualcomm Atheros or MediaTek.

  • 🔍 VEN 8086 — always indicates Intel products, known for their high stability.
  • 📡 VEN 10EC — marking of Realtek chips, often found in budget and mid-range laptops.
  • 🌐 VEN 14E4 — the code belongs to Broadcom, whose modules are often used in premium ultrabooks.

Using codes eliminates guesswork and allows you to know exactly what hardware you're dealing with. This is critical when purchasing external antennas or choosing a frequency range for your router.

📊 Which WiFi module manufacturer do you most often encounter?
Intel
Realtek
Qualcomm Atheros
Broadcom
Don't know

Software for in-depth diagnostics of equipment

If manual methods seem too complicated, specialized utilities come to the rescue. They collect information about all system components and display it in a structured format. One of the best tools is HWiNFO or AIDA64.

In HWiNFO, simply launch the "Sensors-only" or "Summary" mode and find the "Network" section. It will display not only the model but also the current chip temperature, connection speed, signal strength, and channel used. This is a professional tool that reveals what's hidden from the average user.

Another useful tool is CPU-Z (the Mainboard tab sometimes contains information about PCIe devices) or a specialized WirelessMonHowever, for a quick check, the built-in system report is often sufficient. Click Win + R, enter msinfo32 and go to "Components" → "Network." This displays all information about your network adapters, including the MAC address and connection type.

⚠️ Important: Download diagnostic utilities only from the official websites of the developers. Driver aggregator programs often contain adware that will slow down your system.

The advantage of third-party software is that it doesn't require command line or coding knowledge. You simply launch the program and see the name: "Intel Dual Band Wireless-AC 8265." This saves time and reduces the risk of errors when interpreting technical data.

Comparison table of popular WiFi chips

Understanding the markings helps you assess your laptop's potential. Different chips support different speed and frequency standards. Below is a table to help you navigate the specifications of common models.

Chip model WiFi standard Max. speed Ranges
Intel AX200 Wi-Fi 6 (802.11ax) 2400 Mbps 2.4 / 5 GHz
Realtek RTL8822BE Wi-Fi 5 (802.11ac) 867 Mbps 2.4 / 5 GHz
Intel AC 9560 Wi-Fi 5 (802.11ac) 1733 Mbps 2.4 / 5 GHz
Qualcomm Atheros AR9285 Wi-Fi 4 (802.11n) 150 Mbps 2.4 GHz

As you can see from the table, even laptops that look identical can have completely different internals. Models with support Wi-Fi 6 Provide better performance in the noisy airwaves of apartment buildings. Older chips, which only operate at 2.4 GHz, can become a bottleneck for modern high-speed internet.

Driver problems and solutions

A common issue after reinstalling Windows is a missing WiFi driver, which prevents the laptop from detecting the network. If you've identified the chip model but the driver won't install, it might be due to the operating system version. Some older chips Ralink or Realtek may not have official support for Windows 10/11.

In such cases, compatibility mode can help. Right-click the driver installer, select "Properties" → "Compatibility," and try running it under Windows 7 or 8. It's also worth checking the driver signatures in the system by disabling mandatory digital signature verification at boot.

If the driver is found but the adapter won't turn on, check the physical connection. In some laptops, the WiFi module may become dislodged from the Mini-PCIe or M.2 slot after a fall or impact. However, before disassembling the case, make sure the module isn't disabled by software in the BIOS/UEFI.

☑️ Checklist before installing the driver

Completed: 0 / 4

It's important to understand that the generic drivers that Windows installs automatically are often unstable. They provide basic functionality but don't unlock the full potential of the chip, such as power saving or switching between frequency bands.

Physical inspection of the module inside the laptop

If software methods fail (for example, the system reports "Device not found"), the final option is a physical inspection. This is especially true for older laptops or situations where the adapter has burned out. You'll need a Phillips-head screwdriver and access to the bottom cover.

Remove the back cover of the laptop. The WiFi module is usually a small square board, approximately 2x3 cm, with two thin wires (antennas) connected to it. The exact model is always stamped on the module's sticker, for example, Intel Centrino or TP-Link.

Be extremely careful with the antenna wires. They are very fragile and are attached with clips. Before disconnecting, take a photo of the wire locations (black and white usually indicate the main and auxiliary antennas) to avoid mixing them up during reassembly. Incorrect connections can cause a sharp drop in signal strength.

⚠️ Caution: Before opening the case, be sure to completely power off the laptop and disconnect the battery! Working with live electronics can cause a short circuit and damage the motherboard.

In modern Ultrabooks, the WiFi module is often soldered directly onto the motherboard. In this case, replacing it yourself is impossible, and if it breaks, you'll have to take the device to a service center or use a USB adapter.

Frequently Asked Questions (FAQ)

Can a virus change the name of my WiFi adapter?

Theoretically, yes, some mining viruses or botnets can disguise themselves as system devices or install virtual adapters to intercept traffic. However, they cannot change the real hardware name in the BIOS. If you see a strange device, check its hardware ID (VEN/DEV).

Why did WiFi disappear after a Windows update?

Windows Update sometimes replaces the manufacturer's working driver with its own "generic" one, which may not work correctly. Solution: Open Device Manager, select "Update driver" → "Choose from a list of available drivers," and roll back to the previous version.

Does the chip model affect internet speed?

Yes, directly. If your router supports 5 GHz Wi-Fi and 800 Mbps, but your laptop has an older 802.11n (Wi-Fi 4) chip, you won't physically get speeds higher than 150-300 Mbps, even with a 1 Gbps plan.

How do I know if my chip supports 5GHz?

Look at the model name. If there are letters there AC, AX or Dual Band — 5 GHz support is available. If only N or B/G — most likely only 2.4 GHz. The team will provide the exact information. netsh wlan show drivers in the line "Supported radio types".