No internet on your computer via Wi-Fi router: complete troubleshooting instructions

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:

  1. Does the Internet work on other devices (smartphones, tablets) connected to the same router?
  2. Is the internet connection indicator on (WAN or Internet) on the front panel of the router?

Answering them will narrow the range of possible causes by 70%.

📊 How long have you been having problems with your internet?
Today for the first time
A few days ago
A week or more
It constantly arises

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/Internet on 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.

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

Completed: 0 / 4

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:

  1. Open Settings → Network & Internet → Status.
  2. Click "Network reset" (This will reinstall all network components).
  3. 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:

  1. Click Win + R, enter ncpa.cpl and press Enter.
  2. Right-click on your Wi-Fi connection → «Properties».
  3. Select "Internet Protocol version 4 (TCP/IPv4)» → «Properties».
  4. Install:
    • IP address: 192.168.1.100 (if the router has an IP 192.168.1.1).
    • Mask: 255.255.255.0.
    • Default gateway: 192.168.1.1.
    • DNS: 8.8.8.8 And 8.8.4.4 (Google Public DNS).

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:

  1. Click Win + X → «device Manager».
  2. Expand the branch "Network adapters».
  3. Find your Wi-Fi adapter (it will have the words in its name Wireless, Wi-Fi or chip model).
  4. Right click → «Update driver» → «Automatic search».
  5. If Windows reports that the driver is up to date, but the problem persists:

    • 🔧 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.
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:

  1. Find out the MAC address of the adapter: in Windows, run the command ipconfig /all V Command line and find the line "Physical address» for wireless connection.
  2. In the router's web interface, go to Wireless → MAC Filter.
  3. 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:

  1. Open Command line as administrator (Win + X → Command Prompt (Administrator)).
  2. Execute the commands in order:
    ipconfig /release
    

    ipconfig /renew

    arp -d *

    nbtstat -R

    netsh int ip reset

    netsh winsock reset

  3. 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:

  1. Find out the MAC address of your computer (as in the previous section).
  2. In the router's web interface, find the IP to MAC binding section.
  3. 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:
    1. Open Task Manager (Ctrl + Shift + Esc).
    2. Go to the "Performance» → «Ethernet/Wi-Fi».
    3. Check if there are any unknown processes consuming traffic.
  • 🔄 Reset Windows network components:
    1. Open Settings → Network & Internet → Status.
    2. Click "Network reset" (this will remove all adapters and reinstall them).
    3. 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:

      • 🔌 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). Reset for 10 seconds).

      If resetting the router doesn't help, check:

      • 📡 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 to WPA2-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 channel 1-11.

      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:

      • 📡 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 WAN on the router.
        • Problems with the motherboard network card.

      Signs that you need to call your provider:

      • 🔴 Indicator WAN The 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.

      Signs of hardware failure:

      • 💥 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.

    - 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:

    1. Check if the indicator light is on WAN/Internet On the router. If not, call your provider.
    2. Go to the router's web interface and check the connection status in the section Status or WANIf there's an authentication error, re-save your provider login and password.
    3. Try changing the connection type (for example, from PPPoE on Dynamic IP or 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:

    1. Connect your computer to the router via cable.
    2. Go to the web interface (usually 192.168.1.1 or 192.168.0.1, login/password: admin/admin).
    3. In the section WAN or Internet Enter your provider details:
      • Connection type (PPPoE, Dynamic IP etc.).
      • Login and password (if required).
      • VLAN ID (if used).
  • Save the settings and reboot the router.
  • 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:

    1. Temporarily disable your antivirus.
    2. Try connecting to the Internet.
    3. 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:

    1. Try connecting another device (smartphone, tablet) to the router. If the internet works, the problem is with your computer.
    2. Connect your computer to the router via cable. If the internet connection appears, the problem is with the Wi-Fi adapter or its drivers.
    3. Connect your ISP's cable directly to your computer (bypassing the router). If there's no internet, the problem is with your ISP.