How to connect a laptop to your home Wi-Fi: A complete guide with pictures and tips

Connecting a laptop to your home Wi-Fi network seems like a simple task—until you encounter errors like "No internet connection" or "Unable to connect to this network." Even if you're doing it for the first time, the process takes no more than 2-3 minutes if you know the key nuances. In this article, we'll cover all possible connection methods (including hidden networks and WPS), and common problems. Windows 10/11, macOS And Linux, and we will also provide a checklist for diagnosing problems.

We will pay special attention to new Wi-Fi 6E and WPA3 security standards, which are already supported by most modern routers (for example, ASUS RT-AX88U or TP-Link Archer AX73). If your laptop was manufactured after 2020, it's likely compatible with these protocols—but for stable operation, you'll need to configure your router correctly. We'll also explain how to connect to the network if you've forgotten your password or your router is displaying an authentication error.

1. Preparation: What to check before connecting

Before attempting to connect your laptop to Wi-Fi, make sure the problem isn't related to the power supply or hardware. Here's a basic set of checks:

  • 🔌 The router is turned on and the power/Wi-Fi indicators are steady (not flashing red). On models Keenetic or Zyxel The green LED indicates operation.
  • 📶 Wi-Fi is activated on the router.On some devices (eg. MikroTik) the wireless network is disabled by default.
  • 💻 The Wi-Fi adapter on the laptop is turned on.On your keyboard, look for a key with an antenna symbol (often F2 or Fn+F2).
  • 🔒 Do you have a password for the network?If you forgot, look for it on the router sticker (link like 192.168.0.1 and default login/password).

If the router is new and has not yet been configured, first connect it to the Internet via a cable from the provider (usually to the port WAN or Internet). Then, complete the initial setup via the web interface (the address is located on the device body). Without this, Wi-Fi will not work, even if the indicator light is on.

2. Standard Wi-Fi connection on Windows 10 and 11

On most laptops with Windows Connecting to Wi-Fi is done through the taskbar. Here are the step-by-step instructions:

  1. Click on the icon networks in the lower right corner (next to the clock). If it's not there, check if the adapter is turned on (see section 1).
  2. In the list of available networks, find the name of yours (SSID). If there is no network, refresh the list using the "Refresh».
  3. Click on the network name and enter passwordIf the password is correct but you can't connect, try entering it manually (autofill sometimes fails).
  4. Check the box "Connect automatically" if you want the laptop to remember the network.

If after entering the password the error "Unable to connect to this network", try:

  • 🔄 Reboot the router (unplug the power for 30 seconds).
  • 🔧 Forget a network in Windows settings: Settings → Network & Internet → Wi-Fi → Manage known networks → select the network and click "Forget».
  • 🛠️ Update your Wi-Fi adapter driver (see section 5).

Wi-Fi is enabled on the laptop|The laptop is within range of the router|The password is entered correctly|The router is not in LAN-only mode|The adapter driver is updated-->

On Windows 11 The interface is a little different: the network panel opens through Win + A, and the Wi-Fi settings have been moved to Settings → Network & InternetIf you have a laptop with Intel AX200 or Killer Wi-Fi 6, check that the mode is enabled in the adapter settings 802.11ax (Wi-Fi 6) for maximum speed.

3. Connecting on macOS (MacBook Air/Pro)

On laptops Apple Connecting to Wi-Fi is even simpler, but there are some nuances. Here's how:

  1. Click on the icon Wi-Fi in the menu bar (upper right corner). If there is no icon, enable it in System Preferences → Network → Wi-Fi → Show Wi-Fi status in menu bar.
  2. Select your network from the list. If there's a lock icon 🔒 next to its name, the network is password-protected.
  3. Enter your password and click "Connect" On macOS Sonoma and newer systems may offer to save the password in iCloud Keychain.

If your MacBook doesn't see the network or keeps losing connection:

  • 🍎 Update macOS to the latest version (especially if you have MacBook M1/M2 — they often fix bugs with Wi-Fi 6).
  • 🔄 Reset network settings: System Preferences → Network → Wi-Fi → Advanced → Remove All Networks.
  • 🛠️ Check the Wi-Fi channel on your router. MacBook channels work better 36-48 (5 GHz) or 149-165 (if supported).
What to do if your MacBook connects but the internet doesn't work?

Check your DNS settings: go to System Preferences → Network → Wi-Fi → Advanced → DNS and add Google servers (8.8.8.8, 8.8.4.4). Also, disable your VPN (if you use it) – it may be blocking traffic.

On macOS Ventura and a newer function has appeared Private Wi-Fi Address (private MAC address). This improves privacy, but sometimes conflicts with routers that have MAC binding enabled. To disable it: System Preferences → Wi-Fi → Advanced → Private Address → uncheck the box.

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

On Linux Wi-Fi connection depends on the desktop environment you are using (GNOME, KDE, XFCE). Let's consider a universal method via the terminal and graphical interface.

Method 1: Via Network Manager (GUI)

  1. Click on the network icon in the taskbar (usually in the upper right corner).
  2. Select your network and enter the password. If there is no icon, install it. network-manager-gnome:
sudo apt install network-manager-gnome # For Debian/Ubuntu

sudo dnf install NetworkManager-gnome # For Fedora

Method 2: Via terminal (nmcli)

If the graphical interface is not available, use the utility nmcli:

# View available networks

nmcli dev wifi list

Connect to the network (replace SSID and PASSWORD)

nmcli dev wifi connect "Network_Name" password "password"

Common problems on Linux:

  • 🐧 The Wi-Fi driver is not installed. Check via lspci | grep -i wirelessFor adapters Broadcom A proprietary driver may be required.
  • 🔌 The network is visible, but won't connect. Try disabling the adapter's power saving:
sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

sudo systemctl restart NetworkManager

📊 Which Linux distribution are you using?
Ubuntu/Debian
Fedora/RHEL
Arch Linux
Mint
Another

5. If your laptop doesn't see Wi-Fi: diagnostics and solutions

If your laptop isn't detecting any networks, the problem may be hardware or software. Here's the diagnostic algorithm:

Symptom Possible cause Solution
The Wi-Fi icon has a red strikethrough The adapter is disconnected or faulty Check the hardware switch, update the driver
The network is visible, but the connection is reset. Incorrect router settings (channel, bandwidth) Change the channel to 6 (2.4 GHz) or 36 (5 GHz) in the router settings
The laptop only sees 2.4 GHz, although the router supports 5 GHz. An outdated driver or adapter does not support 5 GHz. Update your driver or check your adapter specifications.
"Limited" or "No Internet Access" Problems with DHCP or DNS Reboot your router and reset TCP/IP settings.

For Windows reset the TCP/IP stack:

netsh int ip reset

netsh winsock reset

ipconfig /flushdns

On macOS flush DNS cache:

sudo dscacheutil -flushcache

sudo killall -HUP mDNSResponder

6. Connecting via WPS (for routers with a button)

If you don't want to enter a password, you can connect via WPS (Wi-Fi Protected Setup). This method works on most modern routers (TP-Link, D-Link, Tenda) and laptops with Windows.

Instructions:

  1. Click the button WPS on the router (usually it is labeled or blinks after pressing).
  2. On your laptop, go to Settings → Network and Internet → Wi-Fi.
  3. Select the item "Connect using WPS" (in Windows 10/11 it appears after pressing a button on the router).
  4. Wait for the connection (usually takes 1-2 minutes).

⚠️ Attention: WPS is vulnerable to brute-force attacks. If security is critical (for example, in an office), disable WPS in your router settings after connecting.

On macOS And Linux WPS is not supported natively. For Linux you can use the utility wpa_cli, but this requires manual configuration.

7. Connecting to a hidden Wi-Fi network

If your network is hidden (not broadcasting SSID), you can connect to it manually. Here's how to do it on different operating systems:

Windows 10/11:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click "Hidden network» → enter the network name (SSID) and password.
  3. Please specify the security type (WPA2-Personal or WPA3-Personal).

macOS:

  1. From the Wi-Fi menu bar, select "Connect to another network».
  2. Enter SSID, select the security type and password.

Linux (nmcli):

nmcli dev wifi connect "Hidden_Network_Name" password "password" hidden yes

8. Troubleshooting connection errors

Let's look at the most common errors and how to correct them.

Error: "Can't connect to this network" (Windows)

  • 🔹 Check if you entered your password correctly (case-sensitive!).
  • 🔹 Make sure that the router is turned on WPA2-PSK or WPA3-PSK (Not WEP, which is unsafe).
  • 🔹 Temporarily disable Windows Firewall (Settings → Update & Security → Windows Security → Firewall).

Error: "IP Conflict" or "Self-Assigned IP" (macOS)

  • 🔹 Restart your router and laptop.
  • 🔹 In your router settings, check that DHCP enabled (distributes IP addresses automatically).
  • 🔹 Reset network settings on your MacBook: System Preferences → Network → Wi-Fi → Advanced → TCP/IP → Renew DHCP.

Error: "Authentication failed" (Linux/Android)

  • 🔹 Check if your adapter supports the selected security type (e.g. Realtek RTL8188EU does not work with WPA3).
  • 🔹 In your router settings, change the encryption from AES on TKIP+AES (temporary solution).
What should I do if my router displays an "Invalid password" error?

This means the password contains invalid characters (such as Cyrillic or spaces). Use only Latin letters, numbers, and symbols. !@#$%Also check the password length—some routers require a minimum of 8 characters.

If none of the above helps, try connecting to the router via cable and updating the firmware. You can find the firmware update on the manufacturer's websites (ASUS, TP-Link) there are update instructions for each model.

⚠️ Attention: Wi-Fi security settings (e.g. supported standards) WPA3 or 802.11r) depend on the router firmware. If your laptop stops connecting after updating the firmware, reset the router to factory settings and set it up again.

FAQ: Frequently Asked Questions

My laptop connects to Wi-Fi, but pages won't open. What should I do?

The problem may be with DNS. Try manually entering Google's DNS (8.8.8.8) or Cloudflare (1.1.1.1). On Windows: Settings → Network → Wi-Fi → Hardware Properties → Edit (DNS). Also check if your antivirus is blocking traffic (for example, Kaspersky or Avast).

How do I connect to Wi-Fi without a password if the router is mine?

If you have physical access to the router, you can:

  1. Connect via cable and go to the web interface (usually 192.168.0.1 or 192.168.1.1).
  2. In the Wi-Fi settings (Wireless) view or change your password.
  3. Or press the button WPS (if supported).

If the router is rented from a provider (for example, Rostelecom or Beeline), the password may be specified in the contract.

My laptop only connects near the router. How can I boost the signal?

A weak signal may be due to:

  • 📡 Obstacles (walls, furniture) or distance. Try moving the router to the center of the apartment.
  • 🔄 Congested channel. Change the channel in your router settings to 6 (2.4 GHz) or 149 (5 GHz).
  • 🛠️ Outdated adapter. For laptops, you can buy an external USB adapter (for example, TP-Link Archer T4U with Wi-Fi 6 support).
Is it possible to connect a laptop to Wi-Fi without an adapter?

No, you need a wireless adapter to connect to Wi-Fi. If your laptop doesn't have one (unlikely for models after 2010), you can:

  • Use USB Wi-Fi adapter (from 500 ₽).
  • Connect via smartphone in modem mode (distribute Wi-Fi from your phone).
  • Use Ethernet cable (if the router is nearby).
How do I find out the Wi-Fi password if my laptop is already connected?

On Windows:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click "Managing known networks» → select your network → «Properties».
  3. In the field "Network password» click «Show symbols».

On macOS:

  1. Open Bunch of keys (via Spotlight).
  2. Find the name of your network and double-click on it.
  3. Check the box "Show password" (You will be asked to enter your Mac password).