You bought a new router with support Wi-Fi 5 GHz, but your laptop stubbornly connects only to the 2.4 GHz network—or doesn't detect the high-frequency band at all? This problem is familiar to many: even modern devices sometimes refuse to work with a 5 GHz network due to incorrect settings, outdated drivers, or hardware limitations. In this article, we'll look into it. all possible reasons and we will give clear instructions on how to make the laptop connect to Wi-Fi 5 GHz on Windows 10/11, macOS And Linux.
First, let's define the key points: the 5 GHz band provides 2-3 times higher data transfer speed compared to 2.4 GHz, but has a smaller coverage area and is less effective at penetrating walls. If your laptop can't see the 5 GHz network at all, the problem may be hardware incompatibility (old network card), disabled router settings or driversBelow is a step-by-step analysis of each case.
1. Checking 5 GHz Wi-Fi support on your laptop
Before setting up your router or system, make sure your laptop is physically capable work with the 5 GHz band. To do this:
- 🔍 Check the network card specifications in Device Manager (Windows) or via command
lspci | grep -i network(Linux). Look for mentionsDual Band,802.11acor802.11ax. - 📄 Check the specifications of your laptop model on the manufacturer's website (e.g. Lenovo ThinkPad T480 supports 5 GHz, and Acer Aspire E1-572 - No).
- 🔄 If the specifications only indicate
802.11n, your card works only on 2.4 GHz.
On MacBook (2012 and newer) 5 GHz support is by default, but on older models (MacBook Pro Mid 2010) the Wi-Fi module may need to be replaced.
⚠️ Attention: Some budget laptops (eg. ASUS X540SA or HP 250 G6) are equipped with network cards Realtek RTL8723BE, which do not support 5 GHzIn this case, the only solution is to replace the Wi-Fi module.
2. Configuring the router to work with 5 GHz
If your laptop supports 5 GHz but can't see the network, the problem may be with your router settings. Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1>) and check:
- 📡 Is the separate 5 GHz network enabled (sometimes it's disabled by default). Look for the section
Wireless → 5GHz Settings. - 🔒 Make sure that 5 GHz is set to separate SSID (network name), and not combined with 2.4 GHz (mode
Smart Connectmay interfere with the connection). - 🔄 Check it out channel and channel width: for 5 GHz, channels are recommended
36–48or149–165(depending on the country). Channel width -20/40 MHzor80 MHz(if supported). - 🔐 Make sure that security type —
WPA2-PSKorWPA3(old devices do not supportWPA3).
| Router parameter | Recommended value | Why is this important? |
|---|---|---|
| Operating mode (Mode) | 802.11a/n/ac or 802.11ax |
Ensures compatibility with modern devices |
| Channel | 36, 40, 44, 48 (or 149–165) |
Channels 1-13 may be congested |
| Channel Width | 40 MHz or 80 MHz |
Narrow width (20 MHz) limits speed |
| SSID (network name) | Separate name for 5 GHz (eg. MyWiFi_5G) |
Allows you to manually select a range |
After the changes reboot the router and try connecting again. If the 5 GHz network still doesn't appear, check if it's disabled in your country settings (for example, in some firmware versions). TP-Link For Russia, channels above 149 are blocked by default).
⚠️ Attention: On routers Xiaomi And Keenetic the mode may be enabled by default Smart Connect, which automatically switches devices between 2.4 GHz and 5 GHz. Disable it if you want to manually select the band.
3. Updating Wi-Fi adapter drivers on Windows
Outdated or corrupted drivers are one of the most common reasons why a laptop doesn't detect 5 GHz. Windows 10/11 You can update them like this:
Open Device Manager (Win + X → Device Manager)
Find the "Network adapters" section and expand it.
Right-click on the adapter (for example, Intel Wi-Fi 6 AX200) and select "Update driver"
Select "Automatic search" or specify the path to the driver downloaded from the manufacturer's website
Restart your laptop-->
If automatic update does not help:
- Find out the exact model of the adapter in Device Manager (For example, Qualcomm Atheros QCA9377).
- Download the latest driver from the official website:
- 🔗 For Intel: Download Center
- 🔗 For Realtek: Official website
- 🔗 For Broadcom or Qualcomm: look on the laptop manufacturer's website (for example, Dell Support or HP Customer Support).
Install from the specified location V Device Manager.For laptops Lenovo, HP And ASUS frequently required branded drivers From the support site - universal versions from the chip manufacturer's website may not work correctly.
4. Setting up a 5 GHz connection on macOS
On MacBook And iMac 5 GHz issues are less common, but sometimes require manual configuration. To check and adjust the settings:
- Open
System Preferences → Network → Wi-Fi → Advanced. - On the list Preferred networks Remove the old 2.4GHz network if it is interfering with your connection.
- Make sure that in the section
Wi-Fi settingsmode is on802.11a/n/ac(for older Macs -802.11a/n). - If the 5GHz network is not visible, reset the network settings:
sudo ifconfig en0 downsudo ifconfig en0 up(replace
en0on your network interface, you can find it out with the commandnetworksetup -listallhardwareports). - 🐧 Install proprietary drivers for your adapter (e.g. for Broadcom):
sudo apt install firmware-b43-installer # For Debian/Ubuntusudo dnf install broadcom-wl # For Fedora - 🔧 Check supported frequencies with the command:
iw list | grep -A 10 "Supported frequencies"If there is no range in the output
5180–5825 MHz, your adapter does not support 5 GHz. - 📡 Force connection to 5 GHz by specifying BSSID networks:
nmcli dev wifi connect "MyWiFi_5G" bssid XX:XX:XX:XX:XX:XX password "password"(replace
XX:XX:XX:XX:XX:XXto the actual MAC address of the router, which can be found out using the commandsudo iw dev wlan0 scan | grep "BSS"). - 🔄 Reset network settings:
- On Windows:
Settings → Network & Internet → Network reset.- On macOS: delete the file
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plistand reboot. - 📶 Using a USB adapter: If the built-in Wi-Fi module does not support 5 GHz, purchase an external adapter (for example, TP-Link Archer T4U or ASUS USB-AC56).
- 🔧 Changing your router's regional settings: Some 5 GHz channels are blocked in Russia/EU. Please change your region to
United Statesin your router settings (but keep in mind that this may violate local regulations!). - 🔗 Connecting via Ethernet: If speed is critical and Wi-Fi is not working, use Powerline adapter or cable.
- 🔧 Compatibility with connector (M.2, mini-PCIe).
- 📋 Support BIOS (some laptops block non-original modules).
- 🔍 List of compatible modules for your model (for example, for Lenovo ThinkPad T450 will do Intel 8260NGW).
- 📡 Interference on the 5 GHz channel (check the channel load with the utility Wi-Fi Analyzer for Android or inSSIDer for Windows).
- 🔌 Narrow channel width (install
40 MHzor80 MHzin the router settings). - 🔋 Energy saving mode adapter (disconnect in Device Manager on the tab
Power management). - TP-Link:
Wireless → Wireless Settings → Enable 5GHz Wireless. - ASUS:
Wireless → Professional → Band Selection → 5GHz. - Keenetic:
Wi-Fi network → Dual Band → Separate networks for 2.4 and 5 GHz.
On macOS Monterey and newer, resetting the Wi-Fi module may help Terminal:
sudo networksetup -setairportpower en0 off
sudo networksetup -setairportpower en0 on
⚠️ Attention: On MacBook Pro 2011–2012 And MacBook Air 2010–2013 It may be necessary to replace the Wi-Fi module with one compatible with 5 GHz (for example, Broadcom BCM94360).
5. Connecting to 5 GHz on Linux (Ubuntu, Mint, Fedora)
IN Linux- In distributions, problems with 5 GHz are often associated with the lack of proprietary drivers or incorrect settings NetworkManagerCheck the following:
If the network is still not visible, try disabling power saving for your Wi-Fi adapter:
sudo iw dev wlan0 set power_save off
How to find a router's MAC address in Linux?
In the terminal, run the command:
sudo iw dev wlan0 scan | grep -E "BSS|SSID"
In the output, look for a line with the name of your network (SSID: MyWiFi_5G) and copy BSS (MAC address) next to it.
6. Alternative ways to connect to 5 GHz
If your laptop stubbornly doesn't detect 5 GHz, try these methods:
On laptops with Windows 11 Sometimes disabling the function helps Random Hardware Addresses (random hardware addresses) in the Wi-Fi settings. This feature may interfere with a stable 5 GHz connection.
7. Diagnosing connection problems
If after all these steps the laptop still doesn't connect to 5 GHz, run diagnostics:
| Symptom | Possible cause | Solution |
|---|---|---|
| 5GHz network is not showing up in the list | Hardware incompatibility or disabled adapter | Check your drivers or replace your Wi-Fi module. |
| The laptop connects, but the speed is slow. | Channel interference or narrow channel width | Change the channel to 36-48 or 149-165 in the router settings |
| The connection keeps dropping out | Weak signal or unstable driver | Install a Wi-Fi repeater or update the driver |
| The laptop only connects to 2.4 GHz. | The mode is on Smart Connect on the router |
Turn it off Smart Connect and set separate names for the ranges |
For deep diagnostics on Windows use the command:
netsh wlan show interfaces
Pay attention to the lines Radio type (should be 802.11ac or 802.11n) And Channel (for 5 GHz - above 36).
On Linux Check kernel logs for Wi-Fi errors:
dmesg | grep -i wifi
⚠️ Attention: If in the logs Linux errors of the type appearfirmware: failed to load, then the system does not have firmware for your adapter. Install the packagelinux-firmwareor download files manually from official repository.
FAQ: Frequently asked questions about connecting to 5GHz Wi-Fi
My laptop can't see the 5 GHz network, but my phone can connect. What's wrong?
Most likely the problem is drivers or hardware incompatibility laptop. Check the model of the Wi-Fi adapter in Device Manager and update the driver. If the adapter is older than 2012 (for example, Intel Centrino Wireless-N 1000), it may not support 5GHz.
How do I force a 5GHz connection on Windows if my laptop is using 2.4GHz?
Open Settings → Network & Internet → Wi-Fi → Manage known networks, select your network and press Forget. Then reconnect by manually selecting the network with the suffix _5G (if the router broadcasts separate SSIDs for the ranges).
Is it possible to replace the Wi-Fi module in a laptop with one that supports 5 GHz?
Yes, but you need to take into account:
Popular modules: Intel AX200 (Wi-Fi 6), Broadcom BCM94360 (for MacBook).
Why is the speed on 5 GHz slower than on 2.4 GHz?
This may be due to:
How to enable 5 GHz on TP-Link, ASUS, and Keenetic routers?
Instructions for popular models:
After the changes save the settings and reboot the router.