Connecting a laptop to a router via Wi-Fi: A complete guide without wires

Connecting a laptop to the internet wirelessly via a router has become standard procedure, but even in 2026, users still encounter difficulties: from the network not appearing on the list to authentication errors. This article covers all the steps, from preparing the equipment to troubleshooting common issues, taking into account the specifics of different operating systems.

We will cover not only the basic steps (how to find a network and enter a password), but also the nuances: why The laptop doesn't see 5 GHz.How to connect to a hidden network, and what to do if you get the "No internet access" error. Special attention is given to security—how to verify that you're connected to your own router and not a neighbor with the same SSID.

The instructions are valid for all router models (TP-Link, ASUS, Keenetic, MikroTik) and laptops on Windows 10/11, macOS or LinuxIf your router supports Wi-Fi 6 (802.11ax), you will also find here recommendations on the optimal settings for maximum speed.

1. Preparation: What to check before connecting

Before attempting to connect your laptop to the router, make sure the problem isn't rooted in basic issues. Start with a physical inspection:

  • 🔌 Router power supply: The indicators on the front panel should be steady (not flashing erratically). If the indicator Wi-Fi goes out - press the wireless network power button (usually marked as WPS/Wi-Fi).
  • 📡 Antennas: on routers with external antennas (ASUS RT-AX88U, TP-Link Archer C5400) make sure they are screwed in all the way and pointed vertically (for maximum coverage in the apartment).
  • 💻 Wi-Fi on a laptop: On your keyboard, find the key with the antenna icon (often F2, F12 or a separate button) and make sure that the wireless module is turned on. MacBook Check the menu in the upper right corner.

If the router is new or has been reset, it may distribute the network with the factory name (for example, TP-Link_XXXX or ASUS_5G_YYYY). In this case, first set it up via cable (at least minimally - ask yours SSID and password).

⚠️ Warning: If you are connecting to the router for the first time after purchasing it, there is a risk that its firmware is outdated. This may cause problems with Wi-Fi 6-devices (for example, laptops with Intel AX200). Update your router's firmware via the web interface before setup.

Also check if the router is in the "Security Mode" mode. AP (Access Point) instead of RouterIn this mode, it does not distribute IP addresses, and the laptop will not be able to access the Internet even after connecting.

📊 What type of router are you using?
Provider (from Rostelecom/MTS/Beeline)
Self-purchased (TP-Link/ASUS, etc.)
4G/5G modem with Wi-Fi
Don't know

2. Step-by-step instructions: connecting to Wi-Fi on Windows

On laptops with Windows 10/11 The connection process is standard, but there are some nuances for different versions. Follow these steps:

  1. Open the list of networks: click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock). If there is no icon, click Win + A, then Net.
  2. Select your network: Find the name in the list (SSID) of your router. If there is no network, check if it is turned on. Wi-Fi on a laptop (see section 1) or reboot the router.
  3. Enter password: After selecting a network, an input field will appear network keyPlease enter it carefully—the password is case-sensitive! If you've forgotten your password, see Section 5.
  4. Confirm connection: After successful entry, the laptop will receive an IP address and connect. If the "No Internet Access" error appears, proceed to Section 6.

On Windows 11 an option appeared in the network settings Random hardware addresses (in the connection properties). If your router uses binding by MAC address, disable this feature, otherwise access to the Internet will be blocked.

Is Wi-Fi enabled on your laptop (Fn + F2/F12 key)?

Is the Wi-Fi indicator on the router on?

Is the password entered correctly (check Caps Lock)

Is the "Random Hardware Addresses" feature disabled (for Windows 11)-->

If your laptop connects but the internet doesn't work, check your settings. IPv4:

  1. Open Settings → Network & Internet → Wi-Fi → Configure adapter settings.
  2. Right-click on your connection → PropertiesInternet Protocol version 4 (TCP/IPv4).
  3. Make sure it is selected Obtain an IP address automatically And Obtain DNS server address automatically.

3. Connecting on macOS: Features and Life Hacks

On MacBook The process of connecting to Wi-Fi is simpler, but there are specific points, especially if the router uses 802.11r (fast roaming) or WPA3.

Instructions for macOS Ventura/Sonoma:

  1. Click on the icon Wi-Fi in the menu bar (upper right corner).
  2. Select your network. If it's not listed, click Other networks... and enter SSID manually (relevant for hidden networks).
  3. Enter your password. On Mac you can save it in a bunch of keys (recommended).
  4. If you see the message "Unable to connect to the network" - try forget the network (click on the network name while holding Option, then select Delete).

macOS Features:

  • 🍎 Auto-connection: If the network is saved but does not connect automatically, check the priority in System Preferences → Network → Wi-Fi → Advanced.
  • 🔒 WPA3: some old routers (TP-Link TL-WR841N) do not support WPA3In the router settings, select WPA2/WPA3 Mixed.
  • 📶 5 GHz: if your MacBook If you can't see the 5 GHz network, update your router's firmware or enable support. 802.11ac in its settings.
⚠️ Attention: On MacBook Pro/Air with M1/M2 chip There may be a problem connecting to encrypted networks. TKIP (obsolete standard). In the router settings, change the encryption type to AES.

4. Linux: Connecting via Terminal and GUI

On Linux (Ubuntu, Fedora, Debian) Wi-Fi can be connected via either the graphical interface or the terminal. The latter method is useful if Wi-Fi drivers aren't installed out of the box.

Method 1: Via the graphical interface (for beginners)

  1. Click on the network icon in the upper right corner (next to the clock).
  2. Select your network and enter the password. If there is no network, check if Wi-Fi is turned on (sometimes you need to press Fn + F2).
  3. If the connection does not occur, click Change connection and check the settings IPv4 (should be there) Automatic (DHCP)).

Method 2: Via the terminal (for experienced users)

If Wi-Fi is not working due to missing drivers, follow these steps:

lspci | grep -i wireless

This command will show the model of your Wi-Fi adapter. Then install the driver (for example, for Broadcom):

sudo apt install firmware-b43-installer

To connect to the network, use nmcli:

nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"

If there is no internet after connecting, check the routes:

ip route

Missing line with default via This means the router isn't setting a default gateway. In this case, manually enter:

sudo route add default gw 192.168.1.1

(replace 192.168.1.1 to your router's IP).

Problem Possible cause Solution
The network is not displayed The Wi-Fi driver is not installed. Install the driver via apt or dkms
The connection is broken Weak signal or interference Switch to channel 1-11 in your router settings
No internet access Incorrect IP/DNS settings Check it out resolv.conf And DHCP
Slow speed The router is operating in the mode 802.11n Turn on 802.11ac or 802.11ax

5. What to do if you forgot your Wi-Fi password

Forgotten Wi-Fi password is a common problem, but it's easy to solve if you have access to the router or another device already connected to the network.

Method 1: View the password on a connected device (Windows)

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Managing known networks → select your network → Properties.
  3. Scroll to Network password and press Show symbols.

Method 2: Recover your password via your router

  1. Connect your laptop to the router via cable (temporarily).
  2. Open your browser and enter your router's IP (usually 192.168.1.1 or 192.168.0.1).
  3. Enter login/password (by default it is often admin/admin or indicated on the router sticker).
  4. Go to the section Wi-Fi (or Wireless) → Security (Security). There will be a field here. Password (Password or PSK).

Method 3: Reset the router to factory settings

If you lose access to the web interface, press and hold the button Reset on the router (10-15 seconds). After reset:

  • The network name will be reset to the factory default (for example, TP-Link_1234).
  • The password will be indicated on the router sticker (or it is a standard one) admin).
  • ⚠️ All router settings will be reset! You'll have to set up the Internet again.
How do I find out my router's IP address if 192.168.1.1 isn't working?

In Windows, open a command prompt (Win + Rcmd) and enter:

ipconfig

Look for the line Main gateway - this is the IP of your router.

On macOS/Linux, use the command:

netstat -rn | grep default

6. Common mistakes and their solutions

Even after a successful connection, problems may arise. Let's look at the most common ones:

Error: "No Internet Access" (Windows)

  • 🔧 Check DHCP: In the connection properties, make sure that IP and DNS are obtained automatically.
  • 🔄 Reboot your router: Sometimes simply turning off the power for 30 seconds helps.
  • 📡 Check your router settings: In the web interface, make sure it is enabled DHCP server and there are free IP addresses in the pool.

Error: "We can't connect to this network" (Windows/macOS)

  • 🔑 Incorrect password: Check the case of the characters. Password Password And password - different!
  • 📶 Weak signal: move your laptop closer to the router or check if the mode is enabled 802.11b (limits speed).
  • 🔒 Incompatible encryption: change the router settings WPA3 on WPA2/WPA3 Mixed.

Problem: My laptop can't see the 5 GHz network.

  • 📱 Legacy adapter: If your laptop was released before 2015, it may not support 5 GHzCheck the model specifications.
  • ⚙️ 5 GHz is disabled on the router: Find the section in your router settings Wireless and make sure the mode is enabled 802.11a/n/ac.
  • 🔄 Channel out of range: In some countries, channels 12-14 are blocked. Select channels 36-48 on your router.
⚠️ Warning: If you use VPN On a laptop, some corporate networks may block your home Wi-Fi connection. Disable your VPN before connecting.

7. Connection Optimization: How to Speed ​​Up Wi-Fi

If your laptop is connected but the speed is slow, try these methods:

1. Choose the right channel

By default, routers operate on automatic channel selection, but this isn't always optimal. Use utilities like Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) to find the least congested channel. Manually specify the channel in your router settings (e.g., 6 for 2.4 GHz or 44 for 5 GHz).

2. Enable 802.11ac/ax mode

In the router settings (Wireless → Mode) select:

  • 📶 For 2.4 GHz: 802.11n (or 802.11g/n mixed for compatibility with older devices).
  • 🚀 For 5 GHz: 802.11ac or 802.11ax (if supported).

3. Set up QoS (Quality of Service)

If you have many devices, prioritize your laptop's traffic:

  1. In the router's web interface, find the section QoS or Bandwidth Control.
  2. Add MAC address laptop to the list of priority devices.
  3. Specify the minimum guaranteed speed (e.g. 50 Mbps).

4. Update your Wi-Fi adapter driver

On Windows:

  1. Open device Manager (Win + X → Device Manager).
  2. Find Network adapters → your Wi-Fi module (for example, Intel AX200).
  3. Right click → Update driverAutomatic search.

On Linux update your kernel or install proprietary drivers (for example, for Broadcom):

sudo apt install broadcom-sta-dkms

8. Security: How to protect your connection

Connecting to Wi-Fi without a cable is convenient, but it comes with risks, from traffic interception to neighbors connecting to your network. Follow these rules:

1. Use a strong password

  • 🔐 Password length: minimum 12 characters.
  • 🔤 Combination: upper/lower case letters, numbers, symbols (!@#$%).
  • 🚫 Avoid obvious words (e.g. qwerty123 or password).

2. Disable WPS

Function WPS (Wi-Fi Protected Setup) is convenient, but vulnerable to brute-force attacks. In the router settings (Wireless → WPS) turn it off.

3. Enable MAC address filtering

This is not a panacea (MAC is easy to forge), but it will add a layer of protection:

  1. Find MAC address laptop (ipconfig /all on Windows or ifconfig on macOS/Linux).
  2. In the router's web interface, go to Wireless → MAC Filtering.
  3. Add your laptop's MAC to the list of allowed devices.

4. Hide the SSID (optional)

Hiding the network name (SSID) does not make it completely invisible, but reduces the number of accidental connections:

  1. Find it in your router settings Wireless → Basic Settings.
  2. Check the box Hide SSID or Enable Hidden Wireless.
  3. Save the settings. Now you'll need to connect to the network manually (see section 3).
⚠️ Warning: If you use guest network On your router, make sure it's isolated from the main network. Otherwise, devices on the guest network may access your local resources (printers, network drives).

FAQ: Frequently Asked Questions

My laptop sees the network but won't connect. What should I do?

Check:

  1. The password is correct (case sensitive!).
  2. Encryption type in the router settings (must be WPA2-PSK or WPA3).
  3. Availability of free IP addresses in the DHCP pool (in the router settings).

If nothing helps, try forget the network (in the Wi-Fi settings on the laptop) and reconnect.

How do I connect to Wi-Fi if my router is on the other side of the house and the signal is weak?

Solution options:

  • 📶 Use repeater (signal repeater, for example, TP-Link RE605X).
  • 🔌 Connect the router via Powerline adapters (signal transmission via electrical wiring).
  • 📡 Replace your router's antennas with more powerful ones (for example, 9 dBi For ASUS RT-AX88U).
  • 🔄 Switch to 5 GHz (less interference, but worse penetration through walls).
Is it possible to connect a laptop to a router without a password?

Yes, but it's not safe. Options:

  1. Guest network: Set it up in your router with a separate password (or without it, but with a speed limit).
  2. WPS: press the button WPS on the router, then select the network on the laptop (without entering a password). ⚠️ Not recommended due to vulnerabilities.
  3. Open network: In the router settings, select No Security, but then all your neighbors will be able to connect to your network.

It's best to use a password and share it only with trusted devices.

Why does my laptop connect to Wi-Fi, but pages won't open?

Possible reasons:

  • 🔌 Problems with the provider: Check if the internet works on other devices.
  • 📡 Invalid DNS: Manually enter Google DNS (8.8.8.8) or Cloudflare (1.1.1.1).
  • 🔒 MAC blocking: Check your router settings to see if your laptop's MAC address is blocked.
  • 🔄 DHCP Failure: reboot the router or manually assign an IP to the laptop (for example, 192.168.1.100).

Also try disabling VPN or firewall on a laptop.

How do I connect to Wi-Fi if DHCP is disabled on my router?

If your router doesn't assign IP addresses automatically, set up a static IP address on your laptop:

On Windows:

  1. Open Settings → Network → Wi-Fi → Configure adapter settings.
  2. Right-click on your connection → PropertiesIP version 4.
  3. Select Use the following IP address and enter:
    • IP: 192.168.1.X (where X is a number from 2 to 254, not occupied by other devices).
    • Mask: 255.255.255.0.
    • Gateway: 192.168.1.1 (your router's IP).
    • DNS: 8.8.8.8 And 8.8.4.4.

On macOS/Linux: Similarly, set up a static IP in network preferences.