Connecting a laptop to the Internet via Wi-Fi without using wires is a basic task that every user faces. However, even in 2026, many users don't know how to set up a wireless connection correctly, especially when it comes to new laptop models with Windows 11, macOS Sonoma or distributions Linux. Problems can range from a banal lack of drivers to hidden networks or incompatible standards Wi-Fi 6E with an outdated router.

In this article we will look at not only standard connection methods, but also unique nuances for laptops with two network cards (for example, Dell XPS 15 or Lenovo ThinkPad P1), and also tell you how to bypass the restrictions of corporate networks or public access points. If your laptop “does not see” Wi-Fi or constantly loses connection, here you will find solutions that even the manufacturer’s support services do not offer.

1. Check hardware compatibility: Does your laptop support Wi-Fi?

Before attempting to connect to the network, make sure your laptop is physically able to work with Wi-Fi. Modern models (for example, MacBook Air M2 or ASUS ZenBook Pro) are equipped with modules Wi-Fi 6/6E, but even they may not connect to older routers that only support 802.11n.

How to check:

  • 🔍 On Windows: open Device Manager (keys Win + X), find the section Network adapters. Look for names like Intel Wi-Fi 6, Qualcomm Atheros or Broadcom 802.11ac.
  • 🍎 On macOS: click on the logo AppleAbout this MacSystem reportNetwork. Check the line Wi-Fi.
  • 🐧 On Linux: enter the command in the terminal
    lspci | grep -i network
    or
    lsusb
    for USB adapters.

If there is no mention of Wi-Fi in the list, the module may be disabled in BIOS/UEFI or physically absent (relevant for some budget models, for example, Acer Aspire 1). In this case, you will need an external USB Wi-Fi adapter (we recommend TP-Link Archer T3U or ASUS USB-AC56).

⚠️ Attention: Laptops with Windows 11 in corporate editions (for example, Pro for Workstations) may block connections to open networks due to security policies. Check the settings in Settings → Network and Internet → Wi-Fi → Manage known networks.

2. Step-by-step instructions: how to connect to Wi-Fi on Windows 10/11

Connection algorithm Windows is the same for most OS versions, but there are nuances for Windows 11 (for example, a modified quick settings menu). Follow the instructions:

  1. Activate Wi-Fi:
    • 📶 Click Win + A (notification bar) → find the button Wi-Fi (if it is not there, click Expand).
    • 🔄 If the button is inactive, check Airplane mode (must be turned off).
  2. Select network:
    • 🔍 Find yours in the list of available networks (for example, TP-Link_5G). If there is no network, refresh the list with the button Update.
    • 🔒 If the network is secure, enter the password (case is important!).
  3. Confirm connection:
    • ✅ Click Connect. If an error appears "Failed to connect", go to section troubleshooting.

B Windows 11 after connection, the system can offer Allow discovery of devices on the network - this is necessary for printing on network printers or sharing files. If you are in a public network (for example, in a cafe), choose No.

Is Wi-Fi turned on on the laptop?|Is Airplane mode turned off?|Is the router turned on and distributing the network?|Was the Wi-Fi password entered correctly?-->

3. Connecting to Wi-Fi on macOS: features and life hacks

Laptops Apple (For example, MacBook Pro M3 or MacBook Air M1) usually automatically connect to known networks, but sometimes manual configuration is required. This is especially true for networks with hidden SSID or enterprise authentication (for example, in universities).

Instructions for macOS Sonoma/Ventura:

  1. 📱 Click on the icon Wi-Fi in the upper right corner (next to the date).
  2. 🔍 Select a network from the list. If it's not there:
    • 🔄 Click Other networks....
    • 🔑 Enter the network name (SSID) and password manually.
    • 🛡️ For corporate networks, select the security type: WPA2/WPA3 Enterprise and provide authentication information (usually issued by the IT department).
  • ✅ Click Connect.
  • If MacBook does not connect to the network 5 GHz, check your router settings: some models (for example, ASUS RT-AX88U) support is disabled by default 802.11ac for devices Apple. The solution is to manually enable the mode 5 GHz in the router admin panel (192.168.1.1).

    💡

    If your MacBook frequently loses its Wi-Fi connection, try resetting your network settings: go to System Settings → Network, select Wi-Fi, press ...Remove service, then restart your laptop.

    4. Connecting to Wi-Fi on Linux: commands and GUI

    Distributions Linux (For example, Ubuntu 22.04, Fedora 39 or Arch Linux) can be used by different network managers: NetworkManager, Wicd or connman. We will consider a universal method through the terminal and graphical interface GNOME/KDE.

    Method 1: Through the terminal (for advanced users)

    If you don't have a GUI or prefer commands:

    # Просмотр доступных сетей
    

    sudo iwlist wlan0 scan | grep ESSID

    # Подключение к открытой сети

    sudo iwconfig wlan0 essid "название_сети"

    # Подключение к защищённой сети (WPA/WPA2)

    sudo wpa_passphrase "название_сети" "пароль" | sudo tee /etc/wpa_supplicant.conf

    sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf

    sudo dhclient wlan0

    Method 2: Via GUI

    On most distributions:

    1. 📶 Click on the network icon in the upper right corner (next to the clock).
    2. 🔍 Select a network from the list. If it's not there, click Connect to a hidden network.
    3. 🔑 Enter your password and confirm.

    If the Internet does not work after connecting, check the settings DNS:

    sudo nano /etc/resolv.conf

    Add the lines:

    nameserver 8.8.8.8
    

    nameserver 1.1.1.1

    ⚠️ Attention: On some laptops with Linux (For example, Dell XPS 13 with module Killer Wi-Fi) may require installation of proprietary drivers. Use the command:

    sudo ubuntu-drivers autoinstall

    5. Solving common errors when connecting to Wi-Fi

    Even if you did everything correctly, errors may occur. Let's look at the most common ones and how to eliminate them:

    Error Reason Solution
    "Unable to connect to the network" Incorrect password or authentication failure Check the case of characters in the password. If used WPA3, try switching the router to WPA2.
    "Network without Internet access" Problems with DHCP or DNS on the router Reboot your router. On a laptop, do
    ipconfig /release & ipconfig /renew
    (Windows) or
    sudo dhclient -r & sudo dhclient
    (Linux/macOS).
    "Wi-Fi is connected, but pages cannot open" Blocking traffic with antivirus or VPN Disable VPN and temporarily deactivate antivirus (for example, Kaspersky or Avast).
    "No networks available" The adapter is disabled or the drivers are not installed Check Device Manager (Windows) or
    lsmod | grep iwlwifi
    (Linux). For macOS reset SMC.

    If laptop sees the network, but does not connect, try:

    • 🔄 Reboot the router (turn off the power for 30 seconds).
    • 📡 Change the Wi-Fi channel in the router settings (for example, with auto on 6 or 11).
    • 🔧 Update the network card driver (download from the manufacturer’s website, for example, Intel or Qualcomm).
    What to do if the laptop connects only to 2.4 GHz, but does not see 5 GHz?

    This problem often occurs due to incompatible standards. Solutions:

    1. In the router settings (192.168.0.1 or 192.168.1.1) turn on the mode 802.11a/n/ac (disable 802.11ax, if it is enabled).

    2. Check if your laptop supports 5 GHz (for example, old models Lenovo ThinkPad T430 work only for 2.4 GHz).

    3. Update the Wi-Fi adapter driver to the latest version (especially important for laptops with modules Realtek).

    6. Wi-Fi Signal Optimization: How to Strengthen Your Connection

    A weak Wi-Fi signal is one of the main reasons for an unstable connection. If your laptop is located far from the router or there are many walls between them, follow these tips:

    • 📶 Router positioning: place it in the center of the apartment, raise it to a height of 1–2 meters (for example, on a closet). Avoid placing near microwaves or cordless phones.
    • 🔄 Change channel: Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find the least busy channel.
    • 🛡️ Updating the router firmware: go to the admin panel (192.168.1.1) and check for updates. For example, for TP-Link Archer C7 fresh firmware increases the range by 15–20%.
    • 🔌 Using a repeater: If the signal is weak in certain rooms, install a repeater (we recommend Xiaomi Wi-Fi Repeater Pro or Mercusys MW300RE).

    For laptops with Windows 11 you can manually restrict the connection to 5 GHz (if 2.4 GHz overloaded):

    1. Open Settings → Network and Internet → Wi-Fi → Manage known networks.
    2. Select your network → Properties.
    3. In the section Network settings uncheck Connect automatically for 2.4 GHz.

    Wi-Fi 4 (802.11n)|Wi-Fi 5 (802.11ac)|Wi-Fi 6 (802.11ax)|Wi-Fi 6E|Don't know-->

    7. Connection to hidden networks and enterprise networks (for offices and universities)

    Hidden networks (hidden SSID) and networks with enterprise authentication (for example, EDUROAM in universities) require manual configuration. Let's consider both cases.

    Hidden networks (no SSID broadcast)

    To connect to such a network on Windows:

    1. Open Settings → Network and Internet → Wi-Fi → Manage known networks → Add a new network.
    2. Enter Network name (SSID), select Security type (WPA2-Personal or WPA3) and password.
    3. Check the box Connect automatically.

    On macOS And Linux the process is similar (see sections above).

    Enterprise networks (WPA2/WPA3 Enterprise)

    To connect to such networks (for example, in offices or campuses) you will need:

    • 🔐 Network name (SSID) (For example, CORP_NET).
    • 👤 Username And password (issued by the administrator).
    • 🛡️ Security type: usually WPA2-Enterprise with AES.
    • 📜 Certificate (if required).

    On Windows:

    1. Go to Control Panel → Network and Internet → Network and Sharing Center → Set up a new connection.
    2. Select Connecting to a wireless network manually.
    3. Specify SSID, security type WPA2-Enterprise, authentication method Microsoft: Protected EAP (PEAP).
    4. Enter your username and password.

    On macOS:

    1. In Wi-Fi settings, select Other networks...Other options.
    2. Specify SSID, security type WPA2 Enterprise, authentication method PEAP.
    3. Enter your credentials.
    ⚠️ Attention: Often used in corporate networks 802.1X authentication with reference to MAC address. Check with your administrator to see if you need to register. MAC your laptop (you can find it with the command
    ipconfig /all
    on Windows or
    ifconfig | grep ether
    on macOS/Linux).

    8. Alternative ways to connect to the Internet without a wire

    If you can't connect to Wi-Fi, consider alternatives:

    • 📱 Mobile hotspot: distribute the Internet from a smartphone (for example, iPhone or Samsung Galaxy). On Android: Settings → Network and Internet → Access Point. On iOS: Settings → Modem mode.
    • 🌐 USB modem: Use a 4G/5G modem (eg Huawei E3372 or ZTE MF833V). Connect to laptop and install drivers.
    • 🔗 Powerline adapters: If you have a wired connection in another room, use adapters TP-Link AV1000 for transmitting the Internet via electrical wiring.
    • 📡 External Wi-Fi adapter: If the built-in module is weak, buy a USB adapter with an antenna (for example, ASUS USB-AC68 with support Wi-Fi 6).

    For laptops without built-in Wi-Fi (for example, some models Microsoft Surface Go or old IBM ThinkPad) external adapter is the only solution. When choosing, pay attention to:

    • 🔌 Interface: USB 3.0 or USB-C (for new MacBook).
    • 📶 Standard: Wi-Fi 6 (AX) or Wi-Fi 5 (AC).
    • 🛡️ Driver support: for Linux choose adapters on chips Ralink or Atheros (For example, TP-Link TL-WN725N).
    💡

    If you need the most stable signal, choose adapters with external antennas (for example, Alfa AWUS036ACH). They provide reception at a distance of up to 100 meters in line-of-sight conditions.

    Frequently asked questions (FAQ)

    🔹 Why doesn’t my laptop see Wi-Fi, although other devices connect?

    There are several reasons:

    • 🔌 Wi-Fi adapter is disabled (check Device Manager or BIOS).
    • 🔄 The adapter driver is outdated or damaged (update from the manufacturer’s website).
    • 📡 The router operates in 802.11ac, and your laptop only supports 802.11n (try turning on compatibility mode on your router).
    • 🛡️ Enabled Airplane mode or power saving is disabling the adapter (check in Control Panel → Power Options).

    If the problem persists, try connecting the laptop to the router via cable and updating the router firmware.

    🔹 How to connect to Wi-Fi if you forgot your password?

    There are several ways:

    • 🔐 On Windows: If the laptop has previously connected to this network, find the password in Settings → Network and Internet → Wi-Fi → Manage known networks → select network → PropertiesShow symbols.
    • 🍎 On macOS: open bunch of keys (via Spotlight), find the name of the network and double-click on it.
    • 📡 On the router: connect via cable, go to the admin panel (192.168.1.1), look for the section Wireless → Wireless Security.

    If all else fails, reset the router to factory settings (button Reset on the rear panel).

    🔹 Is it possible to connect a laptop to Wi-Fi without a password?

    Technically yes, but only if:

    • 🔓 The network is open (no password). In this case, just select it in the list and connect.
    • 🔄 You know WPS-PIN router (press the button WPS on the router and select the network on the laptop).
    • 🛠️ You use specialized software (for example, Aircrack-ng), but this illegally and may result in liability.

    In most cases, connecting without a password is impossible - modern standards (WPA3) reliably protect networks.

    🔹 Why is Wi-Fi slow on a laptop but fast on a phone?

    Reasons for the difference in speed:

    • 📶 The laptop is connected to 2.4 GHz, and the phone - to 5 GHz (check in Wi-Fi settings).
    • 🔋 Energy saving mode limits the performance of the adapter (disable in Control Panel → Power Options → Change advanced settings → Wireless network adapter settings).
    • 🔄 The Wi-Fi adapter driver is out of date (update via Device Manager or manufacturer's website).
    • 🛡️ Antivirus or VPN limits traffic (temporarily disable them).

    Also check the channel load using Wi-Fi Analyzer — neighboring networks may be causing interference.

    🔹 How to distribute Wi-Fi from a laptop to other devices?

    Your laptop can work as an access point:

    • 🪟 On Windows 10/11:
      1. Open Settings → Network and Internet → Mobile hotspot.
      2. Select General connection (For example, Ethernet or Wi-Fi).
      3. Set Network name And Password (minimum 8 characters).
      4. Turn on Mobile hotspot.
    • 🍎 On macOS:
      1. Open System Preferences → Sharing.
      2. Select Shared Internet: Wi-Fi (or Ethernet).
      3. Turn on Internet Sharing and configure Wi-Fi settings.
  • 🐧 On Linux:
    sudo apt install hostapd dnsmasq
    

    sudo systemctl start hostapd

    sudo systemctl start dnsmasq

    (Additional setup of configuration files is required).

  • Please note: Wi-Fi distribution may be limited by your provider or corporate policy.