Every user is familiar with the situation when a laptop displays the Wi-Fi icon but there's no internet access. You see the familiar yellow exclamation point icon or the "Limited" status, but not a single website loads. It happens suddenly: you were working, watching a video, and then a minute later, the network turns into a local lockdown.
The reasons may be hidden in software failures of the operating system Windows, router settings, or issues with your ISP. Often, the cause is an IP address conflict, outdated adapter drivers, or DNS server failures. Understanding the nature of the error is the first step to quickly restoring the connection without calling a technician.
In this article, we'll examine common failure scenarios and provide step-by-step troubleshooting instructions. We won't use complex terminology where simple steps can suffice, but we'll also cover advanced network configuration methods for complex situations.
Diagnostics: Why my laptop can't connect to the internet via Wi-Fi
Before changing the settings, you need to understand the scale of the problem. Local area network It may work properly, allowing you to see other devices in the house, but access to the outside world will be blocked. This indicates that there is a physical connection to the router, but data routing is disrupted.
A common cause is an IP address failure. If your laptop can't automatically obtain an address from the router's DHCP server, it assigns itself an address from a range 169.254.x.xSuch addresses indicate that the device is "lost" on the network. Antivirus software may also cause problems by blocking traffic, deeming it suspicious.
⚠️ Attention: If the Wi-Fi icon has a yellow triangle, it's almost always an issue with the IP or DNS settings. If it has a red cross or a star, the problem is physical: the adapter is disabled, the drivers are corrupted, or the router isn't transmitting a signal.
First, check if the internet is working on other devices connected to the same router. If websites open on your phone and tablet, then your ISP and router are working properly, and the problem is localized to your laptop. If there's no internet connection anywhere, reboot the router by unplugging it for 10-15 seconds.
Reset network settings and restart services
The easiest and often most effective way to restore internet access is to reset network settings. In the operating system Windows Temporary files and cache accumulate, which can interfere with the current connection. Clearing this data often resolves the issue within a couple of minutes.
You'll need a command prompt with administrator privileges. Right-click the Start menu and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)". In the window that opens, enter the command netsh winsock reset and press Enter. This command resets the Winsock directory, which is responsible for network applications.
Next, you need to update the IP addressing. Enter the command ipconfig /releaseto reset the current address, and then ipconfig /renewto request a new one from the router. If the system reports an error, the DHCP service may not be running or is blocked by a firewall.
☑️ Quick Reset Checklist
After completing all commands, be sure to restart your laptop. Don't skip this step, as changes to the registry and network protocols only take effect after a full system shutdown and restart. Often, after this, the laptop will correctly detect the network type and access the internet.
DNS Server Problems and Solutions
One of the most common reasons why Wi-Fi is connected but pages don't load is a DNS failure. Domain Name System Translates website addresses (like google.com) into server IP addresses. If the provider's DNS server is unresponsive or slow, the browser can't find the website.
You can solve this problem by manually entering reliable public DNS addresses, such as those from Google or Cloudflare. To do this, go to Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your Wi-Fi connection, then select "Properties." Find "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click "Properties."
In the window that opens, select the "Use the following DNS server addresses" option. In the "Preferred DNS server" field, enter 8.8.8.8, and in the "Alternative" - 8.8.4.4These are Google addresses that are highly stable and responsive worldwide.
If you've changed your DNS and the internet is working but unstable, try Cloudflare's addresses: 1.1.1.1 And 1.0.0.1Sometimes providers block third-party DNS services, so it's worth experimenting with different options to find the most responsive one for your region.
Updating and reinstalling Wi-Fi adapter drivers
Hardware doesn't work without the right software. A driver is the intermediary between the operating system and Wi-Fi adapterIf the driver file is corrupted, outdated, or conflicts with the latest Windows update, the connection will be interrupted or not established at all.
Open Device Manager (press Win+X and select the appropriate item). Expand the "Network Adapters" branch. Find a device with "Wireless," "Wi-Fi," or "802.11" in its name. If the adapter icon has a yellow triangle, the driver is definitely not working properly.
The best way to fix this is to uninstall the driver completely. Right-click the adapter and select "Uninstall device." Don't worry, Windows will attempt to install the default driver automatically after rebooting. However, it's best to download the latest version from the laptop manufacturer's official website (e.g., HP, Lenovo, Asus) on another device and install it.
| Symptom | Probable cause | Action |
|---|---|---|
| The adapter is not in the device manager. | Physically switched off or burned out | Check the switch on the case or BIOS |
| Error code 10 or 43 | Driver or device failure | Remove the driver and restart the laptop. |
| Frequent disconnections | Outdated software version | Download the driver from the manufacturer's website |
| Slow Wi-Fi speed | 802.11 b/g/n operating mode | Set 802.11ac or ax in the driver properties. |
In the driver properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power." Windows often overly aggressively saves battery power by disabling the Wi-Fi module, which leads to constant connection drops.
IP address conflicts and router settings
Sometimes a situation arises in a network where two devices try to use the same IP addressThis causes a conflict, and one of the devices (your laptop) loses internet access. This usually happens if there are many devices on the network or the router's DHCP server is malfunctioning.
You can check your IP address with the command ipconfig in the command line. If you see an address starting with 169.254, then the laptop was unable to obtain an address from the router. In this case, you need to check the router settings. Go to its interface (usually at 192.168.0.1 or 1.1) and make sure DHCP is enabled.
⚠️ Attention: Interfaces of routers from different manufacturers (Tp-Link, Asus, Keenetic) look different, but the logic behind DHCP is the same everywhere. If you're unsure of what you're doing, it's best to reset the router to factory settings using the Reset button on the case.
Another possible cause is a static IP address manually entered on the laptop that isn't suitable for the current network. In the IPv4 protocol properties (the same place you changed the DNS), make sure the checkboxes next to "Obtain an IP address automatically" and "Obtain DNS server address automatically" are selected.
What if a static IP is required?
If your system administrator or ISP requires a static IP address, make sure the subnet mask and default gateway are correct. A single digit in the gateway (e.g., 192.168.0.2 instead of 192.168.0.1) will completely cut off internet access, although the local network may still function.
The impact of antiviruses and firewalls
Third-party antivirus programs and the built-in Windows firewall are designed to protect, but sometimes their overzealousness can do more harm than good. Aggressive security settings can block a network connection, classifying it as "Public" with a high protection level, preventing detection from other devices and network access.
Try temporarily disabling your antivirus. If you can connect to the internet, there's a problem with its settings. Go to your antivirus's firewall settings and find the section for network protection or traffic control. Your laptop may be blocked or restricted.
Also, check your network profile in Windows. If the system considers your home network "Public," it hides your laptop from other devices and limits some features. Switch the profile to "Private" (Home). You can do this through "Settings" → "Network & Internet" → "Wi-Fi" → "Manage known networks."
Windows-specific errors and system crashes
operating system Windows 10 And Windows 11 have a built-in troubleshooting mechanism. It doesn't always work miracles, but it can automatically reset the adapter or fix registry errors. You can launch it via Settings → System → Troubleshooting → Other troubleshooters → Network Adapter.
Another hidden option is resetting your network to factory settings in Windows. This is a drastic method that will delete all saved Wi-Fi passwords and VPN settings, but it often helps in dead-end situations. To do this, go to Settings → Network & Internet → Advanced network settings → Network reset.
If this doesn't help, you should check the "WLAN AutoConfig" service. Press Win+R, enter services.mscFind WLAN AutoConfig in the list. Make sure the startup type is set to "Automatic" and the service is running. Without it, the laptop won't be able to manage wireless connections.
In rare cases, the problem lies with the power-saving settings of the USB ports (if the adapter is external) or the motherboard. You can try resetting the BIOS settings to defaults (Load Optimized Defaults), as incorrect ACPI settings can interfere with the network cards.
Why does my laptop say "No Internet access" even though everything works on my phone?
This means the router and ISP are working properly. The problem is localized in the laptop's software: incorrect DNS, a driver conflict, blocking by antivirus software, or a static IP address that's inappropriate for the network. It's also possible that MAC address filtering is enabled on the router, blacklisting your laptop.
How do I know if the problem is with my router or my laptop?
Connect another device (smartphone, tablet) to the router's Wi-Fi. If the internet works on other devices, the router is working properly, and you need to troubleshoot the laptop's settings. If there's no internet anywhere, the problem is with the router, the ISP's cable, or the service provider.
Can a virus disable the internet on a laptop?
Yes, some malware changes proxy or DNS settings, redirecting or blocking traffic. Check your browser and system proxy settings. Type "Proxy" in the search bar and make sure the "Use a proxy server" switch is off unless you specifically use it.
What should I do if my Wi-Fi driver has been deleted and cannot be found?
If the driver is missing, the laptop won't detect the Wi-Fi network. You'll need a computer with internet access or a smartphone. Download the driver from the laptop manufacturer's official website for your model, transfer the file to the affected laptop via a USB flash drive or cable, and install it. Generic drivers may not work.
Does changing the Wi-Fi channel on the router help?
Yes, if you have multiple neighboring networks in your home, they can interfere with each other. In your router settings, try changing the wireless network channel (Channel) from "Auto" to a specific channel (e.g., 1, 6, or 11 for 2.4 GHz). This may improve connection stability.