Why the Internet isn't working on my computer, but Wi-Fi is: A complete breakdown of the reasons

A situation where a smartphone or tablet loads pages smoothly over a wireless network, while a desktop computer or laptop stubbornly displays the "No Internet Access" status, is a classic home network problem. Users are often at a loss: if the router is transmitting a signal and other devices are working normally, then the problem lies with the specific PC or its software. This narrows the search, but doesn't make it simple, as there could be a multitude of causes, ranging from a simple IP address conflict to deep system errors. Windows.

Unlike mobile devices, computers often have more complex network adapter configurations, antivirus software, and specific firewall settings that can block connections. It's important to understand that the physical presence of a signal Wi-Fi This doesn't guarantee successful data transfer. A computer may be connected to the router but not receive traffic routing to the external network. In this article, we'll cover the diagnostic algorithm in detail, from simple cable checks to resetting the TCP/IP protocol stack.

Before attempting any complex manipulations, it's important to rule out basic factors. Users often forget about trivial things like whether their internet connection is paid for, whether their router is overheating, or whether their computer's date and time settings are correct, which are critical for SSL certificates to work. The "DNS_PROBE_FINISHED_NO_INTERNET" error most often indicates a time desynchronization or problems with DNS servers, rather than a physical cable break. Let's go through the recovery steps one by one.

Network and adapter status diagnostics

The first step should always be a visual and software diagnostic. Windows has built-in tools that allow you to quickly determine your connection status. Right-click the network icon in the system tray (near the clock) and select "Network & Internet Settings." Here you'll see the overall status. If a yellow triangle is illuminated, the system is already trying to pinpoint the cause, often offering to launch the built-in troubleshooter.

However, you shouldn't rely solely on automatic correction. You need to go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsHere you need to find your wireless adapter (usually called "Wireless Network" or Wi-Fi). If it's marked with a red cross, the device is disabled by software or the driver isn't loaded. If the yellow exclamation mark is lit, the process of obtaining an IP address is in progress and has gotten stuck for some reason.

A simple power cycle of the adapter often helps. Right-click the adapter icon, select "Disable," wait 5-10 seconds, and then select "Enable" again. This will force a restart of the network stack and initiate a new request to the router's DHCP server. In some cases, especially after waking from sleep mode, the adapter may become stuck in a power-saving state and stop transmitting data correctly.

📊 How often does your PC lose internet connection?
Only after the computer sleeps
Constantly, but it works on the phone
Rarely, after Windows updates
Never, first time I encountered it

Problems with network adapter drivers

One of the most common reasons why the internet stops working on a computer is incorrect driver functionality. Windows 10 and 11 often automatically install generic drivers, which can be unstable with specific network card models, such as Realtek, Intel or Qualcomm AtherosAfter a major system update, the old driver may conflict with new kernel components.

To check, open device ManagerYou can do this by right-clicking the Start button and selecting the appropriate option. Expand the "Network Adapters" branch. If your Wi-Fi adapter has a yellow triangle with an exclamation point next to it, the problem is definitely with the driver. Even if there are no icons, we recommend reinstalling it: right-click the adapter, select "Uninstall device," and check "Delete the driver software for this device" (if available), then restart your computer.

After rebooting, the system will attempt to reinstall the driver. If this doesn't help, you should download the latest version from the official website of the laptop or motherboard manufacturer. Important: You'll need to download the drivers from another device (smartphone or another PC) and transfer them via USB, as the affected computer doesn't have internet access. You should also check the adapter's power settings: in the device properties (Power Management tab), uncheck "Allow the computer to turn off this device to save power."

☑️ Checking drivers

Completed: 0 / 4

IP address conflicts and DNS settings

Even with proper hardware and drivers, the computer may not see the Internet due to logical errors in the protocol settings. TCP/IPThe router assigns addresses via DHCP, but sometimes the PC receives an incorrect address or an address from a different subnet. Issues with the provider's DNS servers, which can be slow or block requests, are also common.

The most reliable way to fix this is to set up static DNS addresses from public services like Google or Cloudflare. Go to your wireless connection properties and select the protocol. Internet Protocol version 4 (TCP/4) and click "Properties." At the bottom, select "Use the following DNS server addresses" and enter: 8.8.8.8 (preferred) and 8.8.4.4 (alternative). This often solves the problem when websites don't load, but instant messaging apps work.

Additionally, make sure that IP and DNS settings are set to obtain automatically if you're not using a static IP. In the same IPv4 protocol properties window, "Obtain an IP address automatically" and "Obtain DNS server address automatically" should be selected. If any specific addresses were previously assigned (for example, from an old router or corporate network), remove them and select automatic acquisition.

⚠️ Attention: If you're on a corporate network or using specific ISP equipment (such as a PPPoE connection or MAC address binding), manually changing your DNS or IP address may completely block access. In such cases, first check with your system administrator or technical support.

Reset network settings via command line

When the graphical interface fails, the command line comes to the rescue cmdThis is a powerful tool that allows you to clear the DNS cache, reset Winsock, and update the IP configuration. Incorrect tables in these tables can cause the computer to think it's connected, but data packets are simply lost along the way.

To perform a reset, you need to run the command prompt as an administrator. Click Start, type cmd, right-click "Command Prompt" and select "Run as administrator." Then, type the following commands in sequence, pressing Enter after each:

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

After executing the last command netsh winsock reset The system will inform you that a reboot is required to complete the reset. Be sure to restart your computer. This procedure returns Windows network settings to their factory defaults, removing any errors introduced by viruses, incorrect program settings, or update failures.

What does the netsh winsock reset command do?

This command resets the Winsock directory, which contains information about how Windows programs access network services. Corruption in this directory is a common reason why the internet seems to work, but no applications can connect.

The impact of antiviruses and firewalls

The third level of protection is software. Third-party antivirus programs (Kaspersky, ESET, Avast, etc.) and the built-in Windows firewall can mistakenly classify your home network as public and block incoming and outgoing connections. This especially often happens after updating virus databases or the antivirus software itself.

Try temporarily disabling real-time protection and your firewall. If your internet connection works after this, the issue lies with your filtering rules settings. You'll need to find the "Network" or "Network Protection" section in your antivirus settings and change the network type from "Public" to "Home" or "Trusted." Also, check if "Do Not Disturb" or "Game Mode" are enabled, as they may restrict background data transfer.

The table below provides a comparison of the characteristics of possible blockers so you can understand where to look for the cause:

Source of blocking Symptoms Where to look for a solution
Windows Firewall Only some programs work, there is no access to shared folders Control Panel → Windows Defender Firewall
Third-party antivirus There's no internet connection at all, and the network icon in the antivirus tray is red. Antivirus interface → Network protection / Firewall
Proxy server (virus) The browser says "Unable to connect", but other programs are working. Windows Settings → Proxy Server

Hidden Settings: Proxy and Static IP

Sometimes the lack of internet connection is caused by proxy server settings, which may have been modified by malware or installed by a program designed to bypass blocking (VPN, tunneling). If the settings aren't restored after uninstalling such a program, the computer will attempt to send all traffic to a nonexistent address.

You can check this in your browser or in system settings. In Windows 10/11, go to Settings → Network & Internet → Proxy ServerMake sure the "Use proxy server" switch in the "Manual proxy setup" section is disabled. If it's enabled and you're not intentionally using a corporate proxy, feel free to disable it.

Static IP addresses are also worth mentioning. If you previously manually assigned an IP address for LAN gaming or printer access and then changed your router, the old IP may not be compatible with the new router's subnet. In this case, reverting to automatic IP acquisition (DHCP) is a mandatory step.

Frequently Asked Questions (FAQ)

Why is there internet on my phone but not on my computer even though they are connected to the same router?

Phones use a simplified network stack and are less likely to conflict with drivers. The problem almost always stems from Windows settings, an outdated Wi-Fi driver on the computer, or an IP address conflict, where the router assigns the computer an address that is already taken or reserved.

Can a virus block the Internet on a computer?

Yes, many modern ransomware and miners can change DNS or proxy settings, redirecting traffic or blocking access to antivirus and update sites. In such cases, scanning with an antivirus scanner (such as Dr.Web CureIt! or Malwarebytes) is essential.

What should I do if Wi-Fi disappears after a Windows update?

Updates often break compatibility with older drivers. Go to Device Manager, find the adapter, and in the "Driver" tab, click "Roll Back Driver" (if available) or uninstall the device and reboot. Uninstalling recent updates via "Settings → Update & Security → View update history" also helps.

How to check if the network card is working at all?

Check the indicators on the card itself (if it's external) or in Device Manager. If the device isn't detected at all (not even listed with an error), the card may be physically damaged or the connection may have come loose. For laptops, a static discharge (remove the battery and hold the power button for 30 seconds) can sometimes help.