10 Reasons Why Windows Connects to Wi-Fi, But the Internet Doesn't Work – and How to Fix It

Introduction: Why Windows sees Wi-Fi, but there is no internet connection

You open your laptop, connect to your usual Wi-Fi network, but instead of the coveted Internet icon in the tray, a yellow triangle with an exclamation mark appears - "Connected, no internet access"The situation is familiar to many: Windows 10 or Windows 11 stubbornly refuses to provide network access, even though the router is working and other devices (smartphones, tablets) are connected without problems. What's wrong?

The cause could lie in your PC settings, or in issues with your router or ISP. In this article, we'll look into the matter. 10 most common reasons, why the computer connects to Wi-Fi, but the Internet does not work, and we will also give step-by-step instructions diagnostics and troubleshooting. From simple solutions (rebooting the router) to complex ones (manual configuration) DNS or reset the network stack).

Important: If the problem occurs suddenly, start by checking your other devices. If there's no internet on them either, the router or ISP is to blame. If it's only on your PC, look for the cause in the settings. Windows.

1. Router-side issues: reboot and basic diagnostics

The first thing to do is reboot the routerThis is a simple but effective way to fix temporary device issues. Unplug the router for 30 seconds, then plug it back in. Wait 1-2 minutes for the device to fully boot up, and then check the connection.

If rebooting doesn't help, pay attention to the router's indicators:

  • 🔴 The red Internet indicator is on — problems on the provider’s side (cable break, technical work).
  • 🟡 Yellow/flashing "Wi-Fi" — interference or channel overload is possible.
  • 🟢 All the indicators are green, but there is no internet. — the problem is in the router or PC settings.

Also check if your router is blocking your computer MAC address. Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1) and look at the list of connected devices. If your PC isn't there, add it manually or disable filtering by MAC.

📊 What have you already tried to solve the problem?
Rebooted the router
Checked other devices
Updated drivers
Changed DNS
I haven't tried anything.

2. DHCP Failure: Why Windows Doesn't Receive an IP Address

One of the common reasons for the lack of internet is incorrect operation of the DHCP protocol, which automatically assigns to your PC IP address, gateway And DNS. If Windows can't get these parameters, there will be a Wi-Fi connection, but no internet access.

To check this:

  1. Open Command line (Win + R → enter cmdEnter).
  2. Run the command:
    ipconfig /all
  3. Find the block with the name of your Wi-Fi network and check the fields:
    • IPv4 address — must be in the format 192.168.x.x or 10.x.x.x (If 169.254.x.x — DHCP didn't work).
    • Main gateway - must match IP router (usually 192.168.0.1 or 192.168.1.1).

If IP address starts with 169.254, Means, Windows I couldn't get it. Solutions:

  • 🔄 Restart the service DHCP client:
    net stop dhcp && net start dhcp
  • 🖥️ Assign IP manually (temporarily):
    1. Open Settings → Network & Internet → Wi-Fi → Configure adapter settings.
    2. Right-click on your Wi-Fi network → PropertiesInternet Protocol version 4 (TCP/IPv4).
    3. Check the box Use the following IP address and enter:
      • IP address: 192.168.1.100 (if gateway 192.168.1.1).
      • Subnet mask: 255.255.255.0.
      • Main gateway: 192.168.1.1 (router address).
      • DNS: 8.8.8.8 And 8.8.4.4 (Google DNS).
What to do if manual IP configuration doesn't help?

If the internet still doesn't work after assigning a static IP, the problem may be with traffic blocking on the router (for example, parental controls or a firewall). Check your router settings in the "Security" or "Access Control" section.

3. Incorrect DNS settings: how to change servers and why it helps

DNS servers translate domain names (for example, google.com) V IP addressesIf they're not working properly, websites won't open even though you're connected to Wi-Fi. Often, changing them solves the problem. DNS to public servers Google or Cloudflare.

To change DNS:

  1. Go to Settings → Network & Internet → Wi-Fi → Configure adapter settings.
  2. Right-click on your Wi-Fi network → PropertiesInternet Protocol version 4 (TCP/IPv4).
  3. Select Use the following DNS server addresses and enter:
    • For Google DNS: 8.8.8.8 And 8.8.4.4.
    • For Cloudflare: 1.1.1.1 And 1.0.0.1.
  • Click OK and restart your computer.
  • If after the shift DNS The internet is working again, but the problem was with the ISP's servers. To reset the settings to automatic, select Obtain DNS server address automatically.

    DNS server Main address Alternative address Peculiarities
    Google DNS 8.8.8.8 8.8.4.4 High speed, reliability
    Cloudflare 1.1.1.1 1.0.0.1 Phishing protection, privacy
    OpenDNS 208.67.222.222 208.67.220.220 Filtering malicious websites
    Yandex DNS 77.88.8.8 77.88.8.1 Optimized for Russia

    4. Outdated or corrupted Wi-Fi adapter drivers

    Drivers are software that enables interaction Windows with the hardware. If they are outdated, damaged, or conflict with the system, Wi-Fi may connect, but the internet will not work. This is especially true after an update. Windows or replacing the adapter.

    To check and update drivers:

    1. Open device Manager (Win + Xdevice Manager).
    2. Expand the section Network adapters.
    3. Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6, Qualcomm Atheros, Realtek RTL8821CE).
    4. Right click → Update driverAutomatic search.
    5. If automatic update does not help:

      • 🔍 Download the driver from official website of the manufacturer (do not use third-party sources!).
      • 🗑️ Uninstall the current driver (Remove device V Device Manager), then install a new one.
      • 🔄 Restart your computer.

    For laptops HP, Lenovo, Dell And ASUS It's better to download drivers from the laptop manufacturer's website, not the Wi-Fi chip manufacturer's website. For example, for Lenovo Legion - With support.lenovo.com.

    Make sure the adapter is displayed in the Device Manager without an exclamation mark|Update the driver using Automatic Search|Download the driver from the manufacturer's official website|Remove the old driver before installing the new one|Restart the PC after installation-->

    5. Network profile conflict or reset of network settings

    Windows 10/11 Saves settings for each Wi-Fi network in a separate profile. Sometimes these profiles become corrupted, causing connection issues. The solution is delete network profile and reconnect.

    How to delete a Wi-Fi profile:

    1. Open Settings → Network and Internet → Wi-Fi.
    2. Click Managing known networks.
    3. Select your network → Forget.
    4. Reconnect to the network by entering the password.

    If this does not help, please do reset network settings:

    1. Open Settings → Network & Internet → Status.
    2. Scroll down and click Network reset.
    3. Confirm the action and restart your computer.
    ⚠️ Attention: Resetting your network will delete all saved Wi-Fi passwords, VPN connections, and other network settings. You'll need to reconfigure them after a reboot.

    Also check if it is installed on the system VPN or proxy, which can block traffic. Open Settings → Network & Internet → VPN And Proxy, turn off everything unnecessary.

    6. Problems with your firewall or antivirus

    Sometimes firewall Windows or a third-party antivirus (for example, Kaspersky, Avast, ESET NOD32) blocks the network connection, considering it suspicious. This can happen after updating the program or changing its settings.

    To check this:

    • 🛡️ Temporarily disable your firewall:
      1. Open Control Panel → Windows Defender Firewall.
      2. Select Turning Windows Defender Firewall on and off.
      3. Mark Disable Windows Defender Firewall for private and public networks.
  • 🦠 Disable your antivirus (via the tray icon or in the program settings).
  • 🔄 Check if you can connect to the internet. If so, the issue is with your security settings.
  • If the internet works after disabling the firewall/antivirus, add your Wi-Fi network to exceptions:

    • For firewall Windows:
      1. Open Windows Defender Firewall → Advanced settings.
      2. Go to Rules for outgoing connections.
      3. Create a new rule for your Wi-Fi adapter.
  • For antivirus find the section Exceptions or Trusted networks and add your network.
  • ⚠️ Attention: Don't leave your firewall or antivirus software disabled for long periods of time—this will reduce your PC's protection against threats.

    7. Hardware problems: checking the Wi-Fi adapter and antennas

    If you have tried all software methods but the Internet still does not work, the problem may be in hardware:

    • 📡 The Wi-Fi adapter is damaged. (especially relevant for laptops after falls or repairs).
    • 📶 The antennas have become disconnected (in laptops they are connected to the adapter with thin cables).
    • 🔌 The USB Wi-Fi adapter is faulty (if you are using an external one).

    How to check:

    • Connect to the Internet via Ethernet cableIf the internet works, the problem is with the Wi-Fi adapter.
    • Try connecting to a different Wi-Fi network (for example, from your phone in hotspot mode).
    • If you have USB Wi-Fi adapter, try connecting it to a different port or a different PC.

    For laptops:

    • If the adapter is built-in, you can try reconnecting the antennas (disassembly required).
    • Check if the adapter is disabled in BIOS/UEFI (go to settings when loading, usually by F2 or Del).
    • If the adapter is faulty, it will need to be replaced. For laptops, select a model with the same connector (M.2, Mini PCIe), for PC - any USB or PCIe adapter (for example, TP-Link Archer T4U).

      8. Problems on the provider's side: how to check and what to do

      Sometimes the problem isn't with your hardware, but with Internet providerThis could be:

      • 🔌 Cable break on the line.
      • 🔄 Technical work.
      • 💰 Account balance (the provider could have disconnected the Internet).
      • 📡 Problems with the provider's equipment (for example, a failure on the authentication server).
      • How to check:

        1. Call your provider's support team (the number is usually listed in your contract or on their website).
        2. Check the service status on the provider's website (section "Information" or "Technical work").
        3. Connect the internet cable directly to your PC (if possible). If there's still no internet, the problem is definitely with your ISP.

        If your provider has confirmed the issues, all you can do is wait for them to be resolved. If everything is fine on their end, but the internet still doesn't work on your PC but works on other devices, go back to the settings. Windows or router.

        ⚠️ Attention: Tariff details, connection terms, and payment methods are subject to change. Please check the latest information in your personal account or by contacting a support operator.

        FAQ: Frequently asked questions about the "Wi-Fi without internet" issue

        Why is there internet on my phone but not on my computer?

        This means the problem lies with your PC settings, not your router or ISP. Start by checking DHCP (Section 2), then update your Wi-Fi adapter drivers (Section 4) and reset your network settings (Section 5). Also, make sure that the computer is not turned on. VPN or proxy.

        How do I know if my antivirus is blocking the internet?

        Temporarily disable your antivirus and check your connection. If you can connect to the internet, the problem is with your antivirus. Add your Wi-Fi network to your antivirus exceptions or check its settings to see if it's blocking network traffic. Kaspersky this is done in the section Network → Packet Rules.

        What should I do if the internet still doesn't work after resetting the network?

        If resetting doesn't help, try:

        1. Delete all network profiles in Settings → Network & Internet → Wi-Fi → Manage known networks.
        2. Run commands in Command line as administrator:
          netsh winsock reset
          

          netsh int ip reset

          ipconfig /flushdns

        3. Reinstall the Wi-Fi adapter driver (section 4).
      Could a virus be the reason for the lack of internet?

      Yes, some viruses change network settings, for example, by writing their own DNS servers or block access to certain websites. Run a full system scan with an antivirus (for example, Malwarebytes or Dr.Web CureIt!) and check the file hosts (located along the way C:\Windows\System32\drivers\etc\hosts) for the presence of suspicious entries.

      Why did Wi-Fi internet disappear after a Windows update?

      Updates Windows Sometimes network settings are reset or incompatible drivers are installed. Try:

      • Roll back the Wi-Fi adapter driver (Device Manager → Network Adapters → Properties → Driver → Roll Back Driver).
      • Delete last update (Settings → Update & Security → View update history → Uninstall updates).
      • Perform a network reset (section 5).