You just turned on your laptop but can't find the familiar icon. Wi-Fi in the lower right corner of the screen? Or has the icon suddenly disappeared and the internet stopped working? This problem is familiar to many, especially after a system update, a factory reset, or accidental key presses. In 90% of cases, the solution takes less than a minute if you know where to look.
In this article we will look at all possible places, where can the wireless network icon be hidden on laptops with Windows 10/11, macOS And LinuxWe'll also explain what to do if an icon has disappeared from the taskbar, how to get it back, and why Wi-Fi sometimes disconnects on its own. No unnecessary technical jargon—just clear instructions with visual cues.
1. The standard location of the Wi-Fi icon in Windows
In operating systems Windows 10 And Windows 11 The default wireless network icon is located in notification area (tree) on taskbarIt's in the lower right corner of the screen, next to the clock, volume, and battery. The icon looks like this:
- 📶 — if Wi-Fi is turned on and connected to the network;
- 🔴📶 — if there is a network, but no internet access;
- ⚪📶 — if Wi-Fi is turned on but not connected to any network;
- 🚫📶 — if the adapter is disabled.
If you don't see the icon right away, try:
- Click on the arrow Show hidden icons** (↑) in the tray - sometimes the icon is minimized there.
- Press the key combination
Win + Ato open Notification CenterThere will be a tile at the bottom of the panel. «Wi-Fi»**. - Check if the adapter is disabled hardware button on the laptop body (more on this in the next section).
Important! IN Windows 11 The Wi-Fi icon can be combined with the icon "Net" (🌐) or "Internet"Click on it to see a list of available networks.
2. Hardware Wi-Fi buttons and switches on a laptop
Many laptops (especially models Lenovo, HP, Dell And ASUS) are equipped physical switches or key combinations to toggle Wi-Fi on/off. If the icon is missing, check:
| Laptop brand | Where to look for the switch | Key combination |
|---|---|---|
| Lenovo | Side button or slider on the left/right edge | Fn + F5 or Fn + F7 |
| HP | The button with the antenna (📶) above the keyboard | Fn + F12 |
| ASUS | There is no hardware switch | Fn + F2 |
| Dell | Slider on the front panel (on older models) | Fn + PrtSc or Fn + F2 |
| Acer | Button with a lock (🔒) and antenna | Fn + F3 |
If after pressing the combination Fn + [key] Wi-Fi indicator on the laptop case does not light up, the problem may be with the driver or the adapter itself. More on this in the diagnostics section.
3. How to restore the Wi-Fi icon if it disappeared from the taskbar
If the wireless network icon has disappeared from the system tray, you can restore it manually. Here are step-by-step instructions for Windows 10/11:
Click Win + I → open "Personalization"|Go to Taskbar|Find a section Notification Area|Click Select which icons appear on the taskbar|Find "Net"** and turn on the switch-->
If the point "Net"** not on the list, follow these steps:
- Open Task Manager** (
Ctrl + Shift + Esc). - Find the process
explorer.exe, right-click on it and select "Restart"**. - If it doesn't help, check your work WLAN AutoConfiguration service**:
Win + R → enter services.msc → find "WLAN AutoConfig" → check that the status is "Running"
Critical note: If after restart explorer.exe If the icon still hasn't appeared, and "WLAN AutoConfig" isn't listed in the services list, this may indicate corrupted system files. In this case, the following command will help: sfc /scannow in the command line as administrator.
4. Find the Wi-Fi icon on macOS (MacBook)
On laptops Apple MacBook The Wi-Fi icon is located in in the upper right corner screen (in the menu bar). It looks like three waves (📶) and changes color depending on its status:
- 🔵📶 — connected to the network;
- ⚪📶 — Wi-Fi is on, but there is no connection;
- 🔴❌ — the adapter is disabled.
If the icon is missing:
- Open System Preferences (🍎 → System Preferences).
- Go to "Net" and check the status «Wi-Fi».
- If the adapter is disabled, press "Turn on Wi-Fi"**.
- To return the icon to the menu bar, open System Preferences → Control Panel → Menu Bar and turn on the option Show Wi-Fi status.
What should I do if my MacBook's Wi-Fi won't turn on at all?
If the adapter still doesn't work after enabling it in the settings, try:
1. Reset SMC (for MacBook with a removable battery: turn off the laptop, disconnect the battery, press the power button for 5 seconds; for non-removable: Shift + Ctrl + Option + Power for 10 seconds).
2. Delete network settings files V /Library/Preferences/SystemConfiguration/ (make a backup copy first!).
3. Update macOS — sometimes Wi-Fi bugs are fixed in new versions of the system.
5. Where to find Wi-Fi in Linux (Ubuntu, Mint, Fedora)
In Linux distributions, the Wi-Fi icon may be in different locations depending on graphical shell:
- 🖥️ GNOME (Ubuntu, Fedora): Top right corner, next to the battery and volume.
- 🖥️ KDE Plasma (Kubuntu): lower right corner, in the system tray.
- 🖥️ XFCE (Linux Mint XFCE): lower right corner, next to the clock.
If there is no icon:
- Check if it is installed network manager (usually
NetworkManager). Open the terminal and enter:sudo systemctl status NetworkManagerIf the service is not active, start it:
sudo systemctl start NetworkManager - Make sure Wi-Fi is not disabled in BIOS/UEFI (rare, but it happens).
- Try turning on the adapter manually:
sudo ip link set wlan0 up(replace
wlan0on your interface - you can find out with the commandip a).
6. Diagnostics: Why the Wi-Fi icon disappeared or doesn't work
If you've tried everything but the icon still hasn't appeared, the problem may be deeper. Here are the most common causes and their solutions:
| Symptom | Possible cause | Solution |
|---|---|---|
| The icon disappeared after a Windows update. | Reset network settings or driver conflict | Roll back the adapter driver Device Manager** or update it manually from the manufacturer's website |
| Wi-Fi turns on, but no networks are found. | Hardware failure of the adapter or antenna | Check the antenna connection to the Wi-Fi module (this requires disassembling the laptop) |
| The icon is grey and inactive. | Service WlanSvc disabled |
Start the service via services.msc or by team net start WlanSvc |
| The icon flashes and disappears | Conflict with VPN or antivirus (for example, Kaspersky, Avast) | Temporarily disable the antivirus or add the network to the exceptions |
For deep diagnostics in Windows:
- Open Command line** on behalf of the administrator.
- Enter:
netsh wlan show driversCheck the line Hosted Network Support** - if there
No, the driver is not working correctly. - Update driver via "Device Manager"** (
Win + X → Device Manager → Network Adapters).
7. Common mistakes and how to avoid them
Certain user actions can cause the Wi-Fi icon to disappear or connection issues to occur. Here's what it's not worth doing:
- ❌ Disable the "WLAN AutoConfig" service** manually - this will lead to the disappearance of the icon and the inability to connect to networks.
- ❌ Remove network adapters in Device Manager** without pre-loading drivers.
- ❌ Ignore Windows/macOS/Linux updates** — Many Wi-Fi bugs are fixed in new system versions.
- ❌ Use Airplane Mode** As a way to save battery power, it turns off all wireless modules, including Wi-Fi.
⚠️ Attention: If you connect to public networks (in cafes or airports), never automatically save your password. Attackers can create a fake network with the same name and intercept your data.
Another common mistake is using unofficial drivers from dubious websites. This may lead to:
- 🔹 Loss of connection stability;
- 🔹 The appearance of advertisements in the browser;
- 🔹 Complete failure of the Wi-Fi module.
Always download drivers only from official websites laptop or adapter manufacturers:
- 🔗 Lenovo:
pcsupport.lenovo.com - 🔗 HP:
support.hp.com - 🔗 Dell:
dell.com/support - 🔗 ASUS:
asus.com/support - 🔗 Intel (for Wi-Fi adapters):
downloadcenter.intel.com
FAQ: Answers to Frequently Asked Questions
My laptop can't see any Wi-Fi networks, even though the icon is there. What should I do?
First, check if Wi-Fi is enabled on your router (the indicator should be lit). If so, try:
- Reboot the router (pull the power off for 30 seconds).
- Update network adapter driver.
- Reset network settings in Windows (
Settings → Network & Internet → Status → Network reset). - Check if it is enabled on the router Hidden Network Mode** (SSID Hidden).
If nothing helps, the Wi-Fi module in your laptop may be broken—contact a service center.
My laptop doesn't have an Fn key or it doesn't work. How do I turn on Wi-Fi?
If Fn doesn't work:
- Try pressing
Win + X → Mobility Center(in Windows) and turn on Wi-Fi there. - Use "Device Manager"** to turn on the adapter (
Network adapters → right-click Wi-Fi → Enable). - On some laptops (eg. MSI) there is a separate button to turn on Wi-Fi without
Fn.
If the key Fn does not work at all, update the keyboard driver or check the BIOS settings (sometimes the function Fn disabled there).
After reinstalling Windows, the Wi-Fi icon disappeared. How do I get it back?
This is a common problem: drivers often get lost when reinstalling the system. Here's what to do:
- Connect your laptop to the Internet via cable (Ethernet).
- Download the Wi-Fi driver from the laptop manufacturer's website (enter the model in the search).
- Install the driver and reboot.
If you can't connect via cable, download the driver to another computer and transfer it to a flash drive.
The Wi-Fi icon on my MacBook is grayed out and inactive. What should I do?
A gray icon means the adapter is disabled at the software level. Try:
- Open System Preferences → Network** and turn on Wi-Fi.
- Reset NVRAM (turn off your MacBook, turn it on, immediately hold down
Option + Command + P + Rfor 20 seconds). - Check if there are any restrictions in Screen Time** (for macOS Catalina and later).
If the problem persists, the Wi-Fi module may be faulty (a common problem with MacBook Pro 2016–2018).
Is it possible to connect to Wi-Fi without the taskbar icon?
Yes, even if there is no icon, you can:
- 🔹 Use Network Settings** (
Win + I → Network and Internet → Wi-Fi). - 🔹 Connect via Network Control Center** (
Win + R → ncpa.cpl → Wireless Network). - 🔹 Enter the command in the terminal (Linux/macOS):
nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"