Have you connected to a new network, but your internet isn't working? Or do you want to make sure the Wi-Fi adapter on your laptop or PC with a Wi-Fi module hasn't been accidentally disabled? Checking the wireless connection status is the first step in diagnosing connection issues. In this article, we'll cover all the possible ways to determine Is Wi-Fi active on your device?, regardless of the operating system.
Connection errors often arise for simple reasons: a disabled adapter in Device Manager, activated Airplane Mode, or a physical button on the laptop. We'll show you how to check each of these issues and teach you how to use built-in diagnostic tools in Windows, macOS, and Linux. If you're unsure whether Wi-Fi is enabled on your computer, the following methods will help you figure it out in minutes.
1. Checking via the network icon in the tray
The fastest way is to look at notification panel (tray) in the lower right corner of the screen. It displays the current status of network connections. Here's what the different icons mean:
- 📶 Antenna with signal — Wi-Fi is turned on and connected to the network (the number of “bars” indicates the signal strength).
- 🔴 Red cross on the antenna — the adapter is turned on, but there is no connection to the network.
- ✈️ Airplane — Airplane mode is activated, all wireless modules are disabled.
- 🖥️ Monitor with cable - only a wired connection is used (Wi-Fi can be turned off).
If there is no network icon at all, this means that:
- 🔌 The Wi-Fi adapter is disabled in the device manager or physically (using a button on the case).
- 🛠️ No drivers for a network card (often after reinstalling Windows).
- 💻 There is no Wi-Fi module (on some desktop PCs).
To open the extended network menu, left-click on the icon. If the list of available networks is empty and the text reads No connections available, most likely the adapter is disabled.
2. Using Windows Settings (Windows 10/11)
In modern versions of Windows, checking your Wi-Fi status takes just a few clicks. Open Parameters (Win + I) and go to the section:
Network and Internet → Wi-Fi
Here are three key elements to consider:
| Parameter | The value "Enabled" | The value "Disabled" |
|---|---|---|
| Wi-Fi | Switch in position On, blue color |
The switch is gray (Off) |
| Airplane mode | — | Active (forcefully disables Wi-Fi) |
| List of networks | Displays available networks for connection. | Empty list or inscription Wi-Fi is disabled |
If the switch Wi-Fi inactive (gray), this may mean:
- 🔧 The adapter is disabled in the device manager.
- 🔄 The driver is not working properly (needs to be updated).
- 🚫 Group Policy prohibits the use of Wi-Fi (relevant for work PCs).
Open Settings (Win + I) | Go to "Network & Internet" → "Wi-Fi" | Make sure the Wi-Fi switch is on | Check if "Airplane Mode" is off | View the list of available networks -->
If after turning on the switch the networks do not appear, try restart the computer - sometimes this helps to reset temporary adapter errors.
3. Device Manager: Network Adapter Status
If Wi-Fi doesn't turn on through Settings, the problem may be hardware-related. Open device Manager:
Start → Device Manager → Network Adapters
In the list, find the device with the words Wireless, Wi-Fi, 802.11 or the model name (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros). Right-click on it and select Properties.
In the properties window, note:
- 🔄 Device status (tab
General): should beThe device is working properly.. - ⚠️ Yellow exclamation mark - means there is a problem with the driver.
- 🔴 Down arrow on the icon — the adapter is disabled (you need to enable it via the context menu).
If the adapter is disabled, right-click on it and select Activate the deviceAfter this, check if the networks appear in Windows settings.
⚠️ Attention: On some laptops (eg. ASUS ROG or MSI) The Wi-Fi module may be disabled in the BIOS/UEFI. If the adapter is not displayed in the Device Manager at all, check the BIOS settings (section Advanced → Onboard Devices Configuration).
4. Command line: diagnostics via netsh And ipconfig
For advanced users or if the graphical interface is not available, you can check the Wi-Fi status via command line. Open it as administrator (Win + X → Command Prompt (Administrator)) and run:
netsh interface show interface
In the results, find the line with the name Wi-Fi or Wireless network. Parameter State should be:
- 🟢
Connected— connected to the network. - 🟡
Disconnected— the adapter is turned on but not connected. - 🔴
Disabled— the adapter is disabled.
To enable Wi-Fi via the command line, use:
netsh interface set interface "Wi-Fi" enable
If the command does not work, check that the interface name is correct (it may be different, for example, Wireless network).
Additionally, you can use ipconfig /all and look for a block with Wireless LAN adapterIf it is not there, the adapter is disabled or missing.
What to do if the netsh command doesn't work?
If after entering netsh interface set interface "Wi-Fi" enable The error "Invalid syntax" appears, please check:
1. Precision of the interface name (with spaces and case).
2. Administrator rights (run the command prompt as administrator).
3. Integrity of system files: run sfc /scannow and restart your PC.
5. Check on macOS (MacBook, iMac)
On computers Apple Wi-Fi status is checked via menu bar or system settingsIn the upper right corner of the screen, look for the Wi-Fi icon (three waves). If you don't see it:
- 🔍 Check your display settings: open
System Preferences → Control Panel → Menu Barand turn on Wi-Fi display. - ⚙️ The adapter is disabled: go to
System Preferences → Network, selectWi-Fiand make sure the statusConnected.
If Wi-Fi does not turn on, follow these steps:
- Open
System Preferences → Network. - Select
Wi-Fiin the list on the left. - Click
Additionallyand check if the option is enabledTurn on Wi-Fi. - If the networks are not displayed, click
Refresh the list.
On MacBook Pro And MacBook Air With Touch Bar Make sure the Wi-Fi button on the panel is not disabled (the antenna icon should be illuminated).
⚠️ Attention: On macOS Ventura and newer, Wi-Fi may temporarily disconnect after a system update. If the issue occurs after an update, restart your Mac or reset your network settings. System Preferences → Network → Advanced → Reset.
6. Testing on Linux (Ubuntu, Debian, Fedora)
In Linux distributions, you can check your Wi-Fi status via graphical interface or terminalFirst, open your network settings:
- 🖥️ Ubuntu/GNOME: Click on the network icon in the upper right corner.
- 🐧 KDE Plasma:
System Settings → Network.
If there is no icon, use the terminal. Run the command:
ip a
Look for the interface with the name wlan0, wlp3s0 or something similar. If it's not there, the adapter is disabled.
To enable Wi-Fi in Linux:
sudo ip link set wlan0 up
(replace wlan0 to your interface).
Most distributions use network management NetworkManagerCheck its status:
sudo systemctl status NetworkManager
If the service is not active, start it:
sudo systemctl start NetworkManager
7. Checking via a router (if Wi-Fi is turned on but does not connect)
If Wi-Fi is enabled on your computer, but networks aren't showing up or the connection isn't established, the problem may be with your router. To check:
- Connect to the router via cable or another device (smartphone, tablet).
- Open the router's web interface (usually at
192.168.1.1or192.168.0.1). - Check the list of connected devices (section
DHCP,WirelessorClients). - Make sure that SSID broadcasting is not disabled (setting
Hide SSIDorHide networkshould be turned off).
If your computer does not appear in the list of devices despite Wi-Fi being enabled, possible reasons are:
- 🔒 MAC filtering on the router (your PC is blacklisted).
- 📡 Incompatible Wi-Fi standard (for example, the router only works in the mode
802.11n, and the adapter only supports802.11ac). - 🔄 Router failure (a reboot will help).
⚠️ Attention: On some routers (for example, TP-Link or ASUS) there is a function WPS, which, when activated, can block regular connections. Disable it in the settings if you don't use it.
8. Hardware check: buttons and indicators on the laptop
Many laptops have physical switches or key combinations to control Wi-Fi. Check:
- 🔘 Hardware switch on the side or front panel (for example, on Lenovo ThinkPad or HP EliteBook).
- 🎹 Key combination:
- Lenovo:
Fn + F5orFn + F7 - HP:
Fn + F12 - Dell:
Fn + PrtScorFn + F2 - ASUS:
Fn + F2
- Lenovo:
- 💡 Wi-Fi indicator (usually a blue or orange LED next to the power button). If it's not lit, the adapter is disabled.
On some models (eg, MSI or Acer) To turn on Wi-Fi you need to hold down the button Fn a few seconds. If the combination doesn't work, update your keyboard drivers.
On laptops with discrete graphics (eg. NVIDIA Optimus) Wi-Fi may be disabling due to power saving. Check your power settings in the NVIDIA Control Panel.
FAQ: Frequently Asked Questions
Why does Wi-Fi turn on, but networks are not displayed?
This may be caused by:
- 🔌 SSID broadcast disabled on the router (the network is hidden).
- 📵 Incompatible channel settings (for example, the router operates on channel 13, but your adapter does not support it).
- 🛠️ Driver failure (try reinstalling it).
Solution: Connect to the router via cable and check the wireless network settings.
How do I turn on Wi-Fi if the keyboard button doesn't work?
If a hardware button or key combination does not respond:
- Check if the drivers are installed for
HotKeyorATK(For example, ASUS ATK Package). - Turn on Wi-Fi via device Manager or command line (see sections above).
- Update your BIOS (on the laptop manufacturer's website).
Is it possible to enable Wi-Fi via BIOS?
In BIOS/UEFI you can only turn off Wi-Fi adapter (if available). To enable it:
- Go to BIOS (usually the key
Del,F2orEscwhen loading). - Find the section
Advanced → Onboard Devices Configuration. - Make sure the parameter
Wireless LANorWi-Fiinstalled inEnabled. - Save settings (
F10) and restart your PC.
If there is no option, the adapter is controlled only through the OS.
The Wi-Fi is working, but there's no internet. What should I do?
The problem may be:
- 🌐 IP settings: Check if the PC receives an address automatically (
ipconfig /allin Windows). - 🔌 Router: Reboot it and check the internet connection (WAN indicator).
- 🛡️ Firewall or antivirus, blocking the network.
- 📡 DNS: try using public DNS (eg.
8.8.8.8).
How do I find out which Wi-Fi adapter is installed on my computer?
Methods:
- 🖥️ In Device Manager (chapter
Network adapters). - 📋 Through command line:
wmic nic where "NetConnectionStatus=2" get Name, Manufacturer - 🔍 In Linux:
lspci | grep -i wireless