Where to find Wi-Fi on a laptop and how to connect to the internet: a complete guide

Have you just bought a new laptop or reinstalled your system, and suddenly your internet connection is gone? Or maybe you're trying to connect to your home network for the first time and don't know where to find the settings? Wi-Fi? This situation is familiar to many people, especially if you previously only used a desktop PC or smartphone. Laptops, unlike desktops, are equipped with built-in Wi-Fi adapters, and you can connect to a wireless network in just a few clicks. The main thing is to know where to look.

In this article we will look at all possible ways to find and enable Wi-Fi on a laptop — from basic methods to solving common problems. You'll learn how to check if the adapter is working, where to find a list of available networks in Windows 10/11, macOS or Linux, and what to do if your laptop can't detect your router. We'll also explain how to choose the most stable network if there are many access points nearby, and why it's sometimes better to connect manually rather than using automatic detection.

It doesn't matter what kind of laptop you have - ASUS, Lenovo, HP, Acer or MacBook The principles of connecting to Wi-Fi are universal. The only differences are in the button layout and menu items. So, even if you've never set up a wireless network before, after reading this article, you'll be able to do it yourself, without the help of a professional.

Where is the Wi-Fi button on a laptop: hardware methods for enabling it

Before you dig into your system settings, check if it is disabled. Wi-Fi adapter Physically. Many laptops (especially budget models) have hardware switches or key combinations to control wireless modules. This is designed to save battery life, but it often causes panic among beginners.

Here's where the Wi-Fi power button might be hidden:

  • 🔘 Separate button on the body - usually located on the front panel or on the side (for example, on laptops) Lenovo ThinkPad or older models HP). It may have an antenna icon or an inscription on it. Wireless.
  • 🔄 Switch on the side edge - found on some models Dell or Acer. Most often it is a small slider that needs to be moved into position ON.
  • ⌨️ Key combination Fn + function key — the most common option. Look for it on the keys. F1-F12 antenna icon (eg F2 on ASUS, F5 on Lenovo, F12 on HP). Click Fn + [corresponding key]to turn Wi-Fi on/off.
  • 🖱️ Program button in the tray - If there are no hardware switches, check the network icon in the lower right corner of the screen (in Windows) or in the menu bar (in macOS).
⚠️ Attention: On some laptops (eg. MSI or game models ASUS ROG) Wi-Fi may be disabled in the BIOS. If none of the above worked, enter the BIOS (usually by pressing Del or F2 when booting) and check the section Advanced → Wireless LAN — there should be a parameter there Enabled.

If you've pressed all the buttons but the Wi-Fi indicator (usually a blue or orange LED near the touchpad) doesn't light, the problem may be with the drivers or the adapter itself. We'll discuss this in the next section.

📊 What kind of laptop do you have?
ASUS
Lenovo
HP
Acer
Dell
Apple MacBook
Another

How to turn on Wi-Fi in Windows 10 and 11: step-by-step instructions

Windows 10 And Windows 11 have similar network settings, but with slight visual differences. Let's consider both options.

IN Windows 10:

  1. Click the network icon in the system tray (in the lower-right corner of the screen, next to the clock). If it has a line through it or is missing, Wi-Fi is disabled.
  2. In the menu that opens, find the block Wi-Fi and move the slider to the position On.
  3. Wait a few seconds for the system to search for available networks. Select your network from the list and click Connect.
  4. Enter the password (if the network is secured) and confirm the connection.

IN Windows 11 The interface has become a little different:

  1. Click on the network/internet icon in the tray (it now looks like a stylized wave or globe).
  2. In the window that appears, click on the arrow next to Wi-Fi (if the network adapter is disabled, you will see a button Turn on Wi-Fi).
  3. Select the desired network from the list and enter the password. Windows 11 there is a function Connect automatically - Check it if you don't want to enter your password every time.

If there is no network icon at all, this may mean:

  • 🔌 The adapter is disabled in Device Manager. (more on this below).
  • 🔄 The Wi-Fi driver is not installed or is not working properly..
  • 🚫 Network service is disabled (check in Services → Windows Update And Automatic WLAN configuration).

☑️ Check before connecting to Wi-Fi in Windows

Completed: 0 / 4

Find and connect to Wi-Fi on a MacBook (macOS)

Laptops Apple It's renowned for its ease of setup, and connecting to Wi-Fi is truly intuitive. However, there are a few nuances worth knowing.

To connect to the network on MacBook:

  1. Click the Wi-Fi icon in the menu bar (upper right corner of the screen). It looks like three waves resembling petals.
  2. If Wi-Fi is disabled, select Turn on Wi-Fi.
  3. Wait until macOS will find available networks and select yours. If the network is not listed, click Other networks... and enter the name (SSID) manually.
  4. Enter your password (if required) and click Connect.

If the Wi-Fi icon is missing from the menu bar:

  1. Open System Preferences → Network.
  2. In the left column, select Wi-Fi and make sure the status Connected.
  3. If the adapter is disabled, press Turn on Wi-Fi.
  4. To return the icon to the menu bar, check the box Show Wi-Fi status in menu bar.
⚠️ Attention: On MacBook with a chip M1/M2 Sometimes there are problems connecting to networks at this frequency 5 GHzIf the network is not found, try temporarily disabling it in your router settings. 5 GHz or change the channel width to 20 MHz.

If macOS stubbornly does not see your network, other devices connect fine, try:

  • 🔄 Reboot your router and MacBook.
  • 📱 Remove a network from the list of saved networks (in System Preferences → Network → Advanced) and reconnect.
  • 🔧 Reset network settings via Terminal (team:
    sudo ifconfig en0 down && sudo ifconfig en0 up
    ).

Checking Wi-Fi drivers: why your laptop can't see the network

If you have enabled Wi-Fi in every possible way, but the laptop still does not find the network, the problem is most likely in drivers (For Windows) or firmware (For macOS/Linux). Let's figure out how to check and fix this.

IN Windows:

  1. Click Win + X and select device Manager.
  2. Expand the section Network adapters.
  3. Find the device with the names Wireless, Wi-Fi, 802.11 or the manufacturer's brand (for example, Intel Wireless-AC, Qualcomm Atheros, Realtek RTL8xxx).
  4. If there is an exclamation mark next to the adapter, right-click on it and select Update driver.
  5. Select Automatic search — the system will try to download the latest driver from the servers Microsoft.

If automatic update does not help:

  • 🔍 Download the driver from official website of the laptop manufacturer (not from third-party resources!). For example, for Lenovosupport.lenovo.com, For HPsupport.hp.com.
  • 📥 Enter your laptop model (written on the sticker at the bottom) and find the section Drivers → Network Adapters.
  • 🔄 Remove the old driver via device Manager (right click → Remove device), then install the downloaded one.

IN Linux (For example, Ubuntu):

  1. Open Terminal (Ctrl + Alt + T) and enter the command to check network interfaces:
    ip a
  2. Find the interface with the name wlan0, wlp3s0 or something similar. If it's not there, the adapter won't be detected.
  3. Check if the driver module is loaded:
    lsmod | grep iwlwifi
    (for adapters Intel) or
    lsmod | grep rtl8xxx
    (For Realtek).
  4. If the module is not loaded, install it via sudo apt install firmware-iwlwifi (For Intel) or find the package for your adapter model.
⚠️ Attention: IN Linux some Wi-Fi adapters (especially new models from Realtek or Broadcom) may require manual installation of drivers from repositories or even compilation from source. If you are unsure of your capabilities, it is better to use Windows for diagnosis or contact a specialist.
OS Signs of a driver problem Solution
Windows The Wi-Fi icon is crossed out and has an exclamation mark in Device Manager. Update driver via device Manager or from the manufacturer's website
macOS Wi-Fi turns on but doesn't find a network or keeps disconnecting. Reset network settings (System Preferences → Network → Advanced → Reset)
Linux Team ip a does not show the wireless interface Install proprietary driver via Additional drivers or dkms
Any OS The adapter is detected, but no networks are found. Check your router settings (channel, operating mode, encryption)

How to choose the best Wi-Fi network if you have several

In apartment buildings or offices, it's common for a laptop to find dozens of networks, but not all are equally good. How do you choose the one that offers the best speed and stability?

Here's what to pay attention to:

  • 📶 Signal level — the list of networks usually displays signal "bars". Select the network with maximum level (4-5 sticks), even if it’s not yours - you can connect manually later.
  • 🔒 Encryption type — networks with WPA3 or WPA2 safer than with WEP or open. If your router supports WPA3, enable it in the settings.
  • 📡 Frequency (2.4 GHz vs 5 GHz)5 GHz faster, but less coverage. 2.4 GHz It's slower, but it penetrates walls better. If you're far from your router, choose 2.4 GHz.
  • 🔄 Channel congestion — If all your neighbors are on the same channel, there will be a lot of interference. Use apps like Wi-Fi Analyzer (For Android) or NetSpot (For Windows/macOS) to find the freest channel.

If you are connecting to public network (in a cafe, airport, hotel), please note:

  • ⚠️ Such networks often have port restrictions (for example, they can block torrents or VPNs).
  • 🔐 Always use VPNif you transmit confidential data (logins, passwords, bank details).
  • 🕒 Some networks require authorization via browser (open any website and you are redirected to the login/password or room number entry page).

What to do if Wi-Fi connects but the internet doesn't work

Situation: The laptop has successfully connected to the network, but pages won't open, and there's an exclamation point next to the Wi-Fi icon. This is one of the most common problems, and there can be several causes.

First check:

  1. 🌐 Does the internet work on other devices (smartphone, tablet)? If not, the problem is with the router or ISP.
  2. 🔌 Reboot your router (unplug it from the power outlet for 30 seconds and plug it back in).
  3. 📱 Make sure your provider has enough money in your account (sometimes access is blocked due to non-payment).

If there is internet access on other devices, but not on the laptop:

  • 🔧 Check your settings IP and DNS:
    1. IN Windows: Settings → Network & Internet → Wi-Fi → Configure adapter settings.
    2. Right-click on your connection → PropertiesInternet Protocol version 4 (TCP/IPv4).
    3. Make sure the boxes are checked Obtain an IP address automatically And Obtain DNS server address automatically.
  • 🔄 If automatic settings don't work, try entering them manually DNS from Google:
    8.8.8.8
    

    8.8.4.4

  • 🛡️ Turn it off VPN or proxy, if they are enabled (sometimes they block access).
  • 🔍 Launch network diagnostics (V Windows — right-click on the Wi-Fi icon → Troubleshooting).
  • ⚠️ Attention: If you see strange websites or ads after connecting to Wi-Fi, your traffic may be being redirected through a malicious proxy server. Disconnect from the network immediately and scan your laptop for viruses!

    If nothing helps, try reset network settings:

    • IN Windows 10/11: Settings → Network & Internet → Status → Network reset.
    • IN macOS: System Preferences → Network → Advanced → Reset.
    • IN Linux: delete the configuration file /etc/NetworkManager/system-connections/[network_name] and restart the service NetworkManager.
    • Hidden Wi-Fi Networks: How to Connect If the SSID Isn't Broadcast

      Some routers are configured not to broadcast the network name (SSID). This is done for security purposes, so that strangers don't see your network listed. But how do you connect then?

      IN Windows:

      1. Click on the Wi-Fi icon in the tray and select Hidden network.
      2. Enter the network name (SSID) manually. Check with your network administrator or look on the router's sticker.
      3. Select the security type (WPA2-Personal or WPA3-Personal) and enter the password.
      4. Check the box Connect automatically and press Next.

      IN macOS:

      1. Click on the Wi-Fi icon in the menu bar and select Connect to another network....
      2. Enter SSID and password, select the security type.
      3. Click Connect.

      IN Linux (for example Ubuntu):

      1. Click on the network icon in the panel and select Connect to a hidden Wi-Fi network....
      2. Enter SSID, select the security type and password.
      3. Connect.
    ⚠️ Attention: Connecting to hidden networks does not make your connection more secure! An attacker can easily detect the presence of a hidden network using special tools (for example, Kismet or Wireshark). For real protection, use WPA3 and a complex password.
    How to find the SSID of a hidden network if you forgot it?

    If you have access to your router, go to its web interface (usually at 192.168.0.1 or 192.168.1.1) and look at the network name in the section Wi-Fi or Wireless networkIf you don't have access, but you're connected to the network from another device, you can find the SSID using the command line:

    - In Windows:

    netsh wlan show interfaces

    - In macOS/Linux:

    iwconfig
    (look for the line ESSID).

    FAQ: Frequently asked questions about connecting Wi-Fi to a laptop

    🔍 Why can't my laptop see my Wi-Fi network, but my phone can?

    This may be due to:

    • Incompatible router operating mode (for example, if the router only works in the mode 802.11ac, and your laptop only supports 802.11n). Try setting the mode in the router settings 802.11b/g/n.
    • Disabled 5 GHz band - Some laptops do not support this frequency.
    • Problem with the driver - update it as described above.
    • Hidden SSID - If the network is not broadcast, connect manually.
    🔄 How do I reset Wi-Fi settings on a laptop?

    IN Windows:

    1. Open Settings → Network & Internet → Status.
    2. Click Network reset and confirm the action.

    IN macOS:

    1. Open System Preferences → Network.
    2. Select Wi-FiAdditionallyDelete all networks from the list.
    3. Click OK and restart your laptop.
    🔒 How to protect your Wi-Fi from your neighbors?

    To prevent strangers from connecting to your network:

    • Use WPA3 (or at least WPA2) instead of the outdated one WEP.
    • Install complex password (at least 12 characters, with numbers and special characters).
    • Turn it off WPS in the router settings - this is a vulnerable protocol.
    • Turn on MAC address filtering (allow only your devices to connect).
    • Hide SSID (but remember that this is not a panacea).
    📶 How to boost Wi-Fi signal on a laptop?

    If the signal is weak:

    • Move closer to the router or move the router to the center of the apartment.
    • Use repeater (signal amplifier) ​​or Mesh system.
    • Change it channel to a less busy one (via Wi-Fi Analyzer).
    • Update router antennas (if they are removable).
    • Disable it in your router settings. energy savings for Wi-Fi.
    🔧 Is it possible to connect a laptop to Wi-Fi without a password?

    Technically yes, but:

    • If the network open (without password), you will be connected automatically.
    • If the network protected, but you know the password, enter it when connecting.
    • If you don't know the password, but you need it (for example, in a hotel), ask the administrator for it.
    • Hacking other people's networks is illegal and punishable under Article 272 of the Criminal Code of the Russian Federation (“Unauthorized access to computer information”).