My laptop is connected to WiFi, but there's no internet: how to fix it

Many users are familiar with the situation where the wireless network icon appears on the screen, but webpages won't open in the browser. You see the name of your network, perhaps even the "Connected" status, but a yellow triangle with an exclamation point or the message "No Internet Access" completely blocks your connection. This situation is frustrating, as there appears to be a physical connection, but no data transfer occurs.

The reasons for this system behavior may lie in software failures in the laptop itself, as well as problems with the router or provider. IP address conflictA faulty DNS cache, or outdated drivers are just the tip of the iceberg of possible issues. Often, a simple hardware reboot resolves the issue, but sometimes deeper intervention into the operating system settings is required.

Before panicking and calling your provider's tech support, it's worth running a basic diagnostic. It's important to understand the scope of the problem: is the internet down on just one device, or is it down across your entire home network? This answer will determine your next steps. In this article, we'll cover all the main scenarios and why. Windows or another OS cannot access the global network through a working router.

⚠️ Attention: If you're using a corporate network or specific ISP equipment, some settings (such as a static IP) may have been changed by the administrator. In this case, resetting the settings yourself may result in loss of access to local resources.

Diagnosing the extent of the problem: device or network?

The first step is always to determine the source of the problem. If your laptop is connected to WiFi but there's no internet, it's not always the computer's fault. Try connecting to the same wireless network on your smartphone or tablet. If pages load instantly on your phone, then your router and ISP are working properly, and the problem is localized. laptop configurations.

If the internet isn't working on any device in the house, including Smart TVs and game consoles, the router is the problem. There may be a malfunction. router, your provider's account has run out of money, or there's maintenance going on on the line. In this situation, there's no point in fiddling with your Windows network card settings.

📊 On which device did the internet disappear?
Only on laptop
On all devices in the house
Only on phone
The problem appears and disappears

It's also worth paying attention to the router's indicator lights. If the indicator lights up or flashes, WAN (or Internet), this is a good sign, indicating the physical presence of a signal from the provider. If this indicator is off or red, the problem is with the service provider. In this case, the best solution is to call customer support.

⚠️ Attention: When diagnosing, keep in mind that some antiviruses and firewalls may block network access, deeming it unsafe. Try temporarily disabling your security software for testing.

Basic troubleshooting methods

Often, the solution is obvious, and complex technical manipulations aren't required. The simplest and most effective method, which helps in 70% of cases, is a complete hardware reboot. This isn't just turning the laptop off and on, but a complete reboot of all components of the system. Turn off the laptop, then unplug the router's power cord.

Wait about 10-15 seconds. This time is necessary for the capacitors inside the router to discharge and the RAM to completely clear any temporary errors. After this, turn on the router and wait until it fully boots up (usually 1-2 minutes), and only then turn on the laptop. This sequence allows you to re-establish the connection and get a fresh start. IP address from the DHCP server.

If rebooting doesn't help, check if Airplane Mode is enabled on your laptop. Sometimes users accidentally activate it with a key combination, and although the WiFi module may technically turn on, the system blocks all network traffic. It's also worth making sure the device's date and time are set correctly. An incorrect date can cause SSL certificate errors, causing browsers to block access to websites, creating the illusion that there's no network connection.

☑️ Quick diagnostic checklist

Completed: 0 / 5

Another overlooked detail is a full browser cache. If other applications (such as Skype or online games) work but pages don't load, try opening the website in incognito mode or in a different browser. This will help determine whether the problem lies with the system or with specific software.

Resetting network settings and working with IP/DNS

If simple methods fail, you'll have to resort to more advanced tools. Often, the problem lies in the laptop "remembering" incorrect network settings or an address conflict. Windows has a built-in network reset mechanism that returns all components to factory defaults. To do this, go to Settings → Network & Internet → Status and find the "Network Reset" button.

A more advanced method is to use the command line. This method allows you to clear the DNS cache and reset TCP/IP protocol settings. Open the command line as administrator (press Win + X and select the appropriate item). Enter the following commands one by one, pressing Enter after each:

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

After running the last command, be sure to reboot your computer. This action forces the system to re-query the router for settings and clear old, possibly erroneous entries. Pay special attention to DNS serversSometimes provider DNS services are unstable. You can use public addresses, such as those from Google (8.8.8.8 And 8.8.4.4) or CloudFlare (1.1.1.1). This can be done in the protocol properties. IPv4 in the network connections window.

⚠️ Attention: Team netsh winsock reset interferes with low-level network settings. In rare cases, it may cause some VPN clients or virtual machines to stop working, requiring reinstallation of their network adapters.

Problems with wireless adapter drivers

A driver is an intermediary between the operating system and the hardware. If it's not working correctly, is outdated, or has become corrupted after a Windows update, the laptop may see WiFi networks but won't be able to transmit data. You can check the driver's status via device ManagerFind the "Network Adapters" section and look for a device with a name containing the words Wireless, WiFi or 802.11.

If the adapter icon has a yellow triangle, it means the device is not working properly. Try selecting "Uninstall device" (don't worry, the system will automatically find the driver upon reboot) and restarting the laptop. This will force Windows to reinstall the driver from scratch. If the icon appears normal, try updating the driver manually by downloading the latest version from the laptop manufacturer's website rather than relying on Windows' automatic search.

Why does automatic driver updates often not work?

The automatic Windows update system often offers generic drivers that cover basic functionality, but may not take into account the specifics of your WiFi module model. This is especially true for older laptops or newer, recently released models. It's best to download the driver from the motherboard or laptop manufacturer's website.

It's also worth checking your power settings. Windows may be trying to save power by disabling your WiFi adapter at inopportune moments. Go to the adapter's properties in Device Manager, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."

Router settings and MAC address filtering

Sometimes the problem isn't with the laptop, but with the router settings themselves. The network owner may have accidentally (or intentionally) enabled MAC address filtering. In this case, the router sees the device and allows it to connect to the wireless access point, but blocks internet access for all unauthorized clients. Check the list of connected devices in the router's admin panel (usually at 192.168.0.1 or 192.168.1.1).

If your laptop is blocked or, conversely, can't obtain an IP address due to a DHCP pool overflow, this will be visible in the router logs. It's also worth checking whether Parental control or a time limit for this device. Access may have been restricted to certain hours or categories of websites, creating the illusion of a complete lack of internet access.

|Router IP or public|Not specified or 0.0.0.0|IPv4 Properties|

|Default gateway|Router IP|None|cmd -> ipconfig|

Parameter Normal value Possible problem Where to check
Connection status Connected Limited / No access Windows tray (WiFi icon)
IP address 192.168.x.x 169.254.x.x (APIPA) cmd -> ipconfig
DNS server

Note the line "Default Gateway" in the command results ipconfigIf the address listed there is different from your router's address, or the field is empty, the laptop simply doesn't know where to send external network requests. The table above lists the main parameters to check.

Software conflicts and third-party programs

Don't discount the influence of third-party software. VPN clients, internet sharing programs, and virtual machines (VirtualBox, VMware) create their own virtual network adapters. These can intercept traffic or alter the routing table, causing the real internet to stop working. Try temporarily removing or disabling such programs.

Remnants of uninstalled antivirus programs may also be the cause. If you recently changed your security software, the old antivirus may have left behind network filters that block the connection. Special utilities from antivirus vendors can help completely clean your system of these traces.

Frequently Asked Questions (FAQ)

Why does it say "Connected, secure," but the pages won't load?

This means the handshake between the laptop and the router was successful, the password is correct, and encryption is working. The problem lies at a higher level—most likely, the laptop can't obtain an IP address from the router (DHCP error) or can't resolve the website's domain name to an IP address (DNS error).

Can a virus block the internet on a laptop?

Yes, some types of malware (Trojans, botnets) can change proxy settings or the hosts file, redirecting or blocking traffic. Scan your system with an antivirus and check the file. C:\Windows\System32\drivers\etc\hosts for the presence of extra entries.

What should I do if only rebooting the router helps?

If your router requires constant reboots to function, this is a sign of instability. It could be overheating, a worn-out power supply, full logs, or outdated firmware. Try updating your router's firmware or replacing the power supply. In the worst-case scenario, the device may need to be replaced.

How do I know if my ISP is blocking my router?

ISPs can block access without authorization (PPPoE, L2TP) or by MAC address. If you've changed your router and haven't cloned the old one's MAC address, your ISP may not be providing internet. Also, check your account balance.