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 area find the item Select the icons that appear on the taskbar.
  • 🔍 Scroll to Network (or Wi-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.

📊 What laptop do you have?
  • 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:

  1. Click Win + R, enter services.msc and press Enter.
  2. Find services in the list:
    • Network List Service
    • WLAN AutoConfig Service
    • Network Connections
  • For each: right click → 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

    Done: 0 / 5

    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:

    1. Click Win + X → select Device Manager.
    2. Expand the section Network adapters.
    3. 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 driverAutomatic 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, description
    In 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 + F2 on 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:

    1. Open OptionsNetwork and InternetNetwork reset.
    2. Click Reset now and confirm the action.
    3. After rebooting the laptop, the icon should appear.

    For macOS:

    1. Open Terminal (via Spotlight or Programs → Utilities).
    2. Enter the commands one by one:
      sudo ifconfig en0 down
      

      sudo ifconfig en0 up

      sudo networksetup -setdhcp Wi-Fi

      (replace en0 to your interface, if necessary).

    For Linux (Ubuntu/Debian):

    1. Open a terminal and run:
      sudo systemctl restart NetworkManager
    2. 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.2 or PCIe).

    How to check:

    1. Look at the laptop case to see if there is a physical switch or Wi-Fi indicator (usually illuminated in blue/orange).
    2. Try the keyboard shortcuts:
      • Lenovo: Fn + F5 or Fn + F7
      • ASUS/ROG: Fn + F2
      • HP: Fn + F12
      • Dell: Fn + PrtSc or a separate button with an antenna
  • If all else fails, disassemble the laptop (or take it to a service center) and check whether the Wi-Fi module is connected to the motherboard.
  • 💡

    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:

    1. Run Task Manager (Ctrl + Shift + Esc) and check if there are any suspicious processes with a high network load.
    2. Remove recently installed programs (especially VPNs and optimizers like CCleaner).
    3. Scan the system Malwarebytes or Dr.Web CureIt!.
    4. 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= disabled

    7. 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:
      1. Turn off your MacBook.
      2. Turn it on, press it immediately Option + Command + P + R for 20 seconds.
  • 🔄 If it doesn’t help, delete the network settings file:
    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

    Then restart your laptop.

  • For Linux (Ubuntu, Mint, Fedora):

    • 🐧 Check if it is running NetworkManager:
      systemctl status NetworkManager

      If not, run:

      sudo systemctl start NetworkManager
    • 📦 If the icon is not in the panel, install the applet:
      sudo apt install network-manager-gnome

      Then restart your session.

    • 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:

      1. Restart Explorer (via Task Manager).
      2. Update your video card driver (sometimes icons freeze due to graphical glitches).
      3. Create a new Windows user - if there is an icon in the new account, the problem is in the profile.
      ❓ After updating Windows 11, the icon disappeared. How to return?

      Updates often break drivers. Do the following:

      1. Roll back to a previous version of Windows (in Settings → Update & Security → Recovery).
      2. If a rollback is not possible, download the Wi-Fi driver from the laptop manufacturer’s website (do not use drivers from Microsoft!).
      3. Disable Windows Fast Startup (Control Panel → Power Options → What the Power Buttons Do).
      ❓ 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:

      • 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).

      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:

      • The icon disappears after a reboot.
      • B Task Manager unknown processes with network activity appear.
      • The antivirus blocks connections to strange IP addresses.

      Treatment: scanning Kaspersky Virus Removal Tool + manual startup check (msconfig).

      ❓ Where does the Ethernet (wired Internet) icon go?

      For Ethernet other reasons:

      • 🔌 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).

      If after connecting the cable the indicator on the port does not light up, the problem is hardware (port or cable).