Why Wi-Fi is connected but there's no internet on a Windows 10 laptop: A complete troubleshooting guide

The situation is familiar to many: you connect to your home or office Wi-Fi network, but instead of the usual access to websites and instant messengers, Windows 10 stubbornly displays a yellow triangle with an exclamation mark and the inscription "No internet access"Meanwhile, other devices—smartphones, tablets, TVs—work fine. What's wrong?

The problem could lie in your laptop's settings, your router's settings, or even your internet provider's settings. In this article, we'll look into it. all possible reasons — from the mundane (an unpaid internet bill) to the technical (a failure in the TCP/IP protocol stack). You will receive step-by-step instructions with pictures, diagnostic checklists, and tips on how to prevent the problem from recurring.

Important: If the error appears after updating Windows or installing new software, first check network card drivers And IPv4 protocol settingsThese two factors are responsible for 60% of malfunctions.

📊 How often do you encounter the problem of "Wi-Fi without internet"?
Once a week
Once a month
Rarely, but accurately
First time

1. Check the obvious: router, provider, and balance

Before digging into Windows settings, rule out external causes. Start with the simplest:

  • 💡 Reboot your routerUnplug it from the power outlet for 30 seconds, then plug it back in. Wait until it fully boots up (the indicators should be steady, not flashing).
  • 📱 Check the internet on other devicesIf no device connects, the problem is with your ISP or router.
  • 💰 Make sure the invoice is paidLog in to your provider's account or call support. Sometimes access is blocked due to outstanding debts, but notifications are delayed.
  • 🔌 Check the cablesIf your router is connected to the internet via a cable (not LTE), make sure it is firmly inserted into the port. WAN (usually highlighted in blue).

If the internet works after rebooting the router, the problem was a temporary glitch in the device's DHCP server. If not, we move on.

⚠️ Attention: On some routers (for example, TP-Link Archer C6 or ASUS RT-AX58U) After resetting the settings, you may need to reconfigure your network. Don't worry if Wi-Fi disappears from the list—just connect to the network with your router's model name (usually indicated on the sticker on the bottom).

2. Diagnosing network connections in Windows 10

Windows 10 has built-in network diagnostic tools. Here's how to use them:

Step 1. Right-click on the Wi-Fi icon in the tray (bottom right corner of the screen) and select TroubleshootingThe system will automatically check the main parameters and suggest solutions.

Step 2. If automatic diagnostics did not help, open Settings → Network & Internet → Status and press Network ResetThis will reset all network settings to factory defaults, but delete saved Wi-Fi passwords.

Step 3. Check it out IP address your laptop:

  1. Click Win + R, enter cmd and press Enter.
  2. In the command line, run:
    ipconfig /all
  3. Find the block with the name of your Wi-Fi network. Check the lines IPv4 address, Main gateway And DNS servers.

If instead of a normal IP (for example, 192.168.1.100) you see 169.254.x.x — this means the laptop hasn't received an address from the router. Causes and solutions are in the next section.

IP address starts with 192.168 or 10.0|Default gateway matches router IP|DNS servers are not empty|No "Media disconnected" errors-->

3. DHCP Issues: Why Your Laptop Isn't Received an IP Address

Protocol DHCP Responsible for automatically assigning IP addresses to devices on the network. If it's not working properly, Windows 10 won't be able to connect to the internet, despite a visible Wi-Fi connection.

Reasons for DHCP failure:

  • 🔄 IP address conflict (two devices are trying to use the same address).
  • ⚙️ Incorrect router settings (DHCP server is disabled or the address pool is limited).
  • 🖥️ Windows network stack failure (for example, after an update).
  • 🛡️ Blocked by antivirus or firewall (rarely, but it happens).

How to fix:

  1. Restart the DHCP service:
    net stop dhcp
    

    net start dhcp

  2. Assign IP manually (temporary solution):
    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select your network, click "Properties".
    3. Scroll to IP Settings and select "Manually".
    4. Enter:
      • IP address: 192.168.1.100 (if the router 192.168.1.1)
      • Subnet mask: 255.255.255.0
      • Gateway: 192.168.1.1 (your router's IP)
      • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)
  • Flush your DNS cache:
    ipconfig /flushdns
  • A critical detail: if the internet works after manually assigning an IP address, the problem is definitely DHCP. In this case, check your router settings (section 5) or update your network card driver (section 6).

    4. DNS failure: websites won't open, but Skype works

    If you have some programs opening (for example, Skype, Telegram, Steam), but browsers and most websites don't work - it's my fault DNS serverIt's like the internet's phone book: if it's broken, you can't dial a website, even if you have a connection.

    How to check:

    1. Open command prompt and run:
      ping 8.8.8.8
      

      ping ya.ru

    2. If the first one ping one goes through (there is an answer), but the second one doesn’t, the problem is in the DNS.

    Solutions:

    • 🔄 Change DNS manually:
      1. Open “Settings” → “Network & Internet” → “Wi-Fi” → “Change adapter settings”.
      2. Right-click on your Wi-Fi adapter → "Properties".
      3. Select Internet Protocol Version 4 (TCP/IPv4) → Properties.
      4. Check the box "Use the following DNS server addresses" and enter:
        • 8.8.8.8 (Google)
        • 1.1.1.1 (Cloudflare)
    • 🛠️ Clear your DNS cache (as in section 3).
    • 🔍 Check the file hostsSometimes viruses or programs make changes to it:
      1. Open C:\Windows\System32\drivers\etc\hosts in notepad (as administrator).
      2. Delete all lines except 127.0.0.1 localhost.
    ⚠️ Attention: Some providers (eg Rostelecom or Beeline) link access to their DNS servers. If you lose internet access completely after changing your DNS, reset your settings and contact support.

    5. Router settings: what could go wrong

    If the problem only occurs on one laptop, and other devices are working fine, Windows settings or drivers are to blame. But if the internet connection is lost on all devices, the router is the problem. Here's what to check:

    Problem How to check How to fix
    DHCP server is disabled Go to the router settings (192.168.1.1 or 192.168.0.1) → section LAN or DHCP Enable DHCP, save settings, and reboot the router.
    Incorrect operating mode (eg Bridge) View in section WAN or Internet Set the mode Router or PPPoE (depending on the provider)
    MAC address blocking Check the list of allowed devices in the section MAC Filter or Security Add the laptop's MAC address or disable filtering
    Firmware failure The router overheats, reboots frequently, and the settings don't open. Update firmware via web interface or reset to factory settings

    How to access router settings:

    1. Find out the IP address of the router (usually 192.168.1.1 or 192.168.0.1, indicated on the sticker).
    2. Open your browser and enter this IP in the address bar.
    3. Enter your login and password (by default it is often admin/admin or admin/password).

    If you can’t log in, reset the router to factory settings using the button Reset (Hold for 10-15 seconds). After the reset, set up your internet connection again (connection details are usually included in your contract with your provider).

    How to find out the MAC address of a laptop?

    Open command prompt and run:

    ipconfig /all

    Find the line Physical address in the block with the name of your Wi-Fi adapter. This is the MAC address (example: 00-1A-2B-3C-4D-5E).

    6. Network card drivers: updating and rolling back

    Driver failures are one of the most common causes of the problem. Wi-Fi without internet access. Especially if the error appeared after a Windows update or installing new software.

    How to check the driver:

    1. Click Win + X and select "Device Manager".
    2. Expand the section Network AdaptersFind your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi, 802.11 or brand name: Intel, Qualcomm, Realtek).
    3. If there is a yellow exclamation mark next to the adapter, the driver is not working properly.

    Solutions:

    • 🔄 Update your driver:
      1. Right-click on the adapter → "Update Driver" → "Search Automatically".
      2. If Windows does not find updates, download the driver from the laptop manufacturer's website (for example, Lenovo Support, HP Drivers) or chipset (for example, Intel Download Center).
    • 🔙 Roll back the driver (if the problem appeared after the update):
      1. In the Device Manager, click on the adapter → Properties → Driver → Roll Back Driver.
  • 🗑️ Uninstall and reinstall the driver:
    1. Right-click on the adapter → "Remove device".
    2. Restart your laptop - Windows will install the driver automatically.
    3. Popular adapter models and their problems:

      • Intel Wireless-AC 9560Frequent connection drops after updating to Windows 10 20H2. Solution: Roll back the driver to the latest version. 21.110.2.1.
      • Realtek RTL8821CE: Conflicts with some routers on the 5 GHz frequency. The solution is to switch to 2.4 GHz or update the router firmware.
      • Qualcomm Atheros QCA61x4: may lose connection under heavy load. Solution: disable power saving mode in the adapter settings.

    7. Software conflicts: antiviruses, VPNs, and firewalls

    Sometimes programs designed to protect your laptop block internet access. The culprits may be:

    • 🛡️ Antiviruses (Kaspersky, Avast, ESET NOD32).
    • 🌍 VPN clients (NordVPN, ProtonVPN, built-in VPN Opera).
    • 🔥 Windows Firewall or third-party firewall (Comodo Firewall, ZoneAlarm).
    • 🎮 Game clients (Steam, Origin, Epic Games - they sometimes change network settings).
    • How to diagnose:

      1. Temporarily disable your antivirus and check your internet connection. If it works, add an exception for your network in your antivirus settings.
      2. Disable VPNIf you use a browser VPN (for example, in Opera or Chrome), disable it or switch to another server.
      3. Check Windows Firewall:
        1. Open Control Panel → Windows Firewall → Allow an app to interact with the app.
        2. Make sure your browser and network services are checked in the column "Private".

    If the problem is with the VPN:

    • Try connecting to another server.
    • Update your VPN client to the latest version.
    • Check your protocol settings (for example, switch from OpenVPN on WireGuard).
    ⚠️ Attention: Some corporate antiviruses (for example, Kaspersky Endpoint Security) block changes to network settings. If you're using a work laptop, contact your IT department before making any changes.

    8. Hardware problems: from overheating to adapter failure

    If you've tried all software methods, but Wi-Fi still works without internet, there may be a hardware issue. Here's what to check:

    • 🔥 Laptop overheatingNetwork adapters are temperature-sensitive. If your laptop is hot, cool it down (use a cooling pad or blow out dust from the vents).
    • 📡 Poor Wi-Fi antenna connectionIn some models (for example, HP Pavilion or Dell Inspiron) The antennas are connected to the adapter with thin wires that can come loose.
    • Network card failureIf the adapter is not detected in Device Manager even after reinstalling the drivers, it may be burned out.
    • 🔋 Energy savingWindows can turn off your Wi-Fi adapter to save battery power. Open Device Manager → Network Adapters → your adapter's properties → Power Management and uncheck the box Allow the computer to turn off this device to save power.

    How to check hardware health:

    1. Connect your laptop to the Internet via cable (via Ethernet). If the internet works, the problem is in the Wi-Fi adapter.
    2. Try connecting to a different Wi-Fi network (for example, using your phone's hotspot mode). If that doesn't work, the problem is with your laptop.
    3. Download Live CD with Linux (for example, Ubuntu) and check your Wi-Fi. If there's no internet there either, the adapter is faulty.

    If the adapter is broken, it can be replaced. A universal module will work for most laptops. Intel Wireless-AC 9260 or AX200 (Price: ~2,000–3,000 rubles). Check compatibility for your model on the manufacturer's website.

    FAQ: Frequently asked questions about the problem

    Why is there internet on my phone, but not on my Windows 10 laptop?

    This is a sign of a problem with the laptop. Possible causes include:

    • Incorrect settings IPv4 or DNS.
    • Malfunction Wi-Fi adapter drivers.
    • Blocking antivirus or firewall.
    • Hardware failure adapter (less often).

    Start by checking your IP address (ipconfig /all) and changing DNS to 8.8.8.8.

    After updating Windows 10, my Wi-Fi connection disappeared. What should I do?

    Windows updates often break network adapter drivers. Try this:

    1. Roll back the driver via "Device Manager" (section 6).
    2. Install the driver from the laptop manufacturer's website (not via Windows Update!).
    3. Restore the system to a restore point (Start → Settings → Update & Security → Recovery).

    If nothing helps, check if the device has turned off BIOS (section 6).

    The router distributes the Internet, but on the laptop it says “Limited” or “No Internet access”.

    This means the laptop is connected to the router but cannot access the global network. Reasons:

    • The router is not connected to the Internet (check the cable) WAN and provider settings).
    • It's disabled on the router. DHCP (assign IP manually as in section 3).
    • Blocking by MAC address (add laptop address to whitelist).
    • Malfunction Router DNS (try changing DNS on your laptop).

    Reboot your router and check if the indicator light is on. Internet (usually green or blue).

    Could a virus be causing the problem?

    Yes, some viruses change network settings to:

    • Redirect traffic through proxy servers.
    • Block access to antivirus websites.
    • Change DNS to display ads.

    Check:

    1. File C:\Windows\System32\drivers\etc\hosts for suspicious lines.
    2. Proxy settings (Settings → Network & Internet → Proxy - should be disabled).
    3. Scanner Malwarebytes or Dr.Web CureIt.
    How to reset Windows 10 network settings to factory defaults?

    If nothing helps, perform a full network reset:

    1. Open Settings → Network & Internet → Status.
    2. Scroll down and click Network Reset.
    3. Confirm the action and restart the laptop.

    ⚠️ Attention: This will delete all saved Wi-Fi networks and VPN connections. After the reset, you'll have to re-enter your passwords.