The situation when a laptop stops seeing wireless networks or constantly gives an error when trying to connect can happen to any user, regardless of the operating system. Often the problem lies not in hardware failure, but in a software glitch, an outdated driver, or incorrect security protocol settings.

Ignoring the problem can lead to a complete loss of access to the Internet and local resources, which is especially critical when working with important documents or online tasks. In this material, we will analyze in detail all the possible causes of the failure and provide clear action algorithms for restoring a stable connection.

Primary diagnosis and physical condition check

Before diving into the complex settings of the operating system, it is necessary to exclude trivial reasons for the lack of communication. Often, users forget about the switches on the device body or accidentally turn off the adapter with a key combination. This is the simplest but most effective step that saves time searching for deep software errors.

Carefully inspect the case of your device for physical switches or buttons responsible for wireless communication. On some models HP or Dell such a switch may be located on the side, but on other devices it is integrated into the keyboard. If the wireless network indicator is red or not lit at all, try activating the module.

Use a key combination to quickly activate the module. Usually this F2, F12 or a button with an image of an antenna, which must be pressed together with the key Fn. On laptops Lenovo Often a special button is used on the end of the case, by sliding which you physically turn on the antenna.

  • 🔍 Check whether the WiFi indicator on the laptop body is on and whether it is blue or green.
  • 🔌 Make sure that the router is plugged in and the indicators on it are lit steadily without blinking.
  • 📡 Inspect the antenna if it is external: it should be tightly screwed into the connector.

If physically turning it on does not work, try rebooting the router. Unplug the device from the outlet for 10-15 seconds and then plug it back in. This resets the router's cache and allows it to reinitialize all network interfaces, which often solves the problem of a stuck connection.

⚠️ Attention: If the WiFi indicator on your laptop blinks red even after turning it on, this may indicate a hardware malfunction of the module or a critical driver failure that requires hardware replacement.
📊 What laptop do you have?
  • Windows 10
  • Windows 11
  • macOS
  • Linux
  • Other OS

Managing drivers and network services

Drivers are software that links your adapter hardware to your operating system. If this file is damaged, out of date, or incompatible with the current Windows update, the laptop will simply not be able to manage the network card. In such cases, the system can see the adapter, but will not be able to send any data packets through it.

To check the driver status, open Device Managerby right-clicking on the "Start" button and selecting the appropriate item from the menu. In the list of equipment, find the "Network adapters" section and expand it. Look for a device with a name containing Wireless, WiFi, 802.11 or the brand of your chipset, for example Intel, Realtek, Qualcomm.

If there is a yellow exclamation point or down arrow next to the device, it means the driver is not working correctly or is disabled. Right-click on it and select "Update Driver" and then "Search Automatically." If the system does not find updates, you will have to go to the laptop manufacturer's website and download the driver manually.

  • 🛠️ In Device Manager, click "Action" -> "Remove Device", then restart your laptop for automatic reinstallation.
  • 🔄 Go to the manufacturer’s official website and download the latest driver for your specific model.
  • ⚙️ Check if the WLAN AutoConfig service is running via the command services.msc.

Sometimes the problem lies in a disabled system service responsible for managing wireless networks. If the service WLAN AutoConfig stopped, Windows will not scan the airwaves for access points. Launch it by setting the startup type to Automatic so that the problem does not recur after a reboot.

How to find out the network adapter model without Device Manager?

Use the command line and enter the command 'wmic nic get name'. This will list all network cards, including wireless ones, with their exact name.

Resetting network settings and TCP/IP protocols

The accumulation of errors in the DNS cache or corruption of the TCP/IP protocol stack configuration often becomes the reason when the laptop sees the network, but cannot connect to it with the “Obtaining an IP address” error. In this case, a complete reset of the network settings to the factory state helps. This action will not delete your files, but it will reset all network connections.

Modern versions of Windows 10 and 11 have a built-in network reset feature. Go to Settings → Network and Internet → Advanced network settings → Network reset. Click the "Reset Now" button and the system will prompt you to restart your computer. After the reboot, all network adapters will be reinstalled and settings will be reset.

If the automatic reset does not help, you can use the command prompt with administrator rights. This is a more in-depth method that clears the DNS cache, resets Winsock, and recreates the protocols. Open a command prompt as an administrator and enter the commands one by one, pressing Enter after each line.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After completing all the commands, be sure to restart your laptop. These actions force the operating system to re-request the router's IP address and clear any temporary configuration files that may have been damaged by a virus or an incorrect update.

☑️ Check before network reset

Done: 0 / 4

It is important to understand that after resetting the network, you will have to re-enter passwords for all previously connected wireless networks. This is a standard security measure to ensure a clean configuration. If the problem was caused by a settings conflict, this method will work 90% of the time.

⚠️ Warning: Resetting the network will delete all saved Wi-Fi profiles. Make sure you know the password for your home network before performing this procedure.

Configuring adapter power settings

By default, the Windows operating system tries to save power by turning off peripheral devices when idle. Sometimes the power saving algorithm works too aggressively, turning off the Wi-Fi adapter at a time when it is still needed, which leads to a connection failure or the inability to establish one.

To eliminate this scenario, you must change the power settings for your specific network adapter. Open again Device Manager, find your wireless adapter, right-click on it and select "Properties". Go to the "Power Management" tab.

Uncheck "Allow the computer to turn off this device to save power." This will prevent the system from turning off the adapter when idle. Save the changes and restart your computer. This simple step often solves the problem of intermittent shutdowns, especially on older laptops with worn out batteries.

  • 💡 Check your power plan: switch it to "High Performance" in Control Panel.
  • 🔋 If the laptop is running on battery power, make sure the adapter does not turn off when the battery is low.
  • 🔌 In the router settings, check if the energy saving mode for the wireless network is enabled.

Sometimes the problem occurs due to a conflict with the laptop manufacturer's power management software. Utilities type Lenovo Vantage or ASUS Power4Gear can intercept control of the adapter. Try temporarily disabling such programs or updating them to the latest version.

💡

Disabling the power saving feature for the network adapter prevents random shutdowns and ensures stable operation of the WiFi module in all usage scenarios.

IP Address Conflict and DNS Settings

Sometimes the laptop cannot connect to WiFi due to IP address conflict. This occurs when two devices on the same network receive the same address, causing a collision and blocking traffic. The problem may also be a broken DNS server that cannot resolve domain names to IP addresses.

For diagnostics use the command ipconfig /all on the command line. See what address is assigned to your adapter. If it starts with 169.254.x.x, this means that automatic receipt of the address failed and the laptop assigned the address to itself without permission. In this case, you need to check the DHCP settings on the router.

Try registering static DNS servers manually to eliminate problems with your ISP. In the properties of your network connection, select "IP version 4 (TCP/IPv4)" and enter the following addresses: 8.8.8.8 And 8.8.4.4 (Google) or 1.1.1.1 And 1.0.0.1 (Cloudflare). This often speeds up your connection and resolves "No internet access" errors.

Problem type Symptoms Probable Cause Solution
DHCP failure Address 169.254.x.x The router does not provide an address Reboot the router
IP conflict Address conflict error Two devices with one IP Change IP or DHCP reset
DNS problem No access to sites DNS failure Prescribing 8.8.8.8
Invalid password Connection error Invalid authentication details Changing WiFi password

If possible, connect your laptop to your router via an Ethernet cable. This will allow you to check whether the Internet works at all and eliminate problems with the provider itself. If there is Internet via cable, but not via WiFi, the problem is definitely in the wireless module or its settings.

💡

Use the "Network Reset" utility only as a last resort, as it resets all network settings, including virtual adapters for emulators and Docker.

Frequency bands and safety standards

Modern routers operate in two bands: 2.4 GHz and 5 GHz. Not all older laptops support the 5 GHz frequency, and if the router is configured to use only this range, the laptop simply will not see the network. There may also be problems with security protocols if the router uses an outdated or too new encryption standard.

Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and check your wireless network settings. Make sure the operating mode is set to "Auto" or "802.11 b/g/n/ac/ax". If you select 5GHz only mode and your laptop is old, it will not be able to connect.

Also check the encryption method. Standard WPA3 is the latest and may not be supported by older adapters. Try switching your router to WPA2-Personal, which is a universal standard. This guarantees compatibility with the vast majority of devices on the market.

  • 📶 Make sure that the router broadcasts in both bands (2.4 GHz and 5 GHz) with different network names (SSID).
  • 🔐 Check that the encryption type is set to WPA2-PSK (AES) and not TKIP or WPA3.
  • 📡 Try changing the broadcast channel if there are too many neighboring networks on your channel.

In some cases, changing the channel width helps. For the 2.4 GHz band, it is better to set the width to 20 MHz to avoid interference from microwaves and Bluetooth devices. For 5 GHz you can safely set it to 80 MHz for maximum speed.

Why does my laptop see the network but cannot connect?

This is often due to inconsistency in security protocols or the exhaustion of the pool of IP addresses on the router, when all available addresses are occupied by other devices.

If you are using a guest network, make sure that the client isolation feature (AP Isolation) is not enabled on the router. It prevents devices on the guest network from seeing each other and sometimes blocks certain types of traffic from accessing the Internet.

⚠️ Attention: Changing router settings requires caution. If you do not know what a particular parameter is responsible for, it is better to leave the default settings and refer to the manufacturer's instructions.

In rare cases, it may be necessary to update the firmware of the router itself. Manufacturers often release updates to fix compatibility issues with new laptops and smartphones. Check the latest software version on the router manufacturer's website.

Frequently asked questions and answers

What should I do if the laptop sees other networks, but does not see mine?

Your router may have hidden the network name (SSID) or turned off broadcasting. Go to your router settings and make sure the "Hide SSID" option is disabled. Also check if the channel range is full and try changing the channel manually.

Why does the error "Could not connect to this network" appear?

Most often this happens due to an outdated password in the system. Remove the network from the list of saved ones (“Forget network”), and then connect again by entering the current password. Also check if the password on the router has been changed.

Will resetting the BIOS help with WiFi problems?

Sometimes BIOS settings get lost after an unsuccessful update. Go into the BIOS at boot and select the "Load Optimized Defaults" option. This will return the adapter settings to factory settings, but does not guarantee a solution to the problem if the problem is with the drivers.

Can I use an external USB WiFi adapter?

Yes, if the internal module is physically damaged. Insert the USB adapter into the port, install the drivers, and it will automatically switch the connection priority. This is a great temporary or permanent solution.

Why does the laptop connect, but there is no access to the Internet?

Check your DNS and IP settings. Perhaps the router cannot contact the provider's servers. Try registering public DNS (8.8.8.8) and rebooting the router. If the problem persists, contact your provider's technical support.