You've turned on your computer and connected to your usual Wi-Fi network, but there's no internet connection—the browser displays an error instead of web pages, and the network icon in the system tray is marked with a yellow exclamation point. This situation is familiar to many, but the causes and solutions can vary dramatically. In some cases, the router itself is to blame, in others, it's Windows settings or network card drivers, and sometimes the problem lies with your internet service provider. This article will help. diagnose the malfunction systemically and fix it without calling a technician.
We'll cover all possible scenarios, from the mundane (a disconnected ISP cable) to the complex (an IP address conflict or a router firmware failure). For each case, we'll provide step-by-step instructions with illustrations and recommendations for preventing recurring failures. If you're unsure, don't worry: even beginners can handle most issues by following our algorithms.
Before you begin setting up, answer two key questions:
- Does the Internet work on other devices (smartphones, tablets) connected to the same router?
- Is the internet connection indicator on (
WANorInternet) on the front panel of the router?
Answering them will narrow the range of possible causes by 70%.
1. Checking the physical connections and router indicators
Start with the simplest thing - equipment inspectionOften, the problem lies in trivial things: a loose cable, a switched-off power switch, or an overheating device. Here's what to do:
- 🔌 Make sure the cable is from your provider (usually blue or gray) tightly inserted into the port
WAN/Interneton the back of the router. Try reconnecting it when you hear a click. - 💡 Check the indicators on the front panel of the router:
Power— should be constantly lit (if it blinks, there is a power supply problem).WAN/Internet— should be on or flashing (if it goes out, there is no connection with the provider).Wi-Fi— should be on (if it blinks, the network is active).
- 🔄 Reboot your router: unplug the power supply for 30 seconds, then plug it back in. Wait for it to fully boot up (1-2 minutes).
- 🖥️ On your computer, check if the Wi-Fi adapter is enabled:
- On laptops - a physical button or combination
Fn + F2/F12(depending on the model). - On your PC, make sure your Wi-Fi adapter is connected to a USB/PCI port.
- On laptops - a physical button or combination
If the indicator WAN If the indicator isn't lit, the problem is most likely with your ISP. Call support and check for any line outages. If the indicator is lit but there's no internet, proceed to the next step.
2. Computer-side diagnostics: Windows network settings
If other devices are connected to the internet through this router, but your computer is not, the problem lies in the settings. Windows OS or drivers. Follow this checklist:
☑️ Basic Network Diagnostics in Windows
Step 1: Checking the connection status
Click on the network icon in the lower right corner of the screen. If it says "No internet access" or "Limited", execute:
- Open
Settings → Network & Internet → Status. - Click "
Network reset" (This will reinstall all network components). - Restart your computer.
Step 2: Manually Configure IP and DNS
Sometimes the router doesn't provide the computer with the correct network settings. To fix this:
- Click
Win + R, enterncpa.cpland pressEnter. - Right-click on your Wi-Fi connection → «
Properties». - Select "
Internet Protocol version 4 (TCP/IPv4)» → «Properties». - Install:
- IP address:
192.168.1.100(if the router has an IP192.168.1.1). - Mask:
255.255.255.0. - Default gateway:
192.168.1.1. - DNS:
8.8.8.8And8.8.4.4(Google Public DNS).
- IP address:
Critical detail: if after manual IP configuration the Internet does not work, and the error “The network cable is not connected."," this means the router is blocking your computer by MAC address. The solution is to bind the MAC address in the router settings or reset them.
3. Update and reinstall Wi-Fi adapter drivers
Outdated or corrupted drivers are one of the most common reasons for internet outages. This is especially true for laptops with adapters. Intel AX200, Qualcomm Atheros or Realtek RTL8821CE, which often conflict with Windows updates.
How to check and update the driver:
- Click
Win + X→ «device Manager». - Expand the branch "
Network adapters». - Find your Wi-Fi adapter (it will have the words in its name
Wireless,Wi-Fior chip model). - Right click → «
Update driver» → «Automatic search». - 🔧 Download the driver from official website of the manufacturer (Do not use third-party sources!). For laptops, search by device model (e.g., Lenovo IdeaPad 5), for USB adapters - according to the chip model.
- 🗑️ Completely remove the current driver: in the “Device Manager”, right-click on the adapter → “
Remove device» → check the box «Remove the driver software for this device». - 🔄 Restart your computer and install the downloaded driver.
If Windows reports that the driver is up to date, but the problem persists:
What to do if Windows doesn't see the Wi-Fi adapter at all?
If there is no "Network Adapters" branch in the "Device Manager" or your Wi-Fi module is marked with an exclamation mark, this may mean:
- Physical failure of the adapter (relevant for laptops after falls).
- Disabling the adapter in BIOS (rare, but happens on some ASUS/MSI motherboards).
- Conflict with other network equipment (e.g. VPN virtual adapters).
In this case, try connecting an external USB Wi-Fi adapter for diagnostics.
4. Checking router settings: from DHCP to MAC filtering
If the internet works on other devices but not on your computer, the problem may be in your router settings. Access your router's web interface (usually at 192.168.1.1 or 192.168.0.1) and check the following parameters:
| Parameter | Where to look | Recommended value |
|---|---|---|
| Wi-Fi operating mode | Wireless → Basic Settings |
802.11n/ac/ax (mixed) |
| Channel width | Wireless → Professional |
Auto or 20/40 MHz |
| DHCP server | LAN → DHCP Server |
On (Enable) |
| MAC address filtering | Wireless → MAC Filter |
Disabled (Disable) |
| Firewall | Security → Firewall |
Intermediate level (Medium) |
Pay special attention MAC address filteringIf enabled, the router will block all devices except those on the whitelist. To add your computer:
- Find out the MAC address of the adapter: in Windows, run the command
ipconfig /allVCommand lineand find the line "Physical address» for wireless connection. - In the router's web interface, go to
Wireless → MAC Filter. - Add your computer's MAC address to the allowed list.
5. IP address conflicts and network stack reset
One of the "invisible" reasons for the lack of internet is IP address conflict on a local network. This occurs when two devices receive the same IP address from the router. Symptoms:
- 🔄 Constant connection breaks.
- 🚫 Error "
The IP address is already in use on the network.» when connecting. - ⚠️ The network icon is flashing with a yellow exclamation mark.
To solve the problem:
- Open
Command lineas administrator (Win + X → Command Prompt (Administrator)). - Execute the commands in order:
ipconfig /releaseipconfig /renew
arp -d *
nbtstat -R
netsh int ip reset
netsh winsock reset - Restart your computer.
If the conflict recurs, assign a static IP on your computer in the router settings (section LAN → DHCP Reservation). To do this:
- Find out the MAC address of your computer (as in the previous section).
- In the router's web interface, find the IP to MAC binding section.
- Add a rule by specifying the MAC address and the desired IP (for example,
192.168.1.100).
6. Scan for viruses and reset Windows network settings
Viruses and malware can modify network settings, block DNS access, or redirect traffic. If the problem occurs suddenly, try the following:
- 🛡️ Run a full system scan with an antivirus (we recommend Kaspersky Virus Removal Tool or Dr.Web CureIt!).
- 🔍 Check for suspicious network connections:
- Open
Task Manager(Ctrl + Shift + Esc). - Go to the "
Performance» → «Ethernet/Wi-Fi». - Check if there are any unknown processes consuming traffic.
- Open
- Open
Settings → Network & Internet → Status. - Click "
Network reset" (this will remove all adapters and reinstall them). - 🔌 Connect your computer to the router via cable (to the port
LANIf the internet works, the problem is with the computer's Wi-Fi module or wireless network settings. - 📱 Create access point on your smartphone and connect to it from your computer. If the internet appears, the router is to blame.
- 🔄 Connect another device (tablet, second computer) to the router. If there's no internet on it either, reset the router to factory settings (press the button).
Resetfor 10 seconds). - 📡 Router operating mode: in the settings (
Wireless → Mode) must be selected "Access point" or "Router" (Not "Repeater" or "Bridge»). - 🔒 Encryption type: if it's worth it
WEP- change toWPA2-PSK(more secure and compatible). - 📶 Wi-Fi channel: if the router is operating on the channel
12-14, some adapters (especially older ones) don't see it. Switch to the channel1-11. - 📡 Provider:
- Accident on the line.
- Blocking by MAC address (binding to another device).
- Expiration of subscription fee.
- 🖥️ Hardware failure:
- The Wi-Fi module in the computer is broken.
- Port failure
WANon the router. - Problems with the motherboard network card.
- 🔴 Indicator
WANThe light on the router is off or flashing red. - 📞 The provider's personal account displays the status "
Disabled" or "Duty». - 🔌 When connecting the provider's cable directly to the computer (bypassing the router), the Internet is also absent.
- 💥 The router gets very hot or makes strange sounds (cracking, squeaking).
- 🔌 The Wi-Fi adapter is not detected in the Device Manager even after reinstalling the drivers.
- 🔄 Resetting the router to factory settings doesn't help.
After resetting the network, you'll need to re-enter your Wi-Fi password. If the issue was due to corrupted system files, your internet connection should work again.
7. Alternative connection methods and router diagnostics
If none of the previous methods helped, try alternative connection optionsto localize the problem:
If resetting the router doesn't help, check:
8. When to contact your provider or technician
If you've tried all the methods but the internet still isn't working, the problem may be on your end:
Signs that you need to call your provider:
Signs of hardware failure:
- MAC address of the router (written on the sticker at the bottom).
- Router model.
- Login from your personal account (if any).
This will speed up the solution to the problem.-->
If you suspect a hardware problem but aren't sure, contact a service center. The average cost of router diagnostics is 500–1,000 rubles, and for a Wi-Fi adapter: 300–600 rubles.
FAQ: Frequently asked questions about Wi-Fi connectivity issues
🔹 Why is there internet on my phone but not on my computer?
This means the problem is localized on the computer. Reasons:
- Outdated Wi-Fi adapter drivers.
- IP address conflict on the network.
- Blocked by antivirus or firewall.
- Incorrect TCP/IP settings (try resetting them as described in section 5).
Start by updating your drivers and checking your network settings.
🔹 My router is broadcasting Wi-Fi, but there's no internet access. What should I do?
Most likely, the problem is on the provider's side or in the router settings:
- Check if the indicator light is on
WAN/InternetOn the router. If not, call your provider. - Go to the router's web interface and check the connection status in the section
StatusorWANIf there's an authentication error, re-save your provider login and password. - Try changing the connection type (for example, from
PPPoEonDynamic IPor vice versa - check with your provider).
🔹 After resetting my router, I lost internet on all my devices. How can I restore it?
Resetting your router erases all settings, including your ISP connection settings. To restore access:
- Connect your computer to the router via cable.
- Go to the web interface (usually
192.168.1.1or192.168.0.1, login/password:admin/admin). - In the section
WANorInternetEnter your provider details:- Connection type (
PPPoE,Dynamic IPetc.). - Login and password (if required).
- VLAN ID (if used).
- Connection type (
If you don’t know the parameters, call your provider or look in your contract.
🔹 Can an antivirus block the internet?
Yes, some antiviruses (for example, Avast, ESET NOD32, Kaspersky) have a built-in firewall that can block connections. To check:
- Temporarily disable your antivirus.
- Try connecting to the Internet.
- If the Internet is available, add an exception for your network in your antivirus settings.
Don't leave your computer unprotected for long!
🔹 How can I tell if the router or my computer is at fault?
Simple diagnostic algorithm:
- Try connecting another device (smartphone, tablet) to the router. If the internet works, the problem is with your computer.
- Connect your computer to the router via cable. If the internet connection appears, the problem is with the Wi-Fi adapter or its drivers.
- Connect your ISP's cable directly to your computer (bypassing the router). If there's no internet, the problem is with your ISP.