How to check if Wi-Fi is working on a laptop: a complete guide with diagnostics

There are dozens of reasons why your laptop's Wi-Fi might stop working, from something as simple as a disconnected adapter to serious hardware issues. But before you take your device to a service center or buy a new module, it's worth checking out. check the functionality of the wireless connection This article will help you determine whether the problem is truly with the Wi-Fi adapter itself, or whether the system settings, drivers, router, or even physical damage to the antennas are to blame.

We will consider universal diagnostic methods for Windows 10/11, macOS And LinuxWe'll also explore how to distinguish a software glitch from a hardware failure. Some steps will require administrative privileges, but most tests are accessible even to novice users.

If your laptop suddenly loses connection to the network, don't rush to blame your ISP or router. In 60% of cases The problem lies in the device's settings—and it can be fixed in 5–10 minutes. We'll start with the simplest methods and gradually move on to a more in-depth diagnosis.

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

1. Visual inspection: indicators and physical switches

Before digging into settings, make sure your laptop's Wi-Fi isn't disabled. Many users skip this step, wasting hours troubleshooting non-existent problems.

Most laptops have one hardware Wi-Fi switch or a key combination to turn it on/off. Most often, this is:

  • 🔄 Physical switch on the side panel (found on models Lenovo, HP, Acer until 2018).
  • 💡 Button with an antenna icon (for example, on the keyboard ASUS or MSI).
  • 🔑 Keyboard shortcut - usually Fn + F2, Fn + F5 or Fn + F12 (Depending on the model). The icon on the key will indicate its purpose.

Also pay attention to Wi-Fi indicators (if they are on your laptop):

  • 🟢 Green/blue light — the adapter is turned on and working.
  • 🟠 Orange/flashing — the adapter is turned on, but there is no connection to the network.
  • There is no light — the adapter is turned off or faulty.
⚠️ Attention: On some laptops (eg. Dell XPS or MacBook Pro) there are no hardware switches - Wi-Fi control is carried out only through software settings.

2. Checking through the Windows Control Panel

If the hardware switch is OK, the next step is to check the adapter status in the system. Windows 10/11 it's done like this:

Open Settings → Network and Internet → Wi-FiThere should be a slider here. Wireless Network in the "On" position. If it is missing or grayed out, the adapter is disabled at the system level.

To make sure Windows "sees" the Wi-Fi adapter:

  1. Click Win + X and select device Manager.
  2. Expand the tab Network adapters.
  3. Find the device with the words Wireless, Wi-Fi, 802.11 or the model name (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377).

If the light next to the adapter is on yellow exclamation mark — a driver issue. If the adapter isn't present at all, it's either disabled in the BIOS or faulty.

Make sure the Wi-Fi slider is turned on in Settings.

Check for the adapter in Device Manager.

Update driver (if there is an exclamation mark)

Restart your laptop after changes-->

3. Diagnostics via command line (CMD)

The command line allows you to obtain detailed information about the status of network adapters. This method is suitable for experienced users, but even a beginner can use it by following the instructions.

Open CMD as administrator (click Win + XTerminal (Administrator)) and enter two commands in turn:

netsh wlan show drivers

netsh wlan show interfaces

In the results, pay attention to the following lines:

  • 📋 Radio type (Radio types supported) - should be 802.11n, 802.11ac or 802.11ax (depending on the adapter model).
  • 🔄 State (State) - should be connected (if connected to the network) or disconnected (if not).
  • Errors - if there are lines with FAIL or ERROR, the adapter is faulty or blocked by the system.

If the team netsh wlan show interfaces displays a message No wireless interfaces — this means Windows isn't detecting the Wi-Fi adapter. There could be various reasons for this: it might be disabled in the BIOS, faulty, or missing drivers.

What to do if CMD does not show the adapter?

If the command line doesn't see the Wi-Fi adapter, but it shows up in Device Manager with an error, try:

1. Delete the device in the device manager and restart the laptop (the driver will be installed automatically).

2. Download the driver from the laptop manufacturer’s website (not from Windows Update!).

3. Check BIOS settings (Advanced → Wireless LAN section).

4. Testing on macOS: Features and Nuances

On laptops MacBook Wi-Fi diagnostics has its own peculiarities. The system macOS It's rare to lose the adapter completely, but connection problems are common.

To check your Wi-Fi status:

  1. Click on the Wi-Fi icon in the upper right corner (next to the clock).
  2. If the list of networks is empty or the icon is crossed out, the adapter is disabled.
  3. Open System Preferences → Network and select Wi-Fi in the left menu.

If the status "Not connected", but the networks are visible - the problem is in the router or connection settings. If the status "Wi-Fi: Off" and it cannot be turned on - the adapter is blocked by the system or is faulty.

For deep diagnostics in macOS use Wireless network diagnostics:

  1. Clamp Option (Alt) and click on the Wi-Fi icon in the menu.
  2. Select Open Wi-Fi diagnostics.
  3. Follow the wizard instructions (you will be asked to enter your administrator password).
⚠️ Attention: On MacBook with chips Apple M1/M2 The Wi-Fi adapter is integrated into the processor. If it doesn't work, it could indicate a serious hardware issue (such as overheating or chip damage).

5. Linux Testing: Commands and Utilities

In distributions Linux (Ubuntu, Fedora, Mint, etc.) Wi-Fi testing is performed via the terminal. Basic commands:

iwconfig

This command will show all wireless interfaces. Look for the line with the adapter name (usually wlan0, wlp3s0 or similar). If it is not there, the adapter was not detected.

sudo lshw -class network

Displays detailed information about network devices, including driver And state (claimed — is used, unclaimed — inactive).

dmesg | grep wifi

Shows kernel logs related to Wi-Fi. Errors here (for example, firmware missing) will indicate problems with the firmware or drivers.

If the adapter is detected but not working, try rebooting it:

sudo ifconfig wlan0 down && sudo ifconfig wlan0 up

(replace wlan0 to your interface).

6. Checking the adapter hardware

If software solutions don't help, there may be a problem with the adapter itself. Here's how to check:

Method 1: Connecting an external USB adapter

  • 🔌 Buy or borrow USB Wi-Fi adapter (For example, TP-Link TL-WN725N or ASUS USB-AC53 Nano).
  • 🖥️ Connect it to your laptop. If it works, the built-in adapter is faulty.

Method 2: Checking in another OS

  • 💻 Boot your laptop with Live USB (For example, Ubuntu or Windows PE).
  • 🔍 If Wi-Fi doesn't work there either, the problem is hardware.

Method 3: Disassembly and visual inspection (for experienced users only!)

  • 🛠️ Remove the back cover of the laptop (on most models, the Wi-Fi module is located under a small metal plate).
  • 👀 Check if they are connected antenna wires (thin black and white cables) to the connectors MAIN And AUX.
  • 🔥 Look for traces overheating (darkened areas on the board) or oxidation contacts.
⚠️ Attention: Disassembling your laptop may void your warranty. If your device is under warranty, please contact a service center. For models MacBook (especially with Touch Bar) self-repair is fraught with damage to the cables.
Symptom Probable cause Solution
Wi-Fi turns on but doesn't find any networks. Disconnected antennas, weak router signal Check the antennas, reboot the router, move closer
The adapter is missing from the system. Disabled in BIOS, faulty, no drivers Check BIOS, update drivers, test Live USB
Wi-Fi works, but it keeps dropping out. Interference, outdated driver, adapter overheating Change the channel on your router, update the driver, and clean your laptop from dust.
Wi-Fi icon crossed out (Windows/macOS) The adapter is blocked by the system or has gone into power saving mode. Restart your laptop, reset your network settings, and disable airplane mode.

7. Additional causes: from the router to viruses

Sometimes the problem isn't with the laptop itself, but with external factors. Check the following:

Router and network:

  • 📶 Reboot the router (pull the plug for 30 seconds).
  • 🔄 Check if it is enabled on your router Hidden Network mode (SSID hiding).
  • 📡 Make sure your router isn't overloaded (turn off any unnecessary devices).

Software conflicts:

  • 🛡️ Temporarily disable antivirus or firewall - They can block the network.
  • 🔄 Reset network settings: in Windows via Settings → Network → Network reset.
  • 🐛 Check your system for viruses (some Trojans disable Wi-Fi).

Energy saving: On some laptops (especially Windows ones), the system automatically disables the Wi-Fi adapter to save battery power. To fix this, open Device Manager → find your Wi-Fi adapter → Power Management tab → uncheck "Allow the computer to turn off this device to save power."

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

My laptop can't see any networks, but Wi-Fi is on. What should I do?

If the adapter is enabled but networks are not displayed:

  1. Check if it is enabled on the router 5 GHz mode only (old adapters do not support it).
  2. Update your Wi-Fi adapter driver (download from the laptop manufacturer's website, not through Windows Update).
  3. Try connecting to the network from your phone (using a hotspot). If you don't see it either, the adapter is faulty.
The Wi-Fi works, but the speed is very slow. What's wrong?

Reasons for slow Wi-Fi:

  • 📶 Interference from other networks (change the channel on the router to 1, 6 or 11 in 2.4 GHz mode).
  • 🔋 Energy saving (disable it for the adapter in Device Manager).
  • 🖥️ Obsolete standard (if the router supports 802.11ac, and the adapter is only 802.11n).

Also check if another device on your network is downloading anything (such as updates or torrents).

My macOS Wi-Fi keeps disconnecting. How do I fix it?

On MacBook A common problem is automatic Wi-Fi disconnection. Solutions:

  1. Reset NVRAM: Turn off your Mac, turn it on and immediately hold down Option + Command + P + R for 20 seconds.
  2. Delete network settings files:
    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    

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

    Then restart your Mac.

  3. Turn it off automatic connection to networks in "System Preferences → Network → Wi-Fi → Advanced".
Is it possible to repair a Wi-Fi adapter yourself?

If the problem is detached antennas or contacts Yes, you can solder it or reconnect it. But if the adapter chip itself burns out (for example, after a power surge), the module will need to be replaced.

The cost of a new Wi-Fi module for a laptop ranges from 800 to 3,000 rubles (depending on the model). It's best to have the replacement done by a service center if you're inexperienced with soldering.

The Wi-Fi works, but only near the router. What should I do?

This is a sign weak signalPossible solutions:

  • 📡 Move the router to the center of the apartment.
  • 🔄 Change the channel on your router (in the wireless network settings).
  • 🛠️ Buy repeater (signal amplifier) ​​or Mesh system.
  • 💻 Check your laptop's antennas (one of them may be damaged).