The question of how to find out which WiFi card a laptop has often arises when updating drivers, diagnosing connection issues, or simply determining whether your adapter supports modern speed standards. Unlike desktop computers, where you can easily look inside the case, the wireless module in laptops is often hidden under a cover or even soldered onto the motherboard. However, software methods allow you to obtain comprehensive hardware information without disassembling the device.
Determining the exact adapter model is the first step to resolving 90% of wireless network stability issues. Many users confuse the network or router name with the model of the receiver on their computer, which leads to errors when searching for updates. In this article, we'll cover all available methods: from built-in operating system tools to specialized software that can reveal even data hidden from the average user.
Understanding which chipset is installed in your system is critical for gamers and those who work with large amounts of data. The speed difference between the older standard 802.11n and modern Wi-Fi 6 It can be tenfold, but without knowing the adapter model, you won't be able to assess the potential of your equipment. Let's look at how to obtain this data as quickly and accurately as possible.
Using Windows Device Manager
The easiest and fastest way to get information about your network hardware is to use the built-in Windows tool called Device Manager. This method doesn't require installing any additional software and is available in all versions of the operating system, starting with Windows 7. To launch the utility, right-click the Start button and select the appropriate item from the menu, or use the keyboard shortcut. Win + X.
In the window that opens, find the "Network Adapters" section and expand it by clicking the arrow. Here you'll see a list of all network interfaces, including wired and wireless. The adapter you're looking for usually has the words "Network Adapters" in its name. Wireless, Wi-Fi, 802.11 or names of chip manufacturers such as Intel, Realtek, Qualcomm Atheros or MediaTek. This name is the model of your board.
⚠️ Attention: If you see "Unknown Device" or "Base System Device" with a yellow exclamation point instead of the model name, this means the drivers are not installed or are not working correctly. In this case, the system cannot identify the board, and you will need to search for the driver using the VEN and DEV codes.
For more detailed information, double-click the adapter name to open the properties window. Go to the "Details" tab, where you can select various parameters from the drop-down list, including the hardware ID. This information will help you find the driver even if a standard installation fails. You can also view the device status and driver version, which is useful for diagnostics.
Obtaining data via the command line
For those who prefer a text-based interface or need precise technical data for scripts, the command line is ideal. This method allows you to display a detailed report on network status and adapter characteristics in a readable format. To launch the console, press Win + R, enter cmd and press Enter, or search for "Command Prompt" using the search function.
The basic command to get information about wireless interfaces is netsh wlan show interfacesAfter entering it, the system will display a list of all active WiFi connections with details. In the information block, you will find the "Name" line, which corresponds to the adapter model, as well as information about the radio type (e.g., 802.11ac), connection status and current speed.
netsh wlan show interfaces
If you need to see absolutely all network adapters, including those that are currently disabled, use the command ipconfig /allIt will display a long list of all interfaces. Find the section labeled "Wireless LAN adapter." The "Description" line will indicate the exact model of your WiFi card.
Using the System Information utility
The built-in System Information utility provides a more structured and in-depth view of your computer's configuration than the Device Manager. It can be launched with the command msinfo32 in the Run window (Win + R). This is a powerful diagnostic tool that collects data from all PC components.
In the left pane of the window, expand the "Components" branch, then "Network," and select "Adapter." A list of all network cards will appear on the right side. Find the device with the "Adapter Type" field set to Wireless or Wi-Fi. Here you'll see not only the model, but also the MAC address, transmission type, and other technical details.
| Parameter | Description | Where to look |
|---|---|---|
| Adapter name | WiFi card model | Properties -> Name |
| Adapter type | Wireless / Ethernet | Properties -> Type |
| MAC address | Physical address of the device | Properties -> Address |
| State | OK / Error / Disabled | Properties -> State |
The advantage of this method is that it displays the resources occupied by the device (IRQ, memory addresses), which can be useful for resolving hardware conflicts. However, for the average user who simply needs to know the model, this method may seem excessive due to the large amount of technical information.
Third-party diagnostic programs
If built-in Windows tools don't provide a complete answer or you want to get the most detailed information about your WiFi module's capabilities, you should turn to specialized software. Programs like AIDA64, HWiNFO or Speccy scan the system more deeply than standard utilities and provide data in a convenient format.
For example, in the free version HWiNFO Simply run the program in "Summary Only" mode, then go to the "Network" section. It will show the exact chipset, board revision, supported standards, and even the current module temperature if sensors are available. This is especially useful for owners of older laptops, where drivers may not transmit information correctly to the system.
⚠️ Attention: Download diagnostic tools only from the developers' official websites. Using questionable driver packs from unverified sources can lead to malware infection.
Another powerful tool is CPU-Z (the Mainboard tab may contain information about integrated modules) or specialized utilities from chip manufacturers, for example, Intel PROSet/Wireless SoftwareThey allow you not only to view the model, but also to fine-tune antenna parameters, power saving mode, and network priorities.
Why can programs show different information?
Different utilities read data from different sources: some retrieve information from the Windows registry, while others directly query the BIOS's ACPI tables or the chipset itself. Therefore, the names may differ slightly (for example, by adding laptop manufacturer prefixes).
Analysis via PowerShell
PowerShell offers more modern and flexible tools for system administrators and advanced users. It not only displays the adapter name, but also exports adapter properties in JSON or XML format for further analysis. Open PowerShell as an administrator to gain full access.
Team Get-NetAdapter will list all network interfaces. To filter only WiFi, you can use the command Get-NetAdapter | Where-Object {$_.InterfaceDescription -like"Wireless"}However, to obtain the exact model (as specified in the hardware), it is better to use a query to the Win32_NetworkAdapter class.
Get-WmiObject Win32_NetworkAdapter | Where-Object {$_.NetConnectionStatus -ne $null} | Select-Object Name, Manufacturer, DeviceID
This script will display the adapter name, manufacturer, and ID. This is especially useful if you need to quickly copy the model name to search for a driver online. PowerShell also allows you to manage the adapter: enable, disable, or reset its settings directly from the command line, speeding up the diagnostic process.
Physical identification and marking
In cases where software methods fail (for example, the system won't boot or the adapter is burned out), physical inspection is the only option. On most laptops, the WiFi module model is marked on a sticker attached to the board itself. Accessing it is often as simple as removing the bottom cover of the laptop and unscrewing a few screws.
Wireless modules typically come in a form factor M.2 (formerly Mini PCIe) and look like small rectangular boards measuring approximately 12x30 mm or 16x30 mm. The sticker will indicate the manufacturer (Intel, Qualcomm, Realtek), model (e.g., AC 7260, AX200) and MAC address. If the module is soldered to the motherboard (which is often the case in Ultrabooks), look for the chip markings directly on the PCB.
You can also find this information on the laptop box or in the technical data sheet (specifications) on the manufacturer's website. In the documentation, the model may be listed as "Wireless LAN Module" or "Network Interface Card." Knowing the exact model number will allow you to check for compatibility with the new Wi-Fi 6E standards or the presence of a Bluetooth module of the same version.
☑️ What to check during a physical examination
Frequently Asked Questions (FAQ)
Why does the Device Manager say "Unknown device" instead of the board's name?
This means the operating system doesn't have a driver installed for this hardware, or the driver is corrupted. You need to download the driver from the laptop manufacturer's official website using another device with internet access and install it manually.
Is it possible to replace the WiFi card in a laptop with a more powerful one?
In most cases, yes, if the module isn't soldered to the motherboard. However, you need to consider the form factor (M.2 or Mini PCIe), the number of antennas (often two, but sometimes just one), and BIOS compatibility (some laptops block unlicensed modules).
Does the WiFi board model affect internet speed?
Yes, directly. An older card that only supports 2.4 GHz and the 802.11n standard won't be able to deliver the speeds your router offers in the 5 GHz band. For speeds above 100 Mbps, support for the standard is recommended. AC or AX.
How do I know if my board supports Bluetooth?
Almost all modern laptop WiFi modules are combined (WiFi + Bluetooth). Check the "Bluetooth" section in Device Manager. If devices are listed there but aren't working, there may be a driver issue, as WiFi and Bluetooth often share the same antenna system.