Internet speed on a laptop depends not only on the provider’s tariff, but also on Wi-Fi frequenciesto which the device is connected. Ranges 2.4 GHz And 5 GHz have fundamental differences: the first provides a longer communication range, but suffers from interference, and the second offers high speed, but does not pass through walls well. If your laptop slows down on the network or often loses connection, the problem may lie in the incorrectly selected frequency.

In this article you will learn how manually switch between ranges on devices with Windows 10/11, macOS And Linux, and we’ll also figure out why the router can “hide” the 5 GHz network and how to fix it. We will not limit ourselves to template advice - instead we will offer unique solutions for specific problems, for example, when a laptop “does not see” the 5 GHz network despite supporting the standard 802.11ac.

Why is it important to choose the right Wi-Fi frequency?

Ranges 2.4 GHz And 5 GHz is not just “old” and “new” technologies. Each has its own pros and cons, which directly affect the performance of the laptop:

  • 📶 2.4 GHz: Penetrates walls better, supports all devices (including older ones), but suffers from interference from microwaves, Bluetooth devices, and neighbors.
  • 🚀 5 GHz: less interference, higher speed (up to 1300 Mbit/s against 450 Mbit/s at 2.4 GHz), but the range is limited to 10–15 meters indoors.
  • 6 GHz (Wi-Fi 6E): new standard with even higher bandwidth, but only supported by modern laptops (e.g. Dell XPS 13 9310 or MacBook Pro M1).

In practice, the choice of frequency depends on your task:

  • 🎮 4K video is better for online gaming or streaming 5 GHz (less delays).
  • 📱 If the laptop is far from the router (for example, in another room), 2.4 GHz more stable.
  • 🏠 In an apartment building with a dozen networks 2.4 GHz may not be useful due to interference - check using the app Wi-Fi Analyzer.
⚠️ Attention: Some budget laptops (eg. Acer Aspire 3 or Lenovo IdeaPad 3) are not physically supported 5 GHz - they have an adapter installed 1x1 802.11n only for 2.4 GHz. Check the specifications of your model on the manufacturer's website.
📊 Which Wi-Fi band do you use most often?
  • Only 2.4 GHz
  • 5 GHz only
  • Automatic selection
  • I don't know which one I'm using

How to check what Wi-Fi band your laptop is using

Before changing settings, make sure that the problem is indeed a frequency problem. Here's how to find out the current range:

On Windows 10/11

  1. Click Win + X → select Device Manager.
  2. Expand the tab Network adapters → find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
  3. Right click on it → Properties → tab Additionally.
  4. Look for the parameter Preferred Band or Wireless Mode — the current range will be indicated here.

On macOS

Open About this MacSystem reportNetworkWi-Fi. In the section Interface look at the line PHY Mode:

  • 802.11a/n/ac/ax - used 5 GHz.
  • 802.11b/g/n - used 2.4 GHz.

On Linux

In the terminal, run the command:

iwconfig wlan0 | grep Frequency

If the answer contains 5.18 GHz or similar - you are on 5 GHz. If 2.412 GHz - accordingly, on 2.4 GHz.

💡

If in Device Manager no tab Additionally, update the Wi-Fi adapter driver through the manufacturer’s official website (not through Windows Update!).

How to manually change Wi-Fi frequency on Windows

There is no universal way to switch the range in Windows - it all depends on the driver of your Wi-Fi adapter. Let's consider options for popular manufacturers.

Method 1: Through “Network Settings” (universal)

This method works if the router broadcasts two networks with different names (for example, MyWiFi_2G And MyWiFi_5G):

  1. Click Win + INetwork and InternetWi-Fi.
  2. From the list of available networks, select the one that contains 5G or 5GHz in the title.
  3. Connect to it by entering your password.

Method 2: Through adapter settings (Intel, Qualcomm, Broadcom)

If you have an adapter from Intel, Qualcomm or Broadcom, follow these steps:

  1. Open Device Manager → find your Wi-Fi adapter → Properties → tab Additionally.
  2. Look for parameters:
    • Preferred Band (y Intel) → select 5 GHz only or 2.4 GHz only.
    • Wireless Mode (y Qualcomm) → install 802.11a for 5 GHz or 802.11b/g for 2.4 GHz.
    • Roaming Aggressiveness → put 1. Lowest for stability at 5 GHz.
  • Click OK and reconnect to the network.
  • Update your Wi-Fi adapter driver|Check if the adapter supports 5GHz|Make sure the router broadcasts both networks|Disable VPN (it may block changes)|Reboot your laptop after changes-->

    Method 3: Through the command line (for advanced)

    If the driver interface does not allow you to change the frequency, try the command:

    netsh wlan set autoconfig enabled=no interface="Wi-Fi"
    

    netsh wlan connect name="Имя_сети_5G" ssid="Имя_сети_5G"

    Replace Network_name_5G to the real name of your 5 GHz network. Once completed, the laptop will connect to the specified frequency.

    ⚠️ Attention: On some laptops (for example, HP Pavilion with adapter Realtek RTL8821CE) forced switching to 5 GHz may cause loss of connection until reboot. In this case, use only the manual network selection method.

    How to change Wi-Fi frequency on macOS

    On a MacBook the process is simpler than on Windows, but there are some nuances. Apple automatically selects the optimal range, but you can set it manually.

    Method 1: Through "Network Settings"

    1. Open System SettingsNetwork.
    2. Select Wi-FiAdditionally.
    3. On the list Preferred networks remove all networks except the one that operates on the desired frequency (for example, leave only MyWiFi_5G).
    4. Click OK and reconnect.

    Method 2: Via Terminal (alternative method)

    If macOS stubbornly connects to 2.4 GHz and you have selected a 5 GHz network, do:

    sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -z
    

    networksetup -setairportnetwork en0 "Имя_сети_5G" пароль

    Replace en0 to your network interface (you can find it with the command networksetup -listallhardwareports).

    Why does macOS stubbornly choose 2.4 GHz?

    Apple uses an algorithm Wi-Fi Assist, which automatically switches to a more stable network. If the 5 GHz signal is weak (for example -70 dBm), the system will switch you to 2.4 GHz. To disable this, run in Terminal:

    defaults write /Library/Preferences/SystemConfiguration/com.apple.wifi.plist AutoJoinHotspot=false

    How to change Wi-Fi frequency on Linux (Ubuntu, Fedora, Arch)

    On Linux, band switching depends on the network manager used (NetworkManager, wpa_supplicant) and Wi-Fi drivers. Let's consider a universal method.

    Method 1: Via nmcli (NetworkManager)

    1. Find out the name of your Wi-Fi connection:
      nmcli connection show
    2. Disable auto-connection:
      nmcli connection modify "Имя_соединения" wifi.band a

      (where a - this is 5 GHz, bg - 2.4 GHz).

    3. Reconnect:
      nmcli connection up "Имя_соединения"

    Method 2: Through the wpa_supplicant configuration file

    Open the settings file:

    sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

    Find your network block and add the line:

    freq_list=5180 5200 5220 5240

    Save (Ctrl+O) and restart the service:

    sudo systemctl restart wpa_supplicant
    ⚠️ Attention: On some distributions (for example, Arch Linux with driver rtl8821ce) forced frequency indication may lead to adapter failure. In this case, remove the line freq_list and use the GUI nm-applet.

    Why the laptop does not see the 5 GHz network: diagnostics and solutions

    If your laptop does not detect networks 5 GHz, despite the fact that the router broadcasts them, the reasons may be as follows:

    Problem Reason Solution
    The laptop does not see 5 GHz at all The Wi-Fi adapter does not support 5 GHz (for example, Realtek RTL8188EE) Buy an external adapter (such as TP-Link Archer T4U)
    The 5 GHz network comes and goes The adapter driver is out of date or damaged Remove the driver via Device Manager → reboot
    The laptop sees 5 GHz, but does not connect Encryption incompatibility (for example, the router uses WPA3, and the adapter is only WPA2) In the router settings, change Security on WPA2-PSK
    Speed at 5 GHz is lower than at 2.4 GHz Interference from neighboring networks or incorrect channel Select a channel in your router 36, 40, 44 or 48 (less busy)

    For diagnostics, use the commands:

    • 🔍 Checking supported frequencies (Linux/Windows via PowerShell):
      iw list | grep -A 10 "Supported frequencies"

      or

      Get-NetAdapter | Select Name, InterfaceDescription | Where-Object {$_.InterfaceDescription -like "*Wi-Fi*"} | ForEach-Object { netsh wlan show drivers $_.Name }
    • 📡 Checking available networks (Windows):
      netsh wlan show networks mode=bssid

      (look for networks with Radio Type: 802.11ac - this is 5 GHz).

    💡

    If the laptop does not see 5 GHz, first check the router settings: some models (for example, TP-Link Archer C50) by default disable 5 GHz broadcast in mode 11n only. Turn on the mode 11a/n/ac.

    Additional router settings for optimal performance

    Sometimes the problem is not with the laptop, but with incorrect router settings. Here's what you can optimize:

    • 🔄 Network separation: In the router settings (192.168.0.1 or 192.168.1.1) enable the option Enable SSID Separation - it will divide 2.4 GHz And 5 GHz to two different networks with different names.
    • 📶 Channel selection: For 5GHz, select channels 36–48 (less busy) or 149–165 (if supported DFS). Avoid automatic selection!
    • 🔒 Encryption: Use WPA2-PSK AES - This is the fastest and safest option. WPA3 may not be supported by older devices.
    • 🔌 Transmission power: If the laptop is far from the router, increase the power to 100% (optional Transmit Power).

    Example of settings for a router ASUS RT-AX88U:

    1. Go to the web interface at router.asus.com.
    2. Go to Wireless networkProfessionally.
    3. Install:
      • Wireless mode: Auto (or N/AC/AX for 5 GHz).
      • Channel: 36 (width 80 MHz).
      • Enable radio module: Yes for both ranges.
  • Save the settings and reboot the router.
  • FAQ: Frequently asked questions about changing Wi-Fi frequency

    My laptop does not see the 5 GHz network, but other devices do. What's the matter?

    Most likely, your Wi-Fi adapter does not support 5 GHz. Check the adapter model in Device Manager and find its specifications on the manufacturer's website. For example, adapters Realtek RTL8188EU or Broadcom BCM4313 work only at 2.4 GHz. The solution is to buy an external USB adapter (for example, TP-Link TL-WN823N).

    How can I force Windows to always connect to 5 GHz and not 2.4 GHz?

    If the router broadcasts both networks under the same name, Windows will select the range automatically. To prioritize 5 GHz:

    1. Open Control panelNetwork and InternetNetwork Sharing CenterChanging adapter settings.
    2. Find your Wi-Fi connection → Wireless Network PropertiesAdditionally.
    3. Check the box Connect even if the network does not broadcast its name (SSID).
    4. In the adapter settings (as described above), select Preferred Band: 5 GHz.

    If this doesn't help, rename the 5 GHz network in your router (for example, add _5G to the name) and connect to it manually.

    Will there be a difference in speed if I go from 2.4 GHz to 5 GHz?

    Yes, and significant. Under ideal conditions (laptop next to the router, no interference), the difference can reach 3–5 times:

    • 2.4 GHz: to 150–450 Mbit/s (depending on standard 802.11n).
    • 5 GHz: to 867–1300 Mbit/s (standard 802.11ac or Wi-Fi 6).

    However, in practice the speed depends on:

    • Number of devices on the network.
    • Channel widths (customize 80 MHz for 5 GHz).
    • Connection type (for example, Netflix requires a minimum 25 Mbit/s for 4K).
    Is it possible to use 2.4 GHz and 5 GHz simultaneously on one laptop?

    No, your laptop can only connect to one network at a time. However you can:

    1. Connect 2.4 GHz for background tasks (for example, updates).
    2. Use 5 GHz for demanding tasks (games, videos).
    3. Switch between them manually (or through a script if you are using Linux).

    Some routers (for example, Netgear Nighthawk) support Band Steering — automatic switching of devices between ranges depending on the load. But this function does not always work correctly with laptops.

    After changing the frequency, the Internet disappeared. What to do?

    Possible causes and solutions:

    • 🔌 IP conflict: Run on the command line:
      ipconfig /release
      

      ipconfig /renew

    • 🔒 Incorrect DNS settings: Set DNS from Google (8.8.8.8, 8.8.4.4) in the connection properties.
    • 📡 The router is blocking the device: In the router settings, check MAC filter And Blacklist.
    • 🔄 Driver failure: Restart your laptop or update your Wi-Fi driver.