You are trying to connect to high speed Wi-Fi 5 GHz, but your laptop stubbornly ignores this network, showing only outdated 2.4 GHz? This problem occurs more often than it seems - from budget Lenovo IdeaPad up to bonus MacBook Pro. In 80% of cases, it is not breakdowns that are to blame, but incorrect router settings or outdated network card drivers, which block operation at high frequencies.
In this article we will look at all possible reasons - from the banal (the Wi-Fi module is turned off in the BIOS) to the exotic (regional channel restrictions in the router firmware). You will receive step by step instructions for Windows 10/11, macOS And Linux, as well as a table of compatibility of laptops with 5GHz networks. If after reading the problem remains, we have list of alternative solutions, including hardware modifications.
1. Checking hardware support for 5GHz Wi-Fi
Before digging into the settings, make sure that your laptop physically capable work with 5 GHz networks. Even modern models are sometimes equipped with cheap Wi-Fi modules that only support 2.4 GHz.
How to check:
- 🔍 Wi-Fi adapter model: Open
Device Manager(Win) or run in terminallspci | grep Network(Linux). Look for mentions 802.11ac, 802.11ax or Dual Band. - 📄 Manufacturer Specifications: On the website Lenovo, HP or Dell find the technical specifications of your model. For example, HP Pavilion 15 Until 2018, it often came with a single-band adapter.
- 🛠️ Visual inspection: If you disassembled the laptop, check the markings on the Wi-Fi module. Modules Intel AX200 or Qualcomm QCA61x4 support 5GHz, and Realtek RTL8188EE - no.
- Lenovo
- HP
- Dell
- Asus
- Acer
- Apple MacBook
- Other
Particular attention should be paid ultrabooks and netbooks (for example, Asus Vivobook or Acer Swift 1). Manufacturers often save on them by installing single-band adapters. If your laptop was released before 2016, the chance of not supporting 5GHz is up to 60%.
List of laptops without 5GHz support
Models before 2015: most netbooks (for example, Asus EeePC 1215B), budget lines HP 250/255 G3-G5, Lenovo B50-30, Acer Aspire ES1-111. Exceptions: business lines (Dell Latitude, HP EliteBook) even from 2012-2014 often had Dual Band.
2. Router settings: why the 5GHz network is not visible
Even if the laptop supports 5 GHz, The router may not be configured correctly. The most common mistakes:
- 📡 5GHz band disabled: In the router admin panel (
192.168.0.1or192.168.1.1) check the sectionWireless → 5GHz Settings. CheckmarkEnable 5GHzmust stand. - 🔒 Covert SSID broadcast: If the option is enabled in the settings
Hide SSID, the laptop will not see the network. Disable it or connect manually. - 🌍 Wrong region: In some routers (for example, TP-Link Archer C6) when selecting a region
Russia5GHz channels above 149 are automatically blocked. Switch toUnited StatesorEurope. - 🔄 Channel width: If installed
80 MHz, and the laptop only supports20/40 MHz, connection will be impossible. Try reducing the channel width.
| Router parameter | Recommended value | Consequences of incorrect settings |
|---|---|---|
| Wireless Mode | 802.11a/n/ac or 802.11ax |
The laptop will not see the network if selected 802.11n only (2.4GHz) |
| Channel | 36-48 or 149-165 (depending on region) |
Channels above 144 may be blocked in Russia |
| Security | WPA2-PSK or WPA3-PSK |
WEP or Enterprise-modes are not supported by many adapters |
| Beamforming | Enabled |
Disabling may degrade 5GHz connection stability |
⚠️ Attention: If you change the router region from Russia on another, some channels may become unavailable for other devices (for example, smartphones with Russian firmware). Before saving your settings, check whether your gadgets support the new settings.
If after the changes the router freezes, reset it to factory settings using the button Reset (hold for 10 seconds).
3. Problems with Wi-Fi adapter drivers
Outdated or damaged drivers - leader among causes, why the laptop does not see 5GHz. This is especially true for Windows, where drivers are often updated automatically, but not always correctly.
How to check and update the driver:
- Open
Device Manager(Win + X → Device Manager). - Expand the thread
Network adaptersand find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200). - Right click →
Update driver→Search for drivers on this computer. - Select
Select a driver from the list of available onesand try a newer or older version.
For Linux (Ubuntu/Debian) update the driver with the command:
sudo apt update && sudo apt install --reinstall firmware-iwlwifi
⚠️ Attention: If after updating the driver the laptop no longer sees any Wi-Fi networks - roll back to the previous version via Restore system (Windows) or sudo apt-get install firmware-iwlwifi=version (Linux).
Make sure the adapter is detected in Device Manager|
Download the driver from the manufacturer's official website (NOT from Windows Update)|
Try an alternative driver version (new or old)|
Reboot the laptop after installation-->
4. Software conflicts
Some programs block the operation of the Wi-Fi adapter at certain frequencies. Most often the culprits are:
- 🛡️ Antiviruses: Kaspersky, Avast And ESET can block “suspicious” networks. Try temporarily disabling protection.
- 🔧 Network management utilities: Programs like NetSetMan or Connectify Sometimes the adapter settings get confused.
- 🎮 Game optimizers: Razer Cortex or MSI Dragon Center can limit background network activity.
- 🔄 VPN clients: Some VPNs (eg. NordVPN) change routing, which leads to problems with Wi-Fi.
How to diagnose:
- Start the laptop in
Safe Mode with Networking(clickF8when loading or usemsconfig). - If 5GHz appears in safe mode, the software is to blame. Disable the programs from the list above one by one.
- Check
Windows logs(Control Panel → Administrative Tools → Event Viewer) for errors with code10000or7000(connected to the network).
On macOS conflicts often arise due to monitoring utilities like iStat Menus or CleanMyMac. Try removing them via Launchpad (hold click on the program icon → Delete).
5. Operating system settings
Sometimes the problem lies in system parameters, which limit Wi-Fi operation. Let's look at the settings for different OS:
Windows 10/11
- 📶 Range limitation: Go to
Settings → Network and Internet → Wi-Fi → Manage known networks. Delete all saved networks and try connecting again. - ⚡ Power Saving Mode: B
Device Manageropen the properties of the Wi-Fi adapter → tabPower management→ uncheckAllow this device to turn off to save power. - 🔧 Adapter settings: B
Control Panel → Network and Sharing Center → Change adapter settingsright click on Wi-Fi →Properties→Customize→ tabAdditionally. Make sure the settingWireless Modeinstalled in802.11a/b/g/n/ac.
macOS (Ventura/Monterey)
- 🍏 Reset SMC/NVRAM: Turn off the laptop, then press and hold
Shift + Control + Option+ power button 10 seconds. Turn on your Mac and check your network. - 📡 Network priority: Open
System Settings → Network → Wi-Fi → Advanced. Move your 5GHz network to the top of the listPreferred networks.
Linux (Ubuntu/Fedora)
- 🐧 Black list of modules: Check the file
/etc/modprobe.d/blacklist.conffor lines likeblacklist iwlwifi. Remove them and reboot. - 📜 NetworkManager Configuration: Execute:
sudo nmcli dev wifi listIf the 5GHz network is not in the list, update
NetworkManager:sudo apt update && sudo apt upgrade network-manager
On Windows 11, after major updates (for example, 22H2 → 23H2), Wi-Fi drivers are often reset to default. Always check the driver version after upgrading your system.
6. Physical interference and hardware failures
If all settings are correct, but the laptop still does not see 5GHz, the problem may be hardware:
- 📶 Distance to router: The 5GHz band is shorter than the 2.4GHz band. If you are in another room or behind thick walls, the signal may not reach. Try to come closer.
- 🔌 Antenna problems: In laptops, Wi-Fi antennas are often connected to the module with thin cables that fray over time. If you recently dropped your laptop, this is a possible reason.
- 🔋 Energy Saving: Some laptops (eg Dell XPS 13) aggressively disable the Wi-Fi module when running on battery power. Connect the charger and check the network.
- 🌡️ Overheating: At temperatures above 80°C, some adapters (especially Realtek) begin to "glitch". Check the temperature via HWMonitor (Windows) or
sensors(Linux).
⚠️ Attention: If you suspect an antenna malfunction, do not attempt to disassemble the laptop yourself - in modern models (for example, MacBook Air M1) Wi-Fi module is integrated into the motherboard. Contact the service center.
To diagnose hardware problems in Windows, run:
- Open
Command lineon behalf of the administrator. - Enter:
netsh wlan show driversLook for the line
Radio type: 802.11n 802.11g 802.11b. If not802.11acor802.11a— the adapter does not support 5GHz.
7. Alternative solutions
If none of the above helps, consider these options:
- 🔄 USB Wi-Fi adapter: Connect an external adapter that supports 5GHz (for example, TP-Link Archer T2U or ASUS USB-AC56>). This will cost 1000–2000 rubles, but is guaranteed to solve the problem.
- 🔧 Replacing the internal module: In most laptops, the Wi-Fi module is removable. Buy a compatible one (eg. Intel AX200 for Lenovo ThinkPad) and replace it. Cost: 2000–4000 rubles.
- 📡 Configuring the router to 2.4 GHz with increased channel width: If speed is not critical, switch the router to
802.11nwith channel width40 MHz. This will give up to 300 Mbps, which is enough for most tasks. - 🔗 Using Powerline Adapters: If the laptop is stationary (for example, replacing a desktop PC), connect it to the router via electrical wiring using adapters TP-Link AV600.
For owners MacBook (especially 2015–2017 models) yes unique solution: reset PRAM And SMC Sometimes it restores 5GHz operation. Instructions:
- Turn off your MacBook.
- Press the power button and immediately hold down
Command + Option + P + Rfor 20 seconds. - Release the keys and wait for the reboot.
- Go to
System Settings → Networkand remove all Wi-Fi networks.
8. Frequently asked questions (FAQ)
My laptop sees 5GHz, but does not connect - what should I do?
The problem may be encryption incompatibility. Try:
- In the router settings, change the security type from
WPA3onWPA2-PSK. - Disable
802.11r Fast Transition(if any). - On Windows, disable the option
FIPS Compliantin network properties.
How to check if my laptop supports 5GHz without disassembling?
On Windows:
netsh wlan show drivers | find "Тип радио"
If the output contains 802.11ac or 802.11a - there is support. On macOS run:
system_profiler SPNetworkDataType | grep "Supported PHY Modes"
Look for mentions 802.11ac.
After updating Windows, the laptop stopped seeing 5GHz. How to return?
Drivers are to blame. Rollback:
- Open
Device Manager→Network adapters. - Right-click on the Wi-Fi adapter →
Properties→ tabDriver→Rollback. - If the button is inactive, download the driver from the laptop manufacturer’s website (NOT from Windows Update!).
The router broadcasts 5GHz, but the laptop does not see it, but the smartphone does. What's the matter?
Probable reasons:
- Laptop does not support channel, on which the router is broadcasting (for example, channels 100–144 are blocked in Russia). Change the channel to 36–48.
- Enabled in the router
802.11ac Only, and the laptop only supports802.11n. Switch mode to802.11a/n/ac. - Installed on the laptop old driver, which does not recognize new standards (for example,
Wi-Fi 6).
Is there any way to “unlock” 5GHz on a laptop if it is not supported?
No, this is not possible in hardware. The only options:
- Buy external USB adapter with 5GHz support (from 800 rubles).
- Replace internal Wi-Fi module (if it is removable).
- Use bridge: connect a laptop via Ethernet to another device (for example, Raspberry Pi), which distributes 5GHz.
⚠️ Attempts to modify the firmware of an adapter or router to “unblock” channels often lead to device breakdown.