Have you just bought a new laptop or reinstalled your system, but can't connect to the internet? Or has the wireless connection on your desktop PC with a Wi-Fi adapter suddenly disappeared? The problem is most often caused by a disabled module. Wi-Fi — it could have been deactivated accidentally, after a driver update, or due to a system crash. In this article, we'll look at all the possible ways to enable Wi-Fi on different types of computers, from classic laptops to desktops with external adapters.
It is important to understand that the process of activating a wireless network depends on three key factors: device type (laptop, all-in-one computer, system unit), operating system (Windows 10/11, macOS, Linux) and hardware configuration (built-in adapter, USB module, PCIe card). We'll look at each scenario separately and also provide advice on what to do if Wi-Fi still doesn't turn on even after trying all these steps.
Before moving on to settings, check the obvious: is the internet working on other devices (smartphone, tablet)? If not, the problem may be with the router or ISP. If so, read on.
1. Hardware Wi-Fi activation: buttons and switches on the case
On many laptops and all-in-one PCs, Wi-Fi can be physically turned on or off using dedicated keys or switches. This is done to conserve battery life and for safety (for example, on airplanes). Skipping this step is the most common mistake users make.
Where to find the hardware switch:
- 🔹 Fn key + one of the function keys (F1–F12). Usually it is
F2,F3orF12- it has an antenna or a wireless network icon drawn on it. ASUS, Lenovo And HP most commonly usedFn + F2. - 🔹 Separate physical switch on the side or front panel. Found on older models. Acer, Dell and some Sony VAIO.
- 🔹 Touch button with backlighting (for example, on laptops) MSI or Gigabyte). Usually located next to the touchpad.
- 🔹 Hardware toggle switch on the back panel of the system unit (if a PCIe Wi-Fi card is used, for example, TP-Link Archer T6E).
If you pressed the combination Fn + F*, but the Wi-Fi indicator does not light up, try:
- Hold
Fn2-3 seconds before pressing a function key (on some models Lenovo (This is mandatory). - Restart your laptop - sometimes the system does not have time to recognize the change in the adapter's status.
- Check if the key is locked
Fn(Some devices have a separate switchFn Lock).
⚠️ Please note: On some business laptops (e.g. Dell Latitude or HP EliteBook) hardware Wi-Fi disable blocks all wireless modules, including Bluetooth. If Bluetooth also stops working after pressing the button, this is normal.
2. Turn on Wi-Fi in Windows 10 and 11 via the taskbar
If the hardware switch is OK, the next step is to check the adapter status in the operating system. Windows 10/11 It's done in a few clicks.
Instructions for Windows 11:
- Click on the icon networks (🌐 or 📶) in the lower right corner of the taskbar.
- In the menu that opens, find the block "Wi-Fi" - If it is grey, click on it once.
- Wait until the system finds available networks and select yours by entering the password.
For Windows 10, the procedure is slightly different:
- Click on the network icon in the tray (next to the clock).
- If Wi-Fi is disabled, you will see the message "Wi-Fi: Network Disabled" - click on it.
- Turn on the slider "Wi-Fi" to the "On" position.
If there is no network icon at all, this may mean:
- 🔌 The adapter driver is not installed. (we will talk about this in section 5).
- 🔧 WLAN AutoConfig service is disabled (solution in section 6).
- 💻 The adapter is disabled in Device Manager. (see section 4).
Make sure the router is turned on and distributing the network|Check the hardware switch on the laptop|Update the network adapter driver|Restart the computer after changes-->
3. Setting up Wi-Fi on computers with macOS (MacBook, iMac)
On devices Apple Wireless network management is as simple as possible, but there are some nuances. If you use MacBook, iMac or Mac mini, follow these instructions:
Method 1: Via the menu bar
- Find the icon in the upper right corner of the screen Wi-Fi (📶).
- Click on it and select Turn on Wi-Fi, if it is disabled.
- Wait 5-10 seconds for the list of available networks to appear and connect to the one you want.
Method 2: Via System Preferences
- Open the Apple menu (🍏) → System Preferences → "Net".
- In the left column, select "Wi-Fi".
- Click Turn on Wi-Fi and apply the changes.
macOS Features:
- 🍎 On Mac with chips M1/M2 Wi-Fi turns on automatically when the system boots.
- 🔒 If the network is not displayed, try forget her (click on 📶 → "Other networks" → select your network → "Forget this network"), then reconnect.
- 🔄 If Wi-Fi turns on but the internet doesn't work, reset your network settings:
System Preferences → Network → Advanced → TCP/IP → Renew DHCP.
⚠️ Attention: On MacBook With macOS Ventura and newer, after a system update, network priorities may reset. If your computer connects to the wrong network, go to System Preferences → Wi-Fi → Advanced and drag the desired network to the top of the list.
4. Enabling Wi-Fi in Linux (Ubuntu, Mint, Fedora)
In distributions Linux Wi-Fi control depends on the desktop environment you are using (GNOME, KDE, XFCE) and network manager (NetworkManager, Wicd). Let's consider the most common case - Ubuntu With GNOME.
Method 1: Via the taskbar
- Click on the network icon in the upper right corner (next to the clock).
- If Wi-Fi is disabled, select Turn on Wi-Fi.
- Select your network from the list and enter the password.
Method 2: Via terminal (if the graphical interface does not work)
# Checking the status of the Wi-Fi adapterip a | grep wlan
Enable the adapter (replace wlan0 with your interface)
sudo ip link set wlan0 up
Scanning available networks
sudo iwlist wlan0 scan | grep ESSID
Connecting to a network (example for WPA2)
sudo nmcli dev wifi connect "network_name" password "password"
Problems and solutions:
- 🐧 If the team
ip adoes not showwlan0, the driver may not be installed. For most adapters, the packagefirmware-iwlwifi(install viasudo apt install firmware-iwlwifi). - 🔌 If the network is not displayed after enabling the adapter, check if the service is running
NetworkManager:sudo systemctl status NetworkManagerIf necessary, restart it:
sudo systemctl restart NetworkManager
How do I find out the name of my Wi-Fi interface?
In Linux, the adapter name may differ from the standard one. wlan0To find it, run the command:
iwconfig
Look for an interface with type IEEE 802.11 (For example, wlp3s0 or wlo1).
5. Checking drivers and device manager in Windows
If Wi-Fi does not turn on using any of the methods described, the problem may lie in drivers or Device ManagerThis most often occurs after a Windows update, a system reset, or a clean OS installation without drivers.
How to check your Wi-Fi adapter driver:
- Click
Win + Xand select "Device Manager". - Expand the branch Network adapters.
- Find the device with the names
Wireless,Wi-Fi,802.11or the manufacturer's name (Intel, Qualcomm Atheros, Realtek, Broadcom). - If the light next to the adapter is on yellow exclamation mark, the driver is not working properly or is missing.
Solutions:
- 🔄 Update driver: Right-click on the adapter → Update Driver → Automatic search.
- 💿 Install the driver manually:
- Download the driver from the laptop manufacturer's website (section
SupportorDownloads). - In the Device Manager, select Update Driver → "Browse my computer for driver software".
- Specify the path to the downloaded file and follow the instructions.
- Download the driver from the laptop manufacturer's website (section
If there is no "Network Adapters" section or Wi-Fi module at all in the Device Manager, this means that the adapter is disabled at the BIOS/UEFI level or is physically damaged (for example, a contact on a PCIe card has come loose).
6. Enabling the WLAN AutoConfig service in Windows
In some cases, Wi-Fi does not turn on due to a disabled system service. WLAN auto-configuration (WLAN AutoConfig). This may occur after a virus attack, an incorrect update, or user actions.
How to check and enable the service:
- Click
Win + R, enterservices.mscand press Enter. - In the list of services, find WLAN AutoConfig Service (or
WLAN AutoConfig). - Check the service status:
- If "Stopped" - right click and select "Launch".
- If "Startup Type" costs
ManuallyorDisabled- change to "Automatically".
Additional diagnostic commands (run as administrator in Command line):
# Checking the service statussc query Wlansvc
Starting the service (if stopped)
net start Wlansvc
Restarting the service
net stop Wlansvc && net start Wlansvc
⚠️ Note: If after enabling the Wi-Fi service the Wi-Fi still doesn't work, please check if it is blocked antivirus or firewall. For example, Kaspersky Internet Security And Avast Sometimes suspicious network connections are blocked. Try temporarily disabling protection and checking the connection.
7. Checking BIOS/UEFI settings (for desktop PCs and some laptops)
On desktop computers with PCIe Wi-Fi cards (e.g. TP-Link Archer T4E or ASUS PCE-AC55BT) and some laptops (especially business class) the wireless adapter may be disabled at the level BIOS/UEFIThis is done to improve safety or save energy.
How to enable Wi-Fi in BIOS:
- Restart your computer and enter BIOS by pressing:
DelorF2(for most motherboards ASUS, Gigabyte, MSI).F1orEsc(For Lenovo, HP).F10(for some models Acer).
Wireless LAN(should beEnabled).Wi-FiorWLAN.Onboard WLAN.- If the parameter is disabled (
Disabled), change it toEnabled. - Save changes (
F10) and restart your PC. - Check the adapter on another device: If you have an external USB adapter (eg. TP-Link TL-WN725N), connect it to another PC. If it doesn't work there either, the problem is with the adapter itself.
- Use diagnostic utilities:
- In Windows:
Win + R→msdt.exe /id NetworkDiagnosticsWeb(will launch the network troubleshooter). - In Linux:
sudo dmesg | grep -i wifi(will show driver loading errors).
- In Windows:
- Check adapter compatibility: Some older adapters (eg with a chip Broadcom 4313) do not support modern Wi-Fi 6 (802.11ax) standards. In this case, forcibly limiting the router's operating mode to
802.11n. - Update the adapter driver (section 5).
- Reboot the router (disconnect it from power for 30 seconds).
- Set the Wi-Fi channel on the router manually (for example, 6 instead of
Auto).
Examples of BIOS interfaces for different manufacturers:
| Manufacturer | Settings section | Wi-Fi parameter |
|---|---|---|
| ASUS | Advanced → Onboard Devices | Wi-Fi Controller |
| Gigabyte | Peripherals | WLAN Function |
| Lenovo (laptops) | Configuration | Wireless LAN |
| MSI | Settings → Advanced | Onboard WLAN |
| HP | System Configuration | Built-in Device Options → WLAN |
8. Troubleshooting: Why Wi-Fi Won't Turn On
If you've tried everything but your Wi-Fi still isn't working, it's time to run diagnostics. Here are the most common causes and their symptoms:
Diagnostic table:
| Symptom | Possible cause | Solution |
|---|---|---|
| There is no Wi-Fi icon in the system tray, and the adapter is displayed with an exclamation mark in the device manager. | The driver is missing or damaged. | Install the driver from the laptop or adapter manufacturer's website. |
| The adapter is in the manager, but the networks are not found. | Service WLAN AutoConfig the adapter is disabled or malfunctioning |
Enable the service (section 6) or restart the adapter in Device Manager |
| Wi-Fi turns on but keeps disconnecting. | Interference from other devices, an outdated driver, or a faulty router | Update the driver, change the Wi-Fi channel on the router (1, 6 or 11 for 2.4 GHz) |
| The Wi-Fi indicator on my laptop is not lit and the hardware button is not working. | Problem with the motherboard or button cable | Contact the service center (the contact may have come loose) |
| Wi-Fi works, but the speed is very slow. | The adapter is connected to a congested channel or uses an outdated standard (802.11b/g) | Set your router to standard 802.11n/ac/ax and select a free channel |
Additional steps for diagnosis:
FAQ: Frequently asked questions about turning on Wi-Fi on your computer
My laptop can't see the Wi-Fi network, even though the adapter is turned on. What should I do?
First, check if your network is hidden (this option should be disabled in your router settings). Hide SSID or Hide network). If the network is not hidden, try:
If all else fails, try connecting to a different network (for example, using your phone's hotspot mode). If that network isn't visible either, the problem is with the adapter.
My desktop PC doesn't have Wi-Fi. How do I add it?
Desktop computers rarely come with built-in Wi-Fi, but there are several ways to add it:
- 🖥️ PCIe adapter (For example, TP-Link Archer T6E or ASUS PCE-AC56) - is installed in the slot
PCI Expresson the motherboard. Suitable for gaming and work PCs. - 🔌 USB adapter (For example, TP-Link TL-WN823N or ASUS USB-AC53 Nano) is a compact solution for office PCs.
- 🔄 M.2 Wi-Fi module (For example, Intel AX200) - suitable for motherboards with a connector
M.2 Key E(most often found in mini-PCs and all-in-one PCs).
Before purchasing, check whether your motherboard has the appropriate connectors (information can be found in the documentation or through a utility). CPU-Z on the tab Mainboard).
My Wi-Fi stopped working after a Windows update. How do I fix it?
Windows updates sometimes reset drivers or network settings. Try:
- Roll back the driver (section 5).
- Uninstall the adapter in Device Manager and restart your PC - Windows will try to install the driver automatically.
- Download the latest driver from the laptop manufacturer's website (do not use drivers from Microsoft's website - they are often outdated).
- If the problem appeared after a major update (for example, from Windows 10 to 11), check the adapter's compatibility on the manufacturer's website.
For laptops Dell And HP After upgrading to Windows 11, you may need to manually install the driver for Intel Killer Wireless — Download it from the official website, selecting the model of your device.
Is it possible to turn on Wi-Fi without access to Windows (for example, if the password is forgotten)?
Yes, but the methods depend on the situation:
- 🔑 If you forgot your Windows password, but you need to enable Wi-Fi to reset the system via the cloud:
- Use hardware button (if any) - it works before the OS loads.
- Boot from Live USB (For example, Ubuntu or Hiren’s BootCD) and turn on Wi-Fi through the temporary OS.
- Connect to the router via cable and restore the system.
- Use recovery mode (on the lock screen, tap
Shift+ reset button). - 🖱️ On-screen keyboard:
Start → Ease of Access → On-Screen Keyboard. Then clickFn + F2(or another combination) with virtual buttons. - 📱 Voice control: In Windows 11, you can enable voice input (
Win + H) and say: "Turn on Wi-Fi." - 🔧 Control Panel:
- Open
Start → Settings → Network & Internet. - Turn on the slider "Wi-Fi" touch control.
- Open
Please note: Some functions (such as reset via Microsoft Account) require an internet connection. If Wi-Fi doesn't turn on, try using USB modem or Ethernet.
How do I turn on Wi-Fi on a computer without a keyboard (for example, on a Windows tablet)?
If you have a device without a physical keyboard (for example, Microsoft Surface or a Windows tablet), use:
On Microsoft Surface can also be used physical buttons on the case (for example, holding the power button + volume up reboots the device into safe mode, where sometimes Wi-Fi turns on automatically).