Have you connected to your home or office Wi-Fi network, but your browser keeps showing the "No Internet Connection" error, with a yellow exclamation mark next to the network icon? This situation is familiar to every other laptop user. There are several reasons why. Wi-Fi is connected, but the internet is not working.There can be more than a dozen possible causes, ranging from trivial configuration errors to hardware failures. Unlike desktop PCs, where problems are often related to the cable or network card, laptops suffer from specific issues: driver conflicts, power-saving modes, or even physical damage to the antennas.
In this article we will discuss all possible reasons, by which your laptop ASUS, Lenovo, HP or Acer does not access the Internet via Wi-Fi, the network connection is established. You will receive step-by-step instructions For diagnostics—from simple checks to in-depth system settings—you'll also learn when the problem lies not with your device, but with your router or ISP. We'll pay special attention to cases where the internet works on your phone but not on your laptop—this is a key signal for narrowing down the troubleshooting.
1. Checking the basic parameters: what to do first
Before digging deep into system settings, rule out obvious causes. Start by checking other devices: is the internet working on a smartphone, tablet, or second laptop connected to the same Wi-Fi network? If so, the problem is definitely with your device. If not, the router or ISP is to blame.
Next, pay attention to network indicators:
- 🔴 Red cross The Wi-Fi icon shows no network connection (check the password or network visibility).
- 🟡 Yellow exclamation mark — there is a connection, but no internet access (we will consider this later).
- 🟢 Green check mark — the network is working normally (but the Internet may still not open due to DNS or proxy).
If the indicator is yellow, do the following: quick diagnostics:
- Click on the Wi-Fi icon in the tray →
Network troubleshooting(Windows will automatically check the basic settings). - Restart your router (pull the power off for 30 seconds) and your laptop.
- Try connecting to a different network (such as a mobile hotspot from your phone).
2. IP address conflicts: why your laptop isn't receiving the correct address
One of the most common reasons for the lack of internet connection when connected to Wi-Fi is incorrectly assigned IP addressThe laptop may receive an address from a different range (for example, 169.254.x.x instead of 192.168.x.x), which blocks network access. This occurs if:
- 🔄 The DHCP server on the router is disabled or not working correctly.
- ⚡ A static IP has been manually assigned and is conflicting with other devices.
- 🛑 The IP lease expired and the renewal failed.
To check and fix this:
- Open
Command line(Win + R→ entercmd). - Run the command:
ipconfig /allLook for the line
IPv4 addressIf it starts with169.254, the problem is confirmed. - Update the IP address with the commands:
ipconfig /releaseipconfig /renew - If this doesn't help, assign the IP manually:
- Go to
Control Panel → Network Connections. - Select your Wi-Fi connection →
Properties → Internet Protocol Version 4 (TCP/IPv4). - Check the box
Use the following IP addressand enter:- IP:
192.168.1.100(the last digit is any digit from 2 to 254, not occupied by other devices). - Mask:
255.255.255.0. - Gateway:
192.168.1.1(or your router's address). - DNS:
8.8.8.8And8.8.4.4(Google Public DNS).
- IP:
- Go to
What to do if manual IP configuration doesn't help?
If the Internet still doesn't work after assigning a static IP, check:
1. Gateway availability: In the command line, run `ping 192.168.1.1` (replace with your router's address). If the packets aren't delivered, the problem is with the router or the physical connection.
2. IP conflict: If you assigned an address that is already in use by another device, reset your router or change the last octet (for example, from `.100` to `.101`).
3. MAC address blocking: Some routers restrict access by MAC address. Check the list of allowed devices in the router settings (section Wireless MAC Filter).
3. DNS issues: why websites won't open, but Skype works
The situation when Skype/Telegram/Discord connect to the Internet, but browsers and most websites give an error (for example, DNS_PROBE_FINISHED_NXDOMAIN), is almost always associated with non-working DNS servers. DNS resolves domain names (e.g. google.com) into IP addresses, and if this process is disrupted, websites become unavailable, even though the Internet connection itself is active.
How to check and fix:
- 🧪 DNS test: in the command line, run:
nslookup google.comIf the response contains an error or timeout, the DNS is not responding.
- 🔧 Changing DNS:
- Go to
Network Settings → Wi-Fi → Adapter Settings. - Select your connection →
Properties → Internet Protocol Version 4 (TCP/IPv4). - In the field
Use the following DNS server addressesplease specify:1.1.1.1(Cloudflare) and1.0.0.1- Or
8.8.8.8(Google) and8.8.4.4
- Go to
ipconfig /flushdns
Pinging to 8.8.8.8 works, but not to google.com|nslookup returns an error|Sites loaded after changing DNS|DNS cache cleared, but the problem persists
-->
A critical detail: if changing your DNS helped, but the problem returns after a while, your internet service provider is to blame. Their DNS servers are overloaded or blocking requests. The solution is to set up automatic DNS retrieval from a backup server (e.g., Cloudflare) using a script or your router.
4. Wi-Fi adapter drivers: updating, rolling back, and resetting
Incorrect operation network adapter drivers — the second most common cause of Wi-Fi problems on laptops. Symptoms:
- 🖥️ Laptop periodically loses connection with a router.
- 🔌 The Wi-Fi icon disappears or appears with a delay.
- ⚠️ In the Device Manager, there is an exclamation mark next to the adapter.
How to diagnose and fix:
- Checking the current driver status:
- Open
device Manager(Win + X → Device Manager). - Expand the tab
Network adapters. - Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
- If there is a ⚠️ or ❌ next to the name, the driver is not working correctly.
- Open
- Driver update:
- Right-click on the adapter →
Update driver → Automatic search. - If Windows does not find updates, download the driver from the laptop manufacturer's website (section
SupportorDownloads).
- Right-click on the adapter →
- Driver rollback (if the problem appeared after the update):
- In the adapter properties, go to the tab
Driver. - Click
Roll back(if the button is active).
- In the adapter properties, go to the tab
- Remove the adapter via
device Manager(right click →Remove device). - Restart your laptop - Windows will install the driver automatically.
| Adapter manufacturer | Common problems | Recommendations |
|---|---|---|
| Intel (AX200, AX210, 7265) | Loss of connection under high load, conflicts with Bluetooth | Update your driver to version 22.240+ or disable Bluetooth |
| Qualcomm Atheros (QCA61x4, QCA9377) | Low speed, frequent connection breaks | Disable power saving in the adapter settings. |
| Realtek (RTL8821CE, RTL8723DE) | Can't connect to 5GHz, "Limited" error | Install the driver from the laptop manufacturer's website, not from Realtek. |
| Broadcom (BCM43xx) | Doesn't see some networks, slow connection | Check the region settings in the driver (it must match the router) |
5. Energy saving and adapter operating modes
Windows aggressively optimizes power consumption, and sometimes this leads to automatic shutdown of the Wi-Fi adapter to save battery life. This is especially important for laptops with adapters. Qualcomm Atheros And RealtekSigns:
- 🔋 Wi-Fi works from the network, but disappears when on battery.
- 🐢 Connection speed drops after 5-10 minutes of inactivity.
- 🔄 To restore the connection, you need to reconnect to the network.
How to disable power saving for Wi-Fi:
- Open
device Manager→Network adapters. - Right-click on your Wi-Fi adapter →
Properties. - Go to the tab
Power management. - Uncheck the box
Allow the computer to turn off this device to save power. - For adapters Intel also open the tab
Additionallyand install:Wireless Mode→802.11ac(or802.11a/b/gfor old routers).Roaming Aggressiveness→LowestorMedium.Transmit Power→Highest.
6. Router-level issues: channels, encryption, and congestion
If the Internet doesn't work only on laptop, and everything is fine on other devices, the router is to blame. But there are also opposite cases: when the problem lies in incompatibility of the router settings with your adapterLet's consider typical scenarios:
Reason 1: Inappropriate Wi-Fi channel
Routers on channels 12-14 (in the 2.4 GHz range) may not be supported by some adapters (especially in the US and Europe, where these channels are prohibited). Also causing problems congested channels (For example, 6 or 11 in apartment buildings).
- 📡 Solution:
- Go to your router settings (usually
192.168.1.1or192.168.0.1). - Go to
Wireless Settings → Channel. - For 2.4 GHz, select the channel
1,6or11(not auto!). - For 5 GHz use channels
36-48or149-165(if supported).
- Go to your router settings (usually
Reason 2: Outdated encryption type
New generation adapters (eg Intel AX210) may not connect to encrypted networks WEP or TKIPThe best option is WPA2-PSK (AES) or WPA3.
Reason 3: Router overload
If more than 20 devices are connected to the router or there is heavy torrent downloading, the laptop may not be receiving sufficient resources. Check the list of connected devices in the router settings (DHCP Clients List) and disable unnecessary ones.
How to check the router load?
Find the section in your router settings System Tools → System Log or StatisticsIf the logs contain many entries like:
- Wireless client exceeds limit
- DNS query flood attack
- High CPU usage
This means the router is overloaded. The solution is to reboot it, update the firmware, or limit the bandwidth for some devices via QoS (Quality of Service).
7. Viruses, Proxies, and VPNs: Hidden Internet Blockers
If all the settings are correct but the internet still doesn't work, check the system on malware, which could change network settings. Typical signs:
- 🛡️ Antivirus is blocking network access (tray notification).
- 🔗 The browser opens to the wrong websites (redirection to advertising).
- 🌍 Not all browsers work, but
ping 8.8.8.8is going well.
What to do:
- Virus check:
- Run the scan Malwarebytes or Kaspersky Virus Removal Tool.
- Remove suspicious browser extensions (
chrome://extensions).
- Reset proxy:
- Open
Settings → Network & Internet → Proxy. - Disable the option
Use a proxy server. - In the command line, run:
netsh winhttp reset proxy
- Open
- If you use a VPN (for example, NordVPN, ProtonVPN), turn it off.
- Check if there are any DNS leaks installed through DNS Leak Test.
8. Hardware malfunctions: when to take your laptop to a service center
If none of the previous methods helped, the problem may be hardwareTypical faults:
- 📡 Damage to Wi-Fi antennas: This often occurs after dropping the laptop or severely bending the lid. Symptoms include a weak signal and frequent interruptions.
- 🔌 Network card failure: adapter is not detected in
Device Manageror is determined with an error (Code 10,Code 43). - 🔋 Nutritional problems: on some laptops (HP Pavilion, Acer Swift) The Wi-Fi module is connected via a USB bus and can be switched off if the voltage is unstable.
How to diagnose:
- Checking antennas:
- Open the back cover of the laptop (if possible without voiding the warranty).
- Make sure the antenna cables (thin black and white wires) are securely connected to the Wi-Fi module.
- Test on another device:
- Remove the Wi-Fi module (usually form factor
M.2 2230orNGFF) and connect to another laptop/PC via an adapter. - If the module does not work there either, it is faulty.
- Remove the Wi-Fi module (usually form factor
- Connect your laptop to a charger and check if Wi-Fi is stable.
- If the connection on the battery is lost, the problem is in the power controller.
⚠️ AttentionIf you're not experienced with laptop disassembly, don't attempt to check the antennas or Wi-Fi module yourself. Incorrectly performing these actions could damage the cables or the motherboard. In this case, contact a service center and describe the symptoms (e.g., "Wi-Fi connects, but there's no internet connection; the device isn't showing up in the router logs").
FAQ: Frequently asked questions about the problem
❓ Why is there internet on my phone but not on my laptop?
This indicates a problem. on the side of the laptopThe most likely reasons are:
- 📱 IP conflict (see section 2).
- 🖥️ Incompatibility with router settings (for example, the phone supports
WPA3, but the laptop doesn't). - 🔌 Energy saving (Wi-Fi turns off on battery).
- 🛠️ Corrupted driver (especially if there was a Windows update recently).
Start by checking the IP (ipconfig /all) and DNS changes.
❓ How do I reset Windows network settings to factory defaults?
Follow these steps:
- Open
Settings → Network & Internet → Status. - Scroll down and click
Network reset. - Confirm the action and restart the laptop.
⚠️ AttentionThis will delete all saved Wi-Fi networks and VPN profiles. After the reset, you'll have to re-enter your passwords.
❓ Can an antivirus block the internet?
Yes, especially if it is Avast, Kaspersky or ESET NOD32These programs have built-in firewalls, which can block suspicious connections. To check:
- 🛡️ Temporarily disable your antivirus and check your internet access.
- 🔍 Go to your antivirus settings →
FirewallorNetwork protection. - 📋 Add your browser and network services to the exceptions list.
❓ What should I do if I lose internet access after updating Windows?
Windows updates often break Wi-Fi drivers. Solutions:
- Roll back the update:
- Open
Settings → Update & Security → Windows Update → View update history → Uninstall updates. - Uninstall the latest update (usually it is
KB503xxx).
- Open
- Download the driver from the laptop manufacturer's website (not from the Microsoft website!).
- Install it in compatibility mode (right click on the installer →
Properties → Compatibility → Windows 10).
❓ How can I check if the router or laptop is at fault?
Diagnostic algorithm:
- Connect your laptop to a different Wi-Fi network (such as your phone's mobile hotspot).
- 🟢 If the internet works, the problem is in your router.
- 🔴 If not, the problem is in the laptop.
- Connect another device (phone, tablet) to your router.
- 🟢 If the internet works, the problem is in the laptop.
- 🔴 If not, the problem is with the router or provider.
- 🟢 If the internet works, the problem is with the Wi-Fi adapter or its settings.
- 🔴 If not, the problem lies in your Windows network settings or your ISP.