The situation is familiar to many: you connect your laptop to your usual Wi-Fi network, but instead of Internet access you see the message "Connected, without Internet access". The network indicator is on, the signal is stable, but pages do not open, and messengers show a connection error. What is the reason and how to get the Internet working again - let’s figure it out step by step.

The problem may lie in the settings of the laptop itself (drivers, protocol IPv4/IPv6, network parameters) and on the router side (incorrect settings DHCP, blocking MAC addresses, firmware failure). In 80% of cases, the malfunction is eliminated without calling a technician - just follow the diagnostic checklist. Let's start with the simplest solutions and gradually move on to complex ones.

1. Basic diagnostics: checking the router and other devices

Before delving into your laptop's settings, make sure that the problem is not on the router or ISP side. Take a smartphone, tablet or second computer and try to connect to the same network Wi-Fi.

  • 📱 If the Internet works on other devices - the problem is definitely in the laptop (drivers, network settings, viruses).
  • 🔌 If the Internet is not available everywhere - the router or provider is to blame. Try rebooting the router (pull the plug for 30 seconds).
  • 🌐 Check your connection status with your provider: Sometimes problems arise due to line failures. Call support or check the information on the website.

If after rebooting the router the Internet indicator on it does not light up (usually a light bulb with a globe or WAN), contact your provider - there may be a cable break or a failure on their side.

⚠️ Attention: Some routers (for example, TP-Link Archer C6 or ASUS RT-AX55) after updating the firmware, the settings are reset DHCP. If you have recently updated your router software, check the section LAN → DHCP Server — the server must be turned on (Enable).

2. Reboot network settings on laptop

A common cause of failure is a temporary conflict in network protocols. This can be fixed by resetting the stack TCP/IP and cache DNS. Open Command line as administrator (click Win + XTerminal (Administrator)) and run the commands sequentially:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After each command is executed, a message indicating a successful reset should appear. Restart your laptop and check the connection.

☑️ Checklist before resetting the network

Done: 0 / 4

If the problem persists after resetting, try disable network adapter power saving:

  1. Open Device Manager (Win + X → Device Manager).
  2. Expand section Network adapters, find your Wi-Fi module (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  3. RMB → Properties → Power Management → uncheck Allow this device to turn off to save power.

3. Checking IP and DNS settings

Sometimes the laptop does not receive the correct network parameters from the router. This may happen due to a glitch DHCP servers or manual settings IP. To check:

  1. Open Settings → Network and Internet → Wi-Fi → Manage known networks.
  2. Select your network → Properties → scroll to the section IP Settings.
  3. Make sure it's selected Obtain an IP address automatically And Obtain DNS server address automatically.

If the settings are already set to Automatically, but the Internet does not work, try specify DNS manually. For example, use public DNS from Google:

  • 8.8.8.8 (preferred)
  • 8.8.4.4 (alternative)
📊 What DNS do you usually use?
  • Automatic (from provider)
  • Google (8.8.8.8)
  • Cloudflare (1.1.1.1)
  • Yandex (77.88.8.8)
  • Other

After changing DNS, reconnect to the network. If the problem is that your ISP is blocking certain resources, changing the DNS may help.

⚠️ AttentionNote: On some corporate or educational networks, manually specifying DNS may violate security rules. If you are connected to such a network (for example, at a university or office), check the settings with your administrator.

4. Update or rollback Wi-Fi drivers

Outdated or damaged network card drivers are one of the most common causes of the problem. To update the driver:

  1. Open Device ManagerNetwork adapters.
  2. RMB on your Wi-Fi adapterUpdate driver → Automatic search.
  3. If Windows does not find updates, download the driver from the laptop manufacturer's website (for example, Lenovo Support, HP Software, Dell Drivers).

Critical information: If after updating the driver Wi-Fi disappears completely (networks are not displayed), roll back to the previous version via Device Properties → Driver → Roll Back. In 30% of cases, new drivers contain bugs, especially for older adapters (for example, Broadcom 4313 in laptops 2012–2015).

For laptops with Windows 11 sometimes it helps installing the driver in compatibility mode:

  • 🖥️ Download the driver from the manufacturer’s website (for example, for Realtek RTL8821CE).
  • 📂 RMB on the installation file → Properties → Compatibility → select Windows 10.
  • 🔄 Run the installation as administrator.

5. Reset Windows network settings

If the previous methods did not help, perform a hard reset of the network stack. This method deletes all saved networks, VPN connections and returns the settings to factory settings. B Windows 10/11 do the following:

  1. Open Settings → Network and Internet → Status → Network reset.
  2. Click Reset now and confirm the action.
  3. After rebooting, connect to Wi-Fi again (you will be asked to enter the password).

On macOS reset is performed via Terminal:

sudo ifconfig en0 down

sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

sudo ifconfig en0 up

(replace en0 to your network interface, if different).

What to do if the reset didn't help?

If the problem persists after a network reset, check your laptop for viruses (for example, using Kaspersky Virus Removal Tool). Some Trojans modify hosts files or block DNS requests. Also try creating a new Windows user - sometimes network profile settings become corrupted.

6. Virus check and firewall

Malware can block Internet access by changing proxy settings or hosts. Perform a full system check:

  • 🛡️ Use Windows Defender (built into Windows) or third party utilities (Malwarebytes, Dr.Web CureIt!).
  • 🔍 Check the file C:\Windows\System32\drivers\etc\hosts — it should not contain any extraneous entries (except 127.0.0.1 localhost).
  • 🔥 Disable Windows Firewall and third-party firewalls (for example, Comodo or Avast) to make sure they are not blocking the connection.

If the Internet works after disabling the firewall, add an exception for your network or reinstall the antivirus.

7. Alternative methods: from proxies to hardware problems

If none of the methods work, consider less obvious reasons:

Reason How to check Solution
Proxy enabled Open Settings → Network and Internet → Proxy Disable Use a proxy server
IP Address Conflict At the command prompt, enter arp -a and check the duplicates Reboot your router and laptop
Damaged Wi-Fi module Connect to the network via cable Ethernet Replace the adapter or contact service
MAC address blocking Check the list of allowed devices in the router settings Add the laptop's MAC address to the whitelist

On laptops with dual-boot (Windows + Linux) sometimes helps disabling the function Fast Startup on Windows, as it may conflict with Wi-Fi drivers in another OS.

💡

If you're connecting to a public network (such as a coffee shop or airport), try opening your browser and going to any page - you'll often need to accept the terms of use through a captive portal.

FAQ: Frequently asked questions about the problem

Why does my laptop show “Connected, no internet” but my phone works fine?

This means that the problem is localized to the laptop. Most likely reasons:

  • 🔧 Outdated or damaged Wi-Fi adapter drivers.
  • ⚙️ Incorrect settings IP/DNS (for example, a static IP is registered that conflicts with the router).
  • 🛡️ Blocked by firewall or antivirus.

Start with reset network parameters and driver checks.

After updating Windows, Wi-Fi stopped working. What to do?

Windows updates often break driver compatibility. Try:

  1. Roll back Wi-Fi driver via Device Manager.
  2. Install the driver from the laptop manufacturer's website (not through Windows Update!).
  3. If it doesn't help - reset network settings.

For Windows 11 sometimes you need to disable the function Wi-Fi Sense in your privacy settings.

The router distributes the Internet, but the laptop does not see it. What's the matter?

Possible reasons:

  • 📡 Disabled on the router Wi-Fi (check the button WPS/Wi-Fi on the body).
  • 🔄 The network is hidden (turn on the display of hidden networks in Windows settings).
  • 🔧 The router has filtering by MAC addresses (add your laptop address to the allowed list).
  • 📶 The laptop is too far from the router or there is interference (switch the Wi-Fi channel to 5 GHz, if supported).
Could a virus be the reason for the lack of internet?

Yes, some viruses:

  • 🕵️ Change the file hosts, redirecting traffic to malicious sites.
  • 🔒 Block access to DNS servers.
  • 📡 Change proxy settings.

Check the system AdwCleaner or HitmanPro - They specialize in removing adware and network software.

The yellow triangle on the Wi-Fi icon on the laptop is lit. What does this mean?

A yellow triangle with an exclamation mark indicates limited connection. This means that the laptop is connected to the network, but cannot access the Internet due to:

  • 🔌 Problems with DHCP (IP address is not issued).
  • 🔄 IP conflict with another device on the network.
  • 🔒 Port blocking by firewall.

Start with the team ipconfig /release, then ipconfig /renew on the command line.

💡

In 90% of cases, the problem is solved by resetting the network, updating drivers, or manually setting up DNS. If all else fails, check the hardware (Wi-Fi module) or contact your provider to diagnose the line.