A sudden loss of wireless network connection on a personal computer is one of the most common and frustrating problems for users. You may notice that the network icon has disappeared from the system tray, or the system displays "No available connections," even though the internet connection is working properly on your smartphone or tablet. This could indicate a software glitch in the operating system. Windows, as well as physical equipment failure or incorrect operation of the router.
Before panicking and taking your device to a service center, it's worth performing a series of DIY steps that will restore your device's online status in 90% of cases. We'll walk you through the steps, from simple checks to complex registry and command line settings. It's important to understand that diagnostics must be carried out consistently to avoid false conclusions and not aggravate the situation.
In this article, we will take a detailed look at the methods for solving the problem that are relevant for modern versions of operating systems, including Windows 10 And Windows 11You'll learn how to update drivers, check services, and use built-in diagnostic utilities. Follow the instructions carefully to restore a stable connection.
Primary diagnostics and equipment testing
The first step should always be a visual and physical inspection of the devices. Often, the problem isn't complicated software, but something as simple as a disabled module or a loose connection. If you're using a laptop, make sure the wireless off button isn't pressed. On many models, it's located on the keyboard and marked with an antenna or airplane icon. Also, check the sides of the case for a mechanical switch.
For desktop PCs where an external drive is used USB Wi-Fi adapter, try reconnecting it to a different port. USB ports can sometimes become corroded or lose contact. If the adapter is integrated (PCI-E), check that it is securely seated in the motherboard slot. Make sure the router's lights are blinking, indicating normal operation.
⚠️ Important: If the Wi-Fi indicator on your router is lit but doesn't blink when you try to connect, this may indicate a frozen wireless module. In this case, briefly powering off the router (for 10-15 seconds) often resolves the issue.
Check if other devices can see your network. If your smartphone and tablet also can't connect, the problem is most likely with your ISP or the router itself, not your computer. In this case, it's best to call your ISP's technical support or reboot your router.
If the internet works on other gadgets but not on the PC, then we're dealing with a local computer issue. This narrows the search and allows us to focus on the operating system settings and drivers for the specific device.
Using the built-in Windows diagnostic tool
operating system Windows Equipped with a powerful built-in tool for automatically detecting and troubleshooting network problems. This module can automatically reset the adapter, renew the IP address, and check DNS settings. To launch, right-click the network icon in the system tray (near the clock) and select "Troubleshoot."
The system will begin scanning, which can take anywhere from 30 seconds to several minutes. During this process, it will attempt to identify the cause of the error. network adapter isn't functioning correctly. If Windows finds a solution, it will offer to apply it automatically. This often helps fix protocol errors. TCP/IP.
- 🔍 The system will check for a valid IP address.
- 🔍 The default gateway will be checked.
- 🔍 The connection test with the DNS server will be completed.
- 🔍 Your internet access will be checked.
In some cases, diagnostics will report that the problem is not found, even though the internet is down. This can occur due to a driver conflict. In this case, you should try resetting your network settings via the command line. Open the Start menu, type cmd, right-click on "Command Prompt" and select "Run as administrator".
In the window that opens, enter the command netsh winsock reset and press Enter. Then, restart your computer. This command resets the Winsock directory, which stores information about how programs access network resources.
Working with network adapter drivers
The most common reason Wi-Fi isn't working on a PC is outdated, corrupted, or malfunctioning drivers. A driver is a program that allows the operating system to communicate with the hardware. If it's corrupted, the adapter may disappear from the device list or malfunction.
To check, open the Device Manager. You can do this by right-clicking the Start button and selecting the appropriate item from the menu. Find the "Network adapters" section and expand it. Find your Wi-Fi module in the list (usually the name contains the words Wireless, 802.11 or the manufacturer's brand, for example, Realtek, Intel, TP-Link).
If a yellow triangle with an exclamation point appears next to a device, the driver is not working properly. Right-click the device and select "Uninstall device." In the window that appears, check "Delete the driver software for this device" (if available) and confirm.
After uninstalling, restart your computer. When booting Windows The system will automatically detect the hardware and attempt to install the standard driver. This often resolves the issue. If the standard driver isn't suitable, download the latest version from the laptop manufacturer's official website or from another device (such as a phone) and install it manually.
| Symptom in the dispatcher | Possible cause | Action |
|---|---|---|
| Yellow triangle | Driver conflict or code error | Uninstall and reinstall the driver |
| The device is hidden | The adapter is disconnected or faulty | Check in the menu "View" -> "Show hidden" |
| Error code 10 or 43 | The device cannot start | Power reset, check in BIOS |
| The adapter is missing | Physical failure or disconnection | Check the connection, buy a new adapter |
What to do if the driver is not installed?
If an error occurs during driver installation, try running the installer in compatibility mode. Right-click the installation file, select "Properties" -> "Compatibility," and select a previous version of Windows (e.g., Windows 8). Completely removing older driver versions using the uninstaller may also help.
Configuring adapter power settings
Energy saving system Windows Sometimes it works too aggressively, turning off the network adapter to save battery power but not waking it back up. This is especially true for laptops, but it also occurs on desktops. To fix this, you need to adjust the power management settings.
Go to "Device Manager" again, find your Wi-Fi adapter, right-click it, and select "Properties." Go to the "Power Management" tab. Here you'll see a checkbox next to "Allow the computer to turn off this device to save power."
Uncheck this box and click "OK." This will prevent the system from disabling the Wi-Fi module. After this, it's recommended to reset the network or reboot. Check if the connection has stabilized.
⚠️ Note: On some motherboards, BIOS settings may overwrite Windows settings. If disabling power saving in the OS doesn't help, enter the BIOS (press Del or F2 during boot) and find the section related to ERP Ready or USB/PCI-E settings, and make sure that power saving modes do not block the operation of network cards.
It's also worth checking your power plan in Control Panel. Go to Control Panel -> Power Options. Select the active plan and click "Change plan settings," then "Change advanced power settings." Find "Wireless adapter settings" in the list and set it to "Maximum performance."
Resetting network settings and command line
If software glitches have accumulated deep within the system, a complete reset of network settings may be required. Windows 10 And 11 There is a convenient "Network Reset" function that removes all installed network adapters and restores network component settings to factory defaults.
To do this, go to "Settings" (the gear icon in the Start menu) -> "Network & Internet." At the very bottom of the page, find "Network reset" (or "Advanced network settings" -> "Network reset"). Click "Reset now." Your computer will warn you that it will restart in 5 minutes.
After rebooting, you'll need to re-enter your Wi-Fi network password, as all saved profiles will be deleted. This is a drastic, but often effective, method. In addition to the graphical interface, you can use console commands for more detailed configuration.
- 🛠️ Open Command Prompt as administrator.
- 🛠️ Enter
netsh int ip resetto reset the TCP/IP protocol. - 🛠️ Enter
ipconfig /flushdnsto clear the DNS cache. - 🛠️ Enter
ipconfig /releaseand thenipconfig /renewto renew the IP address.
Running these commands can help when your computer receives an incorrect IP address or cannot resolve website domain names. After running all commands, be sure to restart your PC.
☑️ Network reset checklist
Checking Windows services and registry
Wireless connections in Windows are managed by special services. If the "WLAN AutoConfig" service (WlanSvc) is stopped or disabled, Wi-Fi will not work. You can check this by clicking Win + R, by entering services.msc and finding the corresponding item in the list.
Make sure the startup type is set to "Automatic" and the service is running. If it's stopped, click "Start." It's also worth checking the "Remote Access Connection Manager" service; although it's more related to VPN and dial-up, a freeze can affect the network.
In rare cases, the problem may be in the registry. Key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc Contains service startup parameters. However, editing the registry requires caution. It is recommended to create a system restore point before making changes.
Sometimes antivirus software can block network services. Try temporarily disabling your third-party antivirus and checking your internet connection. If the problem resolves, add network services to your security software's exceptions.
Hardware solutions and equipment replacement
If software solutions don't help, the network adapter itself may be faulty. Built-in modules in laptops can burn out due to a power surge or overheating. USB adapters in desktop computers are often at fault. The easiest way to check this is to connect a known-good external adapter.
If the new adapter works, the old one is faulty. For a desktop PC, you can replace the PCI-E card or use a USB dongle. For laptops, replacing the internal module requires disassembly skills, but it's often cheaper than repairing the motherboard.
It's also worth paying attention to the frequency range. Old adapters of the standard 802.11n They may not see 5 GHz networks if the router is configured to only broadcast 2.4 GHz. Make sure your router is broadcasting a 2.4 GHz network, or purchase a dual-band adapter.
⚠️ Note: When purchasing a new adapter, pay attention to its standard support. For the modern internet, it's best to choose devices that support Wi-Fi 6 (802.11ax) and 5 GHz band to ensure high speed and stability.
In some cases, changing the router's broadcast channel can help. If neighboring networks are interfering, your PC may lose connection. Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and try changing the Wi-Fi channel to a less crowded one (e.g., 1, 6, or 11 for 2.4 GHz).
Why does Wi-Fi work on my phone but not on my computer?
This indicates that the router is working properly and is distributing internet. The problem is localized to a specific PC. Possible causes include drivers, power saving settings, a static IP address, conflicting software, or a faulty Wi-Fi module on the computer itself.
How to update Wi-Fi driver without internet?
Use a different computer or smartphone. Download the driver from the manufacturer's official website (Realtek, Intel, TP-Link) to a flash drive or transfer the file to your PC via USB cable. Then install it manually through Device Manager.
Can a virus disable Wi-Fi?
Yes, some types of malware can change network settings, block access to antivirus websites, or completely disable network adapters to hide activity. It is recommended to run a full system scan with an antivirus program.
What should I do if the Wi-Fi icon is missing?
Click the arrow in the tray; the icon may simply be hidden. If it's not listed anywhere, check Device Manager. If the adapter is there but there's no icon, try starting the "WLAN AutoConfig" service.