Laptop Wi-Fi Not Working: Full Diagnostics and Repair

You turned on your laptop, but there's no internet connection—the Wi-Fi icon is crossed out, networks aren't showing up, or the connection keeps dropping. This situation is familiar to every second user, but the causes can vary dramatically, from a simple disconnected adapter to serious hardware issues. In this article, we'll look into it. all possible scenarios, why Wi-Fi doesn't work on my laptop, and we'll give step-by-step instructions For Windows 10/11, macOS, and Linux. We'll pay special attention to diagnostics—it will help you save time and avoid unnecessary actions.

It's important to understand: the problem could be with the laptop itself, the router, the ISP, or even the operating system settings. We've structured this material from simple to complex: first, we'll check the obvious, then move on to a more in-depth diagnosis. If you're not a techie, don't be intimidated by terms like DHCP or IPv6Each step is accompanied by explanations and screenshots (for Windows). Terminal commands and log analysis have been added for advanced users.

Before you begin, answer two questions:

  1. Does Wi-Fi work on other devices (phone, tablet, second laptop)?
  2. Do you see at least one network in the list of available connections?

The answers will narrow the problem down by 70%. If the answer to the first question is "no," the problem is with the router or ISP; if the answer is "yes" and the answer to the second question is "no," the adapter or its drivers are at fault.

📊 How long has your laptop's Wi-Fi been down?
Less than a day
1-3 days
More than a week
Constantly, but it worked before

1. Checking basic settings: router and physical connections

Start with the simplest thing - rebooting equipmentUnplug the router for 30 seconds, then plug it back in. Wait 2-3 minutes for it to fully boot up (the lights should be steady, not blinking). Do the same with your laptop. This resolves the issue in 30% of cases.

If rebooting doesn't help, check:

  • 🔌 Router power supply: the cable must be firmly inserted into the connector DC-IN. On some models (ASUS RT-AX88U, TP-Link Archer C6) the power indicator flashes orange when the voltage is unstable.
  • 📡 Router antennasIf they are removable, make sure they are screwed in tightly. Angle them upward at a 45° angle for better coverage.
  • 🖥️ Wi-Fi button on a laptop: on some models (Lenovo ThinkPad, HP Pavilion) there is a physical switch or a key combination (Fn + F2, Fn + F12) to enable/disable the adapter.

If other devices connect to the network normally, but the laptop doesn't, proceed to the next section. If the problem affects all devices, check your router settings:

  1. Connect to it via cable (or via another laptop/phone).
  2. Open the control panel at 192.168.0.1 or 192.168.1.1 (standard logins/passwords: admin/admin, if you haven't changed it).
  3. Check if Wi-Fi sharing is enabled in the section Wireless Settings or Wireless network.

2. Diagnosing a Wi-Fi adapter in Windows

If the router is working, but the laptop does not see the network, the problem may be in network adapterIn Windows, check its status like this:

  1. Click Win + X and select device Manager.
  2. Expand the tab Network adapters.
  3. Find the device with the names Wireless, Wi-Fi, 802.11 or chip model (Intel AX200, Qualcomm Atheros, Broadcom).

Here's what might be wrong:

  • ⚠️ The adapter is disabled: right click and select Activate the device.
  • ⚠️ Exclamation mark: the driver is not working properly (more on this in the next section).
  • ⚠️ The adapter is not in the list: either it is disabled in BIOS or it is physically damaged.

Also check the adapter status via Control Panel → Network and Internet → Network and Sharing CenterIf next to Wireless network status is worth it Disabled, right click and select Turn on.

Open Device Manager (Win + X)

Find the network adapter in the list

Make sure it is turned on (no down arrow)

Check for the absence of an exclamation mark

Update driver (right click → Update driver)-->

3. Updating and reinstalling drivers

In 40% of cases, the problem with Wi-Fi is related to outdated or damaged driversEven if everything looks fine in Device Manager, the driver may have crashed after a Windows update or a conflict with other software.

Update methods:

  1. Automatically via Windows:
    1. In Device Manager, right-click on the adapter.
    2. Select Update driver → Automatic search.

    If Windows says the driver is up to date, this isn't always true. Proceed with manual installation.

  2. Manually from the manufacturer's website:
    1. Find out the adapter model (in the Device Manager or via the command wmic nic get name, manufacturer V CMD).
    2. Download the driver from the official website:

If Wi-Fi doesn't work after the update, try roll back the driver:

  1. In Device Manager, right-click on the adapter.
  2. Select Properties → Driver → Roll Back Driver.
  3. If the button is inactive, remove the driver completely (Remove device) and restart your laptop - Windows will reinstall it.
What to do if Windows does not find the driver after uninstallation?

If after uninstalling the driver and rebooting Windows does not install it automatically:

1. Download the driver to another computer and transfer it to a flash drive.

2. Install it manually via Device Manager (Update Driver → Browse my computer for driver software).

3. For older laptops (before 2015) you may need a driver for Windows 7/8 — try installing it in compatibility mode.

4. Network and protocol settings in Windows

Sometimes Wi-Fi doesn't work because incorrect network parametersFor example, if the IP address conflicts with other devices or the DNS servers are unavailable, check the settings as follows:

  1. Click Win + R, enter ncpa.cpl and press Enter.
  2. Find your wireless connection, right click and select Properties.
  3. Make sure the following are checked:
    • 🔘 Client for Microsoft networks
    • 🔘 File and Printer Sharing...
    • 🔘 Internet Protocol version 4 (TCP/IPv4)
  • Select IP version 4 and press Properties. Make sure it is selected. Obtain an IP address automatically And Obtain DNS server address automatically.
  • If automatic settings don't work, try entering DNS manually:

    1. In the same properties IPv4 select Use the following DNS server addresses.
    2. Enter:
      • 🔹 Preferred DNS: 8.8.8.8 (Google)
      • 🔹 Alternative DNS: 1.1.1.1 (Cloudflare)

    After making the changes, restart your laptop. If the problem persists, reset the network settings completely:

    netsh int ip reset
    

    netsh winsock reset

    ipconfig /flushdns

    Enter these commands one by one in CMD (run as administrator) and reboot.

    5. Check for viruses and conflicting software

    Viruses and some programs (especially VPNs, antiviruses, and optimizers) can block network connections. For example, Avast And Kaspersky sometimes they intercept traffic through their firewall, and CCleaner may delete important network registry keys.

    What to do:

    • 🛡️ Check your system for viruses:
      • Use Malwarebytes or Dr.Web CureIt! (they do not conflict with the main antivirus).
      • Pay attention to the files in the folders C:\Windows\System32\drivers\ with names like netwtw04.sys - their modification often breaks the network.
    • 🔧 Disable VPN and proxy:
      • Go to Settings → Network & Internet → VPN and remove all connections.
      • IN Settings → Network & Internet → Proxy Disable manual tuning.
    • 🚫 Remove suspicious programs:
      • Through Control Panel → Programs and Features Remove unknown utilities with names like Network Booster, WiFi Master.
      • Check startup (Ctrl + Shift + Esc → Startup) - there should be no third-party network services.

    If you suspect an antivirus, temporarily disable its protection and check the connection. For example, in Kaspersky This is done through the tray icon (right click → Suspend protection).

    6. Hardware faults: how to check

    If none of the previous methods helped, the problem may be in physical damage Wi-Fi adapter or antennas. This is relevant for laptops older than 5 years or after mechanical damage (impacts, drops, liquid spills).

    Signs of hardware failure:

    • ❌ The adapter is not displayed in Device Manager even after reinstalling the drivers.
    • ❌ The laptop doesn't see it not a single one network, although other devices are working fine.
    • ❌ Wi-Fi periodically disappears when the laptop is moving (problem with antenna cables).
    • ❌ B Windows Event Log (path: Control Panel → Administrative Tools → Event Viewer → Windows Logs → System) there are errors with the code 10 or 43 for the network adapter.

    How to diagnose:

    1. Check the antenna connections:
      • On most laptops, the Wi-Fi module is located under a cover on the back panel (sometimes under the keyboard).
      • Unscrew the cover (usually it is held on by 1-2 screws) and make sure that the two thin cables (U.FL connectors) are tightly connected to the module.
      • Do not touch the connectors with your hands - static electricity can damage them.
  • Test the external adapter:
    • Buy or borrow a USB Wi-Fi adapter (e.g. TP-Link TL-WN725N). If it works, the problem is in the internal module.

    If the adapter is broken, it can be replaced. Universal modules are suitable for most laptops. Intel 7260, Intel AX200 or Broadcom BCM94360The cost ranges from 1,500 to 4,000 rubles. It's best to entrust the replacement to a service center, as careful soldering of the antennas is required.

    How to find a replacement Wi-Fi module?

    1. Disassemble the laptop and take a photo of the current module (it has markings, for example, Intel Dual Band Wireless-AC 3165).

    2. Look for an analogue by marking on AliExpress or in stores like Citilink, DNS.

    3. Make sure that the new module supports your OS (e.g. Broadcom may not work on Linux without additional drivers).

    7. Features of macOS and Linux

    On laptops MacBook and devices under Linux Wi-Fi diagnostics have their own nuances. Let's look at them separately.

    macOS (MacBook Air/Pro, iMac)

    If Wi-Fi isn't working on your Mac, follow these steps:

    1. Reboot SMC (system management controller):
      • Shut down your Mac.
      • Press and hold Shift + Control + Option (left side of keyboard) + power button for 10 seconds.
      • Release the keys and turn on your Mac.
    2. Reset NVRAM:
      • Turn off your Mac, then turn it on and immediately hold down Command + Option + P + R for 20 seconds.
  • Delete network settings:
    • Open Terminal and enter:
      sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
      

      sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

    • Restart your Mac.

    If the problem persists, check if the connection is blocked Little Snitch or another firewall. Also, on MacBooks older than 2015, the chip may malfunction. Broadcom BCM43xx — there are patches for it on the website GitHub.

    Linux (Ubuntu, Mint, Fedora)

    In Linux, Wi-Fi issues are often related to missing proprietary drivers. Check the adapter's status with the command:

    lspci -knn | grep -iA3 net

    If there is a line in the output Kernel driver in use: iwlwifi (For Intel) or brcmsmac (For Broadcom), but the networks are not visible, install the driver:

    • For Intel:
      sudo apt install firmware-iwlwifi
    • For Broadcom:
      sudo apt install --reinstall bcmwl-kernel-source

    If the adapter is not detected at all, check if the system is blocking it:

    rfkill list

    If there is a line in the output Soft blocked: yes, unlock the adapter:

    sudo rfkill unblock wifi

    8. Table of errors and solutions

    Below are the most common Wi-Fi errors and how to fix them.

    Symptom Possible cause Solution
    The network is visible but cannot be connected ("Unable to connect") Incorrect password, IP conflict, MAC address blocked
    • Check your password.
    • Reset TCP/IP settings (netsh int ip reset).
    • Disable MAC filtering in your router settings.
    Wi-Fi disconnects periodically Energy saving, interference, adapter overheating
    • Disable power saving for the adapter in Device Manager (Properties → Power Management).
    • Change the Wi-Fi channel in your router settings (select 1, 6, or 11 for 2.4 GHz).
    • Check the adapter temperature with the program HWMonitor.
    No networks available (empty list) The adapter is disabled, there are no drivers, or there is a hardware failure.
    • Check Device Manager.
    • Update/reinstall the driver.
    • Test the external USB adapter.
    "Limited connection" (no internet access) DHCP issues, incorrect DNS, router failure
    • Reboot your router.
    • Enter DNS manually (8.8.8.8).
    • Disable IPv6 in the connection properties.
    Wi-Fi works, but it's very slow. Interference, outdated standard (802.11n), provider restrictions
    • Change the Wi-Fi channel to 5 GHz (if supported by the router).
    • Update your router firmware.
    • Check the speed via cable - if it is also low, contact your provider.

    FAQ: Frequently Asked Questions

    My laptop only doesn't see one network, but it does see the others. What's wrong?

    Most likely this network operates on a frequency 5 GHz, and your adapter only supports 2.4 GHz (valid for older laptops built before 2016). Try:

    1. Go to the router settings and enable the mode 2.4 GHz (or Mixed mode).
    2. Update your adapter driver - sometimes this adds 5GHz support.

    The problem could also be a hidden network (SSID hidden). To connect to it in Windows:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Click Add a new network and enter the name (SSID) and password manually.
    After a Windows update, my Wi-Fi stopped working. How can I get it back?

    Windows updates often break drivers. Try this:

    1. Roll back the update:
      • Go to Settings → Update & Security → Windows Update → View update history → Uninstall updates.
      • Uninstall the last 1-2 updates (especially with code) KB503xxx).
    2. Roll back the driver:
      • In Device Manager, right-click on the adapter → Properties → Driver → Roll Back Driver.
  • Install the driver manually:
    • Download the driver from the laptop manufacturer's website (section Support), choose the version for your model, and not universal.

    If all else fails, create a system restore point to a date when Wi-Fi worked.

    The Wi-Fi light on my laptop is orange. What does this mean?

    An orange or yellow indicator color usually means:

    • The adapter is disabled programmatically (in the Device Manager or via a key Fn).
    • Airplane mode enabled (check in Settings → Network & Internet → Airplane Mode).
    • Hardware problem (for example, the antenna comes loose).

    On laptops HP The orange indicator may light when connecting to a network without the Internet (for example, if the router does not distribute IP).

    Is it possible to fix Wi-Fi on a laptop yourself?

    Yes, but it depends on the reason:

    • Software problems (drivers, settings) - you can fix it yourself by following the instructions above.
    • ⚠️ Problems with antennas — If you have experience disassembling equipment, you can try reconnecting the cables.
    • Adapter failure — It’s better to contact a service center, as soldering and precise matching of the module model are required.

    To replace the Wi-Fi module you will need:

    • Screwdriver PH00 (for laptops).
    • Plastic pick (to avoid damaging the latches).
    • Anti-static wrist strap (optional, but recommended).

    Attention: Self-repair will void the warranty (if it is still valid).

    The Wi-Fi is working, but some websites won't open. What's wrong?

    If there is internet access, but some websites are unavailable, the problem lies in:

    • DNS servers: try changing them to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
    • Firewall/antivirus: Temporarily disable protection and check access.
    • Provider: Some operators block access to certain resources (for example, torrents).
    • VPN/proxy: If they are configured, disable them.

    Also run the commands in CMD:

    ipconfig /flushdns
    

    netsh winsock reset

    If the problem persists, check access to websites through downforeveryoneorjustme.com - maybe they really don't work.