Wi-Fi on a laptop: where to find settings and how to set up the connection correctly

Connecting to Wi-Fi on a laptop seems like a simple task—until problems arise. Where can I find the network settings if the Wi-Fi icon has disappeared from the taskbar? How can I change the connection priority or set up a hidden network? Why doesn't my laptop detect the router, even though my phone connects without a problem? These are questions that arise for users of all levels of experience.

In this article, we'll cover all the ways to access Wi-Fi settings on laptops with different operating systems—from basic settings to hidden features. You'll learn how to manually configure the network, change DNS, enable power-saving mode for the adapter, and even diagnose driver issues. And for those encountering errors like "Unable to connect to the network" or "Limited access," we've prepared a troubleshooting checklist.

Important: The settings interface may differ slightly depending on the version Windows, macOS or distribution Linux, but the general principles remain the same. If you are using a laptop with Windows 11, Windows 10, macOS Ventura or newer - the instructions below will work.

📊 What OS do you use on your laptop?
Windows 10/11
macOS
Linux
Other

1. Where to find Wi-Fi settings in Windows: 3 main ways

IN Windows 10/11 Access to Wi-Fi settings is intuitive, but it's not always obvious where to find advanced options. Let's explore all the options, from the most basic to the "hidden" menus.

The fastest way to open the list of available networks is to click the Wi-Fi icon on the taskbar (in the lower right corner of the screen). If the icon isn't there, it may have been hidden in the notification area. To restore it:

  1. Click on the arrow ^ in the taskbar.
  2. Find the icon Wi-Fi (or "Network") and drag it to the main panel.

If the icon is missing even in hidden items, check your taskbar settings:

  • 🔧 Go to Settings → Personalization → Taskbar.
  • 🔄 Enable the "Always show all icons in the notification area" option.
  • 🔍 Make sure that the toggle for "Choose which icons appear on the taskbar" is turned on Wi-Fi.

To access advanced settings use networks:

  • 🖱️ Control Panel: click Win + R, enter ncpa.cpl and press Enter. All network adapters will be displayed here, including Wi-Fi And Ethernet.
  • ⚙️ Windows Settings: Start → Settings → Network & Internet → Wi-Fi.
  • 🔧 device Manager: Win + X → Device Manager → Network AdaptersHere you can update the driver or roll it back to a previous version.

Open the Network Control Panel (ncpa.cpl)|Check if the Wi-Fi adapter is enabled|Update the network card driver|Restart the router and laptop

-->

⚠️ Attention: If in ncpa.cpl adapter Wi-Fi If the Wi-Fi indicator is displayed as "Disabled" or is missing altogether, the problem may be with the drivers or a hardware issue. Check if the Wi-Fi indicator on the laptop is lit (if applicable).

2. Setting up Wi-Fi on macOS laptops: features and hidden functions

On MacBook The process of connecting to Wi-Fi is as simple as possible, but some parameters are hidden deeper than in WindowsFor example, there is no classic "control panel" here, and network settings are scattered across several menus.

To open the list of available networks:

  1. Click on the icon Wi-Fi in the top panel (on the right).
  2. Select the desired network and enter the password (if required).

For advanced settings:

  • 🔧 Go to System Preferences → Network.
  • 🔄 Choose Wi-Fi in the left menu and click “More…” (in the lower right corner).
  • 📡 Here you can:
    • Delete saved networks (tab Wi-Fi).
    • Change the order of connection to networks (drag networks into the desired order).
    • Enable mode 802.1X for corporate networks.
    • Tune DNS And TCP/IP manually.

One of the useful functions macOSWi-Fi diagnosticsTo run it:

  1. Clamp Option (Alt) and click on the icon Wi-Fi in the menu bar.
  2. Select "Open wireless network diagnostics».
  3. Follow the wizard's instructions—the system will automatically check the settings and suggest solutions.

3. Setting up Wi-Fi in Linux: Terminal vs. GUI

In distributions Linux (For example, Ubuntu, Fedora, Mint) Wi-Fi settings depend on the desktop environment you are using (GNOME, KDE, XFCE) and network manager (NetworkManager, Wicd). Let's consider both options - through the graphical interface and the terminal.

Method 1: Graphical interface (for beginners)

  • 🔧 Click on the network icon in the upper right corner (for GNOME) or in the tray (for KDE/XFCE).
  • 🔄 Select a network and enter the password. If the network is not listed, click "Connect to a hidden network».
  • 🛠️ For advanced settings, open "Network parameters" (or "Settings → Network" V Ubuntu).

Method 2: Terminal (for advanced users)

If the GUI is not available or you prefer commands, use:

# View available networks

nmcli dev wifi list

Connect to the network (replace SSID and PASSWORD)

nmcli dev wifi connect "Network_Name" password "password"

Setting up a static IP

nmcli con mod "Network_Name" ipv4.addresses 192.168.1.100/24

nmcli con mod "NetworkName" ipv4.gateway 192.168.1.1

nmcli con mod "NetworkName" ipv4.dns "8.8.8.8, 8.8.4.4"

nmcli con up "NetworkName"

To diagnose problems, use:

# Checking the adapter status

iwconfig

Network scanning

sudo iwlist wlan0 scan | grep ESSID

Restarting the network manager

sudo systemctl restart NetworkManager

⚠️ Attention: In some distributions (for example, Arch Linux) NetworkManager may not be installed by default. Install it with the command sudo pacman -S networkmanager and enable the service: sudo systemctl enable --now NetworkManager.

4. How to set up a hidden Wi-Fi network on a laptop

Hidden Networks (hidden SSID) don't broadcast their name, so connecting to them using the standard method isn't possible. Let's look at how to do this on different operating systems.

Windows 10/11:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click "Managing known networks» → «Add a new network».
  3. Enter:
    • 📡 Network name (SSID) — the exact name of the hidden network.
    • 🔐 Security type - usually WPA2-Personal or WPA3-Personal.
    • 🔑 Security key — network password.
  • Check the box "Connect automatically» and save.
  • macOS:

    1. Open System Preferences → Network.
    2. Select Wi-Fi → «Additionally…» → tab «Wi-Fi».
    3. Click "+» at the bottom of the list of networks and enter:
      • 📡 Network name (ssid).
      • 🔐 Security type.
      • 🔑 Password.
  • Click "OK" And "Connect».
  • Linux (terminal):

    nmcli dev wifi connect "Hidden_Network_Name" password "password" hidden yes
    Why are hidden networks less secure than they seem?

    Hidden networks do not protect against hacking - their SSID can still be identified using traffic analyzers (for example, Wireshark or Airodump-ng). A more reliable method of protection is to use WPA3 and a complex password, rather than hiding the network name.

    5. Optimizing Wi-Fi on a Laptop: How to Speed ​​Up Your Connection

    If your Wi-Fi is slow or drops frequently, the problem may be with your adapter settings, router settings, or interference. Here's what you can do on your laptop:

    Problem Solution Instructions
    Low speed Change channel width IN Device Manager Open adapter properties → tab "Additionally» → install 20/40 MHz or Auto for the parameter 802.11n Wireless Mode.
    Frequent breaks Disable power saving In the same adapter properties, find the parameter “Allow the device to turn off to save power
    High ping Change DNS In IPv4 settings (in ncpa.cpl) specify DNS 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google).
    Weak signal Update driver Download the latest driver from the laptop manufacturer's website (not from Device Manager!).

    Additional tips:

    • 📶 Use 5 GHz instead of 2.4 GHz, if the router supports both ranges. In 2.4 GHz more interference from other devices.
    • 🔄 Enable it in your router settings WMM (Wi-Fi Multimedia) - this improves traffic prioritization.
    • 🛡️ If you use a VPN, try disabling it - some protocols (for example, OpenVPN) may slow down the connection.

    6. Diagnosing Wi-Fi Problems: What to Do if There's No Connection

    If your laptop doesn't see or connect to networks, follow these steps:

    Step 1: Check the hardware switches

    • 🔄 On some laptops (for example, Lenovo, HP) there is a physical switch or key combination to turn Wi-Fi on/off. Usually it is Fn + F2, Fn + F12 or a separate button with an antenna.
    • 💡 Check the Wi-Fi indicator on the case - if it is not lit, the adapter is turned off.

    Step 2: Restart Network Services (Windows)

    netsh winsock reset
    

    netsh int ip reset

    ipconfig /release

    ipconfig /renew

    ipconfig /flushdns

    Step 3: Check the adapter driver

    • 🔧 Open Device Manager → Network Adapters.
    • 🔄 If there is an exclamation mark next to the adapter, right-click and select "Update driver».
    • 🗑️ If the update doesn't help, remove the device and restart your laptop - Windows will reinstall the driver.

    Step 4: Check your router settings

    • 📡 Make sure that the router is turned on DHCP (otherwise you will have to assign the IP manually).
    • 🔒 If the network is secure WPA3, and the laptop is old, try switching the router to WPA2.
    • 📡 Check if it is enabled on your router MAC address filter (it may block your laptop).
    ⚠️ Attention: If your Wi-Fi has stopped working completely after updating Windows or drivers, try rolling back your system to a previous restore point. To do this, type "Recovery" and select "Launching System Restore».

    7. Wi-Fi Security: How to Secure Your Laptop Connection

    Public Wi-Fi networks (in cafes, airports, and hotels) are often used to steal data. Here's how to secure your connection:

    Basic measures:

    • 🔒 Turn it off file and printer sharing in the network settings (Settings → Network & Internet → Wi-Fi → Manage known networks → Network properties).
    • 🛡️ Use VPN (For example, ProtonVPN, Windscribe) to encrypt traffic.
    • 🔄 Turn on Windows Firewall or macOS.

    Advanced settings (for experienced users):

    • 📡 Change MAC address adapter (this will make it difficult to track your device on the network). Windows This can be done through Device Manager → Network Adapter → Properties → Advanced → Network Address.
    • 🔐 Set up static ARP (to protect against ARP spoofing attacks).
    • 🛠️ Disable protocols WPS And UPnP in the router settings - they are vulnerable to hacking.

    Never enter logins and passwords for important services (banks, email, social media) on public networks without a VPN. Attackers can intercept traffic even on secure networks using man-in-the-middle (MitM) attacks.

    FAQ: Frequently asked questions about setting up Wi-Fi on a laptop

    🔹 Why doesn't my laptop detect Wi-Fi, but my phone does?

    There are several reasons:

    • 🔧 The adapter is disabled on the laptop (check device Manager or a physical switch).
    • 📡 The router is operating in the mode 802.11ac (5 GHz), and the laptop adapter only supports 802.11n (2.4 GHz). Try enabling both bands on your router.
    • 🔄 Outdated drivers - update them from the manufacturer's website.
    • 🛡️ The MAC address filter is enabled on the router, and your laptop is blacklisted.
    🔹 How do I reset Wi-Fi settings on a laptop?

    IN Windows:

    1. Open Settings → Network and Internet → Wi-Fi.
    2. Click "Managing known networks" and delete all saved networks.
    3. In the command line (Win + R → cmd) execute:
      netsh wlan delete profile name= i=

    IN macOS:

    1. Open System Preferences → Network → Wi-Fi → Advanced.
    2. Remove all networks from the list and click "OK».
    🔹 Can I use my laptop as a Wi-Fi repeater?

    Yes, but this requires additional programs or OS functions:

    • 🖥️ In Windows 10/11 you can run it mobile hotspot (Settings → Network & Internet → Mobile Hotspot), but this is an Internet distribution, not a repeater.
    • 📡 For a real repeater you will need a program Connectify Hotspot (paid) or Virtual Router (free).
    • 🐧 In Linux this is done through hostapd And dnsmasq, but requires terminal configuration.

    Please note: such a "repeater" will be less stable than a dedicated device.

    🔹 How do I find the password for a saved Wi-Fi network on my laptop?

    IN Windows:

    1. Open Command Prompt (Win + R → cmd).
    2. Enter:
      netsh wlan show profile name="Network_Name" key=clear
    3. Find the line "Key content" - this is the password.

    IN macOS:

    1. Open Programs → Utilities → Keychain.
    2. Find the network name, double-click and check the box "Show password».
    🔹 Why is Wi-Fi working but there is no internet access?

    Possible causes and solutions:

    • 🔧 DNS issues: in IPv4 settings (ncpa.cpl) specify DNS 8.8.8.8 And 8.8.4.4.
    • 📡 Router limitations: check if it is turned on parental control or MAC filtering.
    • 🔄 IP conflict: in the command line, run:
      ipconfig /release
      

      ipconfig /renew

    • 🛡️ Antivirus/firewall: Disable them temporarily and check the connection.