Enabling Wi-Fi on a laptop in 2026 seems like a simple task, but even experienced users sometimes encounter problems. Modern models Lenovo, HP, Dell And Asus are equipped with both hardware switches and software toggle switches, which can be confusing. And considering that in the latest versions Windows 11 And MacOS Ventura/Sonoma The access paths to network settings have changed, and even familiar actions may not work.
In this article, we'll cover all the current methods for activating Wi-Fi, from basic to advanced. You'll learn how to check the physical switch on the case, where to find network settings in different operating systems, and what to do if the adapter is disabled in Device Manager. We'll pay special attention to typical errors of 2026: driver issues after updates, conflicts with VPNs, and new power-saving features that can block the network.
If your laptop isn't detecting a network or the Wi-Fi icon has a red cross through it, don't rush to take it to a service center. In 90% of cases, the problem can be resolved in 5 minutes without any special knowledge. Let's start with the simplest.
1. Checking the Wi-Fi hardware switch
Many modern laptops (especially models HP Pavilion, Lenovo IdeaPad And Acer Swift) are still equipped with physical buttons or switches to disable wireless modules. These can easily be accidentally knocked over during transport or cleaning.
Where to look:
- 🔹 Sidebar: on the end of the case (usually on the left) there may be a small slider with an antenna icon. For example, on Dell Latitude And ThinkPad.
- 🔹 Keyboard: key combination
Fn + F2(or fromF1toF12) with the Wi-Fi symbol. On Asus ROG this is oftenFn + F12. - 🔹 Touchpad: on some HP Spectre And Xiaomi Mi Notebook There is a touch button next to the touchpad.
If the switch is in the "On" position, but Wi-Fi still doesn't work, try restarting the laptop - sometimes hardware modules "freeze" after sleep. On models with Windows 11 23H2 a combination may also work Win + A for quick access to network settings.
⚠️ Attention: On some laptops (eg. Lenovo Yoga) hardware switch blocks all wireless modules, including Bluetooth. If Bluetooth also stops working along with Wi-Fi, the problem is definitely with the physical switch.
2. Enable Wi-Fi via Windows system settings
If the hardware switch is OK, check the software settings. Windows 10/11 There are several ways to activate Wi-Fi, and the interface has changed slightly in the 2023–2026 updates.
Method 1: Quick Actions Panel
The fastest method:
- Click
Win + A(or click on the network/battery icon in the lower right corner). - In the menu that appears, find the tile "Wi-Fi" (if it is not there, click "Expand").
- Click the tile once to enable the adapter.
Method 2: Windows Settings
If the tile is missing or not responding:
- Open
Settings → Network and Internet → Wi-Fi. - Move the slider Wireless Network to the "On" position.
- Click Show available networksto refresh the list.
IN Windows 11 24H2 (Expected to be released in fall 2026) The interface may change slightly—Microsoft is testing a new network control panel with a simplified design. If you have a preview build, search for settings by keyword. "Wi-Fi" in the Start menu search.
Press Win + A and turn on the Wi-Fi tile|
Check the slider in Settings → Network & Internet|
Refresh the list of networks using the "Show available networks" button |
Restart your laptop if the changes are not applied-->
3. Checking the Device Manager and drivers
If Wi-Fi does not turn on using any of the methods above, the problem may be disabled adapter or outdated drivers. This is especially true after major Windows updates (for example, switching from Windows 10 on 11 or installation 23H2).
How to check the adapter status:
- Click
Win + Xand select "Device Manager". - Expand the branch Network adapters.
- Find the device with the names
"Wireless","Wi-Fi"or"802.11"(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4). - If there is a down arrow next to the adapter, right-click and select "Activate device".
Updating drivers:
Outdated drivers are a common cause of Wi-Fi problems in 2026, especially on laptops with Realtek And Mediatek adapters. How to update:
- 🔄 Automatically: Click on the adapter in the manager → "Update driver" → "Automatic search".
- 🔄 ManuallyDownload the driver from the laptop manufacturer's website (Support section) or from the official website Intel/Qualcomm.
- 🔄 Via Windows Update:
Settings → Windows Update → Advanced options → Optional updates.
⚠️ Attention: After updating the drivers Realtek (especially on Asus TUF And MSI Modern) Sometimes the power saving settings are reset. Go to Device Manager → Adapter Properties → Power Management And uncheck the box from the item "Allow the computer to turn off this device to save power".
| Symptom | Probable cause | Solution |
|---|---|---|
| Wi-Fi turns on but doesn't find any networks. | The adapter driver is corrupted or outdated. | Reinstall the driver manually |
| The Wi-Fi icon has a red strikethrough | The adapter is disabled in the device manager or physically. | Check the device manager and hardware switch |
| Wi-Fi works, but it keeps disconnecting. | Conflict with VPN or power saving settings | Disable VPN, check adapter power settings |
| Error "No connections available" | WLAN AutoConfig service is disabled | Start the service via services.msc |
4. Features of turning on Wi-Fi on a MacBook (MacOS)
On laptops Apple The process of enabling Wi-Fi is simpler, but there are nuances associated with updates MacOS Sonoma (2023) and VenturaIf you recently updated your system, the adapter may have crashed due to a network settings reset.
Basic steps:
- Click on the Wi-Fi icon in the top bar (on the right).
- Select Turn on Wi-Fi (if the option is not available, proceed to the next step).
- If the networks are not displayed, click "Other networks...".
If Wi-Fi does not turn on:
- 🔧 Resetting the SMC module: On MacBook with M1/M2 chip - Turn off the laptop, wait 30 seconds and turn it on. On models with Intel —
Shift + Control + Option + Power button(hold for 10 sec). - 🔧 Clearing network settings: Go to
System Preferences → Network, select Wi-Fi, press "−" to remove, then "+" to add again. - 🔧 Checking parental controls: IN MacOS Sonoma Sometimes the restriction is triggered by error. Check in
System Preferences → Screen Time → Content & Privacy.
MacOS 14.4 (Spring 2026) introduces a new feature called "Optimized Wi-Fi Roaming," which can automatically disable the adapter when the signal is weak. To disable it, enter the following in Terminal:
sudo /usr/libexec/airportd debug +AllUserland +AllDriver +AllVendor
5. Enabling Wi-Fi on Linux (Ubuntu, Fedora, Mint)
In distributions Linux Wi-Fi control depends on the desktop environment (GNOME, KDE, XFCE) and kernel versions. In 2026, the most relevant ones Ubuntu 22.04/23.10 And Fedora 39, where the settings interface is unified.
Method 1: Graphical interface
For GNOME (Ubuntu, Pop!_OS):
- Click on the network icon in the upper right corner.
- Select "Wi-Fi is not enabled" → "Turn on".
- If there is no icon, check if the service is running.
NetworkManager:
sudo systemctl status NetworkManager
Method 2: Terminal
If the GUI does not work:
- 🐧 Check the adapter status:
ip a | grep wlan
rfkill list
- 🐧 If the adapter is blocked (
Soft blocked: yes), unlock:
sudo rfkill unblock wifi
- 🐧 Restart the network service:
sudo systemctl restart NetworkManager
On Fedora 39 and new versions Arch Linux You may need to install proprietary drivers for your adapters. Broadcom:
sudo dnf install broadcom-wl # Fedora
sudo pacman -S broadcom-wl-dkms # Arch
⚠️ Attention: In the core Linux 6.5+ (Fall 2023) Support for some Wi-Fi 6E adapters has changed. If the network connection is lost after updating the system, try rolling back to kernel 6.2 or installing the driver manually from the manufacturer's website.
6. Solving Common Wi-Fi Problems in 2026
Some errors have become particularly common in recent OS and driver versions. Here's what to do if standard solutions don't work:
Problem 1: Wi-Fi turns on but doesn't connect to the network
- 🔍 Check if your adapter supports Wi-Fi 6/6ESome routers (for example, ASUS RT-AX88U) in mode
802.11axconflict with old drivers. - 🔍 Turn it off VPN or proxy - in Windows 11 23H2 They may block the connection at the authentication stage.
- 🔍 Reset TCP/IP settings:
netsh int ip reset
netsh winsock reset
Problem 2: The adapter has disappeared from Device Manager
This can happen after:
- 🛠️ Windows updates (especially with 22H2 to 23H2).
- 🛠️ Installing network management software (e.g. Killer Networking Suite on laptops MSI).
- 🛠️ Virus attacks (for example, Trojans Wacatac blocks network adapters).
Solution:
- Roll back the system to a restore point.
- Installing the driver in compatibility mode (right-click on the installer → "Properties" → "Compatibility" → Windows 10).
- Check for viruses using Kaspersky Virus Removal Tool.
Problem 3: Wi-Fi works, but the speed is extremely slow
In 2026, this is often associated with:
- 📡 Automatic connection to 5 GHz instead of 2.4 GHz (or vice versa) - check your router settings.
- 📡 Function Wi-Fi Sense in Windows that connects to "recommended" networks. Disable it in
Settings → Network & Internet → Wi-Fi → Manage known networks. - 📡 Restrictions from the provider (for example, Rostelecom or MTS may throttle traffic on some tariffs).
How to check your real Wi-Fi speed?
Open command prompt and type:
netsh wlan show interfaces
Pay attention to the "Transfer Speed (Mbps)" line. If the value is below 100 Mbps at a distance of 1–2 meters from the router, there is a problem with the adapter or driver.
7. Alternative ways to connect to the Internet
If you can't turn on Wi-Fi, but you urgently need internet, use one of these methods:
1. USB tethering from a smartphone
- 📱 Connect Android or iPhone to the laptop via USB.
- 📱 Turn on your phone Modem mode (Android) or Cellular Communications (iPhone).
- 📱 On your laptop, select
Settings → Network & Internet → Ethernet(yes, USB tethering is detected as a wired connection).
2. Connecting via Bluetooth
Less stable, but works if the USB port is busy:
- Pair your laptop and smartphone via Bluetooth.
- Turn on your phone Bluetooth Access Point.
- On the laptop in
Settings → Devices → Bluetoothselect your phone and press "Connect via" → Access Point.
3. USB Wi-Fi adapter
If the built-in module is broken, buy an external adapter (from 500 rubles). Recommended models for 2026:
- 🛒 TP-Link TL-WN823N (Wi-Fi 5, suitable for older laptops).
- 🛒 ASUS USB-AX56 (Wi-Fi 6, speed up to 1800 Mbps).
- 🛒 Realtek RTL8852BE (built into many new laptops, but also sold as a separate device).
⚠️ Attention: When purchasing a USB adapter, check its compatibility with your OS. For example, Realtek RTL88x2bu requires manual installation of drivers in Linux, and Broadcom BCM43xx may not work on Windows 11 without updates.
FAQ: Frequently asked questions about turning on Wi-Fi on a laptop
Why did Wi-Fi stop working after updating Windows 11?
Most likely a new update (for example, 23H2 or 24H2) replaced your driver with a generic one from Microsoft, which doesn't fully support your adapter. Solution:
- Roll back the driver in Device Manager (right-click on the adapter → "Properties" → "Roll Back").
- Download the original driver from the laptop manufacturer's website (not from the Intel/Qualcomm website!).
- Install it in compatibility mode with Windows 10.
The Wi-Fi light on my laptop is orange – what does it mean?
An orange or red indicator color usually means:
- Adapter physically disconnected (check the hardware switch).
- The driver is not loaded (the adapter is marked with an exclamation mark in the device manager).
- On some models HP orange color signals airplane mode (turn it off in the settings or with the key
Fn + Space).
Is it possible to enable Wi-Fi via BIOS?
No, in BIOS/UEFI There is no option to turn on Wi-Fi - you can only turn it off The built-in network adapter is fully (option Onboard Wi-Fi or Wireless LAN). If Wi-Fi isn't working, go into the BIOS just to make sure the adapter isn't disabled at the hardware level (it's usually enabled by default).
How to turn on Wi-Fi on a laptop without a keyboard (if the Fn keys are broken)?
If the keys don't work Fn or touchpad, use alternative methods:
- 🖱️ Through on-screen keyboard (
Win + Ctrl + Oin Windows 11). - 🖱️ Connect external keyboard via USB and use the combination
Fn. - 🖱️ Turn on Wi-Fi via command line:
netsh interface set interface "Wi-Fi" enable
Why does my laptop see networks but not connect to mine?
Reasons and solutions:
- 🔑 Incorrect password: Make sure your keyboard layout is correct (passwords are case sensitive!).
- 🔑 MAC address restriction on the router: Check the router settings (section
Wireless MAC Filter). - 🔑 IP conflict: At the command prompt, enter:
ipconfig /release
ipconfig /renew
If the problem persists, try connecting to a different network (for example, from your phone in hotspot mode) to check the adapter.