You turned on your laptop and tried to connect to the internet, but the list of available networks was empty. Or even worse: the Wi-Fi icon in the system tray was crossed out with a red cross, and the system stubbornly claimed that "no networks could be found." If your laptop... Windows 8 If you suddenly stop seeing Wi-Fi, don't rush to take it to a service center: in 90% of cases, the problem can be solved independently in 10-30 minutes.
The causes may lie in both software failures (outdated drivers, conflicting settings) and hardware malfunctions (a switched-off adapter, a damaged module). In this article, we'll look into all possible scenarios — from basic checks to advanced diagnostic methods. We'll pay special attention to specifics. Windows 8, where some features (such as the Network and Sharing Center) work differently than in newer versions of the OS.
Before you begin setting up, please answer two questions: 1. Does the laptop see it? at least one network (even someone else's, with a lock)? 2. Does Wi-Fi work on other devices (phone, tablet) on the same access point?
The answers will help narrow down the possible causes.
1. Basic check: Is the Wi-Fi adapter turned on?
It sounds trivial, but in 30% of cases the problem is solved at this stage. Windows 8 The Wi-Fi module can be disabled either programmatically (via the system) or by hardware (using a physical button or key combination).
The first thing to do: Check the Wi-Fi indicator on the laptop case. On most models (HP, Lenovo, Asus) It lights up blue or white when the adapter is active. If the indicator is off or orange, the module is disabled.
- 🔄 Keyboard shortcut: Click
Fn + F2(or another function key with an antenna icon - for example,F12on Dell). It is often necessary to holdFn2–3 seconds. - 🖥️ Charms bar: Move your cursor to the upper right corner of the screen →
Parameters→Changing computer settings→Net. Make sure the slider isWi-Fiin positionOn. - 🔧 Device Manager: Click
Win + X→device Manager→ expandNetwork adapters. If next to the name of your Wi-Fi module (for example, Qualcomm Atheros or Intel Wireless-AC) the arrow is on, right-click on it and selectEngage.
Attention! On some laptops (Sony Vaio, old Acer) There's a separate physical Wi-Fi switch on the side panel. It could accidentally shift during transport.
2. Diagnostics via the "Troubleshooter"
Windows 8 has a built-in tool for automatically detecting network problems. It doesn't always handle serious failures, but it can detect common errors (such as IP address conflicts or a disabled service). WLAN AutoConfig).
How to run diagnostics:
- Click
Win + W→ entertroubleshooting→ selectNetwork setup and troubleshooting. - Click
Internet connections→Next. - Wait for the scan to complete. If the system finds any issues, follow its recommendations (for example, reset the adapter or enable a service).
If the troubleshooter returns an error "Wi-Fi is disabled in the adapter settings.", but you have already checked the physical switch, the reason may be:
- 🚫 Disabled service: Click
Win + R→ enterservices.msc→ findWLAN AutoConfig Serviceand make sure it is running (Startup type: Automatic). - 🔒 Group Policy: In enterprise versions of Windows, the administrator can disable Wi-Fi access through Group Policy. Check:
Win + R→gpedit.msc→Computer Configuration → Administrative Templates → Network → Network Connections.
What should I do if the WLAN AutoConfig service does not start?
If you see an error when trying to start the service "The service on Local Computer failed to start.", the cause may be damage to system files. Run the command prompt as administrator (Win + X → Command Prompt (Administrator)) and run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
After rebooting, try starting the service again.
3. Update or roll back Wi-Fi adapter drivers
Outdated, corrupted, or incompatible drivers are the most common reason why a laptop doesn't see Wi-Fi networks. Windows 8 The situation is complicated by the fact that the system sometimes automatically installs "universal" drivers from Microsoft, which do not work correctly.
How to update the driver manually:
- Open
device Manager(Win + X). - Expand
Network adapters, find your Wi-Fi module (for example, Broadcom 802.11n or Realtek RTL8723BE). - Right click →
Update drivers→Search for drivers on this computer→Select a driver from the list.... - If there are multiple versions in the list, select the one without the mark in the title.
(Microsoft)- this is the "native" driver from the manufacturer.
If the update did not help:
- 🔙 Driver rollback: In the same menu, select
Properties → Driver → Roll Back Driver(if the button is active). This will revert to the previous working version. - 🌐 Download from the manufacturer's website: Find your laptop model (e.g. Lenovo G580) and download the Wi-Fi driver from the official website. Install only the version that is intended for Windows 8 (not 8.1 or 10!).
- 🚨 Removing conflicting software: Programs like Driver Booster or DriverPack Solution may break drivers. Remove them through
Control Panel → Programs and Features.
Make sure there are no exclamation marks next to the adapter in Device Manager|Check the driver version (Properties → Driver)|Disable automatic driver updates via Windows Update|Uninstall old driver versions before installing new ones-->
A critical detail: if after updating the driver the laptop stops detecting Wi-Fi completely (even the adapter disappears in Device Manager), this may indicate incompatibility with the current BIOS version. Check the BIOS version (msinfo32 in the command line) and update it from the manufacturer's official website.
4. Checking router settings and standard compatibility
Sometimes the problem lies not in the laptop, but in the router. For example, if the router is in the "Remote mode" 802.11ac (5 GHz), and your Wi-Fi adapter only supports 802.11n (2.4 GHz), networks simply will not be displayed.
What to check on the router:
| Parameter | Recommended value | Why is it important? |
|---|---|---|
| Wireless Mode | 802.11b/g/n mixed (or Legacy) |
Provides compatibility with older adapters |
| Channel | 1–11 (for 2.4 GHz) |
Channels 12-14 may not be supported in some countries. |
| Channel Width | 20 MHz |
40 MHz may cause interference on older adapters |
| Security | WPA2-PSK (AES) |
WPA3 or TKIP may not be supported |
How to change router settings:
- Connect to the router via cable or from another device (phone).
- Enter the address in the browser
192.168.0.1or192.168.1.1(check the router sticker). - Log in (usually login/password -
admin/admin). - Go to the section
Wireless Settings(orWi-Fi) and configure the parameters as in the table above.
⚠️ Attention: If your router supports 5 GHz, but the laptop does not see this network, check if the mode is enabled on the adapter Dual Band. IN Windows 8 This is configured in Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings → Wireless network properties → Configure (tab Additionally).
5. Reset network settings and TCP/IP parameters
If the previous steps did not help, the problem may be in corrupted network settings. Windows 8 They can be reset in two ways: through the graphical interface or the command line.
Method 1: Graphical interface
- Click
Win + W→ enternet→ selectNetwork and Sharing Center. - Click
Changing adapter settings. - Find
Wireless network connection, right-click →State → Properties. - Click
Tune→ tabAdditionally→ reset all parameters to default values.
Method 2: Command Prompt (Deeper Reset)
Run Command Prompt as Administrator (Win + X → Command Prompt (Administrator)) and execute the commands in order:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Once completed, restart your laptop.
⚠️ Attention: If after resetting TCP/IP the laptop stops seeing All networks (including Ethernet), check if the protocol settings have been reset IPv4Go to . Wireless Connection Properties → IPv4 and make sure it is selected Obtain an IP address automatically.
6. Check for viruses and conflicting software
Some viruses and programs (for example, antiviruses, VPN clients or network filters) can block the Wi-Fi adapter. This is especially common after installing pirated builds. Windows 8, where malicious modules are introduced into the system.
What to do:
- 🛡️ Virus check: Use Kaspersky Virus Removal Tool or Dr.Web CureIt! (they do not require installation). Pay attention to checking the files in
C:\Windows\System32\drivers. - 🔍 Checking startup: Click
Ctrl + Shift + Esc→ tabAutoload. Disable all suspicious programs (especially those with names likeNetFilter,WiFi Hacker). - 🚫 Temporarily disabling antivirus: If you have installed Avast, NOD32 or McAfeeTry turning it off for 10 minutes and restarting your laptop. Some antivirus programs block "suspicious" network connections.
If the problem disappears after disabling the antivirus, add its network module to the exceptions or install another program (for example, Windows Defender + Malwarebytes).
7. Hardware malfunctions: when is it time for service?
If none of the above methods worked, the problem might be physical malfunction Wi-Fi module. This could be:
- 🔌 Bad contact: The adapter is connected to the motherboard via a connector.
M.2ormini-PCIeIf the laptop was dropped or overheated, the contacts could become oxidized. - ⚡ Burnt out module: Often occurs after a power surge (for example, if the laptop was connected to the network during a thunderstorm).
- 📡 Damaged antennas: The antenna wires (thin black and white cables) may have become disconnected or frayed.
How to diagnose a hardware problem:
- Connect to laptop external USB Wi-Fi adapter (costs from 300 rubles). If it works, the problem is in the built-in module.
- Launch Linux Live CD (For example, Ubuntu from a flash drive). If Wi-Fi doesn't work there either, there's almost certainly a hardware problem.
- Look in
Device Manager, does the adapter appear with an exclamation mark after rebooting (this may indicate an unstable power supply to the module).
⚠️ Attention: If you decide to replace the Wi-Fi module yourself, make sure the new adapter is compatible with your laptop model. For example, in Lenovo ThinkPad A proprietary connector is often used, and "universal" modules won't work. Check the supported models on the manufacturer's website or in the service manual.
FAQ: Frequently Asked Questions about Wi-Fi on Windows 8
The laptop sees other networks, but not mine. What's wrong?
Most likely, your router is operating in mode 5 GHz, and the laptop adapter only supports 2.4 GHzGo to your router settings and enable the mode. 2.4 GHz or Dual Band. Also check if your network name is hidden (option Hide SSID in the router).
After upgrading from Windows 8 to 8.1, my Wi-Fi disappeared. How can I get it back?
Windows 8.1 Often crashes Wi-Fi drivers. Try:
- Roll back the system via
Control Panel → Recovery → Open System Restore. - Install drivers specifically for Windows 8.1 (even if you had 8.0).
- Disable automatic driver updates:
Control Panel → System → Advanced system settings → Hardware → Device installation settings→ selectNo, provide a choice.
The Wi-Fi works, but it keeps dropping out. How do I fix it?
Reasons for an unstable connection:
- 📶 Weak signal: Check the signal level in
Network and Control CenterIf less than 2-3 divisions, move closer to the router or install a repeater. - ⚡ Energy Saving: IN
Device Managerdisable the optionAllow the computer to turn off this device to save power(tabPower management). - 🔄 Channel conflict: Set your router to a fixed channel (for example,
6or11) instead ofAuto.
Is it possible to connect to Wi-Fi without drivers?
No, the adapter won't be recognized by the system without drivers. However, you can:
- Connect via cable and download drivers.
- Use another laptop to download drivers to a flash drive.
- Restore the system to a point where Wi-Fi worked (if any).
As a last resort, buy external USB Wi-Fi adapter with support Plug & Play (For example, TP-Link TL-WN725N), which does not require driver installation.
How can I find out the model of my Wi-Fi adapter if it's not detected?
If the adapter is not displayed in Device Manager, try:
- Check your laptop model (on the sticker at the bottom) and find the specifications on the manufacturer's website.
- Disassemble the laptop and read the markings on the module itself (usually starts with
BCM,AR,RTL). - Use the program AIDA64 (trial version) - it can detect hardware components even without drivers.