How to find out what WiFi frequency your laptop supports

In today's digital world, the speed and stability of a wireless connection are critical, whether for work, study, or entertainment. Many users encounter a situation where the router is configured for high speed, but the laptop doesn't see the network or connects at a slow speed. Often, the root cause of the problem lies in frequency band incompatibility: the device can only support the older 2.4 GHz standard, ignoring the faster 5 GHz.

Understanding the specifications of your network adapter can not only help you troubleshoot connection issues, but also help you choose the right router when upgrading your home network. Frequency range Determines not only the maximum data transfer rate but also the signal's range and resistance to interference from household appliances. In this article, we'll cover in detail software and hardware methods that will help you accurately determine the capabilities of your equipment without using third-party software.

There are several reliable ways to obtain this information, ranging from built-in Windows utilities to analyzing hardware IDs. We'll cover each method step-by-step, so even a novice user can navigate their device's settings. Wi-Fi moduleIt's important to know that software driver glitches can sometimes obscure the hardware's true capabilities, so we'll also cover software updates.

Understanding the Difference Between 2.4GHz and 5GHz

Before moving on to technical diagnostics, it is necessary to clearly understand what exactly we are looking for. 2.4 GHz band is an older and more widespread standard that provides broad coverage but suffers from airwave congestion. In apartment buildings, dozens of neighboring routers create a "mess" of signals, leading to slow speeds and unstable ping in games.

In contrast to him, frequency 5 GHz It offers significantly wider data transmission channels and is less susceptible to interference from microwave ovens and Bluetooth devices. However, this frequency range has a physical limitation: it penetrates walls less effectively and has a shorter range. If your laptop only supports 2.4 GHz, you physically won't be able to connect to a network that only operates in 5 GHz mode.

⚠️ Attention: Having a dual-band router doesn't guarantee that your laptop will automatically switch to 5 GHz. Older network cards may simply not see this network in the list of available connections.

Modern standards such as Wi-Fi 6 (802.11ax), effectively utilize both bands, but they require support from both devices—the router and the client. If you're planning to purchase new equipment, knowing your laptop's current capabilities can help you save money or justify replacing the computer itself.

📊 Which Wi-Fi band do you use most often at home?
Only 2.4 GHz (old router)
5 GHz only (modern network)
Both ranges (Dual-Band)
I don't know, it just works.

Checking through Windows Device Manager

The fastest and most reliable way to find out your adapter's specifications is to use the system's Device Manager. This method doesn't require installing any additional software and works on all versions of Windows starting with XP. To get started, press the key combination Win + X and select "Device Manager" from the menu that appears or enter devmgmt.msc in the execution line.

In the window that opens, find the "Network Adapters" section and expand it. Here you will see a list of all network interfaces. You need the one with the words "network adapters" in the name. Wireless, Wi-Fi or 802.11Please pay attention to the adapter model, for example, Intel Dual Band Wireless-AC 7260 or Realtek RTL8822BEIt is this model that determines the physical limits of your laptop.

  • 🔍 Search by model: Copy the adapter's full name and enter it into a search engine. The official specification on the manufacturer's website will immediately indicate the supported standards (a/b/g/n/ac/ax).
  • 📝 Title Analysis: Often, the name itself contains a clue. The words "Dual Band" indicate support for two frequencies, while "AC" or "AX" indicate the presence of 5 GHz.
  • ⚙️ "Advanced" tab: In the adapter properties (double-click on the name), you can sometimes find an "Advanced" tab that lists the supported protocols, although this depends on the driver.

If you see only in the title 802.11n Without the AC prefix, your laptop is likely limited to the 2.4 GHz band, although theoretically the N standard can operate at 5 GHz, but this is rare for budget models. More modern standards, such as 802.11ac (Wi-Fi 5) and 802.11ax (Wi-Fi 6) require 5 GHz support.

☑️ Check in Device Manager

Completed: 0 / 4

Using the command line for accurate diagnostics

For a more in-depth analysis that doesn't rely on the device's name in the task manager, the command prompt is ideal. This method allows you to see technical details hidden from the average user. Open the command prompt as an administrator or from the Start menu by entering cmd.

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 line "Radio types supported." This is where the truth about the physical capabilities of your hardware lies.

netsh wlan show drivers

In the resulting list, look for the following designations:

  • 📡 802.11b/g/n: Most likely it's only 2.4 GHz.
  • 🚀 802.11a/ac/ax: The presence of the letter "a", "ac" or "ax" guarantees 5 GHz support.
  • 🔄 802.11n: It can work in both ranges, but requires checking the specific adapter model, as it is often implemented only at 2.4 GHz.

⚠️ Attention: If 802.11a, 802.11ac, or 802.11ax is missing from the radio type list, your laptop will technically be unable to connect to a 5 GHz network, even if the drivers are installed correctly. In this case, the only solution is to replace the network module or use a USB adapter.

This method is advantageous because it relies on the data the driver reports to the operating system. If the driver is faulty or outdated, the list may be incomplete, so it's always worth checking the information on the laptop manufacturer's website if the results seem suspicious.

What to do if the command doesn't work?

If the netsh wlan show drivers command returns an error or blank results, the WLAN AutoConfig service may be disabled. Check its status in services.msc and start it if it's stopped.

Analysis via PowerShell and system reports

A more powerful alternative to the classic command line is PowerShell. It allows you to obtain information in a more structured format. Open PowerShell and enter the command Get-NetAdapter | Where-Object {$_.Status -eq"Up"}to see the active adapters, and then use the command netsh wlan show interfaces to view details of the current connection.

However, the most detailed, but also the most extensive, method is to generate a full system report. Enter the following in the command line: msinfo32In the window that opens, follow the path: Components → Network → AdapterHere, in the right part of the window, find the lines "Adapter Name" and "Radio Type".

You can also generate an HTML system report by entering the following in the command line: systeminfo, although for purely networking tasks this is overkill. It is more practical to use the command ipconfig /all, which will show the physical address and description of the adapter, which also helps in identification.

Verification method Complexity Accuracy Requirement for administrator rights
device Manager Low Average No
netsh wlan command Average High Desirable
Manufacturer's website Low Maximum No
Third-party software Low High No

Using system utilities is safe and doesn't modify the registry. However, if you plan to change frequency settings manually (which is sometimes necessary for older routers), you should do so through the "Advanced" tab in the adapter properties, but only after creating a system restore point.

Check through the manufacturer's website and specifications

The most reliable source of information is the official documentation. Software methods can fail due to driver errors, but hardware is hardware. Find your laptop's exact model (usually a sticker on the bottom of the case or the battery in the BIOS) and go to the manufacturer's website (HP, Lenovo, Asus, Dell, etc.).

In the "Support" or "Specifications" section, look for the Wireless or Network section. This will indicate the exact module installed at the factory. For example, Intel Wireless-AC 9560Knowing the module model, you can visit the Intel or Realtek website and see a complete table of supported frequencies.

It's important to keep in mind that the same laptop model may have had different Wi-Fi modules installed in different years. Therefore, checking the serial number (S/N) on the support website provides the most accurate results for a specific device.

  • 🌐 Official website: Always prioritize third-party reviews. Look for PDF documentation.
  • 🔢 Serial number: Use it to accurately determine the configuration if the laptop model has multiple modifications.
  • 📦 Package: If you still have the laptop box, it will often list key specifications, including the Wi-Fi standard (such as a Wi-Fi 5 or Wi-Fi 6 logo).

⚠️ Attention: Laptop manufacturers often switch component suppliers (Wi-Fi cards) based on market availability. A laptop purchased in January and the same one purchased in December may have different network cards. Check your specific unit.

This method is especially useful if you are planning an upgrade. Knowing that your laptop has a format module M.2 2230 (standard for laptops), you can order a compatible dual-band module and replace it yourself, getting 5 GHz support.

Using third-party utilities for network analysis

If Windows' built-in tools seem too complicated or produce inconsistent results, specialized programs can help. Utilities like AIDA64, HwInfo or free HWiNFO collect comprehensive information about all system components, including the network adapter.

In the program AIDA64 You need to go to the "Network" -> "Windows Network" section. There you'll find a detailed description of the adapter, including the technologies it supports. Wifi Analyzer (available in the Microsoft Store) won't tell you directly about your adapter's capabilities, but it will show you which networks it "sees." If you're near a 5 GHz router but don't see it in the list, this is an indirect sign that it's not supported.

Also useful is the utility WirelessMon Or use the built-in Windows wireless network report. To generate it, enter the following in the command line: netsh wlan show wlanreportThe system will create an HTML file with a detailed connection history and errors, which may also include information about radio types.

Using third-party software is convenient because it often translates technical terms into more understandable language or visualizes data. However, when installing such programs, be careful not to install unnecessary toolbars by selecting "Advanced Installation."

Is it worth installing paid programs for checking?

In most cases, paid Wi-Fi testing features are unnecessary. Free versions of HWiNFO or standard Windows tools (netsh) are sufficient for frequency determination. Paid software is needed by engineers for in-depth signal diagnostics.

Frequently Asked Questions (FAQ)

Is it possible to enable 5 GHz software on a laptop that does not support it?

No, this is a physical hardware limitation. If the antenna module and chipset aren't designed for 5 GHz, no driver or registry setting will make it work in that range. You'll need to replace the internal Wi-Fi module or connect a USB adapter.

Why does my laptop see the 5 GHz network but not connect?

There could be several reasons: an incorrect password, incompatible encryption standards (e.g., WPA3 vs. older WPA), or an incorrect adapter driver. It's also possible that the channel the router is using isn't supported by your adapter (for example, some older cards don't support channels above 140).

Does the region specified in the router settings affect 5 GHz visibility?

Yes, it does. Different countries have different legally permitted frequency ranges and signal strengths. If your router is configured for a region where 5 GHz channels are prohibited, but your laptop expects them (or vice versa), network detection issues may occur.

How to update a driver if there is no internet access?

You'll need another device with internet access (a smartphone or another PC). Download the driver for your network adapter model from the manufacturer's official website to a USB flash drive, then connect it to your laptop and install the driver manually through Device Manager.

Is there a speed difference between 2.4GHz and 5GHz in real life?

Enormous. In the 2.4 GHz band, actual speeds rarely exceed 40-50 Mbps due to interference, even if your ISP plan is 100 Mbps. The 5 GHz band easily reaches speeds of 300-800 Mbps and higher, providing a stable data stream for 4K video and online gaming.