The situation is familiar to many: the laptop successfully finds your Wi-Fi network in the list of available ones, shows its name and even signal strength, but when you try to connect, it gives an error or endlessly “obtains an IP address.” The problem may appear after updating the system, changing the router, or for no apparent reason. In 80% of cases, problems are to blame on the device side, not the provider - and you can fix them yourself.

In this article we will look at all possible reasons, through which the laptop sees Wi-Fi, but does not connect to it - from trivial (for example, disabled DHCP on the router) to complex (driver conflict or hardware failures). Instructions are suitable for Windows 10/11, macOS And Linux, and will also take into account the features of popular laptop brands (ASUS, Lenovo, HP, Acer). Let's start with simple solutions and gradually move on to advanced diagnostic methods.

1. Checking basic settings: router and laptop

Before digging deep into the system settings, make sure that the problem does not lie in obvious details. Start with the router:

  • 🔄 Reboot your router. Unplug it for 30 seconds, then plug it back in. This will reset the DHCP cache and temporary errors.
  • 📡 Check the network mode. If the router is configured to 802.11ac (5 GHz), and the laptop only supports 802.11n (2.4 GHz), connection will be impossible. Switch your router to mixed mode 802.11b/g/n.
  • 🔐 Make sure the password is entered correctly. Sometimes case characters or spaces at the end of the password cause an error. Try entering it manually rather than via the clipboard.
  • 🛡️ Disable MAC filtering. If the router settings enable a list of allowed devices by MAC address, your laptop may be blocked.

On the laptop side:

  • ✈️ Turn on/off Airplane mode. Sometimes this resets network settings. B Windows use combination Win + A, in macOS — icon in the upper right corner.
  • 🔌 Check the physical Wi-Fi switch. On some models (Lenovo ThinkPad, HP EliteBook) there is a hardware button or slider to disable the wireless network.
📊 What router do you have?
  • TP-Link
  • ASUS
  • Xiaomi
  • Keenetic
  • D-Link
  • Other

If after these steps the connection does not work, proceed to the next section. Pay special attention to the point about the network operating mode (2.4/5 GHz) - this is the most common cause of invisible conflicts.

2. Diagnostics of network adapter drivers

Incorrect or outdated drivers are the second most common cause of Wi-Fi problems. Symptoms: the laptop sees networks, but when connecting it gives errors like "Unable to connect to the network" or "Limited access".

How to check and update drivers:

  1. Open Device Manager:
    • B Windows: press Win + X → select Device Manager.
    • B macOS: go to About This Mac → System Report → Network.
  • Find your network adapter. In the section Network adapters look for devices with names Wireless, Wi-Fi, 802.11 or brands Intel, Qualcomm Atheros, Broadcom.
  • Check driver status. If there is an exclamation mark next to the adapter, the driver is not working properly.
  • Update methods:

    ☑️ Wi-Fi driver update

    Done: 0 / 4
    Method Benefits Disadvantages
    Download from the manufacturer's website The latest and most stable version Requires manual model search
    Automatic update via Manager Fast and easy May not install the latest version
    Removing the driver with reboot Resets conflicts After reboot it may not work

    For Linux use commands:

    lspci | grep -i wireless  # Проверка модели адаптера
    

    sudo apt update && sudo apt install firmware-iwlwifi # Установка драйвера для Intel

    💡

    If, after updating the driver, Wi-Fi stops working completely, roll it back through Device Manager (RMB → Properties → Roll Back).

    3. IP and DNS settings: manual configuration

    If the laptop sees the network, but when connecting it says "Obtaining an IP address" and freezes, the problem may be in the protocol settings DHCP or DNS. This is especially true for corporate networks or routers with non-standard parameters.

    How to check and fix:

    1. Open network settings:
      • B Windows: Settings → Network and Internet → Wi-Fi → Manage known networks.
      • B macOS: System Settings → Network → Wi-Fi → Advanced.
    2. Configure IP manually (if DHCP is not working):
      • IP address: 192.168.1.X (where X is a number from 2 to 254 not occupied by other devices).
      • Subnet mask: 255.255.255.0.
      • Gateway: 192.168.1.1 (or another, depending on the router).
      • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).

    To reset network settings to Windows use the commands in Command Prompt (Administrator):

    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

    How to find out the router's IP address?

    Open a command prompt and type ipconfig (Windows) or ifconfig (macOS/Linux). Look for the line “Default gateway” - this is the router’s IP.

    If the connection worked after manual configuration, the problem was DHCP conflict. In this case, it is recommended to update the router firmware or reset its settings.

    4. Software conflicts

    Antiviruses, VPN clients, and even standard Windows updates can block your Wi-Fi connection. For example, Kaspersky Internet Security sometimes marks home networks as "unsecure" and NordVPN can redirect all traffic through its servers, breaking the local connection.

    What to do:

    • 🛡️ Temporarily disable your antivirus. Check if the connection appears. If yes, add the network to exceptions or change your antivirus.
    • 🌍 Disable VPN. B Windows this can be done via Settings → Network and Internet → VPN.
    • 🔄 Check Windows services. Open services.msc and make sure that they are running:
      • WinHTTP Web Proxy Automatic Discovery Service
      • Network List Service
    💡

    If the problem appeared after updating Windows, try rolling back the system 1-2 days ago after Settings → Update & Security → Recovery.

    For macOS check your firewall settings in System Settings → Security and Safety → Firewall. Sometimes it blocks new connections.

    5. Hardware problems: what to do if nothing helps

    If the laptop sees networks, but does not connect to any of them (including a mobile hotspot from a phone), it is possible hardware failure:

    • 📶 Damaged Wi-Fi module. A common problem after falls or moisture. Check if Wi-Fi is working in Safe Mode (if yes, the problem is in the software, if not, in the hardware).
    • 🔌 Antenna disconnected. Open the back cover of the laptop and check the connection of the cables to the Wi-Fi module (usually they are black and white).
    • Motherboard failure. If the Wi-Fi module is not detected in Device ManagerThe controller may have failed PCIe.

    How to check:

    1. Connect external USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If it works, the problem is in the internal module.
    2. Test the laptop on a different router or on a different network (for example, in a cafe).
    3. Run Linux Live USB (For example, Ubuntu). If Wi-Fi doesn’t work there too, it’s a hardware issue.
    💡

    On laptops Lenovo And Dell Wi-Fi modules are often soldered to the motherboard. Replacing them requires soldering and it is better to trust the service center.

    If a hardware fault is confirmed, estimate the cost of repair. Replacing a Wi-Fi module at a service center will cost 1 500–4 000 ₽, depending on the laptop model.

    6. Specific problems for different OS

    Each operating system has unique bugs related to Wi-Fi. Let's look at the most common ones.

    Windows 10/11

    • 🔧 Error: "The network settings saved on this computer do not meet the requirements of this network". Solution: Delete the network in Settings → Wi-Fi → Manage known networks and connect again.
    • 🖥️ Conflict with Hyper-V. If you have virtualization enabled, try disabling it in Control Panel → Programs → Turn Windows features on or off.

    macOS (Monterey, Ventura, Sonoma)

    • 🍎 Wi-Fi connects, but the Internet does not work. Reset network settings:
      sudo ifconfig en0 down
      

      sudo ifconfig en0 up

    • 🔄 Problems after update. Delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist and restart your Mac.

    Linux (Ubuntu, Mint, Fedora)

    • 🐧 Wi-Fi module is not detected. Install proprietary drivers:
      sudo ubuntu-drivers autoinstall
    • 📡 Low speed or breaks. Disable power saving for Wi-Fi:
      sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

    For Windows It's also useful to run the built-in diagnostic utility: Settings → Network and Internet → Status → Network diagnostics.

    7. Problems on the router side

    If the laptop does not connect to Wi-Fi, but other devices (phone, tablet) work fine, the problem is most likely in the laptop. But if no device can connect, the router is at fault. Let's look at typical scenarios:

    Symptom Possible reason Solution
    There is Wi-Fi, but the Internet does not work Problems with the provider or the tariff has not been paid Reboot the router, check the balance
    The network disappears from the list Router overheating or firmware failure Disconnect for 10 minutes, update the firmware
    Connects, but falls off after 5 minutes IP conflict or low signal Change the Wi-Fi channel in the router settings

    How to set up a router:

    1. Go to the router control panel (usually at 192.168.1.1 or 192.168.0.1).
    2. Check the following settings:
      • 🔒 Security type: must be WPA2-PSK or WPA3-PSK (not WEP!).
      • 📶 Wi-Fi channel: if used Auto, try manually selecting 1, 6 or 11 (for 2.4 GHz).
      • 🔄 Operating mode: 802.11n or 802.11ac (not 802.11b).
  • Save the settings and reboot the router.
  • FAQ: Frequently asked questions

    The laptop sees Wi-Fi, but says “Unable to connect to this network.” What to do?

    This error is often associated with incorrect security settings. Try:

    1. Delete the network in Wi-Fi settings and connect again.
    2. Check that it is enabled on the router WPA2-PSK (not WPA3, if the laptop is old).
    3. Update your network adapter driver.
    Wifi works on the phone but not on the laptop. What's the matter?

    Most likely the problem is in the laptop. Start with:

    • Driver checks (section 2 of the article).
    • Reset network settings (section 3).
    • Virus checks (section 4).

    If all else fails, test the laptop on another router.

    After updating Windows, the laptop stopped connecting to Wi-Fi. How can I get everything back?

    Revert the system to the previous restore point:

    1. Open Control Panel → Recovery → Run System Restore.
    2. Select the point created before the update.
    3. Confirm the recovery and wait for the reboot.

    If there is no dot, download the Wi-Fi driver from the laptop manufacturer’s website and install it manually.

    The laptop connects to Wi-Fi, but the Internet does not work. What to check?

    The reasons may be different:

    • 🔌 Problems with the provider — check if the Internet works on other devices.
    • 📡 Incorrect DNS - try to enter it manually 8.8.8.8.
    • 🛡️ Firewall or antivirus is blocking the connection - temporarily disable them.
    Is it possible to fix the Wi-Fi module in a laptop yourself?

    Depends on the problem:

    • If the antenna comes off — you can carefully connect it back (disassembling the laptop is required).
    • If the module burns out — soldering or replacement is needed, it is better to contact the service.

    For models with a removable module (for example, HP ProBook, Dell Latitude) you can replace it yourself by purchasing a similar one on AliExpress or in a local store.