Laptop Connected to Wi-Fi, But Internet Not Working: Full Diagnosis and Fix

You are sitting with a laptop and you see that Wi-Fi is connectedThe signal is strong, but browser pages won't load, instant messaging apps show "no connection," and games display network errors. This situation is familiar to many—and it's frustrating, especially when you urgently need internet access. In 90% of cases, the problem can be resolved in 5-10 minutes if you know where to look.

This article isn't about trivial advice like "reboot your router" (although that sometimes works). We'll look into systemic causes - from lost settings TCP/IP to driver conflicts that block traffic. You'll also learn how to distinguish a laptop-related issue from a problem with your ISP or router, so you don't waste time.

Important: If the Internet does not work only on one laptop, and everything is fine on your phone or other device, the problem is definitely with your device. If the internet drops on all devices at once, the router or ISP is to blame (go to section on external causes).

Quick Check: 4 Steps to a Deeper Diagnosis

Before digging into settings, try these steps. They take less than a minute and often resolve the issue:

  • 🔄 Restart your laptopYes, it sounds primitive, but it resets temporary network service outages.
  • 📶 Disable/enable Wi-Fi On a laptop, use a keyboard button (if available) or the taskbar. Sometimes the module freezes.
  • 🔌 Check the airplane modeOn . Windows 11 it can be accidentally activated by a combination Fn + PrtSc (depending on the model).
  • 🌐 Open another browserIf the internet doesn't work only in Chrome, but works in Edge — the problem is in the browser settings, not the system settings.

If your internet works after these steps, great! If not, read on.

📊 What's not working for you when connected to Wi-Fi?
Browsers only
All applications (including messengers)
Gaming and Streaming
I don't know, I haven't checked.

DNS Errors: Why Websites Won't Open, But Skype Works

Classic situation: Skype, Discord or Steam connect to the internet, but the pages in the browser don't load. This is a sure sign of a problem with DNS servers - they translate website addresses (for example, google.com) into IP addresses that computers understand. If DNS doesn't respond, the browser doesn't know where to turn.

How to check:

  1. Click Win + R, enter cmd and press Enter.
  2. Enter the command:
    ping 8.8.8.8

    If there are answers (for example, Reply from 8.8.8.8: number of bytes=32...), and websites don't open - DNS is to blame.

How to fix:

  • 🔧 Change DNS manually:
    1. Open Settings → Network & Internet → Wi-Fi → Configure adapter settings.
    2. Right-click on your Wi-Fi connection → PropertiesInternet Protocol version 4 (TCP/IPv4).
    3. Select Use the following DNS server addresses and enter:
      8.8.8.8
      

      8.8.4.4

      (this is DNS from Google) or 1.1.1.1 (Cloudflare).

  • 🧹 Clear your DNS cacheIn the command line, run:
    ipconfig /flushdns
  • IP Address Conflicts: "No Internet Access"

    If next to your network name in Windows The exclamation mark is on and the status is "No Internet access", most likely it happened IP address conflictThis happens when two devices on the network receive the same IP (for example, if the router assigns the same address to a laptop and a phone).

    How to fix:

    1. Open Command Prompt (Win + R → cmd).
    2. Enter:
      ipconfig /release

      Then:

      ipconfig /renew

      This will force the laptop to request a new IP from the router.

    3. If this doesn't help, assign the IP manually:
      1. In the adapter settings (Settings → Network → Wi-Fi → Configure adapter settings) select your connection → PropertiesIP version 4.
      2. Check the box Use the following IP address and enter:
        IP address: 192.168.1.100
        

        Subnet mask: 255.255.255.0

        Default gateway: 192.168.1.1

        (if the router has a different address, for example 192.168.0.1, adjust it to it).

    ⚠️ Attention: If your network uses static IP binding (configured in the router), manually assigning the address may lead to a new conflict. In this case, it's best to reset the router or contact your network administrator.
    Symptom Probable cause Solution
    Wi-Fi is connected, but "No internet access" IP conflict or DHCP failure ipconfig /release + /renew
    The sites don't open, but Skype/Telegram are working DNS issues Change DNS to 8.8.8.8 or 1.1.1.1
    The internet works, but it's very slow. Channel congestion or provider restrictions Reboot your router and check your traffic limit.
    Wi-Fi disconnects periodically Saving power from the network adapter Disable in Device Manager

    Network Adapter Drivers: When Windows "Can't See" Wi-Fi

    If in the tray (notification area) The Wi-Fi icon disappeared or it's crossed out with a red cross, the problem may be with the network card driver. This is especially true after an update. Windows or if you have recently reinstalled the system.

    How to check:

    1. Open device Manager (Win + X → Device Manager).
    2. Expand the branch Network adapters.
    3. If a yellow triangle is lit next to the name of your Wi-Fi adapter, the driver is not working correctly.

    How to fix:

    • 🔄 Update your driver:
      1. Right-click on the adapter → Update driverAutomatic search.
      2. If this doesn't help, download the driver from the laptop manufacturer's website (Lenovo, HP, Asus etc.) for your model.
    • 🗑️ Uninstall and reinstall the driver:
      1. IN Device Manager remove the adapter (right click → Remove device).
      2. Restart your laptop - Windows will install the driver automatically.
  • Driver rollbackIf the problem appeared after the update:
    1. IN Device Manager select adapter → Properties → Driver → Roll Back Driver.
  • ⚠️ AttentionIf Wi-Fi is completely lost after updating the driver, connect your laptop to the router via cable (or use a USB modem) and download the correct driver version from the official website. Avoid using third-party drivers, as they may contain viruses.

    Make sure the adapter is visible in Device Manager.

    Check for yellow error signs

    Update the driver via Windows Update

    Download the driver from the laptop manufacturer's website

    Restart your laptop after installation-->

    Energy Saving: Why Wi-Fi Turns Off on Its Own

    Windows By default, it tries to save battery power, including turning off the network adapter when it is "not needed." This can lead to periodic Wi-Fi interruptions or a complete lack of internet access after waking up from sleep.

    How to disable:

    1. Open device ManagerNetwork adapters.
    2. Right-click on your Wi-Fi adapter → Properties → tab Power management.
    3. Uncheck the box Allow the computer to turn off this device to save power.
    4. Go to the tab Additionally and find parameters like Power Save Mode or Wireless Power Save - set the value Disabled.

    Also check your power plan settings:

    1. Open Control Panel → Power Options.
    2. Click Setting up a power planChange advanced power settings.
    3. Find the section Wireless Network Adapter SettingsPower saving mode and install Maximum performance.
    What to do if Wi-Fi disappears after sleep?

    If your laptop loses connection after closing the lid or going into sleep mode, check:

    1. Settings Power Options → Power Button Actions (turn off sleep mode).

    2. Parameter Allow this device to wake the computer from standby in the properties of the Wi-Fi adapter (must be enabled).

    3. Update your laptop's BIOS - sometimes the problem can be solved with a new firmware version.

    Problems with your ISP or router: When your laptop isn't to blame

    If the Internet doesn't work on all devices (phone, tablet, TV), the problem lies outside your laptop. Here's what to check:

    • 🔴 Provider:
      1. Call support or check the service status on the provider's website (sometimes there are widespread outages).
      2. Check if it's over traffic according to tariff (relevant for mobile Internet or tariffs with a limit).
    • 📡 Router:
      1. Reboot your router (unplug it from the power outlet for 30 seconds).
      2. Check if the indicators are on Internet or WAN (if not, there is a problem with the cable or port).
      3. Connect the provider's cable directly to the laptop (if there is a port Ethernet). If the Internet works, the router is to blame.
  • 🔌 Cables and connectors:
    1. Make sure that the cable from the provider is firmly inserted into the router (the port is usually signed WAN or Internet).
    2. If you use PPPoE-connection, check if the login/password in the router settings has been reset.
  • ⚠️ Attention: If you have dynamic IP (DHCP), but the router suddenly started requiring manual settings—your ISP may have changed the connection type. Check with support for the current settings.

    Viruses and Malware: When the Internet is Blocked by Malware

    Some viruses and adware (adware) change network settings, replace DNS, or block access to certain websites. If the problem appeared suddenly and is accompanied by pop-up advertising or redirection to strange pages, check your system for viruses.

    How to check:

    • 🛡️ Run the scan built-in Windows Defender:
      1. Open Settings → Update & Security → Windows Security → Virus & threat protection.
      2. Click Quick check or Full check.
    • 🔍 Use specialized utilities:
      1. Download Malwarebytes or AdwCleaner (free versions) and scan the system.
      2. Remove anything that programs detect as a threat.
  • 🔄 Reset network settings:
    1. Open Settings → Network & Internet → Status → Network reset.
    2. Click Reset now (reboot required).
  • If the internet works after cleaning, but the problem returns after a while, a virus may have infiltrated the system files. In this case, clean installation of Windows or restore from a backup.

    Advanced Methods: When Nothing Else Works

    If you've tried everything above and your internet still isn't working, try these methods:

    • 🔧 Resetting the TCP/IP stack:
      1. Open the command prompt as administrator (Win + X → Command Prompt (Administrator)).
      2. Execute the commands one by one:
        netsh int ip reset
        

        netsh winsock reset

        ipconfig /flushdns

      3. Restart your laptop.
    • 🔄 Creating a new connection:
      1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
      2. Find your network, click Forget.
      3. Please reconnect by entering your password.
  • 🖥️ Checking at the BIOS level:
    1. Restart your laptop and log in BIOS (usually a key F2, Del or Esc when loading).
    2. Make sure your Wi-Fi adapter is turned on (section Advanced → Wireless LAN or similar).
  • 🔌 Hardware failure:

    If all else fails, the Wi-Fi module itself may be faulty. Connect your laptop to the router via cable or try an external USB Wi-Fi adapter. If the internet works with the cable, the problem is with the wireless module.

  • ⚠️ Attention: If your laptop crashes, overheats, or Wi-Fi drops out under load (for example, while gaming), the problem may be in network chip overheatingCheck the temperature with HWMonitor and clean the cooling system if necessary.

    FAQ: Frequently Asked Questions

    Why does Wi-Fi connect, but pages don't load, and games say "no connection"?

    This is a typical sign of a problem with DNSChange DNS servers to 8.8.8.8 And 8.8.4.4 (Google) or 1.1.1.1 (Cloudflare) in the adapter settings. Also check if it's blocking access. firewall or antivirus.

    The Internet works, but it’s very slow – what should I do?

    The reasons may be different:

    • 📶 Weak Wi-Fi signal: move the laptop closer to the router or change the channel in the router settings (for example, from car on 6 or 11).
    • 🚦 Provider limitation: Check if your traffic limit has been reached.
    • 🖥️ Background updates: open Task Manager (Ctrl+Shift+Esc) and check if the network is overloaded Windows Update or other software.
    My Wi-Fi stopped working after a Windows update. How do I fix it?

    Updates Windows Drivers often break. Try the following:

    1. Roll back the network adapter driver Device Manager (right click → Properties → Driver → Roll Back Driver).
    2. If rollback is not available, download the driver from the laptop manufacturer's website (do not use Windows Update!).
    3. Check if the adapter is disabled in BIOS (Sometimes settings resets occur after major updates).
    My laptop's Wi-Fi isn't working, but the Ethernet cable works fine. What's wrong?

    This means that the problem is specifically in wireless adapterPossible reasons:

    • 🔌 Hardware failure: The Wi-Fi module may have failed (for example, after the laptop fell).
    • 🔧 Disabled in BIOS: check the settings BIOS (chapter Advanced → Wireless LAN).
    • 🖥️ Driver conflict: Uninstall the current driver and install the version from the manufacturer's website.
    • To temporarily solve the problem, use USB Wi-Fi adapter (costs from 300 rubles).

    How can I tell if the router or the laptop is to blame?

    Simple test:

    1. Try connecting to the same Wi-Fi network from your phone or tablet. If the internet works, the problem is with your laptop.
    2. Try connecting your laptop to a different Wi-Fi network (for example, using your phone's hotspot mode). If that works, your router is to blame.
    3. Connect your laptop to the router via cable. If the internet is available, the problem is with the router's or laptop's Wi-Fi module.