My computer's internet connection is down, but Wi-Fi is working: what to do in Windows 7

The situation when on a laptop or desktop PC with an operating system Windows 7 Loss of internet access, while the router continues to distribute Wi-Fi to other devices, is a classic local issue. Most often, this indicates a software glitch in the network settings of a specific computer, an IP address conflict, or corrupted network adapter drivers, rather than a problem with the ISP.

Diagnosis should begin with analyzing the connection indicators: if the network icon shows a signal, but the status is limited to "No Internet Access" or "Identifying," then the physical connection is intact. Your task now is not to panic and to consistently check the software protocol settings, as in nine out of ten cases, the problem can be resolved without reinstalling the system or calling a technician.

It is important to understand that Windows 7Despite its stability, Windows is a mature operating system, and accumulated registry errors or post-update conflicts can block network traffic. We'll cover a series of steps, from simple checks to in-depth TCP/IP stack tuning, to restore your network access.

Initial diagnostics and physical connection check

Before delving into the depths of system settings, make sure the problem isn't a simple disconnect between the network adapter and the router. Even if the lights are on, the adapter might be stuck in a standby state. Try disabling Wi-Fi on your laptop using a button or keyboard shortcut (often this is Fn + F2 or a similar button with an image of an antenna), wait 10 seconds and turn it back on.

If you're using a desktop computer with a USB dongle or PCI card, it might be a good idea to physically reconnect the device to a different port. The system may not handle interrupts from a specific USB controller correctly, and simply changing the port often causes device Manager reinitialize the driver without errors.

⚠️ Attention: If the network icon in the system tray has a yellow exclamation point, it means the computer can see the router but is unable to obtain the correct settings (IP address) from it. This is almost always resolved by resetting the TCP/IP settings, which we'll discuss below.

It's also worth checking whether Airplane Mode is enabled on your computer or whether third-party antivirus programs with a built-in firewall could be blocking the connection after an unsuccessful database update. Temporarily disabling the antivirus will help eliminate this possibility.

📊 How exactly did your PC lose internet connection?
Completely gone, yellow sign is on!
It says "No internet access"
There is a network, but the pages are not loading.
Disappears periodically

Reset TCP/IP and DNS settings via the command line

The most effective method of treating network diseases in Windows 7 A complete reset of the protocol stack is necessary. Often, the system accumulates invalid DNS cache entries or loses IP addressing settings, blocking access to the outside world. You will need administrator privileges to perform this procedure.

Click the Start button, in the search box, type cmdWhen it appears in the search results cmd.exe, right-click on it and select "Run as administrator." In the black window that opens, you need to enter a series of commands in sequence, confirming each one with a key press. Enter.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing the last command, the system will clear the DNS cache. It is critically important to reboot your computer after executing all commands., as registry changes related to the Winsock socket only take effect after a OS restart. Don't skip this step, otherwise the reset won't work.

☑️ Network Reset Checklist

Completed: 0 / 1

If the problem persists after a reboot, you may have static DNS addresses that no longer work. Try setting it to obtain addresses automatically: go to Control Panel → Network and Internet → Network and Sharing Center, select your connection, click "Properties", find Internet Protocol version 4 (TCP/IPv4) and make sure that the boxes next to "Obtain an IP address automatically" are checked.

Updating and reinstalling network adapter drivers

Drivers are intermediaries between the hardware and the operating system. Windows 7 It's common for a network adapter driver (Wi-Fi or LAN) to malfunction or revert to a standard, limited version after a Microsoft update or new software installation.

To check, open the Device Manager. You can do this via the Start menu → Control Panel → System → Device Manager (on the left). Expand the Network Adapters tab. If you see a device with a yellow triangle or exclamation point, the driver is not working correctly.

Even if there are no obvious errors, try "uninstalling the device." Right-click on your network adapter (the name may contain the words Wireless, Wi-Fi, 802.11 or a brand like Realtek, Atheros) and select "Uninstall." In the window that appears, check the "Delete the driver software for this device" box, if it's present, and confirm the action.

⚠️ Attention: After uninstalling the driver, your computer's internet connection will be permanently lost (unless you're using a USB modem to download). You'll need to restart your computer to Windows 7 I tried to find and reinstall the driver automatically.

If automatic installation doesn't work or the system reports that the device is not found, you'll need to download the latest driver from the laptop manufacturer's official website or from another device (such as a phone) and transfer it to your PC via a USB cable.

Where can I find drivers if I don't have internet access?

Download the driver on your smartphone or another PC. Go to the website of your laptop manufacturer (HP, Dell, Asus, Lenovo) or motherboard. Find the model in the "Support" section and download the Wireless LAN or Network Adapter driver specifically for Windows 7. Transfer the file to the affected PC via a USB flash drive or cable.

Configuring adapter power settings

One of the hidden but common reasons for the loss of Internet on laptops running Windows 7 is an aggressive power-saving policy. The system may disable the network adapter to conserve battery power, but "forget" to turn it back on, resulting in connection interruptions.

To prevent the system from disabling the adapter, return to Device Manager, find your network adapter, and open its properties (double-click or right-click → Properties). Go to the Power Management tab.

Here you will see the option "Allow the computer to turn off this device to save power." Uncheck it and click "OK." This action will be disabled. operating system Disconnecting the Wi-Fi or LAN module often stabilizes the connection, especially on older laptops.

Table of common error codes and their meanings

When running Windows 7's built-in troubleshooting tool, you may encounter specific error codes. Understanding their meaning helps you quickly find the root of the problem without having to tinker with every setting.

Error code Description of the problem A probable solution
651 The modem (or other connection device) reported an error Rebooting the router, checking PPPoE drivers
678 The remote computer is not responding Problems on the provider's side or a line break
691 Access denied due to incorrect username or password Checking login/password in connection settings
769 Failed to create a connection to the specified target computer. The Connection Manager service has stopped and needs to be restarted.
No access Limited or no connection (yellow sign) IP/DNS failure, address conflict, adapter malfunction

Please note that 6xx series codes most often relate to connections via a modem or PPPoE (direct connection), while the "No Internet Access" problem with a working Wi-Fi router usually does not have a numeric code, but is expressed by the network status.

If you see the code 769, this almost certainly means that the network adapter is disabled in the system or its driver has crashed. In this case, reinstalling the driver or checking the Connection Manager service will help.

Checking Windows services and third-party conflicts

For network connections in Windows 7 System services are responsible. If the Connection Manager or WLAN AutoConfig service is stopped manually or by third-party software, the internet will not work.

Click Win + R, enter services.msc and press Enter. In the list, find the network-related services. Make sure the service is WLAN AutoConfig (for Wi-Fi) is running and the startup type is set to "Automatic." If it is stopped, click "Start."

It is also worth checking whether you have a virtual adapter installed in your system (for example, from Hamachi, VirtualBox (or VPN clients). Sometimes they hijack connection priority. Try temporarily disabling such adapters in the window. ncpa.cpl (Network connections) and check the Internet connection.

Keep in mind that some "system optimizers" can disable services they deem unnecessary, disrupting network functionality. If you've used such programs recently, check their activity logs or perform a system rollback.

Frequently Asked Questions (FAQ)

Why does Wi-Fi work on my phone, but not on my Windows 7 computer?

This indicates that the router is working properly and the internet connection from your provider is working. The problem is localized within your computer: a driver error, incorrect IP/DNS settings, a virus, or a disabled network adapter. Your phone is using its own settings, which are unaffected by the PC issue.

Can a virus block the internet on Windows 7?

Yes, many viruses and Trojans embed themselves in system files (such as hosts) or change proxy server settings, redirecting traffic or blocking it entirely. It's recommended to scan your system with an antivirus, even if you've had one installed for a while.

What if Windows 7 drivers are no longer supported?

Windows 7 is an older operating system, and manufacturers may not release new drivers. However, if the device worked before, a working driver should be available. Try using compatibility mode when installing the Windows Vista driver or find a generic chipset driver (for example, for Realtek or Atheros) on trusted third-party resources.

Will resetting the router help if the internet is only lost on my PC?

Unlikely. If other devices (phones, tablets, Smart TVs) work fine through the same router, resetting the router to factory settings will reset your ISP connection settings (login/password), which could complicate matters. It's best to troubleshoot the computer itself.