My laptop isn't getting Wi-Fi: What to do if the network is down or won't connect

You turned on your laptop, and instead of the usual list of networks, there's nothing there, or a stubborn "No internet connection" message? Are you having problems with Wi-Fi on a laptop Problems can arise suddenly: yesterday everything was working, but today the device refuses to see the router or connect to it. The causes can vary, from a simple disconnected adapter to serious system failures.

In this article we will discuss all possible scenariosWhy your laptop isn't getting Wi-Fi—from hardware issues to router configuration errors. You'll learn how to diagnose the problem in 5 minutes, which settings to check first, and when to call for service. These instructions are suitable for Windows 10/11, macOS and most laptop models (ASUS, HP, Lenovo, Acer, Dell and others).

Don't rush to take your device in for repair—in 90% of cases, the problem can be solved independently by following our recommendations. Start with simple steps and gradually move on to more complex methods.

📊 What kind of laptop do you have?
Windows
macOS
Linux
Don't know

1. Check for obvious causes: router, buttons, cables

Before digging deep into system settings, make sure the problem isn't just surface-level. Users often miss basic details, spending hours troubleshooting.

First rule: If your laptop can't find Wi-Fi, check if your other devices are working. Take your smartphone or tablet and try connecting to the same network. If they can't see Wi-Fi either, the problem is router or provider, not in a laptop.

  • 🔌 Reboot your router: Unplug the power supply for 30 seconds, then plug it back in. Wait until it boots up completely (the indicators should be steady).
  • 📡 Check your router antennas: If they are external, make sure they are not disconnected or broken. On some models (TP-Link Archer C6, ASUS RT-AX55) antennas can be carefully rotated for better signal.
  • 🔄 Reset your router settings: If the network does not appear after rebooting, press the button Reset (usually hidden in a small hole) and hold for 10 seconds. This will reset your router to factory settings - you will have to set it up again!
  • 📶 Check your Wi-Fi range: modern routers operate in two ranges - 2.4 GHz And 5 GHzOlder laptops (before 2015) may not support 5 GHz. Try connecting to a network with a name containing 2.4G or 2G.
⚠️ Attention: If after resetting the router you do not remember the login details for the admin panel, look for them on the sticker on the back of the device (usually it is admin/admin or admin/password).

If other devices connect to Wi-Fi normally but your laptop does not, proceed to the next step.

2. Turn on the Wi-Fi adapter on your laptop

A common reason why a laptop won't connect to Wi-Fi is a disabled wireless adapter. It can be disabled either through software or physically (using a button or key combination).

Ways to turn on Wi-Fi:

  • ⌨️ Hot keys: Most laptops have a key combination for controlling wireless modules. This is usually Fn + F2, Fn + F5 or Fn + F12 (Depending on the model). Look for a key with an antenna or airplane icon.
  • 🖥️ Hardware switch: on some models (Lenovo ThinkPad, Dell Latitude) There's a physical slider or button on the case. Check the side panels of the laptop.
  • 🖱️ Via Control Center (Windows):
    1. Click on the network icon in the lower right corner (next to the clock).
    2. If Wi-Fi is disabled, tap the Wi-Fi tile – it will turn blue.
    3. If there is no tile at all, the adapter is disabled in the system (see the next section).
  • 🍎 On macOS: Click the Wi-Fi icon in the top bar. If it's crossed out, click "Turn on Wi-Fi."
  • If the adapter is turned on but there is still no network, check its status in Device Manager (more on this in the next section).

    ☑️ Check if Wi-Fi is enabled

    Completed: 0 / 4

    3. Diagnosing the Wi-Fi adapter in Device Manager

    If your laptop doesn't see any Wi-Fi networks, the problem may be adapter driver or disabling it at the system level. Let's check this through the Device Manager.

    Instructions for Windows:

    1. Click Win + X and select "device Manager».
    2. Expand the section "Network adapters».
    3. Find the device with the words Wireless, Wi-Fi, 802.11 or the name of your adapter (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377, Realtek RTL8821CE).

    What to do next:

    Symptom Cause Solution
    The adapter is marked with a downward arrow (↓) The device is disabled Right-click → "Activate"
    There is an exclamation mark (!) next to the adapter. Problem with the driver Right-click → “Update driver” or “Uninstall device” → restart your PC
    The adapter is not in the list Driver missing or hardware failure Install the driver manually (see section 5)
    There is an adapter, but the networks are not visible. The driver is not working properly Roll back or reinstall the driver

    If the adapter is in the manager, but the networks are still not displayed, try enable it via command line:

    netsh interface set interface "Wireless Network" enable

    Replace Wireless network the exact name of your adapter (look at it in the device manager).

    ⚠️ Attention: If your laptop no longer detects Wi-Fi after updating the driver, try rolling back the driver to the previous version. To do this, in Device Manager, select the adapter → "Properties" → "Driver" tab → "Roll Back Driver."

    4. Reset network settings and TCP/IP parameters

    Sometimes the reason why a laptop won't connect to Wi-Fi is lost network settingsThis can happen after a Windows update, a virus attack, or an improper network disconnect. A reset will help return everything to its original state.

    Method 1: Via Windows Settings (easy)

    1. Open Settings (Win + I) → “Network and Internet” → “Status”.
    2. Scroll down and click "Network reset».
    3. Confirm the action and restart the laptop.

    Method 2: Via the command line (advanced)

    This method will reset DNS cache, TCP/IP settings And network adaptersOpen a command prompt as administrator and run the following commands in order:

    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

    Once completed, restart your laptop. If the issue was related to software settings, Wi-Fi should work again.

    For macOS:

    1. Open Terminal (Applications → Utilities → Terminal).
    2. Enter the command:
      sudo ifconfig en0 down && sudo ifconfig en0 up

      (replace en0 to your network interface, if it is different).

    3. Restart your Mac.

    5. Update or reinstall the Wi-Fi driver

    Outdated, damaged, or incompatible Wi-Fi drivers — one of the most common causes of connection problems. This is especially true after major Windows updates (for example, switching from Windows 10 on Windows 11).

    How to update the driver:

    1. Open Device Manager (Win + X → Device Manager).
    2. Expand "Network adapters" and find your Wi-Fi module.
    3. Right-click → “Update driver” → “Automatic search”.

    If Windows reports that the driver is up to date but the problem persists, install it manually:

    • 🔍 From the manufacturer's official website:
      1. Find out the adapter model (in the device manager).
      2. Go to the laptop manufacturer's website (support.lenovo.com, support.hp.com etc.) or adapter (Intel, Qualcomm, Realtek).
      3. Enter your laptop or adapter model and download the latest driver for your OS.
    • 💾 Via Windows Update: Sometimes drivers come with updates. Check for updates in Settings → Windows Update.
    • 🔄 Driver rollback: If the problem appeared after an update, roll back the old version (right-click on the adapter → “Properties” → “Driver” → “Roll Back”).
    • For macOS Drivers are updated along with system updates. Check them in "System Preferences → Software Update."

      ⚠️ Attention: Never download drivers from third-party websites (like driverpack.io) — they often contain viruses or incompatible versions. Use only official sources!
      How can I find out the model of my Wi-Fi adapter if it's not detected?

      If the adapter does not appear in Device Manager, try:

      1. Open Command Prompt and enter:

      wmic nic get name, index

      This will show all network devices, even disabled ones.

      2. If the adapter is physically faulty, its model may be indicated on a sticker under the battery or in the documentation that came with the laptop.

      6. Checking router settings and changing the Wi-Fi channel

      If your laptop won't connect to Wi-Fi, but other devices are working fine, the problem may be incompatibility of router settings with your adapter. For example, a router may use encryptionwhich your laptop does not support, or work on congested channel.

      How to access router settings:

      1. Connect your laptop to the router via cable (if Wi-Fi is not working).
      2. Open your browser and enter in the address bar 192.168.0.1 or 192.168.1.1 (see the exact address on the router sticker).
      3. Enter your login and password (usually admin/admin).

      What to check in the settings:

      • 🔒 Security type: make sure it is used WPA2-PSK or WPA3-PSK. Outdated WEP not supported by modern devices.
      • 📶 Wi-Fi channel: if the router is configured to automatic channel selection, try setting a fixed one (for example, 6 or 11 For 2.4 GHz). Overloaded channels can cause connection breaks.
      • 🔄 Opening hours: If you have an old laptop, set the mode 802.11n instead of 802.11ac/ax (in wireless network settings).
      • 🔗 Channel width: For 2.4 GHz select 20 MHz (and not 40 MHz), this will increase stability.

      After making changes, save the settings and reboot the router.

      Parameter Recommended value What is it for?
      Wi-Fi standard 802.11n (or 802.11ac if the laptop is new) Ensures compatibility with older devices
      Channel width (2.4 GHz) 20 MHz Reduces interference from other networks
      Channel 1, 6 or 11 The least congested channels in the 2.4 GHz band
      Security mode WPA2-PSK (AES) The best balance of security and compatibility
      ⚠️ Attention: Router settings may vary depending on the model and firmware version. If you're unsure about what you're doing, back up your current settings before making any changes (there's usually a "Backup" button in the web interface).

      7. Diagnosing hardware problems

      If none of the software methods helped, the problem may lie in hardwareThis could be:

      • 🔌 Disconnected antenna cable: In some laptops, the Wi-Fi module is connected to the motherboard via connectors M.2 or mPCIeIf the antenna cable is disconnected, there will be no signal.
      • 🔥 Adapter overheating: If your laptop gets too hot, the Wi-Fi module may turn off for protection. Check the temperature using HWMonitor or AIDA64.
      • Module failure: If the adapter is not detected in the system even after reinstalling the drivers, it may be faulty.
      • 🔋 Nutritional issues: on some laptops (HP Pavilion, Dell Inspiron) The Wi-Fi module may turn off when the battery is low.

      How to check the hardware:

      1. Disassemble the laptop: If you're an experienced user, you can carefully remove the back cover and check if the antenna cables are connected to the Wi-Fi module. They're usually black and white and connected to small connectors.
      2. Test the module on another device: If possible, connect the Wi-Fi adapter to another laptop or PC via USB adapter (for modules M.2 or mPCIe).
      3. Use an external adapter: buy an inexpensive one USB Wi-Fi adapter (For example, TP-Link TL-WN725N) and check if it works. If so, the problem is with the internal module.

      If you're unsure, it's best to contact a service center. The average cost of diagnosing a Wi-Fi module ranges from 500 to 1,500 rubles.

      8. Additional methods: from enabling compatibility mode to alternative connections

      If the standard methods don't work, try these alternative solutions:

      • 🔄 802.11n Compatibility Mode:
        1. Open Device Manager → Network Adapters.
        2. Right-click on the Wi-Fi adapter → “Properties” → “Advanced” tab.
        3. Find the parameter Wireless Mode or 802.11n Mode and set the value Enabled.
    • 🛡️ Disabling firewall and antivirus: Sometimes Windows Defender, Kaspersky or Avast block network connections. Temporarily disable them and check your Wi-Fi.
    • 🌐 Changing DNS: If your laptop connects to the network but the internet doesn't work, try using Google's public DNS (8.8.8.8) or Cloudflare (1.1.1.1).
    • 📱 Sharing Internet from your phone: turn it on on your smartphone access point and try connecting to it. If the laptop sees this network, the problem is with the router.
    • 🔌 Connection via cable: If Wi-Fi is not working, but you urgently need the Internet, use Ethernet cable or USB Internet (for example, from a phone).
    • For advanced users: If you suspect problems at the OS level, you can try:

      • 🔄 System Restore: Roll back Windows to a point when Wi-Fi worked (Start → System Restore).
      • 🖥️ Clean boot: disable all third-party services and programs that may interfere with the network (msconfig → "Services" → "Hide all Microsoft services" → "Disable all").
      • If nothing helps, there are two options left: reinstalling Windows (as a last resort) or contacting the service center for hardware diagnostics.

        📊 What helped solve your problem?
        Rebooting the router
        Driver update
        Reset network settings
        Changing the Wi-Fi channel
        Another way

        FAQ: Frequently asked questions about laptop Wi-Fi issues

        The laptop only doesn't see my network, but it does see others. What's wrong?

        Most likely your router is configured to hiding SSID (the network name is not broadcast). To connect:

        1. In Windows: Settings → Network & Internet → Wi-Fi → Manage known networks → Add new network. Enter the name (SSID) and password.
        2. On macOS: System Preferences → Network → Wi-Fi → Other Networks → Enter the details manually.

      Also check if there is filtering enabled in your router settings. MAC addresses (it can block your laptop).

      The Wi-Fi connects, but the internet isn't working. What should I do?

      The reasons may be different:

      • 🔌 Problems with the provider: Check if the internet works on other devices.
      • 🔒 Incorrect IP settings: Open Settings → Network & Internet → Wi-Fi → Change adapter settings. Right-click on your connection → Properties → Internet Protocol Version 4 (IPv4). Make sure the boxes for Obtain an IP address automatically and Obtain DNS automatically are checked.
      • 📡 DHCP failure on router: reboot your router or manually enter the IP address (for example, 192.168.0.100 with a mask 255.255.255.0 and a gateway 192.168.0.1).
      My laptop connects to Wi-Fi but keeps disconnecting. How do I fix this?

      Reasons for unstable connection:

      • 📶 Weak signal: Check the signal strength (it should be at least 3-4 bars). Try moving closer to the router or using repeater.
      • Energy Saving: In Windows, open Device Manager → Network Adapters → Right-click Wi-Fi → Properties → Power Management tab. Uncheck "Allow the computer to turn off this device to save power."
      • 🔄 Channel conflict: In the router settings, change the Wi-Fi channel to a fixed one (for example, 6 instead of Auto).
      • 🔥 Adapter overheating: If your laptop is overheating, the Wi-Fi module may be disconnecting. Clean the cooling system of dust.
      After updating Windows, my laptop stopped detecting Wi-Fi. What should I do?

      Windows updates often break drivers. Solutions:

      1. Roll back the driver: In the device manager, right-click on the Wi-Fi adapter → “Properties” → “Driver” → “Roll Back Driver”.
      2. Install the driver from the manufacturer's website: Download the latest version for your laptop model.
      3. Roll back a Windows update: “Settings” → “Update & Security” → “View update history” → “Uninstall updates”.

      If the problem persists, check Compatibility of your Wi-Fi adapter with the new version of Windows (for example, very old adapters Broadcom 4313 may not work in Windows 11).

      Is it possible to connect a laptop to Wi-Fi without a built-in adapter?

      Yes, there are several ways:

      • 🖧 USB Wi-Fi adapter: Inexpensive devices (from 500 rubles) connect to a USB port and work as an external receiver.
      • 📱 Smartphone in modem mode: Turn on "Access Point" on your phone and connect to it.
      • 🔌 Ethernet over USB: If your laptop doesn't have an RJ-45 port, use USB-Ethernet adapter.
      • 💻 Sharing Wi-Fi from another laptop: If you have a second laptop with working Wi-Fi, you can enable Mobile Hotspot (Windows) or Internet Sharing (macOS) on it.

      These methods are also suitable for desktop PCs without Wi-Fi.