You are trying to connect to a Wi-Fi network on the frequency 5 GHz, but your laptop stubbornly doesn’t see it, although other devices (smartphone, tablet) catch the signal without any problems? This problem is more common than it seems - and the reasons may lie in hardware limitations the laptop itself, or due to incorrect settings of the router or operating system. Unlike traditional 2.4 GHz, the 5 GHz band is more sensitive to interference, distance, and even the version of the Wi-Fi standard (e.g. 802.11ac vs 802.11ax).

In this article we will look at 7 key reasons why a laptop may not see the 5G network, - from the banal lack of support by the Wi-Fi module to hidden parameters in the router firmware. You'll learn how to check your device's compatibility, update drivers, set up channels on your router, and even manually add a network if automatic scanning doesn't work. And at the end there is an FAQ with answers to the most frequently asked questions, including problems with Windows 11, macOS Ventura and distributions Linux.

1. Your laptop does not physically support 5 GHz

The first thing to exclude is hardware incompatibility. Not all laptops, especially budget ones or those released before 2015, are equipped with dual-band Wi-Fi modules. For example, popular models Lenovo IdeaPad 100 or Acer Aspire E1 are often equipped with adapters that only work on 2.4 GHz.

How to check?

  • 🔍 Windows: Open Device ManagerNetwork adapters. Find the name of your Wi-Fi module (for example, Intel Dual Band Wireless-AC 7260 or Realtek RTL8723BE). If the title contains words Dual Band, AC or AX - 5 GHz support is available. If only N (For example, 802.11n) - most likely not.
  • 🖥️ macOS/Linux: Enter the command in the terminal
    networksetup -listallhardwareports
    (macOS) or
    lspci | grep -i network
    (Linux). Look for a mention 5GHz or Dual Band.

If your adapter does not support 5 GHz, there are two outputs: buy USB Wi-Fi adapter (For example, TP-Link Archer T2U Nano) or put up with working at 2.4 GHz. Please note: even if the laptop's specifications indicate "Wi-Fi 5" (802.11ac), this does not guarantee support for 5 GHz - some manufacturers skimp on antennas.

📊 What laptop do you have?
  • Lenovo
  • HP
  • Dell
  • Asus
  • Acer
  • Apple
  • Other

2. Wi-Fi module is disabled in BIOS or power management

Sometimes the problem lies in the software disabling the adapter. This may happen after updating the BIOS, resetting settings, or activating power saving mode. For example, on some models HP Pavilion or Dell Inspiron The Wi-Fi module turns off when running on battery power to save battery power.

What to do:

  1. Check BIOS:
    • 🔧 Restart your laptop and go into the BIOS (usually the F2, Del or Esc).
    • 🔍 Find the section AdvancedOnboard Devices or Wireless.
    • ✅ Make sure that the setting Wireless LAN or WLAN enabled (Enabled).
  2. Windows Power Settings:
    • 🔋 Go to Control Panel → Power Options → Set up power plan → Change advanced power settings.
    • 📡 Find the section Wireless adapter settingsPower Saving Mode.
    • ⚡ Set the value Maximum performance for both states (battery and mains).

Go to BIOS and check the WLAN status|Update the adapter driver|Disable power saving mode in Windows|Check the physical Wi-Fi button on the case (if available)-->

⚠️ Attention: On some laptops ASUS And MSI there is a hardware button or key combination (for example, Fn + F2) to enable/disable Wi-Fi. Make sure it is not pressed accidentally.

3. Incorrect router settings: channel, bandwidth, standard

Even if the laptop supports 5 GHz, the router can be configured so that the network becomes “invisible” to some devices. For example, if you select on the router channel above 144 (and your adapter only supports up to 140) or the mode is enabled 802.11ax (Wi-Fi 6) no backward compatibility.

Key router parameters to check:

Parameter Recommended value Why is it important
Wi-Fi standard 802.11a/n/ac (or Mixed) If only selected 802.11ax, older devices will not see the network.
Channel 36–48 or 149–165 (depending on country) Channels above 144 may not be supported by adapters prior to 2018.
Channel Width 20/40 MHz (auto) Width 80 MHz or 160 MHz may cause interference and instability.
Region (Country/Region) Your country (eg Russia, Europe) The wrong region limits the available channels.

How to change settings:

  1. Open the router's web interface (usually at 192.168.0.1 or 192.168.1.1).
  2. Go to section Wireless5GHz Settings (names may vary).
  3. Set the recommended parameters from the table above.
  4. Save the settings and reboot the router.
💡

If after the changes the network is still not visible, try manually specifying the channel 36 - it is supported by all devices and is less susceptible to interference.

4. Outdated or incompatible drivers

Wi-Fi adapter drivers are one of the most common causes of 5 GHz problems. For example, drivers from Realtek for adapters RTL8821CE or RTL8723DE often "lose" range support after a Windows update. And on macOS after upgrade to Ventura or Sonoma Settings for old adapters may be lost Broadcom.

How to update drivers correctly:

  • 🔄 Windows:
    1. Open Device ManagerNetwork adapters.
    2. Right click on your adapter and select Update driverSearch for drivers on this computer.
    3. Select Select driver from the list... and install the latest version (if available).

If automatic updating does not help, download the driver from the laptop manufacturer's website (not from the Intel/Realtek!), for example, for Dell — with support.dell.com.

  • 🍎 macOS: Update your system to the latest version via System settings → Software update. Older Macs (2015-2017) may require a reset NVRAM (hold Cmd + Opt + P + R when turned on).
  • 🐧 Linux: Install proprietary drivers via Additional drivers (Ubuntu) or manually:
    sudo apt install firmware-iwlwifi
    (for adapters Intel).
  • ⚠️ Attention: On laptops with adapters Killer Wireless (For example, Killer AX1650) it often helps to completely remove drivers via Installing and removing programs followed by a reboot. After this, Windows will install the standard driver from Microsoft, which can work more stably.

    5. Conflict with software (VPN, antiviruses, utilities)

    Some programs actively interfere with the operation of network adapters, blocking connections to 5 GHz. Most often the culprits are:

    • 🛡️ Antiviruses: Kaspersky Internet Security, Avast, ESET NOD32 can block “suspicious” networks.
    • 🌐 VPN clients: NordVPN, ProtonVPN Sometimes DNS settings are reset.
    • 🎮 Gaming utilities: Razer Cortex, MSI Dragon Center optimize the network for games by disabling background connections.
    • 🔧 Wi-Fi Managers: NetSpot, inSSIDer may conflict with system drivers.
    • How to diagnose:

      1. Start the laptop in Safe Mode with Networking (Windows: hold Shift on reboot → Diagnostics → Additional Settings → Safe Mode). If 5 GHz is visible in safe mode, the software is to blame.
      2. Disable antivirus, VPN and other network utilities one by one, checking network visibility.
      3. For Kaspersky add your network to the exceptions: Settings → Network → Trusted Network.
      List of programs that block 5G Wi-Fi

      In addition to antiviruses and VPNs, problems can be caused by:

      - Utilities for overclocking Wi-Fi (for example, WiFi Booster).

      - Programs for traffic monitoring (GlassWire, NetBalancer).

      - Enterprise solutions for device management (Cisco AnyConnect, Juniper Networks).

      If the problem remains after removing the conflicting software, reset Windows network settings using the command:

      netsh winsock reset

      6. Hidden network (SSID Hidden) or wrong region

      If your router is configured to hiding network name (SSID), some laptops (especially those running Linux or older versions Windows 10) may not see it, even if they support 5 GHz. The same thing happens if the router settings indicate wrong region - for example, US instead of Europe, which causes channels that are not allowed in your country to be used.

      How to connect to a hidden network:

      • 🖥️ Windows:
        1. Go to Settings → Network and Internet → Wi-Fi → Manage known networks.
        2. Click Add a new network.
        3. Enter the network name (SSID), select security type (WPA2-Personal AES) and enter your password.
        4. Check the box Connect automatically.
    • 🍎 macOS: From the Wi-Fi menu bar, select Connect to another network and enter the data manually.
    • 🐧 Linux: Edit the file /etc/NetworkManager/system-connections/Your_network.nmconnectionby adding the line ssid=NETWORK_NAME to section [wifi].

    ⚠️ Attention: On routers ASUS RT-AX88U And TP-Link Archer C5400 If the SSID is hidden, a bug may occur due to which devices do not connect to 5 GHz, even if they see the network. The solution is to temporarily disable SSID hiding in the router settings, connect, and then hide again.

    7. Hardware interference or physical obstacles

    The 5 GHz band is more sensitive to interference and distance than the 2.4 GHz band. If your laptop is in another room, and there are walls, furniture or household appliances (especially microwaves!) between it and the router, the signal may simply not reach. Also causing problems:

    • 📡 Neighboring networks: If there are many routers on channels nearby 36–48, interference occurs.
    • 🔌 USB 3.0: Devices connected to the ports USB 3.0 (blue connectors) may interfere with 5 GHz Wi-Fi.
    • 📱 Bluetooth: Simultaneous operation of Bluetooth and Wi-Fi at 5 GHz frequency (technology Coexistence) may degrade the signal.

    How to improve the signal:

    • 📍 Move the router closer to the laptop (ideally in the same room without obstacles).
    • 🔄 Change the channel on the router to a less busy one (use utilities like WiFi Analyzer for Android or NetSpot for macOS/Windows).
    • 🛠️ If you use USB Wi-Fi adapter, connect it via an extension cord - this will reduce interference from the laptop case.
    • 🔗 Turn off Bluetooth if you don't use it.
    • 💡

      If the laptop sees 5 GHz, but the signal is constantly interrupted, the problem is most likely interference or a weak signal level. In this case, replacing the router antennas with more powerful ones (for example, TP-Link TL-ANT2408CL) or using a Mesh system (for example, Google Nest Wi-Fi).

      FAQ: Frequently asked questions about problems with 5 GHz Wi-Fi

      🔹 Why does the laptop see 5 GHz, but does not connect (writes “Failed to connect”)?

      This is an incompatibility problem security type or authentication protocol. Try on your router:

      1. Change security type from WPA2/WPA3 on WPA2-Personal (AES).
      2. Disable 802.11r (Fast Roaming) And 802.11k.
      3. Install DTIM Interval in meaning 3 (the default is often 1, which causes conflicts).

      If that doesn't help, reset the network settings on your laptop:

      netsh int ip reset
      

      netsh winsock reset

      🔹 How to check if my laptop supports Wi-Fi 6 (802.11ax) at 5 GHz?

      Open Command line (Windows) and enter:

      netsh wlan show drivers

      Look for the lines:

      • Radio type: 802.11ax - supports Wi-Fi 6.
      • Radio type: 802.11ac — supports Wi-Fi 5 (up to 1.3 Gbps).
      • Radio type: 802.11n - Wi-Fi 4 only (maximum 600 Mbps at 5 GHz).

      On macOS use the command:

      system_profiler SPAirPortDataType
      🔹 Why did the laptop stop seeing 5 GHz after updating Windows 11?

      Microsoft regularly updates drivers for Wi-Fi adapters, but sometimes new versions contain bugs. Solutions:

      1. Roll back the driver: B Device Manager select Adapter Properties → Driver → Roll Back.
      2. Install the driver from the manufacturer's website: For example, for Intel AX200 download the driver from downloadcenter.intel.com.
      3. Disable automatic driver updates: Go to Settings → Windows Update → Advanced options → Advanced update options → Updates for other Microsoft products and disable the option.

      If the problem persists, check compatibility mode in the router settings (see section 3).

      🔹 Is it possible to make a laptop with Wi-Fi 4 (802.11n) work at 5 GHz?

      Technically yes, but with caveats:

      • ✅ If the adapter supports 802.11n in both ranges (For example, Intel Centrino Advanced-N 6205), it will be able to connect to 5 GHz, but at speeds up to 300 Mbit/s.
      • ❌ If the adapter is only 2.4 GHz (For example, Realtek RTL8188EE), no settings will help - you need an external USB adapter.

      To check, try manually adding a 5 GHz network (see section 6). If the laptop does not find it even when entering it manually, there is no support.

      🔹 Why is the 5 GHz network visible on Android/smart TV, but not on a laptop?

      This is due to different channel support standards:

      • Smartphones and modern TV (for example, Samsung QLED or LG OLED) often support channels 149–165 (DFS), which are prohibited for use in some countries.
      • Laptops, especially with adapters Realtek or old Intel, may not see DFS channels due to driver limitations.

      Solution: on the router, change the channel to 36, 40, 44 or 48 (they are allowed everywhere).