Why Wi-Fi on my computer stopped working: causes and solutions

It often takes you by surprise when your laptop or desktop PC suddenly loses internet connection. You're working on an important project or watching a movie, and suddenly the network icon disappears or a yellow triangle appears. This could be caused by a software glitch, a system update, or physical damage to the adapter. Understanding the root cause is the key to a quick recovery.

Modern operating systems such as Windows 10 or Windows 11, have powerful self-diagnostic tools, but they don't always resolve specific hardware conflicts. Sometimes the problem isn't with the computer itself, but with the router, which has simply frozen and requires a reboot. In other cases, the culprit is the antivirus software or a network service failure.

Before panicking or taking your device to a service center, it's worth performing a basic check. Make sure Wi-Fi is physically turned on (especially on laptops with dedicated switches) and that other devices in the house can see the network. If your phone connects without a problem, then the issue is definitely with your computer settings. Let's go over the basic troubleshooting steps.

⚠️ Attention: If you're using a corporate laptop, some network settings may be locked by the administrator. Attempting to change security settings or drivers without permission may result in account lockout.

Primary diagnostics and equipment testing

The first step is to rule out trivial causes. Users often forget that the physical wireless switch on the laptop case could have accidentally moved. Also, the key combination Fn + F2 (or another function key with an antenna icon) could disable the module. Check the indicators: if the Wi-Fi light on the case is off or red, the module is disabled.

The second important aspect is the router's condition. Even if other devices are working, your PC may be struggling to get a signal due to interference or channel congestion. Try moving closer to the access point. If the signal appears, the problem is with the reception level. For desktop computers with external antennas, make sure they are securely attached to the adapter.

It's a good idea to perform a quick reboot of your hardware. This clears the network settings cache and clears temporary IP addressing errors. Turn off your computer and router, wait 15-20 seconds, then turn on the router, wait until it fully boots up, and only then start your PC.

  • 📶 Check the physical Wi-Fi switch on the laptop case or keyboard.
  • 🔄 Restart your router and computer, waiting 20 seconds.
  • 📡 Make sure the Wi-Fi adapter antennas are securely fastened.
  • 🔌 Check if the wireless indicator on the motherboard or adapter is on.
📊 How does your Wi-Fi behave when it's down?
The icon has disappeared completely: There is a yellow exclamation mark: It says "No Internet access": The adapter was not found in the task manager.

Software Crashes and Windows Services

If the hardware is working properly, the problem lies in the software. Operating system Windows uses special services to manage network connections. If the service WLAN AutoConfig If the wireless module is stopped or not working properly, it will not function. This is a common cause after unsuccessful system updates.

To check, click Win + R, enter services.msc and press Enter. Find the service in the list. WLAN AutoConfigIt should be running, and the startup type should be set to "Automatic." If not, correct the settings and restart the service. This often restores network access immediately.

Another effective method is resetting your network settings to factory defaults. This will delete saved Wi-Fi profiles and reset DNS and IP configurations. Windows 10/11 This can be done through the menu "Settings" → "Network and Internet" → "Advanced network settings" → "Network reset".

☑️ Service Inspection Checklist

Completed: 0 / 1

It's also worth checking whether your firewall or antivirus is blocking access. Sometimes, after updating your security software, its settings become overly aggressive. Try temporarily disabling your third-party antivirus and checking for network connectivity. If Wi-Fi is working, add your network environment to the exceptions.

Problems with wireless adapter drivers

The most common technical reason for Wi-Fi failure is a faulty driver. A driver is a program that allows the operating system to communicate with the hardware. After an update Windows Often, the native driver is automatically replaced with a universal one, which may not work reliably.

Go to device Manager (Right-click "Start" and select the appropriate option). Find the "Network Adapters" section. If you see a device with a yellow exclamation point or the message "Unknown Device," the driver has failed. Even if the device appears correctly, try uninstalling it (right-click → Uninstall device) and restarting your computer. The system will attempt to reinstall the driver automatically.

A more reliable method is to download the latest driver from the official website of your laptop or motherboard manufacturer. Please note the model of your Wi-Fi module (e.g., Intel Dual Band Wireless-AC or Realtek RTL8822BE). Manual driver installation often resolves compatibility issues that the automatic installer misses.

⚠️ Attention: When uninstalling a driver in Device Manager, do not check "Delete the driver software for this device" unless you have the installation file handy or a second computer to download it from. You may lose network access entirely.

In some cases, rolling back the driver can help. If the problem appeared after a recent update, open the device properties in the Device Manager, go to the "Driver" tab, and click "Roll Back Driver." This will restore the previous, stable version of the software.

What to do if the driver is not installed?

If the driver installation fails, try running the installer as administrator. You should also temporarily disable your antivirus software. In rare cases, you may need to manually clean the registry of any remaining old driver versions before installing new ones.

Power and energy saving settings

Energy saving system Windows Designed to extend laptop battery life, it often conflicts with Wi-Fi adapters. The operating system may mistakenly power down the communication module, believing it to be inactive, causing the adapter to stop responding.

To fix this, reopen device Manager, find your wireless adapter and open its properties. Go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will force the adapter to run in constant mode, which is especially important for desktop computers connected to the network.

It's also worth checking the power plan in the control panel. Select "High Performance" mode. In power-saving modes, the Wi-Fi module's transmit power may be artificially reduced, leading to signal loss and connection interruptions, especially if the router is in another room.

  • 🔋 Open the Wi-Fi adapter properties in Device Manager.
  • ⚡ Go to the "Power Management" tab.
  • ❌ Remove the ban on turning off the device to save energy.
  • 🚀 Select the "High Performance" power plan in Control Panel.

These changes take effect immediately, but to be on the safe side, it's best to restart your computer. If your laptop starts draining faster after doing this, you can always revert the setting, but network stability is usually worth it.

IP address conflicts and protocol resets

Sometimes a computer can't connect to the network due to IP address conflicts or errors in the TCP/IP protocol stack. This happens if two devices on the network have the same address or if the DNS cache is full of invalid entries. In such cases, even a working driver won't help without resetting the settings.

The fastest way to fix this is to use the Command Prompt. Run it as administrator (search for "cmd" in the search bar, right-click → "Run as administrator"). You'll need to run a series of commands that will reset your network settings.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Press Enter after entering each command. The last command will flush the DNS cache, which often resolves the issue of websites not opening even though you're connected. Be sure to restart your computer after completing all the steps.

Also check the settings for obtaining an IP address. In the protocol properties IPv4 (Available through "Network and Sharing Center" → "Change adapter settings"), IP and DNS should be set to obtain IP and DNS automatically. Manual address assignment is only necessary for specific corporate networks.

Diagnostic Table: Error Codes and Solutions

Windows often displays specific error codes or messages that can help narrow down the problem. Below is a table listing the most common issues and how to resolve them.

Message / Error Code Probable cause Solution method
No connections available The WLAN service has stopped or the driver has been removed. Check services, reinstall the driver
Unable to connect to this network Incorrect password or profile conflict Forget network, enter password again
Limited / No internet access Problem with router or DNS Reboot your router and reset your DNS.
Code 10 or 43 in the dispatcher Adapter hardware failure Turn off the device, remove the battery (if any), turn it on again
Network not found Long range or hidden SSID Get closer and check the network visibility on your phone

If the error code indicates a hardware failure (code 10, 43, 45), it may mean the Wi-Fi module is physically damaged or a loose connection inside the laptop. In such cases, software solutions are ineffective.

Wi-Fi module hardware failure

Once all software methods have been tried, it's time to check the hardware. In laptops, the Wi-Fi module is often a small circuit board. M.2 or Mini-PCIe, which is connected via a connector. Over time, the contacts may oxidize, or vibration may cause the module to move slightly from the slot.

If you're confident in your disassembly skills, you can open the laptop's back cover and check the antenna connections (thin black and white wires) to the module. They should fit snugly, with a clicking sound. You can also try removing the module and reinserting it, cleaning the contacts with an eraser.

In desktop computers with PCIe adapters, the problem may lie with the motherboard slot. Try moving the card to a different slot. If that doesn't help, the adapter is likely faulty. Fortunately, replacing the external USB adapter solves the problem permanently and is inexpensive.

⚠️ Attention: Before opening your laptop or PC, be sure to unplug the device and remove the battery (if removable). Residual voltage may damage components if touched.

In some laptop models (for example, certain series HP or Dell) Wi-Fi may be blocked at the BIOS level. If the adapter isn't detected at all, go to the BIOS and check if it's blocked. Wireless LAN or Network Controller.

Why does Wi-Fi only work near the router?

If the network is only detected in close proximity to the signal source, this indicates degradation of the antenna module or corrosion of the antenna cable contacts inside the device's housing. The antenna needs to be cleaned or replaced.

Why did Wi-Fi disappear after a Windows update?

System updates often contain new driver versions that may be incompatible with your specific hardware. Additionally, an update may reset service settings or change firewall settings. Solution: Roll back the driver or uninstall the latest update via Settings → Update & Security → View update history → Uninstall updates.

How to check if the Wi-Fi module is burned out?

A definitive diagnosis can only be achieved by replacing the module with a known-good one. However, indirect signs include a complete absence of unknown devices in Device Manager even after scanning, error code 43, and no response from the indicators when turned on. If the USB adapter works but the built-in one doesn't, the problem is hardware-related.

Can a virus disable Wi-Fi?

Yes, some types of malware block network access to prevent you from downloading antivirus software or updating databases. The virus can also install static DNS addresses that redirect traffic. We recommend scanning with antivirus scanners such as Dr.Web CureIt! or Kaspersky Virus Removal Tool.

What should I do if the Wi-Fi icon is missing?

First, check to see if it's hidden in the notification area (click the up arrow). If the icon isn't there, open Device Manager. If the adapter is there and working, try running the Windows troubleshooter. If the adapter isn't there, the problem lies with the drivers or the module itself.

Will resetting the router help if Wi-Fi isn't working on my computer?

Resetting your router to factory settings will help if the problem is an IP address conflict within the local network or incorrect security settings (such as MAC filtering). However, if the issue is with PC drivers or a Windows service, resetting the router will not resolve the issue.