You are trying to connect to a high-speed network Wi-Fi 5 GHz, but the laptop stubbornly doesn’t see it or refuses to connect? The problem is familiar to many - even modern devices sometimes “don’t want” to work with this range. The reasons may lie both in the router settings and in the limitations of the laptop itself: outdated Wi-Fi adapter, disabled 5 GHz support in drivers or incorrect network settings.

In this article we will look at all possible ways to connect a laptop to 5 GHz Wi-Fi, including checking equipment compatibility, setting up a router and solving common errors. Let us separately dwell on the nuances for different operating systems - Windows 10/11, macOS And Linux. If you have already tried to connect, but without success, start with the section “Why the laptop does not see the 5 GHz network” - the most common pitfalls are collected there.

Checking 5 GHz support on a laptop: how to find out if the adapter is capable of operating in this range

Before setting up your router or changing network settings, make sure your laptop physically capable connect to 5 GHz. Many budget models (especially Released before 2018) are equipped with adapters that only work in the range 2.4 GHz. There are several ways to check this.

On Windows open Device Manager (keys Win + X → “Device Manager”), find the section Network adapters and look at your model Wi-Fi module. For example, if it is indicated there Intel Wireless-AC 9560 or Qualcomm Atheros QCA6174, the adapter supports 5 GHz. But Realtek RTL8188EE or Broadcom BCM43142 - only 2.4 GHz. For a complete list of compatible chips, see the table below.

📊 What laptop do you have?
  • Budget (up to 40 thousand rubles)
  • Middle class (40-80 thousand rubles)
  • Premium (from 80 thousand rubles)
  • I don't know the model
Adapter manufacturer Chip model 5 GHz support Max. speed (Mbit/s)
Intel Wireless-AC 9260/9560/AX200 Yes 1733 (AX200)
Qualcomm Atheros QCA6174/QCA9377 Yes 867
Realtek RTL8821CE/RTL8852AE Yes 867
Broadcom BCM4360/BCM4352 Yes 867
Mediatek MT7921/MT7663 Yes 1200

For macOS Check your adapter model in About This Mac → System Report → Network → Wi-Fi. Look for lines like PHY Mode: 802.11ac - this means support for 5 GHz. On Linux run the command in the terminal:

lspci -knn | grep Net -A3

If there is a mention in the output 802.11ac or Dual Band, the adapter is compatible.

⚠️ Attention: Some laptops (eg. Lenovo IdeaPad 320 or Acer Aspire 3) have adapters with 5 GHz support disabled at the BIOS level. In this case, only replacing the Wi-Fi module will help.

Setting up a router to operate in the 5 GHz band: steps for all popular models

Even if the laptop supports 5 GHz, the network may not be accessible due to incorrect router settings. Most often the problem lies in:

  • 🔹 Disabled 5 GHz band in the router settings;
  • 🔹 Hidden SSID (network name is not broadcast);
  • 🔹 Incompatible standard (For example, 802.11ax instead of 802.11ac);
  • 🔹 Channel width above 80 MHz (not all adapters support it).

To set up your router, connect to it via cable or 2.4 GHz, then open the control panel. The address is usually found on a label on the device (for example, 192.168.0.1 or tplinklogin.net). Next, go to the section Wireless mode (Wi-Fi) → 5 GHz settings and do the following:

Make sure that the 5 GHz band is turned on (check "Enable wireless broadcasting") |

Select standard 802.11ac (or 802.11a/n/ac for compatibility)|

Set channel width 20/40/80 MHz (auto)|

Disable Smart Connect (if available)|

Save the settings and reboot the router -->

For routers TP-Link the path will be like this: Advanced settings → Wireless mode → Wireless mode settings (5 GHz). On ASUSWireless Network → Professional → Wireless Band Selection. In models Keenetic go to Home network → Wi-Fi segment → 5 GHz access point.

⚠️ Attention: If your router supports Wi-Fi 6 (802.11ax), but the laptopReleased until 2020, select the mode 802.11ac for compatibility. Otherwise, the 5 GHz network may not be displayed.

Connecting to 5 GHz on Windows 10 and 11: step-by-step instructions

If the adapter and router are configured correctly, but the laptop still does not see the network, the problem may be in the drivers or settings Windows. Follow this algorithm:

  1. Update the Wi-Fi adapter driver:
    • 🔄 Open Device ManagerNetwork adapters.
    • 🔄 Right-click on the adapter → “Update driver” → “Automatic search”.
    • 🔄 If the update does not help, download the driver from the manufacturer’s website (for example, for Intelintel.ru).
  2. Enable 5 GHz support manually:
    • 🔄 B Device Manager open adapter properties → tab Additionally.
    • 🔄 Find the parameter Wireless Mode or 802.11n/ac Wireless Mode and select 802.11a or 802.11ac.
    • 🔄 Save the settings and restart your laptop.
  3. Connect to the network:
    • 🔄 Click on the Wi-Fi icon in the tray → select the 5 GHz network (its name may end with _5G).
    • 🔄 Enter your password and confirm the connection.

If the network is still not visible, try reset network settings in Windows:

netsh winsock reset

netsh int ip reset

ipconfig /flushdns

Then restart your laptop.

💡

If the 5 GHz network disappears after updating the driver, roll back the driver to the previous version in Device Manager ("Driver" tab → "Roll Back").

Connection features on macOS: why MacBook doesn’t see 5 GHz

Laptops Apple usually work well with 5 GHz networks, but there are nuances. For example, old models MacBook Pro (2012–2015) may not support channel width 80 MHz, and MacBook Air before 2017, sometimes they “lose” the network after updating macOS.

To connect:

  1. Make sure that the mode is turned on in the router 802.11ac (not 802.11ax).
  2. Open System Settings → Network → Wi-Fi → Advanced.
  3. On the list Preferred networks remove the old 5 GHz network (if present) and add it again.
  4. Click OK and try to connect.

If MacBook sees the network, but does not connect, reset the network settings:

sudo ifconfig en0 down

sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

sudo reboot

⚠️ Attention: On macOS Monterey and newer, a bug with Wi-Fi freezing may occur. The solution is to disable the feature Private Wi-Fi Address in the network settings.

Connecting to 5 GHz on Linux: commands and nuances

B Linux Problems with 5 GHz are often related to the lack of proprietary drivers (especially for adapters Broadcom or Realtek). If your system does not see the network, follow these steps:

1. Check supported frequencies:

iw list | grep "5 GHz"

If the pin is empty, the adapter does not support the range.

2. Install proprietary drivers (for Ubuntu/Debian):

sudo apt update

sudo apt install firmware-iwlwifi # Для Intel

sudo apt install firmware-realtek # Для Realtek

3. Connect to the network manually:

nmcli dev wifi list       # Посмотреть доступные сети

nmcli dev wifi connect "ИМЯ_СЕТИ" password "ПАРОЛЬ"

If the network is still not visible, try disabling regulatory restrictions (advanced users only!):

sudo nano /etc/rc.local

Add before exit 0 line:

iw reg set RU

Save (Ctrl+O) and reboot.

What to do if Linux sees the network but does not connect?

The problem may be with your security settings. Try temporarily changing the encryption type in your router from WPA2-AES on WPA2-TKIP (although it's less secure). Also check the kernel logs with the command dmesg | grep iwlwifi - there may be driver errors.

Why the laptop does not see the 5 GHz network: top 7 reasons and solutions

If you've reached this section and the problem is not resolved, here is a proven checklist of the most common causes and their solutions:

Problem Reason Solution
5 GHz network not showing up Adapter does not support range Replace the Wi-Fi module or use a USB adapter
The network is visible, but does not connect Incompatible standard (eg 802.11ax) In the router, select 802.11ac
The connection is lost Weak signal or interference Reduce channel width to 40 MHz or change the channel
Low speed at 5 GHz Outdated driver Update the driver from the manufacturer's website
The network appears and disappears Bluetooth conflict Disable Bluetooth or update its driver

Another common reason is antivirus or firewall interference. For example, Kaspersky Internet Security or Avast Sometimes connections to new networks are blocked. Try temporarily disabling protection and check the connection.

If all else fails, try reset network settings to factory:

  • 🔧 On Windows: Settings → Network and Internet → Network reset.
  • 🔧 On macOS: delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist.
  • 🔧 On Linux: reinstall the package network-manager.

How to improve the 5 GHz signal: optimizing the router and laptop location

The 5 GHz band provides high speeds, but has smaller coverage area, than 2.4 GHz. If the signal is weak, try:

  • 📶 Change channel in the router (for example, from 36 to 48 or 149). Use the utility Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) for load analysis.
  • 📶 Reduce channel width to 40 MHz (if worth 80 MHz).
  • 📶 Move router closer to the laptop or remove obstacles (walls, metal objects).
  • 📶 Use repeater with 5 GHz support (for example, TP-Link RE605X).

Also check transmission power in the router settings. In some models (for example, ASUS RT-AX88U) it can be increased to 100% in section Wireless Network → Professional → Transmission Power.

💡

If the laptop is in another room and the 5 GHz signal is weak, try using a mesh system (for example, Google Nest Wi-Fi or TP-Link Deco). It automatically switches devices between bands for a stable connection.

FAQ: Answers to frequently asked questions about connecting to 5 GHz

My laptop sees the 5 GHz network, but the speed is lower than on 2.4 GHz. What's the matter?

This can happen for several reasons:

  • 🔍 The mode is turned on in the router 802.11n instead of 802.11ac.
  • 🔍 Channel width set to 20 MHz (put 40 MHz or 80 MHz).
  • 🔍 The laptop is too far from the router (5 GHz passes through walls worse).
  • 🔍 The adapter driver is out of date (update it manually).

Also check if the channel is loaded by other devices (use Wi-Fi Analyzer).

Is it possible to connect an old laptop to 5 GHz if the adapter does not support this band?

Yes, there are two ways:

  1. USB Wi-Fi adapter with 5 GHz support (for example, TP-Link Archer T4U or ASUS USB-AC68).
  2. Replacing the internal Wi-Fi module (if the laptop has a connector M.2 2230 or NGFF). Suitable models: Intel AX200, Broadcom BCM94360.

Before purchasing, check compatibility with your laptop model (look for information on forums or in documentation).

Why did my laptop stop seeing 5 GHz after updating Windows?

This is a typical problem after major updates (for example, migration from Windows 10 on 11). Culprit - automatic driver update to the unstable version. Solutions:

  • 🔄 Roll back the driver to Device Manager.
  • 🔄 Download the driver from the laptop manufacturer’s website (not from Windows Update!).
  • 🔄 Uninstall the current driver and install it manually via Installation from a specified location.

If the problem persists, check your power settings: Control Panel → Power Options → Circuit Settings → Advanced Settings find the parameter Wireless adapter settings → Power saving mode and set Maximum performance.

Which 5 GHz channel should I choose for maximum speed?

In the 5 GHz band, channels 36 to 165 are available, but not all are equally good:

  • 📊 36–48 - low channels, may overlap with radars (in some countries).
  • 📊 149–165 - high channels, less interference, but not all devices support them.
  • 📊 100–140 - the optimal choice for most routers.

Use utilities like inSSIDer or NetSpotto find the least busy channel in your location.

Is it possible to use 2.4 GHz and 5 GHz simultaneously on one router?

Yes, almost all modern routers support simultaneous operation in both ranges. To do this:

  1. Enable both bands in your router settings.
  2. Give different names to the networks (for example, MyWiFi_2G And MyWiFi_5G).
  3. Set up the same password for convenience.

Some routers (for example, ASUS or Netgear) offer a function Smart Connect, which automatically distributes devices between ranges. However, it may cause connection problems, so it is best to disable it.