How to find out what WiFi card your laptop has: complete diagnostic methods

Many laptop users are familiar with situations where the operating system stops detecting the wireless network or drivers stop responding. In such situations, the first step to restoring functionality is accurately identifying the installed hardware. WiFi adapter It may be integrated into the motherboard or implemented as a removable module, and knowing its exact model is critical to finding compatible software.

Often, built-in Windows tools only display a generic device family name, such as "Intel Dual Band Wireless" or "Realtek PCIe GBE," which doesn't provide comprehensive information. Advanced users and IT professionals require specific identifiers. VEN And DEV, which allow you to find drivers even for the rarest or oldest hardware. Without this data, trying to update the software can turn into a lengthy, random search.

In this guide, we'll cover all the available methods for obtaining detailed information about a network interface. We'll cover standard command line utilities, the device manager, and specialized software that can help you discover the technical specifications of your network card to the last bit.

Using Windows Device Manager

The most obvious and accessible tool for initial diagnostics is the standard system component. To access it, right-click the Start button and select the appropriate item from the context menu. In the window that opens, find the "Network Adapters" section and expand its contents.

The most human-readable device name is usually displayed here. However, if the driver isn't installed or isn't working correctly, you may see "Unknown Device" or "Basic Network Adapter" instead of the model name. In this case, go to the object's properties and select the "Details" tab.

In the drop-down list of properties, select "Hardware IDs." You will see lines starting with the prefixes PCI\VEN_ And PCI\DEV_These codes are a unique passport for your equipment. VEN denotes the manufacturer, and DEV — a specific device. By recording these values, you can easily find the files you need using search engines.

Please note that in some cases, the system may mistakenly classify the Bluetooth module as a network card if they are integrated into the same chip. Be careful when selecting the device from the list to avoid downloading drivers for the wrong component.

📊 Which driver search method do you use most often?
Windows Automatic Search
Laptop manufacturer's website
Search by equipment ID
Third-party programs
I don't update drivers

Diagnostics via the command line and PowerShell

For those who prefer speed and a lack of unnecessary graphics, the command line offers powerful tools. Launch the terminal with administrator rights and enter the command netsh wlan show driversThis query will return detailed information about the wireless driver, including its version, release date, and vendor name.

If you need more technical information about the connection, use the utility ipconfig /allIt will show the physical address (MAC address) and the current DHCP status. However, to determine the exact chip model, the following command is more suitable: wmic nic get name, manufacturer, which will list all network interfaces and their manufacturers.

⚠️ Caution: When working with the command line, be careful when entering commands. Incorrect syntax can cause the command to fail, although the risk of system damage is minimal when using only display commands.

In PowerShell, you can use an even more flexible filter. The command Get-NetAdapter | Select-Object Name, InterfaceDescription, Status This will display the interface description, which often includes the full chip model name. This is especially useful when the Device Manager displays a truncated name.

What to do if commands return empty results?

If the commands don't display any WiFi information, this may indicate that the adapter is completely disabled in the BIOS/UEFI or is physically faulty. Try checking the power saving settings or rebooting the device.

Determining the model via PowerShell and Get-NetAdapter

Modern versions of Windows offer advanced network management capabilities via PowerShell. This tool not only allows you to see the network name but also access deep configuration settings. Enter the command Get-NetAdapter -Physical | Where-Object {$_.MediaType -eq "802.3"} to filter physical adapters.

To get detailed information about the driver of a specific adapter, use the command Get-NetAdapter -Name "AdapterName" | Get-NetAdapterAdvancedPropertyThis will allow you to see all supported properties and their current values, which can be useful for fine-tuning performance or resolving conflicts.

PowerShell also allows you to export a network status report. Get-NetAdapterStatistics will show the number of transmitted and received packets, errors, and discarded data. An abnormally high number of errors may indicate problems with the driver or physical state. antennas.

Using specialized software (AIDA64, HWInfo)

When standard tools are not enough, professional diagnostic utilities come to the rescue. Programs like AIDA64 or HWInfo They read data directly from hardware registers, providing the most complete picture possible. They display not only the model, but also the temperature, voltage, and BIOS version of the module.

In the "Network" -> "Windows Network" or "PCI/PCIe" section, you can find a detailed description of the device. This will list not only the chipset, but also the interface type (e.g., PCIe x1), maximum speed, and supported Wi-Fi standards (802.11ac, ax). This is critical when upgrading or comparing performance.

Program License type Depth of analysis Program weight
AIDA64 Extreme Paid (Trial) Maximum ~50 MB
HWInfo64 Free Very high ~10 MB
Speccy Free / Pro Average ~15 MB
Device Manager Built into the OS Basic 0 MB

The advantage of third-party software is the ability to generate reports and monitor in real time. If you plan to perform diagnostics frequently, installing the portable version HWInfo A flash drive is a great solution. It requires no installation and works immediately after launch.

Physical inspection and marking of the module

If software methods fail due to the card's complete inoperability, the only option left is a physical inspection. In most modern laptops, the WiFi module is a small PCB. M.2 or Mini PCIe, located under the bottom cover.

To access it, you need to unscrew the screws on the back panel. Be careful: some screws may be hidden under rubber feet or stickers. After removing the cover, find a circuit board with thin wires soldered to it (usually black and white)—these are the antennas.

⚠️ Caution: Before opening the laptop, be sure to disconnect the battery! Even when the laptop is turned off, it still has power, and careless contact with components could cause a short circuit and damage the motherboard.

There should be a label on the board itself. Look for lines with the FCC ID or model number, such as "Intel AX200NGW" or "Qualcomm Atheros QCA9377." These designations will definitely indicate the manufacturer and hardware revision, allowing you to find the driver even without a working operating system.

☑️ Rules for safely opening a laptop

Completed: 0 / 5

Common problems and solutions

Even knowing the exact model, users may encounter difficulties installing drivers. A common issue is a version conflict, where the new software version is more unstable than the old one. In such cases, it is recommended to use the "Roll Back Driver" function in the device properties in Device Manager.

Another common cause of adapter disappearance is power saving mode. Windows may turn off the device to save power, causing it to stop responding. To fix this, uncheck "Allow the computer to turn off this device" in the adapter's properties on the "Power Management" tab.

If the system detects the device but it's not working correctly (code 10 or 43), try completely uninstalling the driver from the system. In Device Manager, select "Uninstall device" and check "Delete the driver software for this device." After rebooting, Windows will attempt to reinstall the default driver, which often resolves the issue.

⚠️ Note: BIOS/UEFI interfaces and menu item names may vary depending on the laptop manufacturer (ASUS, Lenovo, HP, Dell). If you cannot find the WiFi setting in the BIOS, please refer to the official documentation for your model.
Why is there no WiFi after reinstalling Windows?

Most often, this is due to missing chipset drivers or the network adapter itself in the new system. Download the drivers to a flash drive in advance or use your smartphone in USB modem mode for the initial internet connection.

Comparison of characteristics of popular WiFi cards

Understanding the card installed in your laptop is important not only for repairs but also for assessing its potential. Different models support different speed and frequency standards. For example, older cards may not support the 5 GHz band, which significantly limits speed on modern networks.

Modern standards, such as Wi-Fi 6 (802.11ax), require the appropriate hardware. If your router supports high speeds but your laptop's card is older (e.g., Wi-Fi 4), you won't be able to take advantage of the fast internet. In this case, knowing the model allows you to decide whether to replace the module.

Replacing the WiFi module is a procedure that's easily done on many laptops. If you've determined that your card is outdated, you can purchase a modern module with Bluetooth 5.0 and Wi-Fi 6 support. Just make sure the form factor (usually M.2 2230) is compatible and that the module isn't whitelisted in the BIOS.

What to do if the driver is not installed?

If the installer returns an error, try running it as administrator. Also, check if your antivirus software is blocking the installation. In some cases, manual installation via Device Manager, specifying the path to the folder containing the unpacked drivers (.inf file), can help.

Is it possible to use a driver from another laptop?

Yes, if the WiFi adapter model is identical. The driver depends on the chip (Intel, Realtek, Broadcom), not the laptop brand. However, it's best to use drivers certified by the laptop manufacturer, as they may contain specific power settings.

How to check the speed of a WiFi card?

Use online internet speed testing services (Speedtest) or local utilities like iPerf3 to check the actual bandwidth between your router and laptop. This will show your actual connection speed, not the manufacturer's stated speed.

Does the operating system affect WiFi performance?

Yes, different versions of Windows may manage power saving and traffic prioritization differently. Windows 10 and 11 have more sophisticated network adapter management mechanisms than Windows 7, which can impact connection stability.