How to connect a new laptop to a Wi-Fi router: instructions for all operating systems

Connecting a new laptop to your home Wi-Fi network seems like a simple task—until you encounter unexpected errors. In 2026, when router manufacturers are actively implementing Wi-Fi 6E And WPA3, and operating systems are updated every six months, even the standard procedure may require additional steps. This article will help you avoid common problems, from hidden networks to IP address conflicts.

We will analyze the connection on Windows 10/11, macOS Ventura/Sonoma And Linux (Ubuntu/Debian), and we will also give recommendations for optimizing the connection. We will pay special attention dual-band routers (2.4 GHz and 5 GHz) and new security standards. If your laptop can't see the network or keeps losing connection, there's a section with solutions at the end of this article.

1. Preparation: What to check before connecting

Before attempting to connect your laptop to the router, make sure the problem isn't with your network hardware or settings. Here are the key points:

  • 🔌 Router power supply: Check that the power indicator is green/blue (on TP-Link Archer AX73 And ASUS RT-AX86U — white). If it blinks orange, reset the router with the button Reset (hold for 10 seconds).
  • 📶 Wi-Fi on the router: The wireless indicator on the back panel should be lit. If not, press the button Wi-Fi On/Off (on Keenetic it can be called Wireless).
  • 🔄 RebootUnplug the router for 30 seconds, then plug it back in. This will clear the DHCP cache and any temporary errors.
  • 📱 Test with another deviceTry connecting to the same network from your phone or tablet. If it doesn't work, the problem is with the router, not the laptop.

If the router provides Internet via cable (check by connecting the laptop via Ethernet), but Wi-Fi isn't working—most likely, the radio module is disabled or the channel settings are out of order. In this case, go to the router's web interface (usually at 192.168.1.1 or 192.168.0.1) and check the section Wireless Settings.

⚠️ Attention: On routers with firmware OpenWRT or DD-WRT Wi-Fi settings can be found in the section Network → WirelessIf you're unsure of the settings, don't change them randomly, as this could result in a complete loss of connection.
📊 What kind of router do you have?
TP-Link
ASUS
Keenetic
Xiaomi
D-Link
Another

2. Connecting on Windows 10 and 11: Step-by-Step

In the latest versions of Windows, the process of connecting to Wi-Fi has been simplified as much as possible, but there are some nuances. For example, Windows 11 by default hides networks with low signal strength, and in Windows 10 Manual specification of the security type may be required.

Instructions for Windows 10 (22H2) And Windows 11 (23H2/24H2):

  1. Click on the network icon in the lower right corner (next to the clock). Windows 11 she looks like Wi-Fi or globe icon.
  2. Select your network from the list of available networks. If it's not there, click Hidden network and enter the name (SSID) manually.
  3. Enter your password. Please note:
    • 🔐 If the password contains #, $ or % — turn it on English keyboard layout.
    • 🔄 If the password does not work, check the letter case (for example, Passwordpassword).
  • Check the box Connect automatically and press Next.
  • If an error appears after entering the password "Unable to connect to the network", try:

    • 🔄 Forget the network: go to Settings → Network & Internet → Wi-Fi → Manage known networks, select your network and press Forget.
    • 🛠️ Manual settings: in the same menu, click Additional options and install:
      Security type: WPA2-Personal or WPA3-Personal
      

      Encryption type: AES (not TKIP!)

    Check if the Wi-Fi adapter is enabled in Device Manager.

    Update your adapter driver via Windows Update.

    Disable VPN (if used)

    Restart your laptop after changes-->

    3. Connecting on macOS (Ventura, Sonoma, Sequoia)

    On MacBook The Wi-Fi connection process is visually simpler, but there are specific errors. For example, macOS Sonoma may block networks with non-standard characters in SSID, A Ventura sometimes requires manual DNS specification.

    Instructions:

    1. Click on the Wi-Fi icon in the top bar (on the right). If you don't see it, go to System Preferences → Network and turn on Wi-Fi.
    2. Select your network from the list. If it's not there, click Other networks... and enter SSID manually.
    3. Enter the password. macOS Sequoia (2026) a function appeared autofill passwords from Keychain - if you have previously connected to this network from another device Apple, the system may prompt you to save the password.
    4. If an error occurs "Unable to connect to the network", try:
      • 🔄 Reset network settings: go to System Preferences → Network → Wi-Fi → Advanced and remove the network from the list Well-known networks.
      • 🛠️ Change DNS: in the same menu Advanced → DNS add 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).

    IN macOS Sequoia A new "Wi-Fi Recommendations" feature has been added, which automatically connects your device to the most stable network (if you have multiple access points). To disable it, go to System Preferences → Wi-Fi → Advanced and uncheck Automatic network switching.

    ⚠️ Attention: On some models MacBook Pro (2018–2023) when connecting to networks Wi-Fi 6E (6 GHz) an error may occur "Invalid channel"This is due to regulatory restrictions in some countries. The solution is to manually set channels 36–48 in your router settings.

    4. Connecting on Linux (Ubuntu, Debian, Fedora)

    In distributions based on Linux The connection process depends on the desktop environment you are using (GNOME, KDE Plasma, XFCE) and network manager (NetworkManager or connman). We will consider the most common option - Ubuntu 22.04/24.04 With GNOME.

    Instructions:

    1. Click on the network icon in the upper right corner (next to the clock).
    2. Select your network. If it's not there, click Wi-Fi Settings (or Wi-Fi settings) and enter SSID manually.
    3. Enter the password. Linux It is important to indicate the correct one security type:
      Network type Security type in Linux Note
      WPA2 Personal WPA & WPA2 Personal The most common option
      WPA3 Personal WPA3 Personal Supported by NetworkManager 1.18+
      Hidden network Connect to Hidden Network Requires manual entry SSID
      Enterprise (WPA2-EAP) WPA & WPA2 Enterprise Certificate required
    4. If the connection fails, open a terminal (Ctrl+Alt+T) and run:
      sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"

      Replace NETWORK_NAME And PASSWORD to your data.

    5. If the Internet does not work after connecting, check:

      • 🔌 IP address: run in terminal ip a and make sure that the interface wlan0 or wlp3s0 there is an address (for example, 192.168.1.100).
      • 🌐 DNS: if websites don't open, but ping works (check with the command ping 8.8.8.8), enter DNS manually:
        sudo nano /etc/resolv.conf

        Add the following lines:

        nameserver 8.8.8.8
        

        nameserver 1.1.1.1

      sudo modprobe -r iwlwifi (for Intel) sudo modprobe iwlwifi-->

      5. Solving common errors

      Even if you've done everything correctly, problems may arise. Here are the most common ones and how to solve them:

      Error Possible cause Solution
      Failed to connect to the network (Windows) Incorrect password or security type Check the case of the letters in your password. In manual settings, set WPA2-Personal (AES).
      Authentication failed (Android/Linux) Conflict of standards (WPA2 vs WPA3) Disable it in your router settings. WPA3 or enable compatibility mode WPA2/WPA3.
      Limited access (Windows) DHCP or IP address issues Run in command line:
      ipconfig /release
      

      ipconfig /renew

      No internet access (all OS) DNS or gateway settings are corrupted Ping the router (ping 192.168.1.1). If there is ping, but websites don't open, change the DNS to 8.8.8.8.
      Wi-Fi is connected, but the speed is slow Channel congestion or weak signal In your router settings, change the channel to 6, 11 (for 2.4 GHz) or 36, 48 (for 5 GHz). Use an analyzer. Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows).

      If your laptop doesn't see the network at all, check:

      • 🔍 Wi-Fi adapter driver: V Windows go to Device Manager → Network AdaptersIf there's an exclamation mark next to the adapter, update the driver.
      • 📡 Router range: Some laptops (especially older ones) do not support 5 GHz. In the router settings, enable the mode 2.4 GHz only.
      • 🔒 MAC address filtering: if the router has binding enabled MAC, add your laptop's address to the whitelist. Find out MAC you can use the command:
        ipconfig /all (Windows)
        

        ifconfig | grep ether (Linux/macOS)

      What should I do if my router issues an IP address, but the internet doesn't work?

      This may be due to:

      1. Lack of internet from the provider — Check if the WAN indicator on the router is blinking red.

      2. MAC blocking — Some providers bind the Internet to the MAC address of the first connected device. Solution: clone the MAC address in the router settings (section MAC Clone).

      3. PPPoE/L2TP failure — if you don’t have a dynamic IP, but PPPoE, check the login/password in the router settings (WAN Settings).

      6. Optimizing the connection after connection

      Connecting to Wi-Fi is only half the battle. To ensure a stable network, take a few additional steps:

      • 🔄 Update your router firmware: go to the web interface (usually 192.168.1.1) and check the section Firmware UpdateNew firmware fixes compatibility issues with Windows 11 And macOS Sequoia.
      • 📶 Choose the optimal channel: If you have a lot of neighbors with Wi-Fi, use apps like Wi-Fi Analyzer (Android) or NetSpot (PC) to find the least congested channel.
      • 🔒 Enable WPA3: if your router and laptop support WPA3, enable it in the security settings. This will increase protection against hacking.
      • 🖥️ Configure QoS: If you play online games or watch 4K videos, in your router settings (QoS Settings) prioritize traffic for your laptop by MAC address.

    For Windows 11 It is also recommended to disable the function Random Hardware Addresses (random hardware addresses), which can cause connection issues with some routers. To do this:

    1. Go to Settings → Network and Internet → Wi-Fi.
    2. Click on your network → Equipment properties.
    3. Disable the option Random hardware addresses.

    7. Connect to a hidden network or guest Wi-Fi

    Hidden Networks (Hidden SSID) and guest access points are configured differently than regular ones. Here's how to connect to them:

    Hidden network (Hidden SSID)

    • Windows:
      1. Go to Settings → Network & Internet → Wi-Fi → Manage known networks.
      2. Click Add a new network.
      3. Enter SSID, select the security type (WPA2-Personal) and enter the password.
  • macOS:
    1. Click on the Wi-Fi icon → Other networks....
    2. Enter SSID Manually, select the security type and password.
  • Linux:
    sudo nmcli dev wifi connect "SSID" password "PASSWORD" hidden yes
  • Guest network

    The guest network on the router usually has a separate SSID (For example, MyWiFi_Guest) and limited rights (no access to local devices). To connect:

    1. Find out SSID and the guest network password (usually they are indicated on the router sticker or in the web interface in the section Guest Network).
    2. Connect as you would to a regular network.
    3. If the internet is not working, check if the option is enabled Allow Guest to Access Internet in the router settings.
    ⚠️ Attention: On some routers (for example, Xiaomi Mi Router 4A) the guest network by default only works in the range 2.4 GHzIf your laptop doesn't see it, try disabling it. 5 GHz in the guest network settings.

    8. Security check after connection

    Once you've successfully connected, make sure your connection is secure. Here's what to do:

    • 🔐 Check the encryption type:
      • IN Windows: run in command line netsh wlan show interfaces and find the line Security type.
      • IN macOS: hold Option and click on the Wi-Fi icon - information about the network will appear.
      The best option: WPA3-Personal (AES) or WPA2-Personal (AES)If you see TKIP or WEP — Change your router settings immediately!
    • 🛡️ Disable WPS: This feature is vulnerable to hacking. In the router's web interface (192.168.1.1) find the section WPS and turn it off.
    • 🔄 Update your password: If you use the default password from the router sticker (for example, admin1234), replace it with a complex one (at least 12 characters with numbers and special characters).

    For additional protection:

    • Turn on MAC address filtering in the router (section Wireless MAC Filter), but keep in mind that this is not a panacea - an experienced hacker can replace MAC.
    • Activate guest network for devices that don't need access to local resources (e.g. friends' smartphones).
    • Turn it off remote router management (chapter Remote Management), if you don't use it.

    FAQ: Frequently Asked Questions

    My laptop can't see the 5 GHz network, only the 2.4 GHz one. What should I do?

    This may be due to:

    • An outdated Wi-Fi adapter (check the model in Device Manager).
    • Disabled 5 GHz band in the router settings (go to Wireless Settings and turn it on 5GHz Band).
    • Regional restrictions (on some routers 5 GHz is disabled by default for Russia/Europe).

    Solution: Update the adapter driver or enable 5 GHz manually in the router settings.

    How to connect to Wi-Fi without a password (if it is lost)?

    If you have access to the router:

    1. Connect to the router via cable (Ethernet).
    2. Go to the web interface (192.168.1.1 or 192.168.0.1).
    3. In the section Wireless Security View or change your password.

    If you don't have access, but you've previously connected from this laptop:

    • IN Windows: run in command line netsh wlan show profile name="NETWORK_NAME" key=clear — the password will be in the line Key Content.
    • IN macOS: open Bunch of keys, find your network and show the password.
    Why does Wi-Fi work on my phone but not on my laptop?

    Possible reasons:

    • The laptop has an outdated Wi-Fi adapter driver.
    • The router is configured to WPA3, and the laptop only supports WPA2 (or vice versa).
    • Filtering by is enabled MAC address, and the laptop's address is not on the white list.
    • The laptop connects to 2.4 GHz, and the phone is to 5 GHz (or vice versa), and one of the ranges is overloaded.

    Solution: Update your driver, check your router's security settings, and try manually specifying the range (2.4 or 5 GHz).

    How do I find out which Wi-Fi adapter is installed in my laptop?

    Methods for different OS:

    • Windows:
      1. Click Win + Xdevice Manager.
      2. Expand the section Network adapters.
      3. Find the device with the name Wireless or Wi-Fi (For example, Intel Wi-Fi 6 AX200).
  • macOS:
    1. Press and hold the Wi-Fi icon Option.
    2. In the section Interface there will be an adapter model (for example, AirPort Extreme).
  • Linux:
    lspci | grep -i wireless
    

    or

    lsusb | grep -i wireless

  • Is it possible to connect to Wi-Fi without a router (for example, from a phone)?

    Yes, if your phone supports it. access point mode:

    1. On Android: go to Settings → Network & Internet → Hotspot & tethering → Wi-Fi hotspot.
    2. On iPhone: Settings → Tethering.
    3. Turn on the access point and connect to it from your laptop as you would to a regular network.

    Restrictions:

    • The speed will be lower than that of the router.
    • Your phone's battery will drain faster.
    • Some providers block internet distribution (especially on unlimited plans).