Modern wireless communication standards provide users with two main frequency ranges: 2.4 GHz And 5 GHzUnderstanding the exact frequency your laptop is currently connected to is critical for diagnosing internet speed or connection stability issues. Users often don't even realize their device is operating on a congested channel, even though a faster band is available nearby.
Determining the current frequency Wi-Fi adapter A must-have not only for geeks but for any device owner who wants to get the most out of their data plan. In this article, we'll explore proven methods for band identification available through the operating system's built-in tools, without installing third-party software.
Understanding the technical details of your connection will help you understand why the signal is strong in one room but weak in another. Different frequencies have different physical properties for radio wave propagation, and understanding this is the first step to properly setting up your home network.
Differences between WiFi frequency bands
Before moving on to technical diagnostics, it's worth briefly refreshing your memory on the differences between these two standards. 2.4 GHz band is an older and more common method. Its main advantage is high penetration. The signal at this frequency better bypasses obstacles such as walls and furniture, providing coverage over greater distances.
However, 2.4 GHz has a significant drawback: narrow channels and heavy congestion. In apartment buildings, the airwaves are literally clogged with signals from neighbors' routers, Bluetooth devices, and even microwave ovens. This leads to a drop in speed and latency (ping).
In turn, 5 GHz Offers much wider channels and is virtually interference-free in most homes. This ensures high data transfer rates, ideal for 4K video streaming or online gaming. However, there is a downside: 5 GHz has a shorter range and is less able to penetrate solid walls.
- 📡 2.4 GHz: Long range, good penetration through walls, but low speed and lots of interference.
- ⚡ 5 GHz: High speed, stability, minimal interference, but smaller coverage radius.
- 🔄 Dual-band routers: They can broadcast both networks simultaneously, switching clients automatically or manually.
⚠️ Attention: Operating system interfaces may vary depending on your version of Windows or macOS. If you can't find the menu item, try searching through Settings or using the command line, which works universally.
Checking the frequency via the Windows command line
The most reliable and informative way to find out technical connection details is to use the built-in command line utility. This method works on all versions of Windows, from 7 to 11, and doesn't require administrator rights to view basic information.
First, you need to launch the console. Press the key combination Win + R, enter cmd and press Enter. In the black window that opens, enter the command to query the WLAN status.
netsh wlan show interfaces
After entering the command, the system will display an extensive list of parameters. You need to find the line Radio type (Radio Type) - This is where you'll find the technology your laptop is currently running.
☑️ Check via CMD
If you see the values 802.11n, 802.11g or 802.11b, then the connection is established in the 2.4 GHz range. If it is displayed 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6), then you are definitely in the 5 GHz range. Standard 802.11a also refers to 5 GHz, but is rare.
What to do if Radio type shows 802.11n?
The 802.11n standard can operate at both 2.4 and 5 GHz. In this case, the command line doesn't always clearly indicate the frequency. Look at the Channel line. If the channel is numbered from 1 to 13 (or 14), it's 2.4 GHz. If the channel is higher than 36 (e.g., 40, 149, 165), it's 5 GHz.
Analysis via Device Manager and Network Properties
If you don't want to mess with code, you can try the system's graphical interface. However, there's a catch: standard Windows properties windows often hide detailed frequency information, showing only the connection speed. However, there are ways to access this data.
Try right-clicking the Wi-Fi icon in the system tray (near the clock) and selecting "Network & Internet Settings." Go to "Properties" for your connection. In the menu that opens, scroll down to the "Properties" section. The frequency may be listed there, but it's often hidden.
A more in-depth analysis is available through the Device Manager. Click Win + X and select "Device Manager." Find the "Network Adapters" section, double-click your wireless adapter, and go to the "Advanced" tab.
The parameter can be found here Preferred Band (Preferred Band). Changing this value forces the laptop to switch to 5 GHz or 2.4 GHz, if the driver supports it. This is a useful diagnostic tool: if you set it to 5 GHz and the connection drops, it means the router in that area doesn't support that frequency.
| Parameter | The meaning of 2.4 GHz | The meaning of 5 GHz | Impact on work |
|---|---|---|---|
| Standard | 802.11 b/g/n | 802.11 a/n/ac/ax | Determines the maximum speed |
| Channels | 1-13 (14) | 36-165 | Indicates the physical frequency |
| Channel width | 20/40 MHz | 80/160 MHz | Affects throughput |
| Noise immunity | Low | High | Stability in an apartment building |
Using PowerShell for Detailed Diagnostics
PowerShell is a more powerful tool than the classic command line and allows you to output information in a more readable format. This method is especially useful when you need to quickly copy data or save it to a log.
Launch PowerShell (you can do this via the Start menu search) and enter the following command, which will filter only the interface properties we need:
netsh wlan show interfaces | Select-String"Radio type|Channel"
This query will return two lines: the radio type and the channel number. As we've already established, the channel number is the definitive proof of the range. Channels above 30 are always 5 GHz.
You can also use the command to get the full information in XML format if you need to analyze the signal quality (RSSI) along with the frequency:
netsh wlan show interfaces mode=bssid
Here you'll see a list of all available networks and their settings. Find your network (SSID) and look at the Channel column. This will help you determine whether your laptop has switched to a neighboring router with a weaker but longer-range 2.4 GHz signal.
Testing on macOS and Linux systems
Apple MacBook users can also easily check their connection frequency using built-in utilities. In macOS, this information is hidden a bit deeper than just the Wi-Fi icon.
Hold down the key Option (Alt) on your keyboard and left-click on the Wi-Fi icon in the top menu. An expanded menu will open, showing Channel (Channel). The principle is the same: channel 36 and above means 5 GHz.
For a more detailed analysis on a Mac, you can run "Wireless Network Diagnostics." Click Cmd + Space, enter "Wireless Network Diagnostics," launch the utility, but don't start the test. In the top menu, select "Window" -> "Wi-Fi Scan." There will be a "Channel" and "Type" column.
On Linux systems such as Ubuntu or Debian, use the terminal. The command iwconfig will show basic information, but for frequency it's better to use:
iwlist [interface_name] freq
Or a more modern utility nmcli (NetworkManager):
nmcli -f ACTIVE,SIGNAL,BSSID,CHAN,FREQ dev wifi
This command will output a table where the column is FREQ will show the frequency in MHz. 2400-2500 MHz is the 2.4 GHz range, and 5000-5900 MHz is the 5 GHz range.
⚠️ Attention: On some laptops with two antennas (MIMO 2x2), switching between bands may occur unnoticeably while moving around the house. Always check the current status if you notice a drop in speed.
Why won't my laptop connect to 5GHz?
There are situations when a router broadcasts a 5 GHz network, phones see it, but a laptop doesn't. Most often, the problem lies in the age of the equipment. If your laptop is more than 10 years old, it Wi-Fi module may be single-standard and support only 2.4 GHz.
The second cause could be driver issues. Even if the hardware supports the new standard, an outdated driver may not work correctly with modern encryption protocols or channel widths. Updating drivers from the adapter manufacturer's website (Intel, Realtek, Qualcomm) often solves the problem.
The third factor is regional settings. In some countries, not all 5 GHz channels are permitted. If the router is configured for a channel prohibited in the region specified in the laptop driver, the device will simply ignore that network.
- 📟 Legacy adapter: Supports 802.11b/g/n (2.4 GHz) only.
- 💾 Drivers: Requires updating to work with AC/AX standards.
- 🌍 Region: Mismatch between the router and laptop region settings.
The influence of channel width on connection speed
Besides the frequency itself, channel width is an important parameter. In the 2.4 GHz band, the standard channel width is 20 MHz, although 40 MHz is often used to increase speed. However, in an apartment building, 40 MHz on this frequency guarantees constant interference.
In the 5 GHz band, channel widths can be 80 MHz and even 160 MHz (in the Wi-Fi 6 standard). Wide channels enable gigabit speeds over the air. However, the wider the channel, the fewer available channels are available and the higher the risk of interference from radars or other services.
You can also check the channel width through the Windows command line by looking at the parameter Channel width in the command output netsh wlan show interfaces. If it says 20 MHz over 5 GHz, you're losing half your potential speed.
Routers often automatically select the channel width based on the noise level in the air. For maximum stability, it makes sense to set the channel width to 20/40 MHz for 2.4 GHz and 80 MHz for 5 GHz in your router settings.
How does channel width affect casting range?
There's a direct correlation: the wider the channel, the lower the receiver's sensitivity to weak signals. Simply put, with a 160 MHz channel, the network's range will be shorter than with a 20 MHz channel. If you need to cover a large house with thick walls, it may make sense to artificially narrow the channel in your router settings, sacrificing maximum speed for stable coverage.
Can 5GHz penetrate walls better than 2.4GHz?
No, it's a physical law. The higher the frequency, the less effectively it bends around obstacles and is absorbed by materials. A reinforced concrete wall can almost completely block a 5 GHz signal, while a 2.4 GHz signal will pass through it with losses but maintain a connection. Therefore, in distant rooms, it's often more advantageous to use the "slow" 2.4 GHz band than to have a complete disconnect at 5 GHz.
Why is the speed in the test lower than stated on the box?
The speed indicated on the router box (e.g., AC1200) is the combined theoretical speed of all streams. Actual speed depends on many factors: distance to the router, number of connected devices, channel congestion from neighboring devices, and, of course, your ISP's plan. Furthermore, older laptops may simply not support high modulation speeds.
In summary, monitoring your Wi-Fi band is a simple yet effective way to improve your internet connection. Using built-in tools in Windows or macOS, you can always ensure your laptop is operating at the optimal frequency and, if necessary, switch to one more suitable for your current tasks.