Connecting to a wireless network is one of the first tasks after purchasing a laptop or reinstalling the operating system. Even if you are not a beginner, problems with Wi-Fi may arise unexpectedly: from lack of drivers to conflicts with the router. In this article we will look at all the configuration methods Wi-Fi on laptops with Windows 10/11, macOS And Linux, and also tell you how to diagnose and fix common errors.

It is important to understand that the algorithm of actions depends on three factors: operating system, adapter models (built-in or external) and type of router. For example, on MacBook the connection process takes 2 clicks, whereas on Windows Manual installation of drivers may be required. We will cover all scenarios - from basic setup to solving complex problems when the network is “not visible” or is constantly disconnected.

1. Checking hardware compatibility: does your laptop have Wi-Fi?

Before setting up a network, make sure that your laptop supports wireless connection. In 99% of modern models (Lenovo ThinkPad, HP Pavilion, Dell XPS etc.) the adapter is built-in, but budget or older devices may not have it. Here's how to check:

  • 🔍 Visual inspection: Look for a logo sticker on the laptop case Wi-Fi Certified or mentioning standards 802.11ac/ax (For example, Wi-Fi 5 or Wi-Fi 6).
  • 🖥️ Device Manager (for Windows): click Win + X → select Device Manager → expand the tab Network adapters. Look for lines with Wireless, Wi-Fi or brand names (Intel AX200, Qualcomm Atheros, Broadcom).
  • 🍎 About this Mac (for macOS): click on the logo AppleAbout this MacSystem reportNetwork. In the section Wi-Fi The adapter model should be displayed.

If the adapter is not listed, but you are sure it should be, the problem may lie in disabled module. On some laptops (ASUS ROG, Acer Predator) there is a hardware button or key combination (for example, Fn + F2) to turn on/off Wi-Fi. Check the documentation for your model.

📊 What laptop do you have?
  • Windows
  • macOS
  • Linux
  • I don't know

2. Installing drivers for the Wi-Fi adapter

Without the correct drivers Wi-Fi adapter will not work, even if it is physically present in the system. Errors like "The network adapter does not have valid IP settings" or the absence of a network in the list is often associated with this. Let's look at ways to install drivers for different operating systems.

For Windows 10/11

  • 🔄 Automatic update: open Device Manager → find the adapter with an exclamation mark → right click → Update driverAutomatic search.
  • 💾 Manual installation: download the driver from the official website of the laptop manufacturer (support.lenovo.com, support.hp.com etc.) or adapter (Intel, Realtek). Please indicate the exact model of your laptop or adapter (for example, Intel Wi-Fi 6 AX201).
  • 🛠️ Universal utilities: programs like DriverPack Solution or Snappy Driver Installer can automatically find and install the driver, but use them only if other methods have not worked.

For macOS

On MacBook drivers are installed automatically via Software update (section System Settings). If Wi-Fi doesn't work after system update, try:

  1. Reset NVRAM: Turn off your Mac → turn on while holding Option + Command + P + R 20 seconds.
  2. Reset SMC (for older models): turn off your Mac → unplug charging → hold Shift + Control + Option + power button 10 seconds.

For Linux (Ubuntu, Mint, Fedora)

Most distributions provide drivers for popular adapters (Intel, Broadcom) are already included in the core. If the network is down:

sudo lshw -C network

This command will show the adapter model. If the driver is missing, install it manually. For example, for Broadcom:

sudo apt install firmware-b43-installer

☑️ Checking Wi-Fi drivers

Done: 0 / 4

3. Connecting to a Wi-Fi network: step-by-step instructions

When the driver is installed, you can start connecting. The process differs depending on the operating system, but the general logic is similar: select a network, enter a password, wait for connection.

Windows 10/11

  1. Click on the network icon in the lower right corner (next to the clock).
  2. In the list of available networks, select yours → click Connect.
  3. Enter your password (if the network is secure) and confirm.
  4. If the connection does not occur, right-click on the network → Troubleshoot.

macOS

  1. Click on the icon Wi-Fi in the menu bar (upper right corner).
  2. Select a network from the list → enter the password.
  3. If the network is hidden, click Connect to another network → enter SSID and password manually.

Linux (Ubuntu)

  1. Click on the network icon in the upper right corner.
  2. Select network → enter password.
  3. If there is no icon, check the service status NetworkManager:
    sudo systemctl status NetworkManager

Critical information: if your router operates in 5 GHz mode, and the laptop adapter only supports 2.4 GHz (relevant for older models), the network will not appear in the list. Check your router settings or connect to a 2.4 GHz network.

💡

If the Wi-Fi password is saved in your phone, but you have forgotten it, look it up in the router settings (usually 192.168.0.1 or 192.168.1.1) or through the provider's application (for example, My Beeline, Rostelecom Personal account).

4. Setting up a router for a stable connection

Sometimes the problem lies not in the laptop, but in incorrect router settings. If Wi-Fi connects but keeps dropping out or is slow, check the following settings:

Parameter Recommended value Explanation
Network Mode (Mode) 802.11n/ac/ax (mixed) Provides compatibility with old and new devices.
Channel Auto or 6/11 (for 2.4 GHz) Manual channel selection reduces interference from neighboring networks.
Channel Width 20/40 MHz (for 2.4 GHz), 80 MHz (for 5 GHz) Larger width increases speed but can cause interference.
Security WPA2-PSK or WPA3-PSK Avoid Outdated WEP - he is unsafe.

To change router settings:

  1. Connect to it via cable or through another device.
  2. Open your browser and enter the address 192.168.0.1 or 192.168.1.1 (check on the router sticker).
  3. Log in (default logins: admin/admin or admin/password).
  4. Go to section Wi-Fi or Wireless network and make changes.
How to reset the router to factory settings?

Press and hold the button Reset (usually located on the back panel) for 10–15 seconds. All settings will be reset, including the Wi-Fi password (will become standard, for example, admin or indicated on the sticker).

5. Troubleshooting: Why is Wi-Fi not working?

If you cannot connect, use these diagnostic instructions:

  • 🔌 Check the router's power supply: The indicators should be lit steadily (not flashing red).
  • 📶 Make sure Wi-Fi is turned on on your laptop: press Fn + antenna key (For example, F2 or F12).
  • 🔄 Reboot the network:
    1. Turn off the power to the router for 30 seconds.
    2. Restart your laptop.
    3. Turn on the router and try to connect again.
  • 🛡️ Disable VPN/antivirus: They may block the connection. Try deactivating them temporarily.
  • If the network still does not work, run diagnostics via the command line (Windows):

    ping 8.8.8.8
    

    ipconfig /all

    The first command checks the connection to the Internet, the second displays the current network settings. If ping does not work, but an IP address is assigned (for example, 192.168.x.x), the problem may be on the provider's side.

    💡

    If the laptop does not see any network, but the adapter is detected in the system, most likely the problem is in the driver or hardware failure of the module.

    6. Alternative ways to connect to the Internet

    If Wi-Fi configuration failed, use alternative methods:

    • 🔗 USB modem: connect 3G/4G modem (Huawei E3372, ZTE MF823) to the port USB and install the driver from the operator’s official website.
    • 📱 Modem mode on a smartphone:
      1. On Android: Settings → Hotspot and tethering → Tethering mode (USB/Bluetooth/Wi-Fi).
      2. On iPhone: Settings → Modem mode.
  • 🖧 Powerline adapters: transmit the Internet via electrical wiring (useful if the router is far away).
  • For a temporary solution you can use Ethernet cable, if the laptop has a port RJ-45. If there is no port, buy an adapter USB-to-Ethernet (For example, TP-Link UE300).

    7. Security: how to protect your Wi-Fi connection

    Open or weakly protected network Wi-Fi - an easy target for hackers. Follow these rules:

    • 🔐 Use WPA3 or WPA2: give up WEP And WPA — you can hack them in minutes.
    • 🔄 Change your password every 3–6 months: Use combinations of letters, numbers and symbols (for example, k7#pL9!mQ2).
    • 📡 Disable WPS: This feature simplifies the connection, but has vulnerabilities.
    • 👥 Create a guest network: For friends or smart devices (such as Amazon Echo) to restrict access to the main network.
    • Check who is connected to your Wi-Fi:

      1. Go to your router settings (192.168.0.1).
      2. Find a section DHCP or Connected devices.
      3. Check the list with your gadgets. Unknown devices - block.
      💡

      To quickly check who is using your Wi-Fi, use mobile apps like Fing (Android/iOS) or WiFi Guard (Windows).

      8. Common mistakes and their solutions

      Let's look at typical problems and how to fix them:

      Error Reason Solution
      "No connections available" Adapter is disabled or faulty Check Device Manager, turn on the adapter with the button Fn.
      "Limited" or "No Internet access" Incorrect IP settings or problems with the provider Execute ipconfig /releaseipconfig /renew.
      "Unable to connect to the network" Incorrect password or incompatible router settings Check your password, change the security type to WPA2-PSK.
      Slow speed Interference, outdated standard Wi-Fi or channel overload Change the channel in the router settings, update the adapter driver.

      If the error persists, try reset network settings (Windows):

      1. Open Settings → Network and Internet → Status → Network reset.
      2. Confirm the action and restart your laptop.
      💡

      Error "The network adapter does not have valid IP settings" often solved by restarting the service DHCP or manually setting the IP address (for example, 192.168.0.100 with mask 255.255.255.0).

      FAQ: Answers to frequently asked questions

      🔹 Why doesn’t the laptop see Wi-Fi, but the phone does?

      This may be due to:

      • Lack of adapter driver (check Device Manager).
      • Incompatibility of standards (for example, the router only works on 5 GHz, and the laptop adapter is on 2.4 GHz).
      • Hardware shutdown button Wi-Fi on the laptop body.

      Solution: update the driver, check your router settings, or connect to the network 2.4 GHz.

      🔹 How to connect to a hidden Wi-Fi network?

      Hidden networks do not broadcast their SSID, but you can connect to them manually:

      1. B Windows: Click on the network icon → Hidden network → enter a name (SSID) and password.
      2. B macOS: icon Wi-FiConnect to another network → specify SSID and password.
      🔹 Is it possible to connect a laptop to Wi-Fi without a password?

      Technically yes, but it violates the law and ethics. If we are talking about your network, the password can be:

      • Find out in the router settings (192.168.0.1).
      • Recover through the provider's application (if the password is standard).
      • Reset the router to factory settings (the password will be on the sticker).

      To connect to other people's networks, use only legal methods (for example, guest Wi-Fi in a cafe).

      🔹 Why does Wi-Fi work, but there is no Internet?

      Causes and solutions:

      • Problems with the provider: Check if the Internet works on other devices.
      • Incorrect IP/DNS settings: Enter DNS manually 8.8.8.8 And 8.8.4.4 (Google).
      • Blocking by antivirus/firewall: Disable protection temporarily.
      🔹 How to strengthen the Wi-Fi signal on a laptop?

      Ways to improve reception:

      • Move the router closer to the laptop (or vice versa).
      • Use repeater (TP-Link RE605X) or Mesh system (Google Nest WiFi).
      • Change the channel in the router settings to a less busy one.
      • Update your router antennas (if they are removable).