You have just updated your router to a modern standard Wi-Fi 6 with range support 5 GHz, but your laptop stubbornly ignores the new network, showing only the old ones 2.4 GHz? Or did the network that was previously available suddenly stop working? The problem is more common than it seems - according to statistics 37% of users experience invisibility of 5G networks due to incorrect driver settings or hardware limitations.
In this article we will analyze all possible reasons - from a banal disabled adapter to hidden restrictions in the BIOS. You will learn how to check the compatibility of your Lenovo ThinkPad, ASUS ROG or MacBook Pro with the 5 GHz band, what router settings block the connection, and why even a new laptop may not “see” the network. And for those who don’t want to dig into the details, we have prepared quick solution at the end of the article.
1. Check hardware compatibility: Does your laptop support 5G Wi-Fi?
The first thing you need to do is make sure that your laptop physically capable operate in the 5 GHz band. Many budget models (especially those released before 2018) were equipped with adapters only for 2.4 GHz. For example, popular HP 250 G6 or Acer Aspire E15 early revisions often had stripped-down Wi-Fi modules.
How to check:
- 🔍 Wi-Fi adapter model: Open
Device Manager(Win) orSystem information(macOS) and find the Network Adapters section. Look for models with support802.11acor802.11ax(Wi-Fi 5/6). Examples of compatible chips: Intel AX200, Qualcomm Atheros QCA6174, Broadcom BCM4360. - 📄 Manufacturer Specifications: Check the official website of your laptop model. For example, Dell XPS 13 (9360) supports 5G and Dell Inspiron 15 (3567) - no.
- 🛠️ Visual inspection: On some laptops (eg. Lenovo Legion) 5G antennas are installed separately - if they are damaged during disassembly, the network will not be picked up.
If your adapter does not support 5 GHz, there are two outputs: buy an external USB adapter (for example, TP-Link Archer T4U) or replace the internal module (this will require disassembling the laptop).
- ASUS
- Lenovo
- HP
- Dell
- Acer
- Apple MacBook
- Other
2. Router settings: why the 5G network is not broadcast or hidden
Even if the laptop supports 5 GHz, the problem may lie in the router. Modern devices (eg ASUS RT-AX88U or TP-Link Archer C5400) often have separate settings for each range. Here's what to check:
| Parameter | Recommended value | Why is it important |
|---|---|---|
| Operating mode (Wireless Mode) | 802.11a/n/ac/ax (or Auto) | If only 802.11n, speed will be limited to 300 Mbit/s |
| Channel Width | 20/40/80 MHz (or Auto) | Narrow channel (20 MHz) reduces speed and stability |
| Channel number | 36–48 or 149–165 (in Russia) | Channels 120–144 may be banned in your country |
| Hide SSID | Disabled | Some adapters do not see hidden 5G networks |
| WPA3 / WPA2-WPA3 Transition | WPA2-PSK (if there are problems) | Older drivers may not support WPA3 |
Pay special attention regional settings. In Russia, channels 36–48 and 149–165 are allowed, but if the router is configured to US or EU, it may use prohibited channels (for example, 100–144), which will not be visible on the laptop.
⚠️ Attention: If you live in an apartment building, check the channel load using the utility WiFi Analyzer (Android) or NetSpot (macOS/Windows). Overlapping channels from neighbors can lead to the “disappearance” of the network.
3. Driver problems: update, rollback and manual installation
In 60% of cases, the invisibility of a 5G network is due to outdated or damaged drivers. Manufacturers regularly release updates to fix compatibility bugs. For example, in drivers Intel Wi-Fi 6 AX200 versions below 22.100.0 had a bug due to which the adapter did not see a network with a channel width of 160 MHz.
How to update the driver:
- Open
Device Manager→Network adapters. - Find your Wi-Fi module (for example, Qualcomm Atheros QCA9377), right click →
Update driver. - Select
Automatic search. If Windows does not find updates, download the driver from the laptop manufacturer's website (not from the Intel/Broadcom website!).
If after the update the network is still not visible, try roll back the driver to the previous version or install it manually:
Download the driver from the official website (for example, Intel)
Remove the current driver via Device Manager (check “Remove driver programs”)
Disable the Internet (so that Windows does not install its version)
Install the downloaded driver and restart the laptop
-->
For macOS Drivers are updated via System settings → Software update. On Linux may require installation of proprietary drivers (for example, for chips Broadcom):
sudo apt install firmware-b43-installer
4. Software conflicts: what interferes with the connection
Sometimes the laptop does not see the 5G network due to third party software, which blocks the adapter from working. Common culprits:
- 🛡️ Antiviruses: Kaspersky, Avast or ESET can block “suspicious” networks. Try temporarily disabling protection.
- 🔄 Network managers: Utilities like Intel PROSet or Dell Wireless Utility sometimes conflict with system settings.
- ⚙️ VPN clients: Some VPNs (eg. Cisco AnyConnect) change routing and can “break” Wi-Fi.
- 🎮 Gaming utilities: Programs like Razer Cortex or MSI Dragon Center optimize the network for games, but sometimes turn off 5G.
How to diagnose:
- Start the laptop in
Safe Mode with Networking(on Windows, holdShiftwhen rebooting). If the network appears, the software is to blame. - Check
Windows Event Log(eventvwr.msc) for errors with the sourceNetwtw04orWLAN-AutoConfig. - Disable all startup programs via
Task Managerand check the network after disconnecting each one.
If the problem appeared after updating Windows, try rolling back the system 1-2 weeks ago. Settings → Update & Security → Recovery.
5. Operating system settings: hidden Wi-Fi settings
Operating systems have hidden settings that can block 5G connections. Let's look at the features for each OS:
Windows 10/11:
- 📡 Limitation by network type: Go to
Settings → Network and Internet → Wi-Fi → Manage known networks. Delete all saved 5G networks and try connecting again. - 🔧 Adapter settings: B
Control Panel → Network and Sharing Center → Change adapter settingsright click on Wi-Fi →Properties→Customize. TabAdditionally→ check the parameters802.11n/ac Wireless Mode(must beEnabled) andRoaming Aggressiveness(optimally3. Medium).
macOS:
- 🍏 Network priority: Open
System Settings → Network → Wi-Fi → Advanced. On the listPreferred networksmove your 5G network to the forefront. - 🔄 Resetting the Wi-Fi module: Execute in
Terminal:sudo ifconfig en0 down && sudo ifconfig en0 up(replace
en0to your interface found by the commandnetworksetup -listallhardwareports).
Linux (Ubuntu/Debian):
- 🐧 Power Saving Modes: Check if the system is turning off Wi-Fi to save battery:
iwconfig wlan0 | grep "Power Management"If the output contains
on, disable:sudo iwconfig wlan0 power off - 📶 Range support: Make sure the kernel supports 5G:
iw list | grep "5 GHz"If there is no answer, a kernel or driver update is required.
⚠️ Attention: On some laptops (eg. HP Pavilion with adapters Realtek RTL8821CE) there is an option in the BIOSWireless LAN Band Selection. If it is installed in2.4G Only5G networks will not appear even with the correct drivers.
6. Physical interference and hardware failures
If all settings are correct but the network is still not visible, the problem may be hardware. Here's what to check:
- 📡 Distance to router: The 5 GHz band does not penetrate walls well. If you are 3+ rooms away from the router, the signal may not reach. Try getting closer or using repeater (For example, TP-Link RE605X).
- 🔌 Laptop antennas: On some models (eg MSI GS66) the antennas are connected to the Wi-Fi module with thin cables that can come off if dropped or disassembled.
- 🔋 Energy Saving: B
Device Manageropen the properties of the Wi-Fi adapter → tabPower management→ uncheckAllow this device to turn off to save power. - 🌡️ Overheating: When the chip temperature is above 80°C, some adapters (for example, Intel 7265) automatically reduce transmission power, resulting in network loss.
To diagnose hardware problems:
- Connect your laptop to the router via cable and check if the 5G network is visible on other devices (smartphone, tablet).
- Try creating a 5G hotspot on your smartphone (for example, Samsung Galaxy S22) and check if the laptop sees it.
- Run Live-CD Linux (For example, Ubuntu) - if the network is not visible there either, the problem is definitely in the hardware.
How to check antennas without disassembling a laptop?
If your laptop has a removable back cover (for example, Lenovo IdeaPad or ASUS ZenBook), carefully lift it and check whether the black and white wires (antennas) from the Wi-Fi module are disconnected. They are attached with miniature connectors U.FL or IPEX. If the antenna comes off, you can connect it back without a soldering iron - just press until it clicks.
🚀 Quick solution: checklist for those who don’t want to read the article
If you urgently need to connect to a 5G network, go through this list:
Make sure that the router broadcasts 5G (enable in settings 5 GHz or Dual Band>)
Reboot the router (turn off for 30 seconds)
Update Wi-Fi driver via Device Manager
Disable VPN and antivirus
Reset network settings in Windows (Settings → Network → Network reset)
Try connecting to another 5G network (for example, from your phone)
Check if the network is visible on other devices (smartphone, tablet)
-->
If none of the points help, the problem is most likely in hardware incompatibility or adapter malfunction.
In 90% of cases, the invisibility of a 5G network is solved by updating drivers or changing router settings (channel width, region, hiding SSID).
❓FAQ: Frequently asked questions about problems with 5G Wi-Fi
My laptop sees the 5G network, but does not connect - what should I do?
If the network is visible, but the connection resets or asks for a password endlessly:
- Check if it is enabled on the router
MAC filter(it may block your laptop). - Change the security type from
WPA3onWPA2-PSK. - In the adapter settings (Windows), disable the option
802.11r Fast Transition. - If used Mesh system (For example, Google Nest Wi-Fi), try connecting directly to the main router.
Why does the 5G network appear and disappear?
Unstable network display is usually associated with:
- 🔄 Automatic switching between 2.4G and 5G (disable the option in the router settings
Smart ConnectorBand Steering). - 📶 Interference from other devices (microwaves, wireless mice, Bluetooth speakers).
- 🔋 Energy saving (on Windows, disable
Allow device to turn off to save powerin adapter properties). - 🌡️ Overheating Wi-Fi module (check temperature using HWMonitor).
How to force a laptop to always connect to 5G and not 2.4G?
To prioritize 5G:
- On Windows: Open
Settings → Network → Wi-Fi → Manage known networks, select your network →Properties→ check the boxConnect automaticallyand remove it for the 2.4G version of the network. - On macOS: B
System Settings → Network → Wi-Fi → Advancedmove the 5G network to the top of the listPreferred networks. - On router: Disable
Smart Connectand give the networks different names (egMyWiFi_2GAndMyWiFi_5G).
Is it possible to add 5G support to an old laptop?
Yes, but with reservations:
- 🖥️ Replacing the Wi-Fi module: If the laptop has a connector
M.2 2230orNGFF, you can install a compatible module (for example, Intel AX200 for ~3000₽). Suitable for most models Lenovo, Dell And HP. - 🔌 USB adapter: External adapters (eg ASUS USB-AC56) are connected via USB 3.0 and provide speeds of up to 867 Mbps. The downside is that they occupy the port and stick out.
- ⚠️ BIOS Limitations: Some laptops (eg Acer TravelMate) have a white list of allowed Wi-Fi modules. Before purchasing, check compatibility on forums (eg. NotebookReview).
Why does an Android smartphone have 5G, but not a laptop?
This is a normal situation, and here's why:
- 📱 Different standards: Smartphones often support
Wi-Fi 6(802.11ax), and older laptops onlyWi-Fi 5(802.11ac). - 📡 Different antennas: In phones, the antennas are located closer to the body and catch the signal better.
- ⚙️ Miscellaneous Settings: Enabled by default on Android
Smart Network Switch, which automatically selects the best network, but there is no such thing on Windows.
Solution: check your router settings (enable 802.11a/n/ac instead of 802.11ax) or update the drivers on your laptop.