A sudden loss of internet or the inability to connect to a wireless network often catches you off guard, especially when you need to urgently resolve a work issue or complete an important project. A situation where the network icon is crossed out or completely missing can be caused by a variety of reasons, from a simple router malfunction to critical operating system errors. Understanding the nature of the problem is the first step to successfully restoring the connection, avoiding unnecessary steps and wasted time.
Before attempting complex technical procedures, it's essential to perform a basic hardware diagnostic. Users often forget to check the physical condition of their devices or ignore simple reboots, which in most cases resolve the issue immediately. It's important not to panic and to consistently rule out possible causes of problems, moving from the simple to the complex.
In this article, we'll cover all the current methods to help restore internet access. You'll learn how to check adapter settings, update software, and use built-in Windows diagnostic tools. A systems approach will allow you to eliminate 99% of all typical faults without contacting a service center.
Primary diagnostics and equipment testing
Start the recovery by checking the physical condition of the router and the computer itself. Make sure the router's lights are lit or blinking normally, and not idle. If only the power light is lit, this may indicate a problem with the ISP or the signal-distributing device itself.
Pay attention to the Wi-Fi switch on the laptop case. Many models Lenovo, HP or Asus They have a physical toggle switch or key combination to quickly disable wireless modules. Accidentally pressing such a switch completely deactivates the antenna, making it impossible to search for networks.
⚠️ Caution: If you're using a USB adapter, try reconnecting it to a different port. Often, the problem is due to insufficient power to the specific USB port or mechanical damage.
Check if other devices can see your network. If your smartphone or tablet can connect to the internet without any issues, the problem is localized to your computer. If the network isn't visible anywhere, it might be a good idea to reboot your router by unplugging it for 10-15 seconds.
Using the built-in troubleshooter
The Windows operating system has powerful built-in self-diagnostics tools. This mechanism can automatically detect and fix common configuration errors, service resets, and protocol issues. It's recommended to run this first, as it takes the least amount of time.
To run diagnostics in Windows 10 and 11, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will run a series of tests, attempting to reset the adapter or renew the IP address. In some cases, this action immediately restores network access.
If the automatic search yields no results, the system will return an error code. Write down this code, as it will help you search for a solution in the official knowledge bases or forums. Errors are often related to incorrectly set parameters. IP address or DNS server problems.
It's worth keeping in mind that the built-in wizard isn't all-powerful. It won't fix a physically damaged antenna or remove conflicting drivers if they're already deeply embedded in the system. In such cases, manual intervention via Device Manager will be required.
Working with network adapter drivers
The most common software-related cause of Wi-Fi failure is a faulty driver. This is the software that allows the operating system to communicate with the hardware. If the driver is outdated, damaged during a Windows update, or removed by an antivirus program, the adapter stops functioning.
Open device ManagerTo do this, right-click the Start menu and select the appropriate item from the list. Find the "Network Adapters" section and expand it. If you see a device with a yellow exclamation point or the message "Unknown Device," the problem is with the driver.
Try uninstalling the device by right-clicking it and selecting "Uninstall device." Then, restart your computer. Upon startup, the system will attempt to automatically install the standard driver. This often helps restore the module's functionality.
Where can I get drivers if I don't have internet access?
If automatic installation doesn't work, use another device (smartphone or another PC) to download the driver from the laptop manufacturer's official website. Save the file to a flash drive and install it on the affected computer.
For advanced users, it's recommended to use the command line to completely reset the TCP/IP stack. Open Terminal as administrator and enter the following command:
netsh int ip reset
After running the command, be sure to reboot the system. This action returns the network settings to factory defaults, eliminating any potential conflicts caused by installing new software or viruses.
Configuring services and power options
In the Windows operating system, special background processes called services are responsible for network operation. If the "WLAN AutoConfig" service is stopped or its startup type is changed to "Disabled," Wi-Fi will not work. You can check this in the menu. Execute (Win+R), entering the command services.msc.
Find the service in the list WLAN AutoConfig (or "WLAN AutoConfig Service"). Make sure the "Startup Type" column is set to "Automatic" and the service is running. If it is stopped, click the "Start" button. This is a critical setting for wireless connections.
Another hidden cause of shutdowns is an aggressive power saving policy. The system may disable the adapter to conserve battery power, but then incorrectly enable it again. Go to the network adapter properties in Device Manager, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."
| Parameter | Recommended value | Impact on work |
|---|---|---|
| Service startup type | Automatically | Without this, Wi-Fi will not turn on. |
| Power saving mode | Max. productivity | Prevents spontaneous shutdowns |
| Security protocol | WPA2/WPA3 | Provides a secure connection |
| Communication channel | Auto or 1, 6, 11 | Reduces interference from neighbors |
Reset network settings to factory defaults
If the previous methods don't help, you can use the full network reset feature. This option was introduced in Windows 10 and is available in Windows 11. It removes all installed network adapters and resets all network components to their original settings, as if you had just installed the system.
To perform a reset, go to Parameters → Network and InternetAt the very bottom of the page, find the "Network Reset" option (in Windows 11, it may be under "Advanced network settings"). Click the "Reset now" button and confirm the action.
⚠️ Note: After resetting the network, your computer will restart in 5 minutes. All saved Wi-Fi passwords will be deleted, and you will have to re-enter them. Please remember or write down your access keys in advance.
This method is especially effective when the system has accumulated numerous registry errors or IP address conflicts that are difficult to identify manually. It also clears the DNS cache and resets firewall settings that may be blocking the connection.
☑️ Checklist before resetting the network
Problems with the router and provider
Sometimes the root of the problem isn't the computer, but the router's settings. If your computer sees the network but can't connect, or displays "Limited," check your router settings. Perhaps your data plan has run out, your subscription has expired, or your device's time and date settings are out of sync.
Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1). Check your WAN connection status. If there's no connection, the problem is with your ISP. Call technical support to rule out any line maintenance.
It is also worth checking whether there is a problem with the router MAC address filteringIf this feature is enabled, only whitelisted devices can connect. Add your computer's MAC address to the allowed list in your router's wireless settings.
How to find out the MAC address of a computer?
Open the command prompt (cmd) and enter ipconfig /all. Find the "Physical Address" line in the section for your wireless adapter. This is the MAC address.
Don't forget that router firmware also requires updates. Outdated router software may not work correctly with new encryption standards or Windows drivers. Update the firmware through the router's administration menu by downloading the file from the manufacturer's website.
Frequently Asked Questions (FAQ)
Why did the WiFi icon disappear after a Windows update?
System updates often contain new driver versions that may conflict with installed hardware. Try rolling back the driver in Device Manager or uninstalling the update through Control Panel.
The computer sees all networks except mine. What's wrong?
Most likely, your router is operating on a channel that isn't supported by your adapter settings, or the network is hidden. Also, check the frequency range: if the router only broadcasts 5 GHz and your adapter is older (only 2.4 GHz), it won't see the network.
Can a virus disable Wi-Fi?
Yes, some malware blocks network services or modifies proxy settings to intercept traffic. Run a full system scan with an antivirus and check your browser and system proxy settings.
What to do if the driver is not installed?
Make sure you downloaded the driver for your specific model and Windows version. If installation is blocked, try running the installer in compatibility mode or as administrator, after disabling your antivirus.