You turned on your laptop or PC, but the list of available networks is empty. Or, you might have a network, but when you try to connect, you get the error "No internet access." This situation is familiar to every second user, but the causes can vary dramatically: from a simple disabled adapter to complex conflicts in the router settings. In this article, we'll look into it. all possible scenarios, when the computer does not see Wi-Fi, and we will give specific instructions for each case - without general phrases and watery paragraphs.
Important: If the problem occurred after updating Windows, installing new software, or changing router settings, return to the last working parameters (via system restore points or resetting the router). This will save hours of diagnostics. For owners ASUS RT-AX88U, TP-Link Archer C6 and other popular router models, we have highlighted separate blocks with signature nuances.
Let's start with the simplest thing: checking the physical connection and basic settings. If you've already tried rebooting the router and computer, skip the first section and move on to diagnostics. drivers or network parameters.
1. Checking hardware components: adapter, antennas, power supply
The first thing to rule out is physical malfunctionsEven if everything worked yesterday, today a cable could have come loose, a port could have burned out, or an antenna could have failed. Start with a visual inspection:
- 🔌 Router power supply: Check that the power indicator is green/blue (on Keenetic — white). If it blinks orange, the power supply is faulty.
- 📡 Antennas: on routers with external antennas (MikroTik hAP ac², Zyxel Keenetic Ultra>) Make sure they are tightly screwed in. Angle them upward at a 45° angle for better coverage.
- 🖥️ Wi-Fi adapter on a PC: On laptops, check the position of the physical Wi-Fi switch (often located on the side panel). On desktop PCs, make sure the USB/PCI-e adapter (TP-Link TL-WN823N, ASUS PCE-AC56>) is connected to the port
USB 2.0(blue port may not work).
If you use USB adapter, try connecting it to a different port. For PCI-e adapters (For example, Intel AX200) check if it fits tightly in the slot - sometimes the contacts oxidize. On laptops Lenovo ThinkPad T/X1 series often triggers hardware Wi-Fi lock when pressing Fn + F8 - even if it is disabled in BIOS.
⚠️ Caution: If after a thunderstorm or power surge the router doesn't turn on at all (no indicator lights), do not attempt to repair it yourself. In 90% of cases, this is a faulty power controller—professional soldering is required.
2. Wi-Fi driver diagnostics: updating, rolling back, compatibility
In 60% of cases the problem lies in network adapter driversWindows 10/11 often installs generic drivers that don't support all chipset features. For example, adapters based on Realtek RTL8821CE may not see 5 GHz networks without proprietary software.
How to check:
- Click
Win + X→ select device Manager. - Expand the branch Network adaptersLook for devices with names Wireless, Wi-Fi, 802.11.
- If there is an exclamation mark next to the adapter, the driver is not installed or is in conflict.
Solutions:
- 🔄 Update driver: Right-click on the adapter →
Update driver→Automatic searchIf Windows says the driver is up to date, download it manually from the manufacturer's website (for example, for Intel Wi-Fi 6 AX201 - With intel.ru). - 🔙 Roll back the driver: If the problem appeared after the update, select
Properties → Driver → Roll Back Driver. - 🗑️ Uninstall and reinstall: Uninstall the device in the device manager, then click
Action → Update Configuration.
⚠️ Note: On laptops Dell XPS 13/15 with adapters Killer Wireless Standard Microsoft drivers often cause problems. Use only the proprietary software from the Dell website.
☑️ Check Wi-Fi drivers
3. Network settings in Windows: resetting parameters and diagnostics
If the adapter works, but the networks are not displayed or there is no connection, the problem is Windows network settingsLet's start with the built-in diagnostic tools:
- Click
Win + R, enterncpa.cpl→ Enter. - Find Wireless network connection (Wi-Fi). If it's disabled, right-click →
Turn on. - If the network is connected but there is no internet access, right-click →
Diagnostics.
Common mistakes and solutions:
| Error | Cause | Solution |
|---|---|---|
| "No connections available" | WLAN AutoConfig service is disabled | Launch services.msc, find WLAN AutoConfig Service, turn it on |
| "Limited" or "No Internet Access" | Invalid IP address (DHCP not working) | In the adapter properties, set the automatic IP and DNS acquisition |
| "Unable to connect to the network" | Mismatched security standards (WPA3 vs WPA2) | In your router settings, change the security type to WPA2-PSK |
If the diagnostics don't help, reset your network settings:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing the commands restart your computer.
4. Problems on the router side: channels, standards, overload
If other devices (smartphones, tablets) also do not see the network or connect with errors, the problem is router settings. Most often, the culprits are:
- 📶 Congested channel: In apartment buildings, 2.4 GHz channels (especially 1, 6, 11) are often overloaded. Use apps like Wi-Fi Analyzer (Android) to search for a free channel.
- 🔒 Incompatible safety standard: Legacy devices do not support
WPA3Switch to .WPA2-PSKin the router settings. - 📡 Hidden network (Hidden SSID)If your router's network name broadcast is disabled, Windows won't show it in the list. Enable SSID visibility or connect manually.
How to change router settings:
- Connect to the router via cable or another device.
- Open your browser, enter the router's IP address (usually
192.168.1.1or192.168.0.1). - Log in (default logins/passwords are indicated on the router sticker).
- Go to the section
Wi-FiorWireless network.
For routers ASUS:
- In the section
Wireless → ProfessionalinstallChannel Bandwidthon20/40 MHz(for 2.4 GHz) or80 MHz(for 5 GHz). - Turn it off
Enable MU-MIMO, if you connect old devices.
For routers TP-Link:
- IN
Wireless SettingsinstallModeon11bgn Mixed(for 2.4 GHz) or11ac/n/a Mixed(for 5 GHz). - Turn it off
Enable WMM, if there are problems with the connection Android-devices.
⚠️ Attention: On routers with firmware DD-WRT or OpenWRT After changing the channel or security standard, be sure to pressSaveAndApply SettingsWithout this, the settings will not be applied!
How to find a free Wi-Fi channel without apps?
Open command prompt and type netsh wlan show allIn the "Network Information" section, look at the "Channel" parameter. If your neighbors are on channels 1, 6, or 11, select 3 or 9 (but keep in mind that they partially overlap).
5. Conflicts with antiviruses, VPNs, and third-party software
Some programs block network connections, considering them potentially dangerous. The most common culprits are:
- 🛡️ Antiviruses: Kaspersky Internet Security, ESET NOD32, Avast may block new networks. Disable the module.
Firewallfor 5 minutes and check the connection. - 🌍 VPN clients: NordVPN, ProtonVPN Sometimes DNS settings are reset. Disconnect your VPN and follow these steps.
ipconfig /flushdns. - 🎮 Game clients: Steam, Epic Games, Origin Sometimes they conflict with Wi-Fi drivers. Close them using Task Manager.
How to check:
- Open
Task Manager(Ctrl + Shift + Esc). - Go to the tab Net and see which program is consuming traffic.
- If you see an unfamiliar process, check it through VirusTotal.
If you suspect antivirus:
- Open its control panel.
- Find the section
NetorFirewall. - Add your Wi-Fi network to the exceptions list or temporarily disable protection.
6. IP and DNS Issues: Manual Configuration
If your computer connects to the network, but there is no internet access ("Limited" or "No access"), it is the fault of IP conflicts or incorrect DNSCheck your current settings:
- Click
Win + R, enterncpa.cpl→ Enter. - Right-click on Wi-Fi →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties.
If there are check marks on Obtain an IP address automatically And Obtain DNS server address automatically, but the internet doesn't work:
- Try specifying DNS manually:
8.8.8.8(Google) or1.1.1.1(Cloudflare). - If the IP address starts with
169.254.x.x— The router's DHCP server isn't responding. Restart the router or check its settings.
For diagnostics, use the following commands:
ping 8.8.8.8
ping ya.ru
If the first one ping If one works, but the other doesn't, there's a DNS issue. If both fail, check your router settings or contact your ISP.
⚠️ Caution: On corporate or university networks, manually configuring IP/DNS may violate security regulations. Please confirm the settings with your network administrator before making any changes.
7. Hardware problems: how to check the adapter and router
If none of the previous methods helped, it is possible physical damage adapter or router. How to diagnose:
For Wi-Fi adapter:
- 🔧 Connect the adapter to another PC/laptop. If the problem persists, the adapter is faulty.
- 🔍 Check in
Device Manager, does the adapter appear in the section Other devices with an exclamation mark. - 💡 On laptops, shine a flashlight into the Wi-Fi adapter port (usually under the cover on the back panel). If you see oxidation or damaged contacts, the device needs repair.
For router:
- 📡 Connect the router to a different power source. If the indicators don't light, the power supply is faulty.
- 🔌 Check your LAN ports: if no devices receive internet via cable, the problem is with the router.
- 🔄 Reset your router to factory settings (button
Reseton the back panel, hold for 10-15 seconds).
If the router provides Internet via cable, but does not distribute Wi-Fi, there may be problems with wireless moduleIn this case:
- Try disabling the guest network (if enabled).
- Reduce the transmit power in the settings (parameter
Transmit Power). - Turn it off
BeamformingAndAirTime Fairness(if any).
8. Windows 11 Features and New Wi-Fi 6/6E Standards
Windows 11 has stricter driver requirements and supports new standards (Wi-Fi 6E, WPA3). If you have a new laptop (MSI Stealth 15M, ASUS ROG Zephyrus) or adapter (Intel AX210), but the networks are not visible:
- 🪟 Make sure that support is enabled in Windows settings
Wi-Fi 6:Settings → Network & Internet → Wi-Fi → Manage known networks → Network properties → Use Wi-Fi 6. - 🔄 Update your laptop's BIOS (on the manufacturer's website). New versions often add support for new standards.
- 📡 Enable it in your router settings
AX Mode(For ASUS RT-AX86U, Netgear Nighthawk RAX50).
If the router supports Wi-Fi 6E (6 GHz), but Windows 11 does not see this network:
- Check that the use of 6 GHz is permitted in your country (in Russia - since 2022).
- Please update your adapter driver to a version that supports it.
6 GHz. - Enable it in your router settings.
6 GHz Band(may be calledWi-Fi 6E).
⚠️ Note: Older laptops (pre-2019) do not physically support Wi-Fi 6/6E. Check your model's specifications on the manufacturer's website.
FAQ: Frequently Asked Questions about Wi-Fi Connections
🔹 Why doesn't my laptop detect Wi-Fi after updating Windows?
Windows updates often reset drivers or install incompatible versions. Try:
- Roll back the driver
Device Manager. - Download the driver from the laptop manufacturer's website (not from the Microsoft website!).
- Restore the system to a point before the update.
🔹 How to connect to a hidden Wi-Fi network?
Hidden networks (with disabled SSIDs) are not displayed in the list. To connect:
- Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - Click
Add a new network. - Enter the network name (
SSID), security type and password.
Make sure that your router settings allow connection to a hidden network (parameter Allow Hidden SSID Connection).
🔹 Why does Wi-Fi work on my phone but not on my computer?
If other devices connect normally, the problem is with your computer. Check:
- Wi-Fi adapter driver (update or rollback).
- Power saving settings (in
Device ManagerDisable permission to turn off adapter to save power). - Antivirus or firewall (temporarily disable).
If the adapter is built-in, try connecting an external one. USB Wi-Fi (For example, TP-Link TL-WN725N) for diagnostics.
🔹 Can my neighbor's Wi-Fi interfere?
Yes, if you're using a congested channel. In apartment buildings, 2.4 GHz channels (especially 1, 6, and 11) often overlap. Solutions:
- Switch to 5GHz (less interference, but shorter range).
- Manually select a free channel in the router settings.
- Reduce the channel width to
20 MHz(increases stability but decreases speed).
Use apps to analyze the broadcast Wi-Fi Analyzer (Android) or inSSIDer (Windows).
🔹 What should I do if my router isn't assigning IP addresses (DHCP isn't working)?
If devices connect to Wi-Fi but do not receive an IP address (type 169.254.x.x), the problem is in the DHCP settings on the router. Check:
- Is the DHCP server enabled (section
LANorDHCPin the router settings). - Are there enough addresses in the pool (for example, if the range
192.168.1.100-200, and 101 devices are connected). - Is there a conflict with another DHCP server on the network (for example, if another router is connected to the router).
Workaround: Assign the IP address manually (eg. 192.168.1.10 with a mask 255.255.255.0 and a gateway 192.168.1.1).