You turned on the laptop, and in the lower right corner of the screen there is emptiness: the usual icon Wi-Fi or Ethernet disappeared as if he had never existed. The network connection may work (or not), but there is no place to manage it now. The situation is familiar to many - especially after updating the system, installing new programs, or even a banal reboot.
In 80% of cases, the problem is solved in 5–10 minutes without calling a technician. But to do this you need to understand what exactly is broken: it’s a failure taskbar, passed out network adapter, flew off drivers or it's my own fault router. We will analyze all the options - from the simplest to rare “pitfalls” that are not written about even on forums.
Important: if you have laptop with Wi-Fi 6E module (for example, in ASUS ROG Zephyrus or Lenovo Legion), some solutions will not work for older adapters - read about this in the section about drivers.
1. Checking the obvious: you haven't disabled the icon by accident
The first thing to do is make sure that the icon is not hidden in the taskbar settings. This is especially true for Windows 10/11, where after updates the interface may reset.
How to check:
- 🖱️ Right-click on an empty space on the taskbar → select
Taskbar options. - 📋 In the section
Notification areafind the itemSelect the icons that appear on the taskbar. - 🔍 Scroll to
Network(orWi-Fi/Ethernet) and turn the switch to position On
If the icon is not even in the hidden list, the problem is deeper. Continue to the next step.
- ASUS
- Lenovo
- HP
- Acer
- Dell
- Apple MacBook
- Other
2. Restart network services: a universal method for Windows
Often the icon disappears due to a malfunction Windows servicesresponsible for the network. They can be restarted manually - this helps in 60% of cases.
Instructions for Windows 10/11:
- Click
Win + R, enterservices.mscand pressEnter. - Find services in the list:
Network List ServiceWLAN AutoConfig ServiceNetwork Connections
Restart. If the service is disabled, enable it and install it Startup type: Automatic.After restarting the services, the icon should appear. If not, check device manager (more about him below).
☑️ Checking network services
3. Device Manager: drivers and hidden adapters
If the icon disappears after updating Windows or installing new programs, the culprit is network adapter drivers. They need to be updated, rolled back or reinstalled.
How to check:
- Click
Win + X→ selectDevice Manager. - Expand the section
Network adapters. - If near the adapter (Intel Wi-Fi 6, Realtek RTL8821CE, Qualcomm Atheros etc.) lights up exclamation point - the driver is not working correctly.
Solutions:
- 🔄 Right-click on the adapter →
Update driver→Automatic search. - 🗑️ If the update didn’t help →
Remove device(the driver will be reinstalled after reboot). - 💾 For laptops with Wi-Fi 6E (For example, MSI Modern 14 or HP Spectre x360) download the driver from manufacturer's official website - standard Windows drivers often do not support new standards.
How to find out the network adapter model?
Open Command line (Win + R → cmd) and enter:
wmic nic get name, manufacturer, descriptionIn the list, find the wireless adapter (usually contains the words Wireless, Wi-Fi or Network Controller).If the adapter is not in the list at all, this may mean:
- 🔌 Hardware shutdown (for example, with a button
Fn + F2on Lenovo or Dell). - 🛠️ Damage to the Wi-Fi module (relevant for laptops over 5 years old).
4. Resetting network settings: when all else fails
If the previous methods did not work, try full network stack reset. This will delete all saved networks, VPN profiles and adapter settings, but often solves the problem.
For Windows 10/11:
- Open
Options→Network and Internet→Network reset. - Click
Reset nowand confirm the action. - After rebooting the laptop, the icon should appear.
For macOS:
- Open
Terminal(viaSpotlightorPrograms → Utilities). - Enter the commands one by one:
sudo ifconfig en0 downsudo ifconfig en0 up
sudo networksetup -setdhcp Wi-Fi(replace
en0to your interface, if necessary).
For Linux (Ubuntu/Debian):
- Open a terminal and run:
sudo systemctl restart NetworkManager - If it doesn't help, reinstall
network-manager:sudo apt purge network-manager && sudo apt install network-manager
If after resetting the network, the icon appears, but Wi-Fi does not connect, check whether the password for the router has changed. Sometimes resetting also resets saved keys.
5. Hardware problems: buttons, switches and modules
If software methods do not help, the problem may be physically disconnecting the adapter. This is relevant for:
- 💻 Laptops with hardware Wi-Fi switch (For example, HP Pavilion or Acer Aspire - often a button on the sidebar).
- 🔧 Laptops after repair (the Wi-Fi module antennas may not have been connected).
- 🔥 Laptops after overheating (the module could move away from the connector
M.2orPCIe).
How to check:
- Look at the laptop case to see if there is a physical switch or Wi-Fi indicator (usually illuminated in blue/orange).
- Try the keyboard shortcuts:
- Lenovo:
Fn + F5orFn + F7 - ASUS/ROG:
Fn + F2 - HP:
Fn + F12 - Dell:
Fn + PrtScor a separate button with an antenna
- Lenovo:
On laptops Apple MacBook (2018–2023) There is no hardware Wi-Fi switch - only software control via System Settings → Network.
If the module is in place, but is not detected by the system, it could burn out. In this case, only replacement will help (the cost of the module for most laptops is 1,500–4,000 rubles).
6. Viruses and third-party programs: who interferes with the network
Sometimes the icon disappears due to program conflict or the actions of malware. Common culprits:
- 🛡️ Antiviruses (Kaspersky, Avast, ESET) - can block network services.
- 🔍 VPN clients (NordVPN, ProtonVPN, OpenVPN) - sometimes they “break” the network stack.
- 🦠 Miner viruses or Trojans (for example, Trojan.Win32.NetFilter).
How to clean the system:
- Run
Task Manager(Ctrl + Shift + Esc) and check if there are any suspicious processes with a high network load. - Remove recently installed programs (especially VPNs and optimizers like CCleaner).
- Scan the system Malwarebytes or Dr.Web CureIt!.
- If a virus is found, after treatment, reset the network (see section 4).
If the problem appears after installation Windows 11 - try disabling the service Wi-Fi Sense (it sometimes conflicts with older adapters). To do this, enter on the command line:
sc config WlanSvc start= disabled7. Features for macOS and Linux
On MacBook and distributions Linux The problem with the network icon is solved differently than on Windows. Let's look at the key points.
For macOS (Ventura/Monterey/Sonoma):
- 🍎 If the Wi-Fi icon disappears, but the network is working, try resetting
NVRAM:- Turn off your MacBook.
- Turn it on, press it immediately
Option + Command + P + Rfor 20 seconds.
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
Then restart your laptop.
For Linux (Ubuntu, Mint, Fedora):
- 🐧 Check if it is running
NetworkManager:systemctl status NetworkManagerIf not, run:
sudo systemctl start NetworkManager - 📦 If the icon is not in the panel, install the applet:
sudo apt install network-manager-gnomeThen restart your session.
- Restart
Explorer(viaTask Manager). - Update your video card driver (sometimes icons freeze due to graphical glitches).
- Create a new Windows user - if there is an icon in the new account, the problem is in the profile.
- Roll back to a previous version of Windows (in
Settings → Update & Security → Recovery). - If a rollback is not possible, download the Wi-Fi driver from the laptop manufacturer’s website (do not use drivers from Microsoft!).
- Disable Windows Fast Startup (
Control Panel → Power Options → What the Power Buttons Do). - Is it not activated?
Airplane mode(in the upper right corner). - Are configuration profiles not installed (
System Settings → Profiles). - Is the laptop overheated (the heater may turn off Wi-Fi to save energy).
- The icon disappears after a reboot.
- B
Task Managerunknown processes with network activity appear. - The antivirus blocks connections to strange IP addresses.
- 🔌 The port is faulty (try another cable or connector on the router).
- 🖧 Controller driver (Realtek PCIe GBE, Intel I219-V) flew off.
- ⚡ Port power is disabled in BIOS (
Advanced → Onboard Devices → LAN Controller).
On Linux It’s also worth checking if the network is blocking firewalld or ufw (especially after kernel updates).
Comparison of methods: what works most often
| Method | Lead time | Efficiency | Suitable for |
|---|---|---|---|
| Checking hidden icons | 1 minute | 10% | Windows 10/11 |
| Restarting network services | 3 minutes | 60% | Windows |
| Driver Update | 5–15 minutes | 70% | All OS |
| Network reset | 5 minutes | 80% | Windows/macOS |
| Checking the hardware switch | 2 minutes | 90% (if the problem is in the button) | All laptops |
As can be seen from the table, network reset And driver check - the most universal methods. Hardware problems (switch, module) are resolved the fastest, but require physical access to the laptop.
FAQ: Frequently asked questions about the missing internet icon
❓ The icon has disappeared, but the Internet is working. What to do?
This is a situation where the network is active but the indicator is not displayed. Try:
❓ After updating Windows 11, the icon disappeared. How to return?
Updates often break drivers. Do the following:
❓ On MacBook, the Wi-Fi icon is gray and inactive. What's the matter?
A gray icon means the adapter is physically disabled or blocked. Check:
If all else fails, quit SMC (for Intel Mac) or T2 (for M1/M2).
❓ Can a virus hide the network icon?
Yes, some Trojans (for example, Backdoor.Win32.Androm) modify the Windows registry, hiding system icons. Signs of infection:
Treatment: scanning Kaspersky Virus Removal Tool + manual startup check (msconfig).
❓ Where does the Ethernet (wired Internet) icon go?
For Ethernet other reasons:
If after connecting the cable the indicator on the port does not light up, the problem is hardware (port or cable).