A common, but often misunderstood, problem is when a wireless network stops functioning immediately after a desktop computer is turned off. Users often find their smartphones, tablets, and laptops lose access to the internet, even though the router's lights remain on. This creates the false impression of hardware failure, although in 90% of cases, the cause is software conflicts or incorrect network interface settings.
The fundamental reason lies in how the operating system manages network adapters and how the router distributes IP addresses. Windows By default, the system is configured to save power, which can cause the network card to power down or DHCP server settings to change. Understanding these processes allows you to troubleshoot the problem without calling a technician.
In this guide, we'll take a detailed look at how a home network works, rule out hardware problems, and configure your router to operate autonomously. A critical issue often arises when a DHCP server is used in dual mode, where the computer and router try to distribute addresses simultaneously. Follow the instructions step by step to restore stability to your connection.
Home Networking Basics and the Role of DHCP
To understand why the internet connection disappears after turning off the PC, it is necessary to understand the basic architecture of a local area network. In a standard router (router) acts as a gateway connecting the local network to the provider. It is responsible for assigning unique identifiers to all connected devices via the protocol. DHCP.
When you turn off your computer and the internet connection on other devices disappears, this often indicates that the router's functions have been hijacked or duplicated by the PC system. Normally, the router should operate independently of the state of any other devices on the network. If this doesn't happen, the configuration is corrupted.
There are several key factors that influence the stability of traffic distribution:
- ⚡ IP address conflict occurs when two devices try to occupy the same gateway address.
- 🔌 Network card power settings that prevent the computer from waking up from sleep mode.
- 🔄 DNS cache errors that don't update without an active connection to the primary node.
- 🛡️ Traffic is blocked by antivirus software or a firewall on your computer.
⚠️ Attention: If your ISP uses MAC address binding, then when you turn off a computer whose address is registered with the service provider, the network may stop working on other devices unless the router clones this address or is configured correctly.
Checking your DHCP settings is the first step in troubleshooting. Access your router settings via a browser and find the section LAN Settings or Network Settings. Make sure the function DHCP Server It's activated specifically on the router. If this function is also enabled on the computer's network card (which happens when creating an access point or using specific software), a priority conflict occurs.
Diagnosing hardware and cable faults
Before delving into complex software settings, it's important to rule out trivial physical issues. Users often forget that a router is a device that requires a stable power supply and proper connections. If Wi-Fi disappears when the PC is turned off, the problem may not be with the router's logic, but rather that the router is simply rebooting or losing connection.
Pay attention to your router's power supply. Cheap adapters lose capacitor capacity over time and may not be able to handle the load when multiple wireless clients are turned on. Turning off your computer can create a power surge or, conversely, a change in load that destabilizes a weak router power supply.
To check the physical status of your network, follow these steps:
- 🔍 Inspect the cable Ethernet, connecting the PC and the router, for kinks and damage to the insulation.
- 🔌 Try changing the connection port on the router (switch the cable from
LAN 1VLAN 2). - 💡 Check the indicators: are the lights on?
InternetorWANstable after turning off the computer.
It's also worth checking whether the computer itself is acting as an access point. In some configurations, users accidentally activate the "Mobile Hotspot" feature or use Wi-Fi sharing programs that redirect traffic through the PC's network card. In this case, turning off the computer breaks the connection.
Configuring a network card in Windows
The Windows operating system has an aggressive power-saving policy, which often causes network failures. The system may power down the network adapter to save power, which can lead to connection drops or the router's inability to properly terminate the connection.
To prevent Windows from disabling the network card, you need to change the power management settings. Open device Manager, find the section Network adapters, select your adapter, and go to Properties. On the Power Management tab, uncheck "Allow the computer to turn off this device to save power."
It's also worth checking your IPv4 settings. Sometimes the static IP address assigned to your computer conflicts with the range of addresses the router attempts to assign to other devices after a network reboot.
Recommended checklist for setting up the adapter:
- ✅ Make sure that the option to obtain an IP address automatically is selected (
Obtain an IP address automatically). - ✅ Disable the feature Energy Efficient Ethernet in the extended driver properties.
- ✅ Reset TCP/IP settings using the command prompt with administrator rights.
netsh int ip reset
netsh winsock reset
After running these commands, you should reboot your computer. This will flush the network stack and remove any configuration errors that may have accumulated over time.
☑️ Network power supply settings
IP address conflicts and router settings
One of the most common reasons why internet access is only available when the PC is turned on is when the computer acts as the default gateway or has a static IP address that the router attempts to assign to another device. This is a classic address conflict.
If a computer is running a server (a web server, a game server, a torrent client with port forwarding), the router may "think" that this computer should be handling incoming traffic. When the PC is turned off, requests from other devices go unanswered. You should check the settings. NAT and port forwarding.
The table below shows conflict scenarios and how to resolve them:
| Symptom | Probable cause | Solution |
|---|---|---|
| Internet is only available on PC | MAC address binding with the provider | Clone the MAC address of a PC in a router |
| No access from other devices | Two active DHCP servers | Disable DHCP on one of the devices |
| Limited network access | IP address conflict | Change the LAN address range |
| Wi-Fi turns off by itself | Putting the router into sleep mode | Disable Eco mode in Wi-Fi settings |
It's important to check if Internet Connection Sharing (ICS) is enabled on your computer. If it is enabled, Windows will forcefully change the IP address of your network card. 192.168.0.1 or something similar, becoming the main gateway. When the PC is turned off, other devices lose network access because the gateway disappears.
⚠️ Attention: Modern router interfaces (Keenetic, TP-Link, ASUS) may vary. Look for the "Local Network," "LAN," or "IP Configuration" sections to check these settings.
Software conflicts and the impact of antivirus software
Third-party software often interferes with network protocols. Antivirus programs, firewalls, and VPN clients can create virtual network adapters that intercept traffic. If configured incorrectly, such software can block internet access to other devices, deeming them suspicious.
VPN services with a "kill switch" feature or deep integration into the network stack are particularly prone to problems. They can alter Windows routing tables. When the computer is shut down, these tables are not reset correctly on the router side if tunnel mode is enabled.
To eliminate the influence of software:
- 🚫 Temporarily disable your antivirus and Windows firewall.
- 🚫 Remove or disable VPN clients and virtual network drivers (for example, from Hamachi or VirtualBox).
- 🚫 Check your startup for unknown network utilities.
How to check running network services?
Enter services.msc in the Run prompt. Find services related to Internet Connection Sharing (ICS) and ensure they are disabled unless you're intentionally using your PC as an access point.
It's also worth paying attention to your network card drivers. Outdated or beta driver versions may not process signals from the router correctly. We recommend downloading the latest stable driver version from the official website of the motherboard or network adapter manufacturer.
Provider specifics and connection types
Don't discount your internet provider's policies. Many providers use subscriber binding based on the equipment's MAC address. If you previously connected directly to the internet from your computer, your provider will have "remembered" your network card's MAC address. When you install a router, it won't be able to authenticate because its MAC address is unknown.
In this situation, the internet works on the PC (because its address is resolved), but it doesn't work on other devices through the router, or it only works when the PC is turned on and forwarding the connection. The solution is to clone the MAC address in the router settings.
Algorithm of actions for cloning:
- Connect your PC to the router with a cable.
- Go to the router's web interface (usually
192.168.0.1or192.168.1.1). - Find the section WAN or Internet.
- Click the button
Clone MAC Address(Clone MAC address). - Save the settings and reboot the router.
In addition, some providers use connection protocols that require constant authorization (for example, L2TP or PPPoE). If these settings are configured only on the computer and not in the router, the internet will not work without the computer turned on. Make sure the username and password from your ISP are entered in the router settings.
FAQ: Frequently Asked Questions
Why is my router's lights flashing but there's no internet?
This may indicate a lost connection with your ISP or an error in your WAN settings. Check your ISP cable and the connection status in your router interface. Your router's processor may also be overloaded.
Can a virus on a computer block Wi-Fi on a phone?
Yes, if a computer acts as a gateway or has incorrect routing configured, malware can intercept or block traffic from other devices on the local network.
How do I reset my router to factory settings?
On the back of the device, find the hole marked ResetPress it with a paperclip for 10-15 seconds while the power is on. The lights should blink, indicating a reset. After this, the router will need to be configured again.
Does Windows version affect Wi-Fi performance?
Yes, different versions of Windows (10, 11) have different algorithms for managing power savings and network drivers. Issues are more common during system updates, when old drivers conflict with new OS settings.