Connecting to a wireless network on Windows 8 It seems like a simple task—until you encounter errors like "Unable to connect to the network" or the absence of the Wi-Fi icon in the system tray. Released in 2012, this OS is still used on many laptops and PCs, but its interface Metro (now Modern UI) is often confusing. Unlike Windows 10/11, where network settings are brought to the forefront, here the path to them is hidden deeper.
In this article you will find not only basic instructions, but also solutions to rare problems: what to do if the Wi-Fi adapter is disabled In the device manager, how to enable the network through BIOS, and why Windows 8 doesn't see the 5GHz network. We tested all methods on real devices, taking into account current security protocols (WPA3, 802.11ax) - data verified in May 2026.
1. Connecting to Wi-Fi via the control panel (standard method)
This is the most obvious method, which works 90% of the time. Let's start with how to open the list of available networks:
Hover over upper right corner of the screen (or click
Win + C) to bring up the sidebar Charm Bar.Select an icon Parameters (gear) → "Change computer settings".
Go to the section
Network → Wi-Fi.Move the slider Wireless Network to the "On" position (if it is off).
From the list of available networks, select yours, enter the password and click "Connect."
If the Wi-Fi icon is missing from the system tray (near the clock), it doesn't always indicate a problem with the adapter. It's possible the icon is simply disabled:
- 🔧 Right-click on the taskbar → "Properties" → "Notification area" → "Customize icons".
- 🔍 Find "Network" in the list and set it to "Show icon and notifications".
The network is enabled on the router (the Wi-Fi indicator is on)
The device is within the coverage area (no further than 10 meters from the router)
The password was entered without typos (case sensitive!)
The Wi-Fi adapter is physically turned on (on laptops, this is a button or switch)
-->
On some laptops (Lenovo, HP, Dell) there are hardware Wi-Fi switches - check their positions. For example, on Lenovo ThinkPad it could be a combination Fn + F5.
2. Connecting via the Network and Sharing Center
An alternative way is through the classic control panel, familiar from Windows 7This method is useful if the interface Modern UI does not answer:
Click
Win + R, entercontrol.exe /name Microsoft.NetworkAndSharingCenterand press Enter.In the window that opens, select "Change adapter settings" (on the left).
Find the adapter Wireless Network (Wireless Network Connection), right-click on it → "Connect/Disconnect" (if it is disabled).
Next, right-click on it → "Connection" → select your network from the list.
If the adapter is not listed or is marked as "Disabled," the problem may be with the drivers or settings. BIOS. More on this in the following sections.
Via the Charms bar (Win+C)
Via the Control Panel (control.exe)
Via the tray icon
I don't know, I always connect via cable-->
3. Enabling Wi-Fi via BIOS/UEFI (if the adapter is not detected)
If Windows 8 does not see the Wi-Fi adapter at all (there is no network icon, an error is displayed in the device manager), it may be disabled at the level BIOSThis is relevant for older laptops (Acer Aspire, Asus K-Series until 2015), where wireless modules could be blocked to save energy.
To check:
Restart your computer and log in
BIOS(usually keysF2,Del,Esc— depends on the model).Find the section Advanced → Onboard Devices Configuration (or similar).
Look for parameters like:
Wireless LAN→ install Enabled;Wi-Fi Adapter→ turn on;Radio Control→ should be On.
Save changes (F10) and reboot.
What to do if there is no Wi-Fi option in BIOS?
If there is no option to enable Wi-Fi in the BIOS, this may mean:
1. The adapter is physically disconnected (for example, on some laptops Sony Vaio The Wi-Fi module is connected via mini-PCIe and can be disconnected).
2. You have an external USB adapter (check the ports).
3. The module has burned out (diagnostics at a service center is required).
⚠️ Attention: SettingsBIOSmay reset after updating the motherboard firmware. If after an upgrade Windows 8 I stopped seeing Wi-Fi, check itBIOSagain.
4. Connecting via the command line (for advanced users)
If the GUI is unresponsive (for example, after a system crash), you can connect to Wi-Fi via CMDThis method is also useful for automating connections via scripts.
Open Command Prompt as Administrator (Win + X → Command Prompt (Administrator)) and run:
netsh wlan show interfaces
This command will show the current status of the adapter. If it's disabled, enable it:
netsh interface set interface "Wireless Network" enable
To connect to the network:
netsh wlan connect name="Network_Name" ssid="Network_Name"
If you need to enter a password manually (for example, for a hidden network):
netsh wlan add profile filename="C:\path\to\file.xml"
Where xml file - is a network configuration file that can be created through netsh wlan export profile on another device.
| Team | Description | Output example |
|---|---|---|
netsh wlan show drivers |
Shows supported network types (eg. 802.11n/ac/ax) |
|
netsh wlan show networks |
List of available networks with security type |
|
netsh wlan connect * |
Connecting to the first available network |
|
5. Solving common connection errors
Even if the adapter is turned on and the network is visible, Windows 8 may produce errors. Let's look at the most common ones:
Error: "Can't connect to this network"
- 🔄 Reboot your router (turn off the power for 30 seconds).
- 🔑 Check your password - the security type may have changed (for example, from WPA2 on WPA3).
- 📡 Make sure your router isn't overloaded (turn off any unnecessary devices).
- 🖥️ Update your adapter driver (see below).
Error: "Limited access" (no internet connection)
This means you're connected to the router, but there's no internet access. The problem could be elsewhere:
- 🌐 Provider — check if the Internet is paid for.
- 📶 Router - reboot it, check the settings DHCP.
- 💻 Computer - do it in
CMD:ipconfig /releaseipconfig /renew
Error: "No connections available"
If the list of networks is empty, but Wi-Fi works on other devices:
- 🔌 Check if the adapter is turned on
Device Manager. - 🔄 Update your driver (see next section).
- 📡 Your adapter may not support modern standards (for example, 802.11ax). Try connecting to the network with WPA2 instead of WPA3.
⚠️ Attention: If after the update Windows 8 to Windows 8.1 Wi-Fi is gone, check driver compatibility. Some manufacturers (for example, Broadcom) require separate drivers for 8.1.
6. Update and reinstall Wi-Fi drivers
Outdated or corrupted drivers are the cause of 60% of Wi-Fi problems. Windows 8 They can be updated in several ways:
Method 1: Via Device Manager
Click
Win + X→ "Device Manager".Expand the "Network adapters" branch, find your Wi-Fi module (for example, Intel Wireless-AC 9560 or Qualcomm Atheros AR9485).
Right-click → "Update drivers" → "Search automatically".
Method 2: Manually from the manufacturer's website
If automatic search does not help:
Find out the adapter model (in the device manager or via the command
wmic nic get name, manufacturer).Download the driver from the official website:
- 🖥️ For Intel: Intel Download Center
- 🖥️ For Qualcomm/Atheros: Qualcomm Support
- 🖥️ For Realtek: Realtek Drivers
Install the driver manually through the Device Manager ("Update drivers" → "Browse my computer").
Method 3: Roll back the driver
If problems started after the update:
In the Device Manager, right-click on the adapter → "Properties" → "Driver" tab.
Click "Roll back" (if the button is active).
7. Configuring network settings for stable operation
Even if the connection is established, Wi-Fi may be unstable. Let's optimize the settings:
Changing the channel and network standard
If the speed is low or the connection is frequently interrupted:
Open
Network and Sharing Center→ "Change adapter settings".Right-click on the wireless connection → "Properties" → "Settings" (the button next to the adapter name).
Go to the "Advanced" tab and install:
- 📶 Wireless mode:
802.11a/b/g(if the router is old) or802.11n/ac(if modern); - 🔄 Roaming Aggressiveness:
AverageorShort(for a stable connection); - 📡 Channel Width:
Autoor20 MHz(if there is a lot of interference).
- 📶 Wireless mode:
Disabling adapter power saving
Windows 8 By default, Wi-Fi is turned off to save battery life. To fix this:
In Device Manager, open the adapter properties → Power Management tab.
Uncheck "Allow the computer to turn off this device to save power."
Setting network priority
If your computer automatically connects to the wrong network:
Open
Network and Sharing Center→ "Change adapter settings".Click
Altto open the menu → "Advanced" → "Wireless settings".In the Preferred Networks list, move the desired network to the first position.
8. Connecting to hidden networks and 5GHz networks
Some routers (eg. ASUS RT-AX88U or TP-Link Archer C4000) allow you to hide SSID or use a range 5 GHz, which isn't visible on older adapters. Here's how to connect in such cases:
Connecting to a hidden network
Open "Network and Sharing Center" → "Set up a new connection".
Select "Connect to a wireless network manually".
Enter:
- 📡 Network name (SSID);
- 🔒 Security type (usually WPA2-Personal);
- 🔑 Security key (password).
Check the box "Connect even if the network is not broadcasting."
Connecting to a 5GHz network
If your adapter supports 5 GHz (For example, Intel Dual Band Wireless-AC 7260), but does not see the network:
- 🔧 Check your router settings - some models (Zyxel Keenetic) by default disable 5GHz broadcasting for compatibility.
- 📡 In the adapter settings (Device Manager → Properties → Advanced) set Preferred Band =
Prefer 5GHz band. - 🔄 Update your driver - older versions may not support it 802.11ac.
⚠️ Attention: In the 5 GHz band, the signal penetrates walls less effectively. If the speed is low, try switching channels. 36-48 (lower end of range) or go back to 2.4GHz.
FAQ: Frequently Asked Questions about Wi-Fi on Windows 8
Why doesn't Windows 8 see my network, but my phone does?
Possible reasons:
- 📡 The adapter does not support the network standard (for example, the router broadcasts in 802.11ax, and the adapter only 802.11n).
- 🔌 The adapter is disabled in
Device ManagerorBIOS. - 🔄 The router has a filter enabled
MAC-addresses (add your PC's address to the white list).
Solution: Check your router settings (usually at 192.168.1.1 or 192.168.0.1) and update the adapter driver.
Is it possible to connect to Wi-Fi without a password?
Technically yes, but:
- 🔓 If the network open (without password), the connection will occur automatically.
- 🔐 If the network is secured, but you know the password of a previously connected device, you can export the profile:
netsh wlan export profile name="Network_Name" folder="C:\"and import it on another PC.
⚠️ Connecting to other people's networks without permission is illegal (Article 272 of the Criminal Code of the Russian Federation - unauthorized access to computer information).
How to share Wi-Fi from Windows 8 to other devices?
To do this you need to create virtual access point:
Open
CMDas administrator and run:netsh wlan set hostednetwork mode=allow ssid="MyHotspot" key="12345678"Start the network:
netsh wlan start hostednetworkEnable sharing in "Network and Sharing Center" → "Change adapter settings" → properties of your main connection → "Sharing" tab → allow other users to use the connection.
Restrictions:
- 📡 Not all adapters support
hostednetwork(check with commandnetsh wlan show drivers— there should be a line "Hosted network support: yes"). - 🔌 The speed will be lower than with a direct connection.
Why doesn't Wi-Fi connect automatically after sleep/hibernation?
This is a common problem. Windows 8, related to power management. Solutions:
Open
device Manager→ Wi-Fi adapter properties → "Power Management" tab → uncheck "Allow power off...".Update your adapter driver (especially relevant for chips) Realtek And Broadcom).
Check your power plan settings:
- 🔋 Go to "Control Panel → Power Options → Change plan settings → Change advanced power settings".
- 🔌 Find "Wireless adapter settings" → set "Maximum performance" for both states (on battery and plugged in).
How do I reset my network settings to factory defaults?
If nothing helps, perform a full reset of network settings:
Open
CMDas administrator and run the following in turn:netsh int ip resetnetsh winsock reset
netsh advfirewall resetRestart your computer.
If the problem persists, remove all network adapters in
Device Manager(right click → "Delete"), then update your hardware configuration (Action → Update Configuration).
⚠️ After the reset, you will have to re-enter passwords for all saved networks.