Connecting a laptop to Wi-Fi at home: step-by-step instructions with photos

Connecting a laptop to your home Wi-Fi network seems like a simple task—until you encounter errors like "No internet connection" or "Network out of range." In practice, even a standard procedure can take a long time if you're not aware of the nuances: choosing the right network mode (802.11n/ac/ax) before setting up DNS servers when your provider is blocked. In this article, we'll look at step-by-step connection on Windows 10/11, macOS And Linux With visual examples, we'll also solve common problems—from "limited access" to IP address conflicts.

We will pay special attention to security: Why you shouldn't connect to a network with a factory password like admin/12345678, how to turn on WPA3 on your router and what to do if your neighbors are "stealing" your Wi-Fi. At the end of the article— FAQ with answers to questions about connection speed, hidden networks, and the compatibility of older laptops with modern standards Wi-Fi 6.

📊 What kind of laptop do you have?
Windows
macOS
Linux
Don't know

1. Preparation: What to check before connecting

Before you try connecting to Wi-Fi, make sure the problem isn't rooted in basic things. Start with router:

  • 🔌 Nutrition: The indicator on the router should be green or blue (on TP-Link, Asus, Keenetic). If it flashes orange, there is a malfunction.
  • 📶 Wi-Fi: Check if the wireless network is turned on. There may be a separate button on the router. Wi-Fi On/Off (or WPS).
  • 🔄 Reboot: If the lights are erratic, unplug the router for 30 seconds, then plug it back in. This will reset the DHCP cache.

Next - laptop:

  • ✈️ Airplane mode: disable it in the notification panel (or with a combination Fn + F2/F12, depends on the model).
  • 🔧 Wi-Fi adapter: Make sure it's turned on. Windows check in Device Manager (section "Network adapters"). macOS - V System Preferences → Network.
  • 🔄 Drivers: If the adapter is marked with an exclamation mark, download the driver from the manufacturer's website (for example, for Intel AX200 or Qualcomm Atheros).

Important: If you are connecting for the first time, make sure that the router is not in the enabled mode. MAC filtering (it blocks new devices). It can be checked in the router's web interface at 192.168.0.1 or 192.168.1.1 (logins/passwords usually admin/admin or indicated on the sticker).

The router's power is on.

Wi-Fi is activated on the router (button or settings)

Airplane mode is disabled on the laptop.

Wi-Fi adapter in Device Manager without errors

Adapter drivers updated (if necessary)-->

2. Step-by-step connection on Windows 10 and 11

The instructions are suitable for most laptops: Lenovo, HP, Acer, ASUS, Dell and others. The only differences are in the notification panel design.

Step 1. Open the notification panel (the 📶 or 💬 icon in the lower right corner). Tap the icon Wi-Fi (if it is grey, the network is disabled).

Step 2. Select your network from the list of available networks. If it's not there:

  • 🔍 Click "Hidden network" and enter a name (SSID) manually.
  • 🔄 Refresh the list using the "Refresh" button (round arrow).

Step 3. Enter your Wi-Fi password. Please note:

  • 🔐 Password is case sensitive! Passwordpassword.
  • 📱 If the password was copied from a phone, check that no extra spaces were added.
  • 🔄 If you forgot your password, look at it on the router sticker or in the web interface (192.168.0.1).

Step 4. Click "Connect." If the "Do you want to allow other devices on this network to find your PC?" window appears, select:

  • 🏠 "Yes" - if it is a home network (convenient for sharing files).
  • 🛡️ "No" - if you are connecting in a public place or don't trust other devices on the network.

Photo instructions for Windows 11:

Step 1: Open the Wi-Fi panel in Windows 11

Step 2: Select a network and enter the password

What should I do if Windows asks for "Additional sign-in information"?

This means that the network is using 802.1X port (often found in offices or universities). You will need:

1. Login/password from the provider or network administrator.

2. Safety certificate (if required).

3. Settings in the section Settings → Network & Internet → Wi-Fi → Manage known networks → [your network] → Properties (Security tab).

If this is a home network, disable 802.1X in your router settings.

3. Connection on macOS (MacBook Air/Pro, iMac)

On devices Apple The process is a little different, but no less intuitive. The main thing to remember is that macOS may "forget" networks when updating the system.

Step 1. Tap the Wi-Fi icon in the top bar (📶). If it's grayed out, turn on Wi-Fi first.

Step 2. Select your network from the list. If it's not there:

  • 🔍 Click "Other networks..." and enter SSID manually.
  • 🔄 Make sure that the router does not hide the network (settings Hide SSID in the web interface).

Step 3. Enter your password. On macOS Ventura and newer, a "low security" warning may appear - this means the network is using an outdated protocol WEP or WPAWe recommend changing the setting to WPA2/WPA3 in the router.

Step 4. Once connected, check the status: the Wi-Fi icon should turn black, and the signal strength should appear next to it. If the connection is unstable (frequent drops), try the following:

  • 📱 Disable Bluetooth (it can create interference on the frequency 2.4 GHz).
  • 🔄 Switch the router to a channel 5 GHz (in wireless network settings).

Photos for macOS:

Turning on Wi-Fi on macOS from the menu bar

Connecting to a hidden network on a MacBook

sudo ifconfig en0 down

sudo networksetup -setairportpower en0 off

sudo networksetup -setairportpower en0 on

Then restart your Mac.-->

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

On Linux the process depends on the desktop environment (GNOME, KDE, XFCE), but the general logic is similar. Let's look at an example. Ubuntu 22.04+.

Step 1. Click the network icon in the upper right corner (📶 or ⚙️ icon). If you don't see it, install the package. network-manager:

sudo apt update && sudo apt install network-manager

Step 2. Select your network. If it's not listed:

  • 🔍 Click "Connect to a hidden network" and enter SSID.
  • 🔧 Make sure your Wi-Fi adapter driver is installed. Check with the command:
    lspci | grep -i network

    For adapters Broadcom A proprietary driver may be required.

Step 3. Enter your password. On Linux Sometimes the "Authentication failed" error occurs due to:

  • 🔐 Incorrect security type (for example, the router is configured to WPA2, and the system tries to connect to both WPA3).
  • 🕒 Time synchronization failure (check date/time in settings).

Step 4. If the connection is successful, but there is no internet, check DNS:

ping 8.8.8.8 # If you can ping, but websites don't open, the problem is with DNS.

sudo nano /etc/resolv.conf # Add the lines: nameserver 8.8.8.8 and nameserver 8.8.4.4

Photos for Ubuntu:

Selecting a network in Ubuntu via the NetworkManager panel

5. Solving typical connection problems

Even if you've done everything correctly, errors can still occur. Let's look at the most common ones and how to fix them.

Problem Possible cause Solution
"No internet connection" (exclamation mark) The router does not issue an IP address (DHCP failure) Reboot your router. On your laptop, enter a static IP (e.g. 192.168.0.100 with a mask 255.255.255.0 and a gateway 192.168.0.1).
"Authentication failed" Incorrect password or security type Check your password. Change it in your router settings. WEP on WPA2-PSK.
The network is visible, but the connection is hanging. IP conflict or interference from other networks Change the Wi-Fi channel on your router (for example, from 6 on 11 in the range 2.4 GHz).
Low speed (for example, 1 Mbps instead of 100) The laptop is connected to 2.4 GHz instead of 5 GHz Enable it in your router settings. 5 GHz and connect to the network with the suffix -5G.

Additional tips:

  • 🔄 If your laptop doesn't see the network 5 GHz, check if your Wi-Fi adapter supports this range (for example, Intel 7260 supports, and Realtek RTL8188EE - No).
  • 🛡️ If the network constantly asks for a password, reset the network settings on your laptop: WindowsSettings → Network → Wi-Fi → Manage known networks → [your network] → Forget.

6. Configuring the router for a stable connection

If your laptop connects but the connection is unstable (drops, low speed), the problem may be with your router settings. Access the web interface at 192.168.0.1 or 192.168.1.1 (logins/passwords are usually on a sticker).

Optimal settings for home:

  • 📶 Opening hours: 802.11n/ac (or ax, if the router supports Wi-Fi 6). Disable outdated standards 802.11b/g - They slow down.
  • 🔒 Safety: WPA2-PSK (or WPA3, if all devices support it). Never use WEP!
  • 🎛️ Channel: manually select a free channel (for example, 1, 6 or 11 For 2.4 GHz). Use the utility Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) for workload analysis.
  • 🔄 DNS: replace the default DNS provider with 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) to speed up website loading.

Example settings for TP-Link Archer C6:

Wi-Fi settings on a TP-Link router

7. Security: How to protect your Wi-Fi network

Many users leave their router settings at their default settings, leaving their network vulnerable to hacking. The following steps will help protect you:

  • 🔐 Change the administrator password: by default it is admin/admin or admin/password. Create a complex password (for example, k7#pL9!mQ2).
  • 📛 Change the network name (SSID): Do not use personal information (eg Ivanov_Family). A neutral name would be better, for example HomeNet-5G.
  • 🛡️ Disable WPS: This feature simplifies connection, but has vulnerabilities. In the router settings, find WPS and deactivate.
  • 🔄 Update your router firmware: Manufacturers regularly release security patches. Check the section System Tools → Firmware Upgrade.

How to check if any foreign devices are connected?

  1. Log into your router's web interface.
  2. Find the section DHCP Clients List or Connected Devices.
  3. Check the list of connected gadgets. Unknown MAC addresses - a sign of a break-in.
  4. To block other people's devices, turn on MAC filtering and add only your devices to the whitelist.

An example of a list of devices in a router Asus RT-AX55:

List of connected devices on an Asus router

What to do if your neighbors are "stealing" your Wi-Fi?

1. Change your network password to a complex one (at least 12 characters with numbers and special characters).

2. Turn on MAC filtering in the router settings.

3. Reduce the Wi-Fi transmission power (optional Transmit Power) up to 50-75% - the signal will not spread far.

4. Change the channel to a less busy one (for example, 13 instead of 6).

5. As a last resort, change SSID and the full password, and also update the router firmware.

8. Speed ​​test and problem diagnosis

If your laptop is connected, but the internet is slow, run diagnostics:

Step 1. Check the speed:

  • 📊 Use services Speedtest or Fast.com.
  • 📱 Compare the results on your laptop and phone. If the speed is higher on your phone, the problem is with your laptop.

Step 2. Check the channel load:

  • 📡 Install the application Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS).
  • 🎯 Select the least congested channel in your router settings.

Step 3. Diagnostics on Windows:

  1. Click Win + R, enter cmd.
  2. Run the commands:
    ping 8.8.8.8
    

    tracert ya.ru

    ipconfig /all

  3. If ping shows packet loss, the problem is on the provider or router side.

Table of normal values:

Parameter Norm Deviation
Speed ​​(at the rate of 100 Mbit/s) 90–100 Mbps Less than 50 Mbps - problems with the provider or router
Ping to 8.8.8.8 1–30 ms More than 100 ms - high network load
Signal level -50 dBm and above -70 dBm and below - weak signal

1. Switch from 2.4 GHz on 5 GHz.

2. Update the Wi-Fi adapter driver.

3. Disable power saving for the adapter in Device Manager (Power Management tab)-->

FAQ: Frequently Asked Questions

🔍 Why can't my laptop detect the 5 GHz network?

This may be due to:

  • An outdated Wi-Fi adapter (check the model in Device Manager).
  • Disabled range 5 GHz in the router settings.
  • Regional restrictions (for example, in some countries channels 5 GHz prohibited).

Solution: Update the adapter driver or enable 5 GHz in the router (section Wireless → Professional).

🔒 How to connect to Wi-Fi without a password (if you forgot it)?

Methods:

  1. Look at the password on the router sticker (if you haven’t changed it).
  2. Connect your laptop to the router via cable and go to the web interface (192.168.0.1). The Wi-Fi password is usually in the section Wireless → Security.
  3. Reset the router to factory settings (button Reset for 10 seconds), but then you will have to configure everything again.
📶 Why is Wi-Fi working but there is no internet?

Possible reasons:

  • Problems with the provider (check if the indicator is on) Internet on the router).
  • Incorrect settings IP/DNS (try entering manually: IP 192.168.0.100, gateway 192.168.0.1, DNS 8.8.8.8).
  • Blocking by MAC address (check in your router settings).
⚡ How to speed up Wi-Fi on a laptop?

Recommendations:

  • Switch to range 5 GHz (if the router supports it).
  • Update your Wi-Fi adapter driver.
  • Disable background programs that consume traffic (torrents, cloud synchronization).
  • Install a signal repeater (repeater), if the laptop is far from the router.
🛡️ Which Wi-Fi security type should I choose: WPA2 or WPA3?

WPA3 safer, but:

  • Not all devices support it (especially older smartphones and laptops).
  • In some routers WPA3 works unstably.

The best option: WPA2/WPA3-Personal (hybrid mode).