Connecting to a wireless network starts with accessing the Wi-Fi menu on your computer, but it's not always obvious where to find the necessary settings. This is especially true if you're setting up your laptop for the first time, have reinstalled the operating system, or are experiencing connection issues. In this article, we'll cover all possible ways to open the Wi-Fi menu—from standard methods via the taskbar to alternatives for experienced users.
It is important to understand that the interface and location of the settings depend on the operating system (Windows, macOS, Linux), OS version and even laptop model. For example, on devices with Windows 11 The Wi-Fi menu looks different than in Windows 10, and on MacBook Access to networks is organized through the top panel. We'll cover each case separately to help you navigate quickly.
If your computer can't detect a network or the Wi-Fi button is disabled, you'll find a section with solutions to common problems at the end of this article. And for those who prefer visual instructions, we've included a table with keyboard shortcuts and screenshots of key steps.
Method 1: Standard Wi-Fi menu in Windows (via the taskbar)
The easiest and most universal method is to use the network icon in the lower-right corner of the screen (notification area). This method works on all versions. Windows from 7 to 11, but the appearance of the icon may differ slightly.
To open the Wi-Fi menu:
- 🖱️ Left-click on the icon networks (stylized "antenna" or "globe" for Ethernet).
- 📋 In the window that appears, select Wi-Fi (if multiple connection types are displayed).
- 🔄 If the list of networks is empty, make sure that the wireless adapter included (button at the top of the window).
- 🔍 Select the desired network from the list and click
Connect.
On Windows 11 The menu looks more compact: networks are displayed immediately when you click on the icon, and additional settings are hidden under the button ⚙️ (gear). In Windows 10 The list of networks opens in a separate window with the ability to quickly switch between Wi-Fi And airplane mode.
⚠️ Note: If the network icon is missing from the taskbar, check to see if it's hidden. Click the arrow ^ in the notification area - there may be hidden icons there. If there is no icon at all, go to section with solutions to problems.
Method 2: Via Windows Settings (for deeper settings)
If you need to not only connect to a network, but also configure network priorities, change DNS, or diagnose problems, use the section ParametersThis method is suitable for all versions. Windows, but the path to the settings may differ.
Instructions for Windows 10/11:
- Open the menu
Startand select⚙️ Parameters(or clickWin + I). - Go to the section
Network and Internet. - In the left menu, select
Wi-Fi. - Activate the switch Wi-Fi (if it is off) and press
Show available networks.
Here you will also find additional options:
- 🔧 Managing known networks — deleting saved passwords or changing the connection priority.
- 📡 Random hardware address — a function for increasing privacy (useful on public networks).
- 🛠️ Network diagnostics - automatic fix for connection problems.
On Windows 7 another way: Start → Control Panel → Network and Internet → Network and Sharing Center → Manage wireless networksThe interface here is less intuitive, but the functionality is similar.
What should I do if the "Wi-Fi" section is missing from Settings?
This means that the drivers for the wireless adapter are not installed in the system or it is disabled at the hardware level. Check device Manager (click Win + X → Device Manager) - in the section Network adapters your Wi-Fi module should be displayed (for example, Intel Wireless-AC or Qualcomm Atheros). If there is an exclamation mark next to the device, update the driver.
Method 3: Hotkeys and combinations for quick access
To speed up your Wi-Fi experience, you can use keyboard shortcuts. These are especially useful if your mouse or touchpad isn't working, or if you prefer to control your system without lifting your hands from the keyboard.
| Action | Key combination | Note |
|---|---|---|
| Open the notification panel (where the Wi-Fi icon is) | Win + A |
Works in Windows 10/11 |
| Open Settings → Network & Internet | Win + I → Tab ×3 → Enter |
Navigation using the key Tab |
| Turn Wi-Fi on/off MacBook | Option + Click to the Wi-Fi icon in the bar menu |
Opens an extended menu with network data |
| Open Network Connections (direct path) | Win + R → enter ncpa.cpl → Enter |
Universal for all versions Windows |
On laptops with Windows often eat hardware buttons to manage Wi-Fi. For example, on devices ASUS it could be a combination Fn + F2, and on Dell — a separate button with an indicator. If the hotkeys don't work, check the BIOS settings or the manufacturer's installed utilities (for example, Dell QuickSet or Lenovo Vantage).
Method 4: Wi-Fi menu on macOS (for MacBook/iMac users)
On computers Apple access to Wi-Fi settings is organized differently than in WindowsThere's no "Control Panel" in the traditional sense, but the interface is intuitive even for beginners.
Step-by-step instructions:
- Click on the icon Wi-Fi in the upper right corner of the screen (menu bar). It looks like three signal waves.
- If Wi-Fi is off, select
Turn on Wi-Fi. - From the list that appears, select the desired network and enter the password (if required).
- For additional settings, click
Open network settings- this will redirect you to System Preferences → Network.
In the section Net You can:
- 📌 Ask network priority (by dragging them in the list).
- 🔒 Set up safety (encryption type, password).
- 📡 Edit DNS servers (useful for speeding up the internet).
- 🛠️ Create diagnostic report (if there are connection problems).
On macOS Ventura and the newer interface has changed a bit: network settings are now located in the application System Preferences (replacing the old "System"). To quickly find them, use the menu search (Command + Space → enter "Wi-Fi").
⚠️ Note: On some models MacBook Pro (2016 and newer) yes Touch Bar — a touchpad above the keyboard. It may display a Wi-Fi button for quick on/off.
Method 5: Alternative Methods (for advanced users)
If standard methods don't work or you need advanced settings, you can use alternative tools. These methods require a little more knowledge, but they give you complete control over your wireless adapter.
1. Via the command line (Windows):
netsh wlan show interfaces
This command will display the status of all Wi-Fi adapters. To see a list of available networks, enter:
netsh wlan show networks
To connect to the network (if you know its name and password):
netsh wlan connect name="Network_Name"
2. Through Terminal (macOS/Linux):
On macOS execute:
networksetup -setairportpower en0 on
To scan networks:
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s
3. Through nmcli (Linux):
If you are using a distribution with NetworkManager (For example, Ubuntu), enter:
nmcli device wifi list
To connect:
nmcli device wifi connect "Network_Name" password "password"
These commands are useful for automation or remote configuration (for example, via SSH). However, be careful: incorrect settings may result in loss of connection.
Make sure the command prompt is running as administrator (on Windows)
Check the wireless interface name (on Linux/macOS)
Save your current settings (in case of failure)
Please use copy/paste to avoid typos-->
Troubleshooting: If the Wi-Fi menu doesn't open
Sometimes the Wi-Fi icon disappears, networks don't display, or the adapter won't turn on at all. Let's look at common causes and troubleshooting steps.
1. Hardware Wi-Fi disable:
- 🔌 Some laptops have physical switch or a button to turn off Wi-Fi (for example, on the side panel).
- 🔋 Check if it is activated airplane mode (V Windows 10/11 it can be turned on accidentally through the notification center).
2. Driver issues:
- 🔄 Update your adapter driver via
device Manager(find the device in the section Network adapters and selectUpdate driver). - 🗑️ If the update doesn't help, uninstall the driver and restart your computer—the system will install it automatically.
3. Windows Services:
- 🛠️ Check if the service is running Automatic WLAN configuration (
Win + R→services.msc→ findWLAN AutoConfig). - 🔄 If the service is stopped, start it and set the startup type
Automatically.
4. Reset network settings:
IN Windows 10/11 go to Settings → Network & Internet → Status → Network resetThis will reset all network components to factory settings (you will have to re-enter network passwords).
⚠️ Note: If the problem persists after resetting the network, check the laptop for viruses - Some malware blocks network connections. Use Kaspersky Virus Removal Tool or Dr.Web CureIt for scanning.
Additional settings: hidden networks, priorities, and security
Sometimes you need to connect to hidden network (not broadcasting its name) or change security settings. Let's look at how to do this in different operating systems.
Connecting to a hidden network in Windows:
- Open the Wi-Fi menu from the taskbar.
- Click
Hidden network(at the bottom of the list). - Enter the network name (
SSID) and password. - Check the box
Connect automatically, if necessary.
Setting network priority (so that the computer connects to the desired network first):
- 📌 In Windows: open
Settings → Network & Internet → Wi-Fi → Manage known networksClick on the network and selectProperties, then set the priority manually (in older versions of Windows this was done vianetsh). - 🍎 On macOS: Drag the networks into the desired order in the section Net.
Changing DNS to speed up the internet:
By default, the provider assigns its own DNS servers, but they can be replaced with faster ones (for example, 1.1.1.1 from Cloudflare or 8.8.8.8 from Google).
IN Windows:
- Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - Right click on Wi-Fi →
Properties→Internet Protocol version 4 (TCP/IPv4). - Select
Use the following DNS server addressesand enter new values.
How to check DNS server speed?
Use the utility DNS Benchmark (for Windows) or the command in Terminal (macOS/Linux):
dig @8.8.8.8 example.com
The lower the response time (in ms), the faster the DNS.
FAQ: Frequently asked questions about the Wi-Fi menu on your computer
My computer can't see any networks, even though my phone's Wi-Fi works. What's the problem?
Most likely, the wireless adapter is disabled. Check:
- The physical Wi-Fi button on the laptop.
- The adapter status is in
Device Manager(there should be no exclamation marks). - Work of the service
WLAN AutoConfig(must be running).
If the adapter is enabled but the networks are not visible, try updating the driver or check if there are any blocking programs installed (for example, Firewall).
How to connect to Wi-Fi without a mouse (only with a keyboard)?
Use combinations:
- Windows:
Win + A→Tab×2 →Arrowsto select a network →Enter. - macOS:
Control + F2(focus on menu bar) →Arrowsto the Wi-Fi icon →Enter.
To enter the password, use the key Tab to move between fields.
Is it possible to enable Wi-Fi via BIOS?
No, in BIOS/UEFI you can only turn it on or off wireless adapter at the hardware level (the option is usually called Wireless LAN or Wi-Fi). However, the connection to the networks itself is configured in the operating system.
To enter the BIOS, press when the computer boots up. F2, Del or Esc (depending on the motherboard model).
Why did the Wi-Fi icon disappear after a Windows update?
This is a typical driver issue. Solutions:
- Roll back the driver:
Device ManagerClick on the adapter →Properties→Roll back. - Install the driver manually from the laptop manufacturer's website (do not use
Update driverin Windows - often installs the wrong version). - Check for Windows updates (
Settings → Update & Security).
How do I share Wi-Fi from my computer if the network menu doesn't open?
If the standard menu does not work, use command line:
netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678
netsh wlan start hostednetwork
Then turn on sharing in Connection properties (as described in the DNS section).
On macOS To distribute Wi-Fi, use:
sudo ifconfig awdl0 downsudo ifconfig en0 down
networksetup -setairportpower en0 on