How to Find Out Which Wi-Fi Adapter is Installed on Your Laptop: A Complete Guide

A modern laptop is unimaginable without a wireless connection, but situations often arise when it's necessary to accurately identify the installed network equipment. Users may encounter driver issues, want to upgrade to a more powerful module, or simply want to know the technical specifications of their device to purchase a new router. Understanding which Wi-Fi adapter exactly? running on your system is the first step to properly setting up your network.

There are several ways to determine the network interface model, ranging from built-in operating system tools to a physical inspection of the board. In this article, we'll cover software diagnostic methods that don't require disassembling the case, and also touch on hardware features. Knowing the exact model chipset will help you avoid mistakes when searching for compatible drivers.

Users often confuse the software identifier with the actual physical model of the device. It's important to distinguish between these concepts, as the operating system may display a generic name that conceals the actual capabilities. glandWe'll help you get to the bottom of things and gain comprehensive information about your network module.

⚠️ Important: Before changing any drivers or system settings, ensure your laptop is connected to a power source. A sudden power outage while updating network components may cause software errors.

Using Device Manager to Identify

The fastest and most accessible way to find out information about your network hardware is to use the standard Windows tool called Device Manager. This method doesn't require installing any additional software and provides basic, yet important, information. The system reads the data directly from Equipment ID, which allows you to identify the device even without specific drivers installed.

To access the required menu, right-click the Start button and select Device Manager from the drop-down list. In the window that opens, find the Network Adapters section and expand it. You'll see a list of all network interfaces, including wired (Ethernet) and wireless (Wi-Fi). The wireless module's name usually includes the words Wireless, Wi-Fi or 802.11.

  • 🔍 Look for lines with brand names: Intel, Realtek, Qualcomm Atheros, Broadcom, or MediaTek.
  • 🔍 Pay attention to the numbers in the model name, they often indicate the generation of the standard (for example, AX200).
  • 🔍 If the device is marked with a yellow exclamation mark, it means the driver is missing or not working correctly.

Double-clicking the adapter's name will open the properties window, where you can see the device's status on the "General" tab. By clicking the "Details" tab, you can access deeper technical data. Select the "Hardware ID" parameter from the "Property" list—this is a unique code that can be used to find drivers even for devices unknown to the system. Knowing the exact vendor And Device ID is critical for searching software on the manufacturer's website.

📊 What method do you usually use to test equipment?
device Manager
Command line
Third-party programs
I don't check, everything works anyway.

Checking via command line and PowerShell

For more advanced users who prefer a text-based interface or a graphical shell, the command line is the ideal solution. This method allows you to get a structured report without having to navigate menus. Commands provide access to system logs, which contain detailed information about network interfaces.

Open the command prompt by typing cmd in Windows Search, or use PowerShell. 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 see the "Name" line, which contains the exact name of your adapter, as well as information about the manufacturer and driver version.

netsh wlan show drivers

An alternative option to get a quick summary is to use the command ipconfig /all. Although it is primarily intended to display IP addresses, the list of adapters also displays the full device name. However, to obtain exactly chipset models, method with netsh is more informative and specialized.

In PowerShell, you can use an even more powerful command that will list all network adapters with their status and description. Enter Get-NetAdapter | Where-Object {$_.Status -eq "Up"}to see only active interfaces. This is especially useful on laptops, which may have multiple virtual adapters created by emulation or VPN software.

Analysis through system information

The built-in System Information utility provides an aggregated view of all computer components. It's an excellent tool for generating a complete PC configuration report. The information is presented hierarchically, making it easy to navigate between different device classes.

To open the utility, press the keyboard shortcut Win + R, enter msinfo32 and press Enter. In the left menu, expand the "Components" branch, then select "Network" and "Adapter." A list of all network adapters will appear in the right part of the window. Find the line where the "Adapter Type" field says Wi-Fi or wireless connection.

Parameter Description Where to look for meaning
Name Adapter model First line of description
Manufacturer Chipset brand The "Manufacturer" line
Adapter type Connection technology "Adapter Type" line
MAC address Physical address MAC address line

In this window, you can also see the device's MAC address, which is sometimes necessary for setting up filtering on the router. Pay attention to the "Status" line - if it says "OK," then the device is working properly. If you see an error, it may indicate a resource conflict or problems with power supply.

⚠️ Note: The System Information interface does not update in real time. If you just connected a USB Wi-Fi adapter, you may need to refresh the list using the Action → Refresh menu.

Third-party utilities for deep diagnostics

When built-in Windows tools aren't enough, specialized programs come to the rescue. They can display not only the model name, but also the temperature, current connection speed, signal strength, and supported standards. Such utilities are often used by system administrators to detailed analysis networks.

One of the most popular and free programs is AIDA64 (formerly Everest). Under Network → Windows Network, it displays comprehensive information about each network interface. Another great option is HWiNFO, which specializes in hardware monitoring. It will show not only the Wi-Fi module model but also its current status and errors.

  • 🚀 AIDA64: Complete system information, stability tests and benchmarks.
  • 🚀 HWiNFO: Detailed monitoring of sensors and equipment parameters in real time.
  • 🚀 CPU-Z: Although the program is processor-oriented, in the SPD and Mainboard tab you can sometimes find data about integrated controllers.

Using third-party software is especially important if the device driver is damaged and Windows displays it as an "Unknown Device." These programs read information directly from the hardware registers, ignoring operating system software errors. This allows you to identify even burnt or partially non-functional modules.

Third-party software security

Should you be afraid of viruses when downloading utilities?: Download programs only from the developers' official websites. Files from torrent trackers or dubious portals may contain malicious code disguised as useful utilities. Scanning files with an antivirus before launching them is a mandatory rule of digital hygiene.

Model determination by physical inspection and documentation

If software methods fail (for example, the laptop won't turn on or the adapter is burned out), the only option is a physical inspection. In most modern laptops, the Wi-Fi module is a small circuit board. M.2 or Mini PCIe, which connects to the motherboard via a connector.

To access the internals, you need to remove the bottom cover of the laptop. The Wi-Fi module is usually located under the ventilation holes or in the corner of the motherboard. The module's board itself is marked with the model number. This is often a sticker with a QR code and a label like "Intel Dual Band Wireless-AC 7260." The model number may also be printed directly on the module. chipset.

Remember to disconnect the battery before disassembling! This is a critical safety precaution. Even if the laptop is powered off, voltage may still be present on the motherboard. Disconnecting the battery cable ensures you don't short-circuit or damage the motherboard when handling metal tools.

⚠️ Please note: Disassembling your laptop yourself may void your warranty. If your device is under warranty, it's best to contact an authorized service center to verify the specifications.

You can also find information in the documentation that came with your laptop. The full model number is listed on the box, in the user manual, or on a sticker on the bottom of the case (often under the battery in older models). Knowing the exact model of your laptop (e.g., HP Pavilion 15-dk1000), you can go to the manufacturer's website and look at the specifications, where the installed Wi-Fi module will be indicated.

Common problems and their solutions

Even knowing the adapter model, users may encounter connection issues. Often, this is due to an outdated driver or conflicting power-saving settings. Windows 10 and 11 sometimes automatically install generic drivers, which can be unstable. In such cases, you need to manually download the software from the laptop or chipset manufacturer's website.

Another common issue is that the adapter disappears from the device list. This may be due to power settings. In Device Manager, under the adapter properties, under the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power." This will prevent the Wi-Fi module from turning off accidentally.

☑️ Diagnosing Wi-Fi problems

Completed: 0 / 4

If all else fails, you can try resetting your network settings. In Windows 10/11, this can be done via Settings → Network & Internet → Advanced network settings → Network reset. This will delete all saved passwords and return your network settings to factory defaults, which often resolves software conflicts.

The Importance of Knowing Stats for Upgrades

Knowing which adapter is installed is essential not only for troubleshooting but also for upgrading. If your laptop only supports the standard Wi-Fi 5 (802.11ac), and the router already supports it Wi-Fi 6 (802.11ax), you won't be able to take advantage of the new technology. Replacing the module with a more modern one can significantly improve connection speed and stability.

When choosing a new module, it's important to consider not only the Wi-Fi standard, but also the form factor and connection interface. Most modern laptops use the interface M.2 2230 with the A+E key. It's also important to check whether the new chipset is supported by your laptop's BIOS. Some manufacturers (such as HP or Lenovo) may block unlicensed modules via a whitelist in the BIOS.

Knowing the exact model of your current adapter allows you to compare its specifications with those of a potential purchase. Pay attention to Bluetooth support, the number of antennas (2x2 vs. 1x1), and the maximum theoretical speed. These parameters directly impact the ease of internet use, especially when working with large files or streaming high-definition video.

Is it possible to use a USB Wi-Fi adapter instead of the internal one?

Yes, this is a perfectly viable option. External USB adapters can provide even better speed and stability, especially if they have an external antenna. However, they take up a USB port and can protrude beyond the laptop's body, which is not always convenient for transporting.

Why does Device Manager show "Unknown Device"?

This means Windows couldn't find a suitable driver for the installed hardware. This most often occurs after reinstalling the OS. You need to find the driver by hardware ID or laptop model and install it manually.

Does the adapter model affect internet speed?

Yes, it does have a direct impact. Older adapters (such as those using the 802.11n standard) physically cannot deliver speeds higher than 150-300 Mbps, even if your provider's plan allows for higher speeds. Modern Wi-Fi 6 modules are capable of delivering gigabit speeds over the air.

How do I know if my adapter supports 5GHz?

Check the model name. If it includes the words "Dual Band," "AC," or "AX," then 5 GHz support is guaranteed. If it only says "N" or "b/g/n," the adapter most likely only works in the 2.4 GHz band.