It's puzzling when the first device works perfectly, but the second laptop refuses to see the network or connect to it. Users often blame the router for a faulty connection, when the problem lies in software conflicts or device settings. Network stack The operating system may have crashed, or the router may have reached its limit of allocated addresses.
Don't panic and take your device to a service center. In most cases, a series of steps is enough to restore it. local networkWe'll cover technical aspects, from simple reboots to setting up static IP addresses and security checks.
The difficulty of diagnostics lies in the fact that the error can be either software or hardware related. If the router only distributes Internet to one device at a time, the problem lies in the DHCP server settings or hardware limitations of the model. Let's look at all the possible scenarios.
Network visibility and driver diagnostics
The first thing to check is whether the laptop can see any wireless networks at all. If the list of available connections is empty, but Wi-Fi works on other devices, the problem is localized to the adapter on the affected laptop. The settings may have become corrupted. drivers or it was disabled by software.
Go to the device manager via Control Panel → System → Device Manager. Find the "Network adapters" section. If next to the name of your card (for example, Realtek or Intel Wireless) If a yellow exclamation mark is lit, the driver is not working correctly. It needs to be updated or reinstalled.
⚠️ Warning: Do not download drivers from dubious aggregator websites. Use only the laptop manufacturer's official website or the built-in Windows update function.
Sometimes a simple reset of the adapter settings helps. Click Win + R, enter ncpa.cpl and press Enter. Find "Wireless Network," right-click, and select "Disable," then "Enable" again. This will restart the communication module without rebooting the system.
How can I find out the exact adapter model?
If Device Manager shows "Unknown Device," open its properties, go to the "Details" tab, and select "Hardware IDs" from the list. Copy the top line and paste it into a search engine to find the driver.
IP address conflict and DHCP settings
One of the most common reasons why a second laptop can't connect is an IP address conflict. The router assigns a unique identifier to each device. If for some reason two devices are assigned the same address, one (or both) will lose network access.
To resolve this, you need to release the current IP lease and request a new one. Open a command prompt as administrator. Enter the command ipconfig /release, press Enter, and then ipconfig /renewThis will force the laptop to re-apply to the router for a new address.
It's also worth checking whether your laptop has a static IP address that conflicts with the router's range. In the protocol properties IPv4 (available via ncpa.cpl) Make sure that the checkboxes for automatic receipt of addresses are checked.
If the DHCP server on your router is frozen, it may stop issuing addresses to new clients. In this case, a full reboot of the router helps. Unplug it from the power outlet for 10-15 seconds, then plug it back in and wait until it fully boots up.
Wi-Fi range and channel limitations
Modern routers operate in two bands: 2.4 GHz and 5 GHz. Older laptops may simply not see the 5 GHz network because their adapters don't support this standard. Conversely, if the router is configured to operate only in 2.4 GHz mode, 802.11ax (Wi-Fi 6), and the laptop only supports 802.11n, there will be no connection.
Another important parameter is channel width. The 2.4 GHz band often experiences interference from neighboring routers and household appliances. If the channel is congested, the second laptop may not be able to break through the noise. Try changing the channel in your router settings to 1, 6, or 11.
For diagnostics, download the app WiFi Analyzer on your smartphone. It will show which channels are the most loaded in your apartment. Switch the router to a free channel via the web interface (usually at 192.168.0.1 or 192.168.1.1).
MAC filtering and security issues
MAC address filtering may be enabled in your router's security settings. This means that only a specific list of devices are allowed to access the network. If you connect a new laptop and it's not whitelisted, the router will reject its connection requests.
To check this, log into the router interface and find the "Security" or "MAC Filter" section. If the feature is enabled, you'll need to find your laptop's MAC address (command ipconfig /all in the command line, in the "Physical address" field) and add it to the list of allowed ones.
Also pay attention to the encryption type. If the router is configured for WPA3, and the laptop is old and only supports WPA2, there will be no connection. Try setting it to mixed mode. WPA2/WPA3 or temporarily switch to WPA2 to test.
| Parameter | Old standard | Modern standard | Recommendation |
|---|---|---|---|
| Encryption | WEP / WPA | WPA2 / WPA3 | Use WPA2-AES |
| Range | 2.4 GHz | 5 GHz / 6 GHz | 5 GHz for speed |
| Protocol | 802.11b/g/n | 802.11ac/ax | Mixed mode |
| Channel | Auto | Manual selection | Free channel |
Windows network service failures
The Windows operating system has many background services responsible for network communication. If the Connection Manager or WLAN AutoConfig service is stopped or is not running correctly, the second laptop will not be able to initiate a connection.
You can check the status of services by entering in the search services.mscFind "WLAN AutoConfig Service" in the list. Make sure its startup type is set to "Automatic" and its status is "Running." If not, start it manually.
Resetting network settings to factory defaults often helps. In Windows 10 and 11, this can be done via Settings → Network & Internet → Advanced network settings → Network resetThe system will warn you about a reboot, after which all network components will be reinstalled.
☑️ Service diagnostic checklist
Your antivirus or firewall may also block the connection of a new device, deeming it suspicious. Try temporarily disabling your third-party antivirus and see if internet access returns.
Hardware limitations and adapter overheating
Don't discount physical issues. If the laptop is old, its Wi-Fi module may be faulty or overheating. This is especially true if the device has been operating under heavy load for a long time. In such cases, the adapter may shut down for protection.
Check that the ventilation holes are not blocked. Dust inside the case can also contribute to overheating. If your laptop starts making a lot of noise or freezing when connected to Wi-Fi, it may need cleaning.
External USB Wi-Fi adapters can also cause problems. Cheap models often overheat and lose signal. If you're using one, try connecting it to a powered USB hub or a different port.
⚠️ Note: Router and operating system settings interfaces are constantly updated. The layout of menu items may vary depending on the firmware version or Windows build.
Frequently Asked Questions (FAQ)
Why does my laptop see the network, but it says "Unable to connect"?
Most often, this indicates an incorrect password or encryption type mismatch. Another issue could be that the router's pool of IP addresses (DHCP lease limit) has run out. Try forgetting the network and re-entering the password, making sure to check the keyboard layout.
Can a router block connections from more than 2-3 devices?
Yes, some older or budget models have a software limit on the number of clients (for example, up to 5 devices). This limit can also be set in parental controls or guest network settings.
How can I check if my laptop can even see the Wi-Fi modules?
Click Win + X and select "Device Manager." If the wireless device isn't listed in the "Network Adapters" section, or if it's marked with an error, the problem lies with the drivers or the hardware module itself.
Should I disable WPS to solve the problems?
Yes, the WPS function often creates security holes and can cause connection conflicts. It is recommended to disable WPS in your router settings and connect by entering the password manually.