How to check if your network card supports Wi-Fi

In today's digital world, eliminating cables has become a standard of convenience, yet when building a new computer or buying used equipment, users often face uncertainty. The question of how to tell if a network card supports Wi-Fi arises regularly, especially when the case lacks external antennas or wireless indicators. It often happens that the motherboard has antenna connectors, but the module itself is not included, or the adapter is disabled in the laptop for some reason.

The lack of a wireless connection can be a critical obstacle if you're planning a move or simply want to clear your workspace of unnecessary cables. Fortunately, Windows and macOS operating systems provide fairly comprehensive hardware diagnostic tools without having to disassemble the system unit. Understanding Is the module integrated? Whether it's on the motherboard or requires an external solution, it will save you time and money.

In this article, we'll take a detailed look at software and physical methods for checking for a Wi-Fi adapter. We'll cover everything from simple visual indicators to in-depth analysis via the command line, allowing you to obtain comprehensive information about your PC's configuration. Even if the drivers aren't installed, you can determine whether the hardware is present.

Visual inspection and physical indicators

The first and most obvious step is to carefully inspect the device's case. In desktop computers, the presence of Wi-Fi is often indicated by the presence of antenna connectors on the back of the motherboard. These look like two gold-colored threaded sockets located near the USB ports or audio outputs. If you see these connectors, there's a 99% chance your computer is compatible. network card Supports wireless networks even when antennas are not connected.

With laptops, the situation may be less obvious, as the antennas are built into the screen housing. Pay attention to the keyboard: one of the function keys (often F2, F12, or a separate key) may have an icon of radio waves or an airplane. The presence of such a key clearly indicates that the manufacturer has included wireless connectivity.

⚠️ Attention: The lack of external antennas on the back of a PC doesn't always mean there's no Wi-Fi. Some expensive motherboards use Wi-Fi 6E technology, which means the antennas may be built into the case or shipped separately in the box with the board, rather than screwed in.

It's also worth inspecting the sides of the laptop for network mode sliders. In older laptop models, these mechanical switches were common. If you find a physical slider labeled "Wireless" or an antenna icon, it's a sure sign of the module's presence. However, in modern Ultrabooks, manufacturers are increasingly abandoning mechanical switches in favor of software solutions.

📊 Did you find antenna connectors on the back of your PC?
Yes, two gold connectors
No, there are no such connectors.
I'm not sure, I'm afraid to look from behind
I have a laptop

Diagnostics via Windows Device Manager

The most reliable software method for checking is to analyze the hardware list in Device Manager. This system tool displays all components that the operating system detected during boot, regardless of whether drivers are installed. To access it, right-click the Start button and select the appropriate item or use the command devmgmt.msc in the Run window.

In the window that opens, look for the "Network Adapters" section. Expand it by clicking the arrow or double-clicking the left mouse button. You'll see all network interfaces listed. Look for names containing the words Wireless, Wi-Fi, 802.11 or names of chip manufacturers such as Intel Dual Band Wireless, Realtek RTL, Qualcomm Atheros or MediaTek.

If the list includes a device with a yellow exclamation point, it means the physical device was found, but the drivers are not installed or are not working correctly. In this case, Wi-Fi support is present, but software installation is required. If the list only includes one adapter named "Ethernet Controller" or "Family Controller," then built-in Wi-Fi is likely missing.

☑️ Check in Device Manager

Completed: 0 / 4

It's worth paying attention to hidden devices. Sometimes the adapter can be disabled by software. In the Device Manager menu, select "View" → "Show hidden devices." If the Wi-Fi module appears there but is translucent, it means the system "remembers" it, but it's currently inactive. This often happens after a driver or BIOS failure.

Using the command line for deep analysis

For users who prefer a text-based interface or don't have a graphical shell, the command line is the ideal solution. It allows you to obtain technically accurate information about the state of interfaces. Launch the terminal as administrator by entering cmd in Windows search and use the netsh utility.

Enter the command netsh wlan show interfaces and press Enter. If a working Wi-Fi adapter is present in the system, you will see a detailed report: interface name, SSID (if connected), radio type (e.g., 802.11ac or 802.11ax), and connection status. If the adapter is missing or disabled, the system will display an error message or indicate that the wireless network is not supported.

C:\Users\User> netsh wlan show drivers

Driver name: oem12.inf

Date: 2023-05-15

Version: 22.10.0.6

Manufacturer: Intel Corporation

Type: Native Wi-Fi Driver

Radio modules supported: Yes

Wi-Fi service started: Yes

Even more detailed information can be obtained by using the command netsh wlan show driversIn the output of this command, look for the line "Radio modules supported" (or "Radio types supported"). If it says "Yes", then hardware Fully operational. This report will also indicate the driver type and supported security standards, which is useful for diagnosing compatibility issues.

What to do if commands return an error?

If the system reports that the service is not running when entering netsh commands, the "WLAN AutoConfig" service may be disabled. Check its status in services.msc.

Analysis via PowerShell and System Information

PowerShell provides even more powerful scripted diagnostic tools. It can be used to get a structured list of all network cards, including their type. Open PowerShell and enter the following command to display the adapter name and type: Get-NetAdapter | Select-Object Name, InterfaceDescription, Status.

However, to check the wireless capabilities, it is better to use the command Get-NetAdapter | Where-Object {$\_.InterfaceDescription -match "wireless"}This filter will attempt to find adapters that contain the word "wireless" in their description. If the list is empty, it doesn't always mean there's no Wi-Fi, as the device name may be written differently, for example, simply based on the chip model.

The System Information section is also useful. Click Win + R, enter msinfo32 and go to "Components" → "Network" → "Adapter." In the right part of the window, look for lines mentioning wireless standards. This method is good because it displays information even about devices whose drivers are crashing or unstable.

Checking for Wi-Fi on macOS and Linux

If you're using Apple computers or Linux distributions, the verification methods will differ. On macOS, it's as simple as holding down the key Option and click the Wi-Fi icon in the menu bar. If the icon isn't there, check "System Preferences" → "Network." The presence of a Wi-Fi interface (even if it's grayed out) indicates the hardware is present.

In Linux, the situation depends on the distribution, but the universal method is the terminal. The command iwconfig (from the wireless-tools package) will only show wireless interfaces. If you see a device like wlan0 or wlp2s0, then the card is present. If the command returns "no wireless extensions," the adapter is missing or doesn't have drivers.

A more modern tool in Linux is ip link or nmcli device. Team nmcli device will display a table of all devices. Look for the device type "wifi." If only "ethernet" or "loopback" is listed, no wireless module is detected in the system. This is especially true for server Linux builds, where Wi-Fi modules are often not installed by default.

It's important for MacBook owners to know that some newer models (especially those with Apple Silicon chips) have a Wi-Fi module soldered onto the board and cannot be replaced or added. Therefore, checking "About This Mac" → "System Report" → "Wi-Fi" will provide a definitive answer about the built-in module's specifications.

Comparison of characteristics and connection types

Understanding the specific Wi-Fi type your card supports is important for assessing your internet speed. Older cards may not support modern speed standards, even if they technically "work." Below is a table to help you decipher adapter markings.

Standard Marking Max. speed (theoret.) Frequency range
Wi-Fi 4 802.11n up to 600 Mbps 2.4 GHz / 5 GHz
Wi-Fi 5 802.11ac up to 6.9 Gbps 5 GHz
Wi-Fi 6 802.11ax up to 9.6 Gbps 2.4 GHz / 5 GHz / 6 GHz
Wi-Fi 6E 802.11ax (E) up to 30 Gbit/s 6 GHz (new)

If you only see 802.11n in Device Manager, but your router supports ac or ax, you won't be able to take advantage of the higher speeds. In this case, it might be worth considering replacing the adapter. It's also worth considering that support dual-band mode (Dual Band) is critical for crowded broadcasts in apartment buildings.

⚠️ Attention: Interfaces and menu item names may vary depending on the operating system version (Windows 10, 11) and network card model. Always consult the motherboard or laptop manufacturer's documentation for exact specifications.

What to do if the Wi-Fi adapter is not found

If all testing methods fail, don't despair. The lack of a built-in module can easily be compensated for with external solutions. The simplest option is a USB Wi-Fi adapter. This compact device, resembling a flash drive, adds wireless functionality to any computer with a USB port.

For desktop PCs, a PCIe card is also available. It plugs directly into the motherboard, providing a more stable signal and often comes with external antennas included. This solution is preferable for gamers and those who work with large amounts of data.

Before purchasing new hardware, make sure your motherboard has available slots or ports. Also, check the USB version (preferably 3.0 for higher speeds). After connecting a new device, the system usually automatically finds drivers through Windows Update.

Is it possible to install a Wi-Fi module in a laptop yourself?

In most older and some modern laptops, the Wi-Fi module is a small M.2 or Mini-PCIe card, connected via removable antenna cables. Theoretically, it can be replaced or installed if the slot is empty. However, in Ultrabooks and MacBooks, the modules are often soldered onto the board, making upgrades impossible without BGA soldering.

Why did the Wi-Fi icon disappear after a Windows update?

A common cause is a driver conflict or a malfunctioning WLAN service. Try uninstalling the device from Device Manager (right-click → Uninstall device) and restarting your computer. The system will attempt to reinstall the driver. Also, check that Airplane mode is not enabled.

Does the lack of antennas affect Wi-Fi operation if there are connectors?

Yes, it does have a critical impact. Without antennas connected, the signal range is reduced to a few meters, and the speed drops to a minimum. If your motherboard has connectors, be sure to use the included antennas, even if the router is in the next room.