You bought a new router with support Wi-Fi 5 GHz, but your laptop stubbornly refuses to detect the network? Or connects only to the slow 2.4 GHz band? This problem is familiar to many users—even modern devices sometimes require manual configuration to work with the high-speed band. In this article, we'll explore all possible causes and troubleshooting steps, from checking hardware support to fine-tuning your drivers.
Range 5 GHz Offers not only higher data transfer speeds but also less interference from neighboring networks. However, it has a smaller coverage area and is less effective at penetrating walls. If your laptop isn't seeing the 5 GHz network, it doesn't always indicate a malfunction—the adapter may simply be disabled in the power saving settings or require a software update. Below you'll find step-by-step instructions for Windows 10/11, macOS and even Linux, as well as tips for optimizing the connection.
Checking if your laptop supports 5 GHz
Before setting up the connection, make sure your laptop is capable of operating in the 5 GHz band. Not all budget models (especially those released before 2018) support this standard.
To check in Windows:
- Open
device Manager(clickWin + X→ select the appropriate item). - Expand the section
Network adapters. - Find the name of your Wi-Fi adapter (for example, Intel Wireless-AC 9560 or Qualcomm Atheros QCA61x4).
- Copy the full name and look for its specifications on the manufacturer's website.
Key markings indicating 5 GHz support: 802.11ac (Wi-Fi 5), 802.11ax (Wi-Fi 6/6E), Dual Band or 5GHz in the description. If the specifications only indicate 802.11n (Wi-Fi 4), your adapter only works at 2.4 GHz.
Configuring a router to operate in the 5 GHz band
Sometimes the problem isn't with your laptop, but with incorrect router settings. Go to your router's web interface (usually at 192.168.0.1 or 192.168.1.1) and check the following parameters:
- 🔄 Opening hours: Make sure your router is set to broadcast in the 5 GHz band. There should be an option in your wireless network settings.
Wireless ModeorBandwith meaning802.11a/n/acor5GHz. - 📶 Network Name (SSID): Some routers create separate names for 2.4 GHz and 5 GHz by default (for example,
MyWiFi_2GAndMyWiFi_5G). Check that the 5 GHz network is visible in the list of available ones. - 🔒 Channel width: For maximum speed, set
80 MHz(if your adapter supports it). In densely populated areas, it may be necessary40 MHzor20 MHzfor stability. - 📡 Channel: Manually select a channel from the range
36–48or149–165(Depending on the country). Automatic selection may select a busy channel.
⚠️ Attention: In some countries (for example, in Russia) the use of channels 120–144 The 5 GHz band is prohibited. If the router allows you to select these channels, they may be blocked at the laptop firmware level.
| Router parameter | Recommended value | Note |
|---|---|---|
| Wi-Fi Standard (Mode) | 802.11a/n/ac or 802.11ax |
If there is an option Auto, it may limit 5 GHz |
| Channel Width | 80 MHz (or 40 MHz (under interference conditions) |
Narrow channels (20 MHz) reduce speed |
| Channel | 36, 40, 44, 48 or 149–165 |
Use a Wi-Fi analyzer (eg. WiFi Analyzer) to select a free channel |
| Max. number of clients | Disable limit or set ≥10 | Some routers block new device connections when the limit is exceeded. |
Updating Wi-Fi adapter drivers
Outdated or incorrectly installed drivers are one of the most common reasons why a laptop can't connect to a 5 GHz network. Manufacturers regularly release updates that add support for new standards and fix bugs.
To update drivers in Windows:
- Open
device Manager→Network adapters. - Right click on your Wi-Fi adapter and select
Update driver. - Select
Automatic searchIf Windows does not find updates, download the driver from the website of the laptop or adapter manufacturer (for example, Intel, Realtek, Broadcom). - After installation, restart your laptop.
For macOS Driver updates usually come with system updates. Check for updates in System Settings → Software Update.
Download the driver from the manufacturer's official website
Remove the old driver via Device Manager
Install the new driver and restart the laptop.
Check 5 GHz support in the adapter properties-->
⚠️ Attention: If after updating the driver the laptop stopped seeing any Wi-Fi network, roll back the driver to the previous version. To do this,Device ManagerselectProperties → Driver → Roll Back Driver.
Manually Configure a 5GHz Connection in Windows
Even if the adapter supports 5 GHz, Windows It may default to the 2.4 GHz network due to power saving or priority settings. To force it to use 5 GHz:
- Open
Control Panel → Network and Sharing Center. - Click
Changing adapter settings. - Right-click on your Wi-Fi connection →
Properties. - Click
Tune→ go to the tabAdditionally. - Find the parameter
Wireless Mode,802.11n/ac Wireless ModeorPreferred Bandand set the value5GHz onlyorPrefer 5GHz.
If there is no such parameter, try an alternative method through command line:
netsh wlan show drivers
Find the line in the output Supported Radio Types. If it is indicated there 802.11a, your adapter supports 5 GHz. To force a connection to a 5 GHz network, use:
netsh wlan connect name="NETWORK_NAME_5GHz" ssid="NETWORK_NAME_5GHz" interface="Wi-Fi"
Configuration Features on macOS and Linux
On MacBook and other devices Apple 5 GHz issues are less common, but still possible. If your Mac can't see the network:
- 🍎 Check that in
System Preferences → Network → Wi-Fi → Advancedno range restrictions. - 🔄 Restart the Wi-Fi module via
Terminal:sudo ifconfig en0 down && sudo ifconfig en0 up(replace
en0to your interface found by the commandnetworksetup -listallhardwareports). - 📱 Update macOS to the latest version - older versions had bugs with support 802.11ac.
IN Linux (Ubuntu, Mint, etc.) to force connection to 5 GHz:
- Install the utility
wavemonfor network analysis:sudo apt install wavemon - Run it and check if the 5 GHz network adapter can see it.
- If the network is visible but does not connect, edit the config
/etc/NetworkManager/NetworkManager.conf, adding the line:[device]wifi.scan-rand-mac-address=noThen restart the service:
sudo systemctl restart NetworkManager
Eliminating interference and optimizing the 5 GHz signal
The 5 GHz band is more sensitive to interference and distance than 2.4 GHz. If your laptop connects to the network, but the connection is unstable or slow, try:
- 📡 Move the router: Place it in the center of the room, raise it higher (for example, on a cabinet) and remove it from metal objects.
- 🛡️ Change the channel: Use apps like WiFi Analyzer (Android) or NetSpot (Windows/macOS) to find the least congested channel.
- 🔌 Check the router power: Some budget models reduce transmission power at 5 GHz if the power supply is weak.
- 📶 Use a repeater: If the signal is weak, install a repeater that supports 5 GHz (for example, TP-Link RE605X).
A critical feature of 5 GHz is that this band has virtually no penetration through concrete walls and metal structures. If the router and laptop are separated by a wall with rebar, speeds can drop tenfold or the connection will be constantly disconnected. In such cases, the only solution is to move the router or use Mesh system (For example, Google Nest WiFi or ASUS ZenWiFi).
Why does my laptop "see" the 5 GHz network but not connect?
This may be due to encryption incompatibility. Check your router settings to make sure it's using the 5 GHz network. WPA2-AES or WPA3If it's worth it TKIP or mixed mode (WPA2/WPA3), some adapters refuse to connect. The security level may also be too high (for example, 802.1X Enterprise), which is not supported by home devices.
Alternative solutions for old laptops
If your laptop doesn't support 5GHz at the hardware level, there are a few workarounds:
- 🖥️ 5GHz USB Adapter: Buy an external adapter (eg. TP-Link Archer T4U or ASUS USB-AC68>) with support 802.11acCost: from 1,500 rubles.
- 🔗 Wi-Fi Bridge: Connect your laptop via cable to another device (e.g. smart TV or media player), which distributes Internet from 5 GHz.
- 📶 Access point on smartphone: Modern smartphones (for example, Samsung Galaxy S20+ or iPhone 12) can distribute Wi-Fi in the 5 GHz range.
When choosing a USB adapter, pay attention to:
- Standard: 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6).
- Speed: not less than
867 Mbps(for full operation in 5 GHz). - Support MU-MIMO (for stable operation in multi-user networks).
⚠️ Attention: Cheap USB adapters with chips Realtek RTL8188 or RTL8192 often have problems with drivers in Windows 11 And LinuxGive preference to chip-based adapters Intel or Qualcomm Atheros.
FAQ: Frequently Asked Questions about 5GHz Wi-Fi
My laptop sees the 5 GHz network, but the speed is slower than on 2.4 GHz. What's wrong?
This can happen for several reasons:
- The router automatically narrows the channel width to
20 MHzdue to interference. Go to settings and manually set40 MHzor80 MHz. - The laptop is connected to the router at a great distance. In the 5 GHz band, the speed drops sharply at a distance of 10+ meters from the router.
- Feature enabled
Band SteeringOn your router, it forces devices to switch between bands. Disable it.
After updating Windows, my laptop stopped detecting 5 GHz. How can I get it back?
Most likely, the new update installed an incompatible driver. Try:
- Roll back the driver via
device Manager. - Download the latest driver from the laptop manufacturer's website (not from Windows Update).
- Remove the current driver with a check mark
Remove the driver software for this deviceand install it again.
If the problem persists, check if 5 GHz support is disabled in Group Policy Editor (gpedit.msc → Computer Configuration → Administrative Templates → Network → Windows Connection Manager).
Is it possible to use 2.4GHz and 5GHz at the same time on one laptop?
No, the Wi-Fi adapter can only connect to one network at a time. However, you can:
- Configure the router so that the 2.4 GHz and 5 GHz networks have same name (SSID) and password. The laptop will automatically switch between them.
- Use dual-band USB adapter (For example, ASUS USB-AC68), but this is rarely justified for home use.
Please note: If the networks have the same name, your laptop may become stuck on 2.4 GHz. To avoid this, disable this option. Band Steering in the router or set different names for the networks.
How can I check which band (2.4 or 5 GHz) my laptop is connected to?
IN Windows:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Equipment propertiesnext to your network name. - Look at the line
Protocol. If it is indicated there802.11acor802.11a- you are connected to 5 GHz. If802.11nor802.11g— to 2.4 GHz.
IN macOS:
- Holding
Option (Alt), click on the Wi-Fi icon in the menu bar. - In the section
PHY Modethe protocol will be specified (for example,802.11acfor 5 GHz).
Is it safe to turn off the 2.4GHz network if all devices support 5GHz?
Technically yes, but keep in mind a few nuances:
- Some smart home devices (lamps, sockets, cameras) only work on 2.4 GHz.
- The 5 GHz band has smaller coverage areaIf you have a large house, the signal may drop out in some rooms.
- Guests with outdated smartphones or laptops will not be able to connect to your network.
The best option is to leave both networks, but configure them with different names (for example, MyWiFi_2G And MyWiFi_5G).