You turned on your laptop or connected it Wi-Fi adapter Connect to your desktop PC, but the internet stubbornly refuses to work—sound familiar? Wireless network issues on your computer can arise for dozens of reasons, from a simple disabled adapter to complex conflicts in your router settings. In this article, we'll look into the matter. all possible scenarios, Why Wi-Fi not working on PC, from the obvious to the hidden, and we will give clear instructions on how to fix each problem.
It is important to understand that the algorithm for finding a solution depends on Does your computer see available networks at all or is it just not connecting to a specific one?In the first case, the problem is most often related to hardware (adapter, drivers), while in the second, it's related to network or router settings. We've structured this article so you can quickly navigate to your specific case: from simple to complex, with step-by-step screenshots and terminal commands.
If you're not a techie, don't worry. We avoid complex terminology and provide alternative solutions (for example, how to update a driver manually and using an automatic tool). Windows). And for experienced users, we will provide commands netsh And ipconfig, which will speed up diagnostics.
1. Checking basic settings: adapter, airplane mode and services
Start with the basics: maybe The Wi-Fi adapter is disabled physically or software. On laptops, there is often a separate button (or combination Fn + F2/F12) to turn the wireless network on/off. On desktop PCs, check if the USB adapter from the port.
Next, open Control Panel → Network and Internet → Network and Sharing Center and make sure your wireless device is displayed in the "Adapters" section. If it's not there, there's a driver or hardware issue. If the adapter is there but grayed out, right-click it and enable it.
- 🔌 Physical button: On the laptop case or keyboard (for example, Lenovo uses
Fn + F7, HP —Fn + F12). - ✈️ Flight mode: Open Windows Settings (
Win + I) → “Network and Internet” → check if airplane mode is turned off. - 🖥️ WLAN AutoConfig Service: Click
Win + R, enterservices.msc, find the "WLAN AutoConfig" service and start it (startup type - "Automatic").
If the adapter is enabled but networks aren't showing up, try restarting your computer. This can sometimes clear temporary driver glitches. Also, check if the router's indicator light is on. Wi-Fi (if not, the problem is in the router, not the PC).
2. Driver diagnostics: updating, rolling back, and reinstalling
Outdated or corrupted drivers — is the most common cause of Wi-Fi problems on a PC. Even if the adapter is detected by the system, it may not work correctly. Check the driver version in Device Manager:
- Click
Win + X→ select "Device Manager". - Expand the Network Adapters tab.
- Find yours Wi-Fi adapter (For example, Intel Wi-Fi 6 AX200, Realtek RTL8821CE or Qualcomm Atheros).
- Right-click → “Properties” → “Driver” tab.
If your driver is older than 2023, you need to update it. There are three ways to do this:
- 🔄 Automatically: In the adapter properties, click "Update driver" → "Search automatically". Windows It will find the current version itself (but not always the newest one!).
- 📥 Manually from the manufacturer's website: Download the driver for your adapter model from the official website (Intel, Realtek, TP-Link etc.). Install it via "Update driver" → "Browse my computer for driver software".
- 🔙 Rollback: If problems started after an update, roll back to the previous driver version ("Roll back driver" in the adapter properties).
For USB adapters (For example, TP-Link TL-WN725N) Sometimes reconnecting to a different port or completely reinstalling the driver and deleting the old one via "Uninstall device" in "Device Manager" helps. After deleting, be sure to reboot your PC — the system must reinstall the driver.
Make sure the adapter is visible in Device Manager|
Check the current driver date (Driver tab)|
Update driver automatically or manually|
Roll back the driver if the problem appeared after an update|
Restart your PC after changes-->
3. Network settings in Windows: resetting parameters and IP conflicts
If the adapter works, but The PC won't connect to Wi-Fi. (or connects but without internet access), the problem may lie in the network settings WindowsStart by resetting your network settings:
- Open Settings (
Win + I) → “Network and Internet” → “Status”. - Scroll down and tap Network Reset.
- Confirm the action and restart your computer.
This procedure deletes all saved networks and resets the adapters to factory defaults. After rebooting, try connecting to Wi-Fi again.
If resetting doesn't help, check IP settingsSometimes a PC can't obtain an IP address from the router (the "No network access" error). This can be fixed as follows:
- Click
Win + R, enterncpa.cpl→ open "Network Connections". - Right-click on your Wi-Fi connection → “Properties”.
- Select Internet Protocol Version 4 (TCP/IPv4) → Properties.
- Check the boxes next to "Obtain an IP address automatically" and "Obtain DNS server address automatically".
If the problem persists, try manually entering DNS from Google (8.8.8.8 And 8.8.4.4) or Cloudflare (1.1.1.1). This will help if your ISP blocks DNS requests.
How to check for IP address conflict?
Open Command Prompt (Win + R → cmd) and enter:
arp -a
If you see multiple devices with the same IP (eg. 192.168.1.100), then there's a conflict on the network. This can be resolved by rebooting the router or assigning a static IP address to your PC.
4. Router issues: channel, encryption, and limitations
If Wi-Fi doesn't work on only one PC., and other devices (smartphones, tablets) connect normally, the problem is most likely in the adapter settings or WindowsBut if the problem occurs on all gadgets, it's your fault. router.
The first thing to do is reboot the router (Unplug for 30 seconds). This solves 60% of connection problems. If that doesn't help, check:
- 🔒 Encryption type: Go to your router settings (usually
192.168.1.1or192.168.0.1) and make sure it is usedWPA2-PSKorWPA3. OutdatedWEPnot supported by modern adapters. - 📡 Wi-Fi channel: In the router settings (
Wireless → Channel) select the channel manually (for example,6or11for 2.4 GHz). Auto-selection may cause interference. - 🚫 MAC address filtering: If the router has binding enabled
MAC, add your PC's address (you can find it in "Device Manager" → adapter properties → "Details" → "Network Address").
Also check if it is turned on in the router client isolation mode (AP Isolation or Client Isolation). In this case, the devices will not “see” each other on the local network, which may interfere with the connection.
⚠️ Attention: If you use dual-band router (2.4 GHz + 5 GHz), try connecting to a 2.4 GHz network. Some older adapters (eg Realtek RTL8188EE) do not support 5 GHz.
5. Software conflicts: antiviruses, VPNs, and firewalls
Security software (Kaspersky, Avast, ESET) or VPN clients (NordVPN, ProtonVPN) may block your Wi-Fi connection. This happens due to:
- 🛡️ Firewall: Your antivirus may be blocking network connections. Try temporarily disabling protection or adding an exception for your network.
- 🌍 VPN: Some VPN programs change settings
DNSand routing. Disable the VPN and check the connection. - 🔧 Optimization services: Programs like CCleaner or Advanced SystemCare may "optimize" network settings, breaking the connection.
To check the impact of your antivirus:
- Open the antivirus panel and find the "Firewall" or "Firewall" section.
- Disable network protection for 5-10 minutes.
- Try connecting to Wi-Fi.
If the problem disappears, add your network to the firewall exceptions. Windows Defender it's done like this:
- Open Windows Security (
Win + I→ "Update and security"). - Go to Firewall and network protection → Allow through firewall.
- Click "Change settings" and add a checkbox for your network.
⚠️ Attention: If you use corporate VPN (for example, for remote work), its settings may conflict with your home Wi-Fi. Try connecting to the network without a VPN or contact your IT service for the correct settings.
6. Hardware faults: how to check the adapter and antennas
If none of the previous methods helped, the problem may be in physical failure of the adapterThis is relevant for:
- 🖥️ Stationary PCs: Built-in Wi-Fi modules on the motherboard or PCI-e adapters (For example, TP-Link Archer T6E) may fail.
- 🔌 USB adapters: Cheap models (for example, no-name on a chip Realtek RTL8188) often overheat or fall off.
- 📡 Laptop antenna: Damaged cables or disconnected connectors (especially after repair).
How to check the hardware:
- Connect the adapter to another PC: If Wi-Fi doesn't work on the second device either, the adapter is faulty.
- Check the indicators: On USB adapters The blue/green LED is usually lit. If it's not lit, the adapter isn't receiving power.
- Disassemble the laptop: If you are an advanced user, open the back cover and check if the antennas are connected to the Wi-Fi module (usually these are two black wires with connectors).
U.FL).
For USB adapters try connecting it via USB hub with external power supply — Sometimes insufficient power from the port leads to unstable operation. Also, check the adapter for bulging capacitors or melted components.
| Symptom | Probable cause | Solution |
|---|---|---|
| The adapter is not detected in Device Manager. | Missing drivers or physical damage | Reinstall drivers, check connection |
| The network is visible but cannot be connected (error "Failed to connect") | Incorrect password, IP conflict, blocked by router | Check your password, reset your IP, and disable the MAC filter. |
| There is a connection, but no internet | Problems with DNS, VPN, or ISP | Enter DNS manually, disable VPN |
| Wi-Fi disconnects periodically | Energy saving, interference, adapter overheating | Disable power saving for the adapter, change the channel on the router |
7. Specific cases: Windows 11, Linux, and macOS
If you use Windows 11, Linux or macOS, the diagnostic algorithm may differ. For example, in Windows 11 sometimes the settings get lost WLAN AutoConfig, and in Linux Problems are often related to the lack of proprietary drivers.
For Windows 11:
- Open Settings → Network & Internet → Advanced network settings → Advanced adapter settings.
- Make sure your adapter is not disabled in Network Connections.
- If the problem occurs after an update, try rolling back the system using "Recovery."
For Linux (Ubuntu/Debian):
- Check if the adapter is detected by the command
lspci | grep -i network(for PCI) orlsusb(for USB). - Install proprietary drivers via Additional Drivers (
software-properties-gtk). - If the network is visible but does not connect, check the settings
wpa_supplicant.
For macOS:
- Open System Preferences → Network → select Wi-Fi → click “-” (remove service), then “+” (add again).
- Reset
PRAM/NVRAM(turn off your Mac, turn it on with the keys pressedCmd + Option + P + Rfor 20 seconds).
⚠️ Attention: IN Linux some adapters (eg Broadcom) require installing proprietary drivers via the terminal. To do this, connect to the internet via cable and run:
sudo apt install firmware-b43-installer (For Broadcom).
8. When to contact a specialist: signs of serious damage
If you have tried all the methods, but Wi-Fi on my PC still doesn't work., the problem may require professional intervention. Contact a service center if:
- 🔥 The adapter gets hot or smells burnt (a sign of a short circuit).
- 🛠️ There are visible chips, bulging capacitors, or signs of oxidation on the motherboard.
- 📶 The laptop doesn't see any networks, even after reinstalling Windows.
- 🔌 The USB adapter is detected as "Unidentified Device" in any port.
Also worth checking out router for malfunction. If the indicator Wi-Fi If the light is off or flashing red, the router's wireless module may be faulty. In this case, the only solution is to replace the device.
Repair cost:
- Replacement Wi-Fi module in a laptop: from 1,500 to 3,000 rubles (depending on the model).
- Repair USB adapter: usually not practical (cheaper to buy a new one).
- Router diagnostics: from 500 rubles (if the problem is in the firmware, it can be reflashed for free).
FAQ: Frequently asked questions about Wi-Fi issues on PC
Why does Wi-Fi work on my phone but not on my PC?
This is a sign of a problem with the adapter or drivers on your computer. Start by checking Device Manager (see Section 2). Also, make sure that Airplane Mode is not enabled on your PC and there are no conflicts with your antivirus software.
How do I know what Wi-Fi adapter I have?
Open Device Manager (Win + X), open the "Network Adapters" tab. Your adapter's name will contain the words Wireless, Wi-Fi or the name of the chip (Intel, Realtek, Qualcomm). You can also use the command in CMD:
wmic nic get name, manufacturer
What should I do if Wi-Fi disappears after a Windows update?
Updates Windows Drivers are often reset. Try:
- Roll back the adapter driver (see Section 2).
- Install the driver manually from the manufacturer's website.
- Roll back the update itself Windows via “Settings” → “Update & Security” → “View update history” → “Uninstall updates”.
Can a virus block Wi-Fi?
Yes, some viruses (eg. trojan-proxy) change network settings to redirect traffic. Run a full system scan. Windows Defender or Kaspersky Virus Removal Tool. Also check the file hosts (path: C:\Windows\System32\drivers\etc\hosts) for the presence of suspicious entries.
Why does Wi-Fi disconnect after a few minutes?
This may be due to:
- Settings energy savings (open "Device Manager" → adapter properties → "Power Management" tab → uncheck "Allow the computer to turn off this device to save power").
- Adapter overheating (relevant for USB modules - try connecting via an extension cord).
- Interference from other devices (microwaves, cordless phones). Try changing the channel on your router.