Without a stable internet connection, a laptop becomes an expensive notebook. Even if you have a modern Wi-Fi router at home, the first launch of a new device or a reset can leave you baffled: why isn't the network showing up, why isn't the password working, or why the speed is so slow? This article will help you understand all the nuances—from basic connection to troubleshooting more subtle issues.
We will look at not only the standard procedure for connecting to Wi-Fi on Windows 10/11, macOS And Linux, but we'll also look at router settings that may be blocking access. We'll pay special attention to typical mistakes, which can cause the internet to be unstable or even completely unavailable. If you've never set up a network yourself before, don't worry: this guide is tailored for beginners, with step-by-step screenshots and explanations for each step.
Before you begin, make sure your router is plugged in and the indicator is on. Wi-Fi (or WLAN) lights up green or blue. If the indicator blinks orange or is not active at all, the problem may be with the router itself, not the laptop. In this case, first check the cable connection from the ISP and the device's power.
1. Preparing to connect: What to check before setting up Wi-Fi
Before attempting to connect to the network, complete a few mandatory steps. This will save time and prevent unnecessary errors.
Check the physical condition of the equipment:
- 🔌 Make sure the router is connected to a power outlet and the power button (
ON/OFF) is pressed. On some models (TP-Link Archer C6, Asus RT-AX55) the button may be touch-sensitive - check the indication. - 📡 Router antennas (if removable) must be mounted vertically. On models with internal antennas (Xiaomi Mi Router 4A) focus on the signal indicators.
- 🖥️ Turn on the Wi-Fi adapter on your laptop. On most devices, this is done using the keys
Fn + F2(or another function key with an antenna icon). MacBook Check the menu bar - the Wi-Fi icon should be active.
Please check your network settings: You will need:
- 🏷️ Network name (SSID) - usually indicated on the router sticker (for example,
KEENETIC-1234). - 🔐 Wi-Fi password - also on the sticker (often marked as
Wi-Fi KeyorPassword). If your password has been changed, use the current one. - 📡 Network frequency: modern routers broadcast on
2.4 GHzAnd5 GHzIf your laptop is old (manufactured before 2015), it may not support5 GHz.
☑️ Checklist before connecting
If you are connecting to someone else's network (for example, in a cafe or hotel), check with the administrator whether it is required authorization through the portalIn this case, after connecting to Wi-Fi, a page for entering your login/password or room number will automatically open.
⚠️ Attention: If the router is new and has never been configured, first connect it to the computer via cable (LAN) and complete the initial setup via the web interface. Instructions are usually included with the device.
2. Step-by-step instructions: how to connect to Wi-Fi on Windows
Connection procedure on Windows 10 And Windows 11 It's practically identical. Let's look at it with an example. Windows 11, indicating the differences for the "ten".
Step 1: Open the list of available networks:
- 🖱️ Click on the icon
Wi-Fi(orNet) in the lower right corner of the taskbar (next to the clock). - 🔍 If the icon is missing, click
Win + Ato open Notification Center, then find the tileWi-Fi.
Step 2: Select your network:
- 📋 Find your network name in the list (
SSID). If there is no network, clickHidden networkand enter the name manually. - 🔒 Click
Connect, then enter the password. If the password is long, use the clipboard (Ctrl + V).
Step 3. Confirm the connection:
- ✅ After successfully entering the password, the following message will appear
ConnectedThe Wi-Fi icon on the taskbar will change to a filled icon. - 🌐 Open your browser and check your internet access. If the pages aren't loading, proceed to the section Troubleshooting.
On Windows 10 The interface is a little different: instead of tiles in Notification Center The classic menu is used. To open advanced Wi-Fi settings, right-click on the network icon and select Open "Network & Internet Settings".
What to do if Windows asks for "additional sign-in information"
This means that the network is using WPA3-Enterprise or 802.1X (often found in offices or universities). You will need:
- 🔑 Login and password for the organization's account;
- 📜 Safety certificate (if required).
Check the details with your network administrator.
3. Connecting to Wi-Fi on macOS: Features and Nuances
On devices Apple The connection process is intuitively simpler, but there are some pitfalls - especially if you are using dual-band router (with support 2.4 GHz And 5 GHz).
Step 1: Activate Wi-Fi:
- 🍎 Click on the icon
Wi-Fiin the menu bar (upper right corner). If the icon is missing, openSystem Preferences → Network. - 🔄 Make sure the switch
Wi-Fion (should be green).
Step 2: Select a network:
- 📡 Find your network in the list. If it's not there, click
Other networks...and enterSSIDmanually. - 🔐 Enter your password and click
ConnectOn . macOS Ventura and newer you may be asked to save your password in a bunch of keys - Agree.
Step 3. Check the connection:
- 📊 Open
System Preferences → NetworkThe status must beConnected, and the IP address must start with192.168.or10.0.. - 🚫 If the connection is not established, try
Forget this network(right click on the network name) and try again.
On MacBook Pro/Air with a chip M1/M2 there may be a problem connecting to networks 5 GHz, if the router is in the enabled mode 802.11ax (Wi-Fi 6)In this case, temporarily switch the router to the mode 802.11ac via the web interface.
⚠️ Attention: If you are connecting to a network with hidden SSID, macOS may periodically lose connection. To avoid this, disable the option in your router settings. Hide SSID (if it is not safety critical).
4. Setting up Wi-Fi on Linux: A universal method for all distributions
IN Linux The connection process depends on the desktop environment you are using (GNOME, KDE, XFCE) and the network manager. We will consider a universal method through terminal and a graphical interface using an example Ubuntu 22.04 LTS.
Method 1. Via the graphical interface (for beginners):
- 🖥️ Click on the network icon in the upper right corner (next to the battery).
- 🔍 Select your network from the list. If it's not there, click
Connect to a hidden network. - 🔐 Enter the password and confirm the connection. In some distributions (Fedora, Arch Linux) you may need to select a security type (
WPA2-PSK).
Method 2. Via the terminal (for experienced users):
Open Terminal (Ctrl + Alt + T) and run the commands:
# View available networksnmcli dev wifi list
Connect to the network (replace SSID and PASSWORD)
nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
If the connection does not occur, check the service status NetworkManager:
sudo systemctl status NetworkManager
On Debian-based distributions (for example, Linux Mint) you may need to install the package firmware-iwlwifi For the Wi-Fi adapter to work correctly:
sudo apt install firmware-iwlwifi
⚠️ Attention: On some laptops (Lenovo ThinkPad, Dell XPS) V Linux Wi-Fi may not work because the adapter is blocked in the BIOS. Go to the BIOS (F2orDelat boot) and make sure the option isWireless LANincluded (Enabled).
5. Connection Optimization: How to Improve Wi-Fi Speed and Stability
Even if the laptop is connected to the network, this does not guarantee high speed or a stable connection. Let's take a look. key settings, which will help optimize your work.
Router setup:
- 📶 Choose the optimal channel. Login to the router's web interface (
192.168.1.1or192.168.0.1) find the sectionWi-Fi→Channel settings. Use utilities like Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) to find the least crowded channel. - 🔄 Disable Wi-Fi power savingOn some routers (Zyxel Keenetic, Tenda) there is an option
Green Wi-FiorPower Save- It reduces the signal power to save energy. - 🛡️ Update your router firmwareOutdated software may be the cause of slow speeds. Check the manufacturer's website for the latest version.
Laptop setup:
- 🖥️ Disable background data restrictions (relevant for Windows 10/11):
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networks, select your network. - Uncheck the box
Set as metered connection.
Energy saving Windows may be limiting the performance of your Wi-Fi adapter. Switch to High performance.| Problem | Possible cause | Solution |
|---|---|---|
| Low speed | Congested channel 2.4 GHz |
Switch to 5 GHz or change the channel in the router settings |
| Constant breaks | Weak signal or interference | Move the router closer to your laptop or use a repeater. |
| No internet access | Incorrect settings DNS |
Install DNS from Google (8.8.8.8) or Cloudflare (1.1.1.1) |
| Wi-Fi connects, but websites don't open. | Blocking by MAC address in the router |
Add MAC laptop to the list of allowed devices |
6. Troubleshooting: What to do if Wi-Fi isn't working
If you are unable to connect or your internet connection is unstable, follow these steps:
Step 1: Check the basic settings:
- 🔌 Make sure the indicator light on your router is on
Internet(usually denoted asWAN(or globe). If it's flashing orange, the problem is on the provider's side. - 📵 Try connecting another device (smartphone, tablet) to the same network. If it doesn't connect, the router or ISP is to blame.
- Unplug the router from the power outlet for 30 seconds.
- Restart your laptop.
- Turn on the router and try connecting again.
Step 2: Reboot your hardware:
Step 3: Check your laptop's network settings:
- 🔧 On Windows open
Settings → Network & Internet → Statusand pressNetwork reset. - 🐧 On Linux run in terminal:
sudo nmcli networking offsudo nmcli networking on - 🍎 On macOS Remove the network from the list and reconnect.
Step 4. Update your Wi-Fi adapter drivers:
- 🔄 On Windows open
device Manager(Win + X), findNetwork adapters, update the driver for your Wi-Fi module. - 📥 For Linux Check if your packages are up to date:
sudo apt update && sudo apt upgrade
7. Security: How to protect your Wi-Fi connection
An open or poorly secured Wi-Fi network poses a risk not only to your privacy but also to your internet speed. Neighbors or hackers can connect to your router, consuming bandwidth and reducing performance.
Basic protective measures:
- 🔒 Use a strong passwordThe minimum length is 12 characters, with a combination of letters, numbers, and special characters. Avoid obvious words (
qwerty,12345678). - 🛡️ Enable encryption
WPA3If the router does not supportWPA3, useWPA2-PSK(but notWEP- this is an outdated and unreliable protocol). - 🚪 Turn it off
WPSThis feature simplifies connecting devices, but it has vulnerabilities. Find the optionWPSin the router settings and deactivate it. - 👤 Set up filtering by
MAC addressesIn the router's web interface, whitelist only those devices that are allowed to connect.
Additional recommendations:
- 🌐 Disable remote control of your routerFind the option in the settings
Remote Managementand installDisable. - 🔄 Update your router firmware regularlyManufacturers release security patches that close vulnerabilities.
- 📡 Create a guest network for friends. This isolates their devices from your main network and limits access to local resources (printers, network drives).
⚠️ Attention: If you use public Wi-Fi (in a cafe, airport), never enter logins/passwords for important services (banks, social networks) without VPNAttackers can intercept traffic on such networks.
FAQ: Answers to frequently asked questions
🔹 Why doesn't my laptop see the Wi-Fi network even though it's there?
There are several reasons:
- The Wi-Fi adapter on the laptop is disabled (check the keys)
Fn + F2or BIOS settings). - The router is broadcasting on a frequency
5 GHz, and your laptop only supports2.4 GHz(relevant for older models). - The mode is enabled in the router settings
802.11n/ac/ax only, and your adapter only works in mode802.11b/g. - Network hidden (
Hide SSID), and it needs to be added manually.
Solution: Check your router settings and hardware compatibility.
🔹 How do I find out my Wi-Fi password if I forgot it?
If you are connected to the network on Windows:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networks, select your network. - Click
Propertiesand scroll to the fieldPassword(you will need to enter your Windows account password).
On macOS open Bunch of keys (through Spotlight), find the network name and double-click it - the password will be displayed after entering the data from the Mac account.
If you are not connected on any device, reset the router to factory settings (button Reset on the back panel) and set it up again.
🔹 Is it possible to connect a laptop to Wi-Fi without a password?
Technically yes, but it is a security breach:
- If the router is configured without a password (open network), you will connect automatically.
- If the network is secure, but you know
MAC addressrouter, you can try to attack it using specialized software (Aircrack-ng, Wireshark), but this is illegal without the owner's permission.
Recommendation: Always use secure networks. For temporary access (for example, for guests), set up guest network with a separate password.
🔹 Why is my laptop's Wi-Fi speed slower than my phone's?
Possible reasons:
- The laptop is connected to the network.
2.4 GHz, and the phone is to5 GHz(check in Wi-Fi settings). - The Wi-Fi adapter on your laptop is outdated (for example, it only supports
802.11n, while the phone is working802.11ac). - The adapter driver on the laptop is not updated (relevant for Windows).
- The laptop is further from the router, and the signal is weaker.
Solution: Update your drivers, switch to 5 GHz (if supported), or use USB Wi-Fi adapter with external antenna.
🔹 How to share Wi-Fi from a laptop to other devices?
If you have a wired internet connection (via Ethernet), you can distribute Wi-Fi from a laptop:
On Windows 10/11:
- Open
Settings → Network & Internet → Mobile Hotspot. - Select the connection to share (usually
Ethernet). - Set the network name and password, turn on
Mobile hotspot.
On macOS:
- Open
System Preferences → Sharing. - Select
Public Internetfrom the list on the left. - Please indicate the source (
Ethernet) and the method of distribution (Wi-Fi). - Configure your network settings and enable sharing.
On Linux: use the command:
sudo nmcli dev wifi hotspot ifname wlp3s0 ssid MyHotspot password "12345678"
(replace wlp3s0 the name of your Wi-Fi interface, which can be found using the command ip a).