You open your laptop, try to connect to your usual Wi-Fi network, and see the message "Failed to connect" or endless spinning of the loading icon. The situation is familiar to everyone: either the router is buggy, or Windows was “updated” again at the wrong time. But what to do if rebooting doesn’t help, but you need the Internet? right now?

In this article, we will analyze all possible reasons - from the banal (adapter is turned off) to the exotic (IP address conflict). We'll also give step by step instructions for different operating systems, including rare cases when the problem lies in hardware laptop. It doesn't matter you ASUS, Lenovo or MacBook - solutions are universal.

1. Checking the obvious: router, buttons and modes

Start with the simplest thing - sometimes the problem is solved in 30 seconds. Make sure that:

  • 🔌 The router is turned on and the indicators are on (especially Wi-Fi or WLAN). If it blinks orange, reboot it with the button Reset on the back panel.
  • 📶 Wi-Fi is not disabled on the laptop. On some models (for example, HP Pavilion or Dell XPS) there is a physical button or combination Fn + F2/F12 to turn on the adapter.
  • 🔒 You are entering the correct password. If the network is hidden (SSID hidden), check the case of characters - PassWord And password For Wi-Fi different things.

If there are other devices nearby (smartphone, tablet), try connecting to the same network from them. Does it work? This means the problem is in the laptop. Not working? The router or provider is to blame - call the support of your Internet provider and find out if accidents on the line.

⚠️ Attention: On some laptops (eg Lenovo ThinkPad) Wi-Fi may turn off when the battery charge is low (less than 5%). Connect the charger and try again.
📊 How often do you have problems with Wi-Fi on your laptop?
  • Once a week
  • Once a month
  • Rare, but accurate
  • Never

2. Diagnostics of the network adapter in Windows

If Wi-Fi is turned on, but no networks are displayed or the connection fails, check the status of the network adapter. B Windows 10/11 do the following:

  1. Click Win + X and select "Device Manager".
  2. Expand the tab "Network adapters".
  3. Find the device with names Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  4. If there is a light next to the adapter yellow exclamation mark - right click and select "Update driver".

If the adapter is not in the list at all, it means it disabled in BIOS or physically damaged. To check the BIOS:

  1. Reboot your laptop and press F2, Del or Esc (depending on the model).
  2. Find a section AdvancedOnboard Devices Configuration.
  3. Make sure the setting Wireless LAN or Wi-Fi Adapter installed in Enabled.

☑️ Checking the Wi-Fi adapter in Windows

Done: 0 / 4

3. Reset network settings and TCP/IP

Sometimes connection failures are caused by IP address conflicts or damaged protocol settings TCP/IP. To reset them:

  1. Open Command line as administrator (Win + XTerminal (administrator)).
  2. Enter the commands one by one (after each press Enter):
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your laptop.

If after resetting Wi-Fi still does not work, try manually set DNS:

  1. Open Control Panel → Network and Sharing Center → Change adapter settings.
  2. Right click on Wi-FiPropertiesIP version 4 (TCP/IPv4).
  3. Select Use the following DNS addresses and enter:
    8.8.8.8
    

    8.8.4.4

    (this is Google's DNS).

⚠️ Attention: If, after manually setting up DNS, the Internet disappears completely, return the parameter Obtain DNS address automatically and reboot your laptop.

4. Update and reinstall Wi-Fi drivers

Outdated or damaged drivers are one of the most common causes of Wi-Fi problems. Even if in Device Manager There are no errors, the driver could have crashed after updating Windows.

Update methods:

  • 🔄 Automatically via Windows:
    1. Open Device Manager → find the Wi-Fi adapter.
    2. Right click → Update driverAutomatic search.
  • 💻 Manually from the manufacturer's website:
    1. Find out the adapter model (in Device Manager or through the command ipconfig /all in Command line).
    2. Download the driver from the official website:
  • 🧹 Clean installation (if the update didn't help):
    1. Uninstall the current driver in Device Manager (right button → Remove device).
    2. Check the box Remove driver programs for this device.
    3. Restart your laptop - Windows will install the driver automatically.
  • How to find out the model of a Wi-Fi adapter if it is not detected?

    Open a command prompt and type: wmic nic get name, manufacturer

    In the list, look for a device that mentions Wireless or Wi-Fi. If this doesn't work, look at the laptop model (for example, on the sticker below) and find the specifications on the manufacturer's website.

    5. Problems with macOS: features and solutions

    On MacBook (especially with chips Apple M1/M2) Wi-Fi may fail due to interruptions in system settings or conflicts with access points. Here's what to do:

    • 🔄 Reset SMC and NVRAM:
      1. Turn off your MacBook.
      2. Clamp Shift + Control + Option and the power button for 10 seconds (for Mac with Intel chip).
      3. For Apple Silicon (M1/M2) just reboot the laptop - SMC resets automatically.
    • 📡 Removing network settings:
      1. Open System Settings → Network.
      2. Select Wi-Fi → click (minus) to delete the configuration.
      3. Add the network again (+ → select Wi-Fi).
    • 🛠 Creating a new network location:
      1. B System settings → Network click on LocationChange locations.
      2. Create a new one (for example, Home 2) and configure the connection again.

    If the problem persists, check Wi-Fi channel in the router settings. Some MacBook don't work well with channels 12–14 (they are not allowed in all countries). Switch the router to the channel 1–11.

    💡

    MacBooks running macOS Ventura and later have a hidden Wi-Fi diagnostic feature. Clamp Option (Alt) and click on the Wi-Fi icon in the menu bar - an expanded menu will appear with network information and recommendations.

    6. Problems on Linux: commands and configurations

    B Ubuntu, Fedora or Arch Linux Wi-Fi may not work due to missing proprietary drivers or incorrect settings NetworkManager. Check the following:

    • 🐧 Installing drivers:

      For adapters Broadcom or Realtek Additional packages are often required. B Ubuntu/Debian do:

      sudo apt update
      

      sudo apt install firmware-b43-installer # для Broadcom

      sudo apt install rtl8821ce-dkms # для Realtek RTL8821CE

    • 🔧 Restarting NetworkManager:
      sudo systemctl restart NetworkManager
    • 📡 Checking RFKill blocking (if Wi-Fi is disabled at the system level):
      rfkill list
      

      sudo rfkill unblock wifi

    If the network is visible but won't connect, try delete saved settings:

    sudo rm /etc/NetworkManager/system-connections/*
    

    sudo systemctl restart NetworkManager

    ⚠️ Attention: On some distributions (for example, Arch Linux) instead NetworkManager can be used netctl or wpa_supplicant. Check the active service with the command systemctl list-units --type=service | grep -E 'network|wpa'.

    7. Hardware faults: how to check

    If software methods do not help, the problem may be physical breakdown Wi-Fi module. Signs:

    • 🔌 The adapter is not detected in Device Manager or lsusb (Linux).
    • 🔥 The laptop overheats and Wi-Fi turns off after 5-10 minutes of use.
    • 🛠 Damage to the antennas is visible (for example, after a fall or repair).

    To check the hardware:

    1. Connect an external Wi-Fi adapter (For example, TP-Link TL-WN725N) via USB. If it works, the problem is in the internal module.
    2. Check antennas:
      • Open the back cover of the laptop (if you have experience).
      • Make sure the antenna cables (usually black and white) are tightly connected to the Wi-Fi module.
  • Test on a different OS. Install Linux Live USB (For example, Ubuntu) and check if the system sees Wi-Fi.
  • Symptom Probable Cause Solution
    There is Wi-Fi, but the speed is very low Interference from other networks or legacy standard (802.11n instead of 802.11ac) Change the channel on the router to 5 GHz or update the router firmware
    The laptop sees networks, but does not connect to any Service failure WLAN AutoConfig (Windows) Restart the service: net stop wlansvcnet start wlansvc
    Wi-Fi only works near the router Damaged antenna or weak adapter signal Replace the Wi-Fi module or use a USB adapter
    The laptop connects, but there is no internet Incorrect IP or DNS settings Reset TCP/IP (see section 3) or register DNS manually
    💡

    If the laptop does not see any Wi-Fi networks, but the external USB adapter works, the problem is in the internal module. Replacing it at a service center will cost RUB 1,500–4,000 (depending on the model).

    8. Alternative ways to connect to the Internet

    While you are fixing Wi-Fi, you can temporarily use other options:

    • 📱 Mobile hotspot:
      • Turn on Modem mode on a smartphone (Android/iOS).
      • Connect your laptop to the created access point.
    • 🔌 Ethernet via USB adapter:
      • Buy an adapter USB-to-Ethernet (costs ~500 ₽).
      • Connect the cable from the router directly.
    • 💻 Bluetooth terminal (for macOS/Linux):
      sudo pand --connect [MAC-адрес телефона] --script /etc/bluetooth/pan/dev-up.sh
      

      sudo dhclient bnep0

    If you urgently need the Internet for work, but Wi-Fi does not work, mobile hotspot - the fastest option. The speed will be lower, but it will be enough for mail, instant messengers and a light browser.

    FAQ: Frequently asked questions about problems with Wi-Fi on a laptop

    Why doesn't my laptop see only my Wi-Fi network, but sees others?

    Your router is probably running in 802.11ac (5 GHz), and the laptop adapter only supports 802.11n (2.4 GHz). Go to your router settings and enable support 2.4 GHz or update the Wi-Fi driver on your laptop.

    Also check if it is hidden SSID your network. If yes, enter the network name and password manually.

    Wi-Fi connects, but disconnects after 5 minutes. What's the matter?

    The reasons may be different:

    • Energy Saving: B Windows open Device ManagerNetwork adapterPropertiesPower management and uncheck Allow this device to turn off to save power.
    • Interference: If there are many networks nearby on the same channel, the router may “reset” the connection. Change the channel in the router settings.
    • Adapter overheating: Check the temperature of the laptop (for example, with a program HWMonitor). If the Wi-Fi module is overheating, try cooling the laptop or replacing the thermal paste.
    The X on the Wi-Fi icon on the laptop is lit. What does it mean?

    The cross means that network adapter is disabled or not detected by the system. Check:

    1. A physical Wi-Fi button/switch on the laptop body.
    2. Adapter status Device Manager (it may be disabled).
    3. BIOS settings (section Wireless LAN should be able to Enabled).

    If the adapter is not detected at all, try reinstalling the driver or checking the hardware (see section 7).

    Is it possible to connect to Wi-Fi without a password if the laptop has been connected before?

    Yes, if the laptop was previously connected to this network, the password could be saved. B Windows:

    1. Open Control Panel → Network and Sharing Center → Manage Wireless Networks.
    2. Find the network you need, right-click → Properties.
    3. On the tab Security check the box Show entered characters - you will see the password.

    B macOS passwords are stored in Keychain (open via Spotlight).

    After updating Windows, Wi-Fi stopped working. How to roll back?

    If the problem appeared after the update, try rolling back the system:

    1. Open Settings → Update & Security → Recovery.
    2. Click Start in section Go back to a previous version of Windows.
    3. Follow the instructions (takes ~20 minutes).

    If a rollback is not possible, download the previous version of the Wi-Fi driver from the laptop manufacturer's website and install it manually.