Have you turned on your laptop or system unit, but the internet isn't working, even though the router lights up and everything works on your phone? Or has your network connection suddenly gone, even though everything was fine an hour ago? Are you having problems with Wi-Fi on your computer There are dozens of possible causes, ranging from a simple disconnected adapter to serious issues with the router's drivers or settings. Before calling your provider or taking your equipment to a service center, it's best to troubleshoot the issue yourself. diagnose Wi-Fi operation — it will take no more than 10 minutes.
In this article we will look at 7 proven methodsHow to determine if Wi-Fi is working on your device, where exactly the problem occurred (in the adapter, router, or ISP), and what to do next. These instructions are suitable for Windows 10/11, macOS And Linux (Ubuntu/Debian), and will also help identify hardware issues if any. You don't need to be an IT specialist—just follow the step-by-step instructions.
1. Checking the physical connection and indicators
Start with the most obvious: make sure that The Wi-Fi adapter is turned on, and the router is working correctly. Users often miss basic steps, wasting time on complex settings.
- 🔌 Laptop: Find the key with the antenna icon on the case (usually
F2,F12or a separate button next to the keyboard). Press it in combination withFn, if Wi-Fi doesn't turn on. On some models Lenovo, HP or Asus There may be a separate switch on the side panel. - 🖥️ Desktop PC: If the Wi-Fi adapter is external (USB or PCI-e), check that it is securely connected. The indicator on the device should be lit or blinking. Integrated adapters (on the motherboard) may not have a physical button; control is only possible through the BIOS or OS.
- 📶 Router: Look at the indicators. The light is on.
Wi-Fi(usually green or blue) means the wireless network is active. If it's blinking yellow or red, there's a problem with the router (reboot it with the button)Reseton the back panel).
On MacBook Check the menu bar in the upper right corner - if the Wi-Fi icon is crossed out or missing, the adapter is disabled. Windows Look at the network icon in the tray (next to the clock): if it is marked with a red cross or exclamation mark, there is no connection.
⚠️ Attention: On some laptops (eg. Dell XPS or MSI PrestigeWi-Fi may turn off automatically in power saving mode. Check your power settings in Control Panel.
2. Diagnostics via Network Connections (Windows)
If everything is physically fine, but the Internet does not appear, go to network managerThis will help you understand whether the system sees the Wi-Fi adapter and what errors are occurring.
Open Start → Settings → Network & Internet → StatusScroll down and click Network reset (if the problem appeared suddenly). Then:
- Return to
Network and Internetand selectWi-Fi. - Make sure the slider is
Wireless networkincluded. - Click
Managing known networksand check if your network has been removed from the list. - If the network is visible but does not connect, click on it and select
Forget, then reconnect.
For in-depth diagnostics:
- Click
Win + R, enterncpa.cpland pressEnter. - Find the adapter
Wireless network(orWireless). If it is not present or is grayed out, the driver is not installed or the adapter is disabled. - Right click on the adapter and select
StateThere should be an inscription in the window.Connectedand speed data (eg72 Mbps).
Checked the Wi-Fi slider in "Settings" | The adapter is visible in ncpa.cpl | The network is not removed from known networks | Tried "Forget the network" and reconnecting -->
If the adapter isn't listed, the problem is with the drivers or hardware. If it's listed but won't connect, the problem is with the router or ISP settings.
3. Diagnostic commands in the terminal (Windows/macOS/Linux)
Terminal (or Command line) will help you quickly identify exactly where the problem occurred. Below are universal commands for all operating systems.
For Windows:
ipconfig /all | find "Wireless"
If the response does not contain a block with adapter data (or it says Media disconnected) - Wi-Fi is disabled or faulty. If there is an IP address (for example, 192.168.1.100), but there is no internet - the problem is on the router or provider side.
ping 8.8.8.8 -t
If packets are not sent (General failure), check your DNS settings or reset the TCP/IP stack with the command:
netsh int ip reset
For macOS/Linux:
ifconfig | grep "wi-fi" # or "en0" for Mac
iwconfig # Linux only
Look for the line with wlan0 or en0If it's not there, the adapter isn't recognized by the system. If it is there, but there's no IP address, run:
sudo dhclient wlan0 # for Linux
sudo ifconfig en0 up # for Mac
To check the connection with the router:
ping 192.168.1.1 # or another IP of your router
⚠️ Attention: On some Linux distributions (eg. Ubuntu Server) The Wi-Fi adapter may be disabled by default. Enable it with the command sudo rfkill unblock wifi.
Windows 10/11|macOS|Linux (Ubuntu/Debian)|Other-->
4. Checking Wi-Fi adapter drivers
If the adapter is not displayed in the system or does not work correctly, it is the fault of driversThis is especially relevant after updating Windows or installing a new OS.
For Windows:
- Click
Win + Xand selectdevice Manager. - Expand the tab
Network adapters. - Find the device with the names
Wireless,Wi-Fi,802.11or adapter model (for example, Intel AX200, Qualcomm Atheros). - If there is a yellow triangle next to the name, the driver is not installed or is in conflict.
Solutions:
- 🔄 Right-click on the adapter →
Update driver→Automatic search. - 💻 If the automatic search did not help, download the driver from the website of the laptop/adapter manufacturer (for example, support.lenovo.com For Lenovo or downloadcenter.intel.com For Intel).
- 🗑️ Uninstall the driver (right click →
Remove device), then restart your PC - Windows will try to install it again.
For macOS Drivers are installed automatically via system updates. If Wi-Fi isn't working, update macOS to System Settings → Software Update.
For Linux You may need to install proprietary drivers. For example, for adapters Broadcom:
sudo apt install broadcom-sta-dkms # for Debian/Ubuntu
5. Testing on another device
To determine whether the problem is with your computer or your router/ISP, connect to the same network another device (smartphone, tablet, second laptop).
- 📱 If Wi-Fi works on your phone, the problem is with your computer (adapter, drivers, OS settings).
- 🖥️ If there is no connection on another PC either, the router or ISP is to blame.
- 🌐 If you have internet access but websites don't open, check your DNS (try manually entering it
8.8.8.8And8.8.4.4in the adapter settings).
If the problem is in the router:
- Reboot it (unplug it from the power outlet for 30 seconds).
- Check if your Wi-Fi settings (such as network name or password) have changed.
- Connect your computer to the router via cable. If the internet works, the problem is in the router's wireless module.
⚠️ Attention: Some providers (eg Rostelecom or Beeline) may block network access if they suspect viruses or unpaid bills. Check your account balance.
6. Checking for hardware faults
If all software methods do not help, it is possible that The Wi-Fi adapter is physically broken.This is relevant for:
- 💥 Laptops after a fall or impact.
- 🔌 Desktop PCs with external USB adapters (connectors often break).
- 🔥 Devices that have been overheated or exposed to moisture.
How to check:
- For laptops: Remove the battery and power off, then press the power button for 30 seconds (static discharge). Sometimes this brings the adapter back to life.
- For USB adapters: Connect it to a different port or computer. If it doesn't work, the adapter is burned out.
- For built-in adapters (PCI-e/M.2): Open the PC case and check if the card is seated securely in the slot. The antennas (black wires) should be connected to the connectors.
MAINAndAUX.
If the adapter isn't detected in any system and the indicators aren't lit, it's almost certainly a hardware problem. In this case, the only solution is to replace the module or contact a service center.
| Symptom | Probable cause | Solution |
|---|---|---|
| The adapter is not visible in Device Manager. | Missing drivers or physical failure | Install drivers or replace the adapter |
| The network is visible but does not connect. | Incorrect password, MAC address blocked on router | Check your password and reset your router. |
| There is a connection, but no internet | Problems with the provider or incorrect DNS | Call your provider or enter DNS manually |
| Wi-Fi works, but it's very slow. | Channel congestion, weak signal, outdated standard (802.11n) | Change the channel on the router, update the adapter |
7. Alternative diagnostic methods
If standard methods don't work, try these techniques:
- 🔍 Windows Event Log: click
Win + X → Event Viewer → Windows Logs → SystemLook for errors with the sourceNetwtw04orWLAN-AutoConfig- they indicate problems with the adapter. - 📡 Network analysis: use utilities like NetSpot (Windows/macOS) or Wavemon (Linux) to check the signal strength and channel congestion. If the signal is weak (less than -70 dBm), move the router closer.
- 🔄 Reset TCP/IP: in the command line (as administrator) run:
netsh int ip resetnetsh winsock resetThen restart your PC.
For macOS useful utility Wireless Diagnostics (open through Spotlight or /System Library/CoreServices/Applications/). It creates a report of all detected networks and possible problems.
What to do if Wi-Fi works, but websites won't open?
This may be due to:
1. DNS problems - try manually entering Google's DNS (8.8.8.8) or Cloudflare (1.1.1.1) in the adapter settings.
2. Blocking antivirus/firewall - temporarily disable protection (for example, Kaspersky or Avast) and check the connection.
3. Viruses — scan the system Malwarebytes or Dr.Web CureIt.
4. Problems with the provider — sometimes only HTTP/HTTPS ports are blocked (try opening the site through a VPN).
FAQ: Frequently asked questions about Wi-Fi testing
My laptop can't see any Wi-Fi networks, even though the adapter is turned on. What's wrong?
This may be due to:
- Disabled radio module (check the combination
Fn + antenna key). - Malfunction antennas (contact often comes loose after the laptop falls).
- Blocking in BIOS (go to BIOS and find the option
Wireless LAN- she must be in positionEnabled).
If the adapter is visible in Device Manager but there are no networks, try connecting an external USB adapter for testing.
Wi-Fi connects, but disconnects after 5 minutes. How do I fix this?
Reasons:
- Power saving mode - disable it in the adapter settings (
Device Manager → Network Adapter → Properties → Power Management, uncheck the boxAllow shutdown...). - Router overload — Limit the number of connected devices or update your router firmware.
- IP conflict - enable it in the router settings
DHCPor enter a static IP manually.
My Wi-Fi disappeared after updating to Windows 11. What should I do?
Windows updates often reset drivers. Try:
- Roll back the system via
Settings → System → Recovery. - Uninstall the current driver and install it from the manufacturer's website (not through Windows Update!).
- Temporarily disable system protection (if the antivirus blocks the network).
If that doesn't help, create a new restore point and revert to the previous version of Windows.
Is it possible to test a Wi-Fi adapter without a router?
Yes, there are several ways:
- Create hot spot on your phone and try to connect to it.
- Use self-diagnostic mode (for example, in macOS hold
Optionand click on the Wi-Fi icon - extended information will appear). - Connect the adapter to another PC and test it there.
How do you know if the problem is with the router and not the computer?
The simplest test:
- Connect another device (phone, tablet) to the router.
- If Wi-Fi works on it, the problem is with your PC.
- If it doesn't work, reboot your router, check your cables, and contact your ISP.
Also pay attention to the router indicators: if the light Internet If it doesn't light up or blinks red, there's a problem with your provider.