When your computer suddenly loses internet access, it can catch you off guard at the most inopportune moment: during an important video conference, downloading a large file, or playing an online game. The screen might display a network icon with a yellow exclamation point or even a globe with a line through it, indicating that there is no connection, even though the router is working properly. First of all, don't panic or immediately call your provider, as the problem often stems from a software glitch in the operating system or a temporary IP address conflict.
Modern operating systems such as Windows 10 or Windows 11Network adapters have powerful built-in self-diagnostic mechanisms, but they can't always fix complex network adapter configuration errors. Before resorting to drastic measures like reinstalling the system, it's necessary to perform a series of sequential steps to check the hardware and software settings. In this article, we'll outline a step-by-step algorithm that will help restore the connection in most cases without the need for specialists.
Sometimes the lack of internet is caused by a simple driver update or a change in the router's security settings that the user may have forgotten about. A critical first step is to check the status of other devices on the same network.This will help isolate the problem: whether it's global (with your ISP or router) or local (specific to your PC). If smartphones and tablets are working properly, then the focus should shift solely to your computer settings.
Primary diagnostics and equipment testing
Troubleshooting should begin with the physical level, as software failures are often the result of unstable power supply or overheating network equipment. Check the indicators on the router body: is the light on? WAN or a globe icon, which indicates the incoming signal from the ISP. If this indicator is off or flashing red, the problem is with the service provider or the cable coming into the apartment, and the computer settings have nothing to do with it.
Make sure the network adapter on your computer is enabled and hasn't been accidentally disabled by a key combination or software switch. Laptops often have physical buttons or function keys (e.g., F2, F12 or a separate button with an image of an antenna), which can block the operation of the module Wi-FiIt's also worth checking whether airplane mode is enabled, which completely disables all wireless communication interfaces.
- 🔌 Restart your router and modem by unplugging them for 15-20 seconds to clear the cache and reconnect to your ISP.
- 💻 Check if your computer is visible in the list of connected devices in the router's admin panel to rule out MAC address blocking.
- 📡 Make sure you are connected to your own network, and not to a neighboring one with a similar name, which may not have internet access.
It's important to understand the difference between the "No internet access" and "No connections" statuses. In the former case, there's a connection to the router, but no access to the outside world. In the latter case, the computer doesn't even see the wireless network. If the router's lights are behaving strangely (for example, all of them are blinking rapidly at once), this may indicate a hardware failure or overheating.
Using the built-in troubleshooter
operating system Windows is equipped with an automatic diagnostic tool that can detect and fix a number of common errors without user intervention. To launch it, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will scan the network adapter, check for the IP address, and attempt to reset the protocol stack.
During operation, the diagnostic tool may prompt you to reset the network adapter settings or update its configuration. This often helps when the settings have become corrupted. DNS or an IP address conflict has occurred on the local network. If the system detects a problem, it will attempt to fix it automatically, but in some cases, administrator rights or manual confirmation will be required.
⚠️ Note: If the built-in diagnostics report "problem not found" or "couldn't fix automatically," this doesn't mean the system is useless. It rules out basic errors, narrowing the search to more complex driver or registry settings.
Don't ignore any error codes returned by the diagnostic utility. Write down the error code or text and use it to find a precise solution if automatic fixes don't help. Sometimes the system recommends resetting network settings to factory defaults, which is an effective but drastic measure that requires re-entering Wi-Fi network passwords.
Updating and reinstalling network adapter drivers
One of the most common causes of unstable Wi-Fi is outdated, corrupted, or incorrectly functioning drivers. A driver is software that allows the operating system to interact with network adapterIf your internet connection is lost after updating Windows or installing new software, the first thing you should check is the Device Manager.
To access the manager, press the key combination Win + X and select the appropriate item in the menu. Find the "Network Adapters" section, expand it, and locate your Wi-Fi device (usually the name includes the words "Wireless," "Wi-Fi," "802.11," or the manufacturer's brand, for example, Intel, Realtek, Qualcomm). If a yellow triangle is lit next to the device, it means the driver is malfunctioning or is missing.
Automatically updating drivers through Device Manager is often ineffective, as Windows may not find the new version in its database. A more reliable method is to visit the official website of your laptop or motherboard manufacturer, where you can download the latest driver for your model. After downloading the installation file, completely uninstall the old driver and install the new one.
- 🔄 Right-click on the adapter in Device Manager and select "Uninstall device," checking the "Delete driver software" box.
- 📥 Download the latest driver from the manufacturer's official website using a different device or cable connection (Ethernet).
- 🔧 After installing a new driver, be sure to perform a full reboot of your computer for the changes to take effect.
Sometimes, simply rolling back the driver to a previous version can help if the problem appeared after a recent update. In the device properties in Device Manager, there's a "Driver" tab with a "Roll Back" button. This will return the system to a state when Wi-Fi was working reliably, which is often the best solution for sudden outages.
☑️ Driver Checklist
Resetting network settings and command line
If simple methods don't help, you should perform a deep reset of network settings via the command prompt. This method allows you to clear the DNS cache, reset TCP/IP settings, and update DNS registration, which resolves many software conflicts. To launch the command prompt with administrator privileges, enter cmd In Windows search, right-click and select "Run as administrator".
In the window that opens, you need to enter a series of commands sequentially by pressing Enter after each. Team ipconfig /flushdns clears the DNS cache, which helps if the computer can't find website addresses. The command netsh int ip reset resets the IP protocol settings, and netsh winsock reset Restores the Winsock directory, which is often damaged by viruses or incorrect software.
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After running all commands, be sure to restart your computer. Without a restart, the changes will not take effect, and the problem may persist. This method is universal and helps in most cases where software glitches in the Windows protocol stack are the cause.
⚠️ Note: Resetting Winsock and TCP/IP may remove any virtual network adapters you may have installed (for example, from Android emulators or VPN clients). Be prepared to reinstall them if you need them.
What should I do if the command prompt displays "Access Denied"?
If the commands don't run, make sure you're running the console as an administrator. Your antivirus or corporate security policies may also be blocking changes to network settings. In this case, try temporarily disabling your antivirus or contacting your system administrator.
Setting up DNS and a static IP address
Often, the problem of no internet connection is rooted in incorrectly configured DNS servers, which are responsible for converting domain names into IP addresses. By default, a computer receives these addresses automatically from the router, but if the DNS provider is unstable, websites will stop opening, even though there is technically a connection. In such cases, it is recommended to configure public DNS servers, for example, from Google or Cloudflare.
To change the settings, go to the Network Control Panel, select your adapter and open the protocol properties. IPv4Manually specify your preferred DNS server 8.8.8.8 and alternative 8.4.4.8This often solves the problem when pages don't load, but instant messaging apps work. You can also try changing your IP address to a static one if there are address conflicts on the network.
| Parameter | Automatic (DHCP) | Google Public DNS | Cloudflare DNS |
|---|---|---|---|
| Preferred DNS | Receive automatically | 8.8.8.8 | 1.1.1.1 |
| Alternative DNS | Receive automatically | 8.4.4.4 | 1.0.0.1 |
| Response speed | Depends on the provider | High | Very high |
| Reliability | Average | High | High |
Using third-party DNS servers not only solves access issues but can also speed up web page loading. However, it's important to note that some providers may block access to resources when using third-party DNS servers, although this is rare these days. If the problem persists after changing your DNS, revert to automatic settings.
The impact of antivirus and firewall
Third-party antivirus programs and the built-in Windows firewall can unexpectedly interfere with your internet connection. Aggressive security settings sometimes block network traffic, mistaking it for a threat, especially after updating the antivirus itself or its virus definitions. If you've recently installed a new antivirus or updated your existing one, try temporarily disabling its protection.
Check your Windows Firewall settings to ensure it's not blocking connections to private or public networks. Sometimes, completely uninstalling any third-party antivirus software, then rebooting and using only Windows Defender to scan for threats can help. Malware can also change network settings, install its own proxy servers, or block access to websites.
- 🛡️ Temporarily disable your firewall and antivirus protection to test the hypothesis that traffic is being blocked.
- 🔍 Run a full system scan for viruses and malware using Malwarebytes or an equivalent.
- ⚙️ Check your browser and system proxy settings to ensure they don't contain any unknown addresses.
It's also worth checking the "Proxy" section in your browser settings. If a proxy server is enabled there, even if you're not using any special blocking bypass tools, the internet won't work. Automatic proxy detection should generally be enabled, and manual address entry should be disabled unless you're using a corporate network.
⚠️ Important: Don't leave your computer without antivirus protection for an extended period of time. After checking your network settings, be sure to re-enable protection or reinstall your antivirus with factory settings.
Additional methods and factory reset
If none of the above methods help, the only option left is to perform a full network reset. Windows 10 and 11 have a "Network Reset" feature that removes all installed network adapters and restores network settings to default values. This is a last resort, as you'll have to re-enter your Wi-Fi passwords and configure sharing settings.
You can find this option in the "Network and Internet" section of the system settings. At the bottom of the page, you'll see a "Network Reset" button. Clicking it will restart your computer in a few minutes. This method is effective for deep system errors that can't be fixed manually through the registry or command line.
It's also worth checking your network adapter's power settings. Windows may be turning off the device to save power, which can cause instability. In Device Manager, under the adapter's properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."
Could the problem be with the router?
Yes, even if other devices are working. The router may have "remembered" your computer as a device with an error. Try cloning the MAC address of a working device in the router settings or resetting the router to factory settings (press the Reset button).
Frequently Asked Questions (FAQ)
Why is there internet on my phone, but not on my computer via Wi-Fi?
This indicates a problem with your computer settings. Most likely, your DNS settings are corrupted, your Wi-Fi adapter driver is out of date, or your antivirus is blocking the connection. Reset your network and update your drivers.
What does the "Unidentified network" error mean?
This error means that the computer has connected to the router but cannot obtain the correct IP address or gateway. Restarting the router and issuing the command ipconfig /renew in the command line.
Can a virus disable the Internet on a computer?
Yes, many mining viruses and Trojans block access to antivirus and update websites to hide their presence. Check your hosts file and proxy server settings.
How to check if the network adapter is physically working?
Go to Device Manager. If the adapter shows up with an error or doesn't show up at all (if present in the system), it may be faulty or have a loose connection (for internal cards).
Should I update my BIOS to fix Wi-Fi issues?
In rare cases, updating the motherboard BIOS can fix hardware compatibility issues, but it's a risky procedure. Only try it if other methods have failed and you're confident in your actions.