Connecting your laptop to the internet via Wi-Fi for the first time may seem like a trivial task—until you encounter unexpected problems. The invisible network around us operates according to strict rules: the router's technical settings, the operating system's quirks, and even the physical location of the devices all play a role. This article will help you understand all the nuances, from basic network searches to resolving common errors like "No internet access" or "Unable to connect."
We will cover the process for three popular operating systems - Windows 10/11, macOS And Linux (for example Ubuntu), we'll focus on router settings that are often overlooked and provide a checklist for troubleshooting. We'll pay special attention to the first connection after purchasing a laptop or moving, when conventional methods may not work due to factory settings or provider specifics.
If you've never set up Wi-Fi yourself before, don't worry. The instructions are written so that even a user with no technical experience can figure it out. And for those who've already tried connecting but encountered errors, we've added a section with common pitfalls and how to avoid them.
1. Preparation: What to check before connecting
Before attempting to connect your laptop to Wi-Fi, make sure all external conditions are met. Often, the problem lies not with the device, but with the surrounding environment:
- 🔌 The router is turned on and the indicators on it are lit steadily (especially
PowerAndWi-Fi). If only blinksPower, perhaps the router is frozen and requires a reboot. - 📶 The Wi-Fi network is activeSome router models have a physical wireless network enable button (often labeled
WirelessorWPS/Wi-Fi). - 💻 The laptop is not in airplane mode.On . Windows You can check this in the notification panel (airplane icon), macOS — in the menu bar.
- 🔒 Do you know the Wi-Fi password?If it has been changed or forgotten, you will have to reset the router settings (button
Reset) or check with your provider.
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), and then perform the initial setup via the web interface (address type 192.168.0.1 or 192.168.1.1). Without this, Wi-Fi will not work., even if the network is visible in the list.
⚠️ Attention: If you're connecting to a public network (at a cafe or airport), you may need to log in through your browser—after connecting to Wi-Fi, the login page will open automatically.
2. Step-by-step instructions for Windows 10 and 11
Most laptops running Windows The Wi-Fi connection process is standardized. Here's the universal algorithm:
- Open the list of networks. Click on the icon
Wi-Fiin the lower-right corner of the taskbar (near the clock). If the icon is not visible, click the "^" arrow to expand the hidden icons. - Select your networkFind the name in the list (
SSID) your Wi-Fi. If there's no network, check if the adapter is turned on (see the section "If Wi-Fi Won't Turn On"). - Enter your passwordAfter selecting the network, a password entry field will appear. Make sure your keyboard layout is correct (passwords are often case-sensitive!).
- Confirm connection. Click
Next— the system will automatically receive an IP address and other parameters from the router.
If the connection is successful, the following message will appear next to the network name: Connected, and the browser will open to the start page (or login page for public networks). If you see No internet access — go to the “Typical Mistakes” section.
The Wi-Fi adapter is turned on (the icon is not crossed out)|The laptop is not in airplane mode|The router is turned on and distributing the network|The password is entered correctly-->
On Windows 11 The interface is slightly different: the list of networks is opened through the quick settings panel (press Win + A), and the network settings have been moved to Settings → Network & InternetIf you have Windows 10 versions 1809 or older, the menu appearance may differ - update the system via Settings → Update & Security.
3. Connecting on macOS: Features and Nuances
Laptops MacBook Networks are usually detected automatically, but connecting for the first time has its own subtleties. Here's how to do it correctly:
- Activate Wi-Fi. Click on the icon
Wi-Fiin the menu bar (upper right corner of the screen). If there is no icon, openSystem Preferences → Networkand turn on the adapter. - Select a networkFind your network in the drop-down list. If it's not there, click
Refresh the listor check the distance to the router. - Enter your passwordAfter selecting the network, a window with a password field will appear. macOS You can save the password in your keychain (
Keychain), so as not to enter it again. - Confirm. Click
ConnectIf the network requires additional authorization (for example, at a hotel), a browser will open with a login form.
If the Internet doesn't work after connecting, check your settings. DNS V System Preferences → Network → AdvancedSometimes a change helps. DNS to public servers (for example, 8.8.8.8 from Google).
⚠️ Attention: On macOS Monterey On devices newer, you may be asked to allow geolocation when you first connect to a new network. This is normal—the system is checking to make sure you're not on a "suspicious" network.
If your MacBook It doesn't see any networks, try resetting the network settings Terminal:
sudo ifconfig en0 down && sudo ifconfig en0 up
(Where en0 — the name of your Wi-Fi adapter; check it through networksetup -listallhardwareports).
4. Connecting to Linux (Ubuntu and similar)
On Linux-systems, the connection process depends on the desktop environment used (GNOME, KDE, XFCE etc.). Let's consider a universal method for Ubuntu With GNOME:
- Open the network menu. Click on the icon
Wi-Fiin the upper right corner of the panel (next to the battery). - Select a networkFind your network in the list. If it's not there, check if the adapter is enabled using the command:
sudo rfkill unblock wifi - Enter your passwordAfter selecting the network, a window with a password field will appear. Linux You can save the password in
Keyring(analogous to a bunch of keys on macOS). - Confirm. Click
ConnectIf the network requires browser authorization, it will open automatically.
If the connection fails, check the adapter status via the terminal:
iwconfig
The output should contain a line with your adapter (usually wlan0 or wlp3s0) and status IEEE 802.11If the adapter is disabled, enable it:
sudo ip link set wlan0 up
(replace wlan0 to your adapter name).
| Problem | Possible cause | Solution |
|---|---|---|
| The network is not displayed | The adapter is disconnected or faulty | sudo rfkill unblock wifi or checking drivers |
| Unsupported security type | The router uses WPA3, and the adapter driver is outdated |
Switch the router to WPA2 or update the driver |
| The connection is broken | Weak signal or interference | Move your laptop closer to the router or change the Wi-Fi channel |
| IP address not received | DHCP is not working on the router | Set up a static IP in /etc/network/interfaces |
5. If Wi-Fi doesn't turn on: adapter diagnostics
Sometimes the problem isn't with the network, but with the laptop itself. Here's how to check if the Wi-Fi adapter is working:
- 🔧 Physical button/switchOn some models (for example, Lenovo or HP) there is a hardware Wi-Fi switch on the case or a key combination (for example,
Fn + F2). - 🖥️ Device Manager (Windows)Open it through
Start → Device Manager → Network AdaptersIf there's an exclamation mark next to the adapter, update the driver. - 🐧 Terminal (Linux/macOS). Run the command:
lspci | grep -i networkIf the output is empty, the adapter is not detected (possibly disabled in BIOS or faulty).
- ⚙️ BIOS/UEFIOn some laptops, Wi-Fi can be disabled in the BIOS settings. Access it during boot (usually by pressing the [key]
F2,DelorEsc) and check the sectionAdvanced → Wireless.
If the adapter is not detected by the system, the reasons may be more serious:
- Lack of drivers (relevant for new models of adapters on Linux).
- Hardware failure (for example, after a laptop falls).
- Disabling in energy saving settings (on Windows check the power supply diagram).
How to update Wi-Fi driver on Windows?
1. Open device Manager (Win + X → Device Manager).
2. Expand the section Network adapters, find your Wi-Fi adapter (for example, Intel Wi-Fi 6 or Qualcomm Atheros).
3. Right-click → Update driver → Automatic search.
4. If Windows does not find updates, download the driver from the laptop manufacturer’s website (section Support).
6. Common mistakes and their solutions
Even if you've done everything correctly, errors can still occur. Here are the most common ones and how to fix them:
- 🚫 "We can't connect to this network" (Windows)Reasons:
- Incorrect password (check the keyboard layout and case!).
- The router is blocking the new device (check the settings)
MAC filterin the router's web interface).- Incompatible security type (for example, the router is configured to
WPA3, and the adapter only supportsWPA2). - ⚠️ "No internet access"This means the laptop is connected to the router, but it doesn't have internet access. Check:
- Is the provider's cable connected to the port?
WANrouter.- Are the indicators on?
InternetorWANon the router.- Does the provider block access?
MAC address(applicable to some tariffs). - 🔄 Constant disconnectionsPossible reasons:
- Interference from other networks (change the Wi-Fi channel in the router settings to
1,6or11For2.4 GHz).- Weak signal (move the router or use a repeater).
- Energy saving settings (turn off the option
Allow the computer to turn off this device to save powerin the adapter properties).
If the error persists, try "forgetting" the network and reconnecting:
- On Windows: Settings → Network & Internet → Wi-Fi → Manage known networks → select the network and press Forget.
- On macOS: open the list of networks, hover over the name of your network and click Forget this network.
- On Linux: delete the network configuration file in /etc/NetworkManager/system-connections/.
7. Configuring the router for the first connection
If you're setting up a new router, you'll need to perform basic configuration via the web interface before connecting your laptop. Here's a basic checklist:
- Connect the router to the InternetConnect the provider's cable to the port.
WAN(usually highlighted in color). - Log in to the web interface. Open a browser on your laptop (you can connect via cable) and enter the router address (usually
192.168.0.1,192.168.1.1ortplinklogin.netFor TP-Link). The default login and password are indicated on the router sticker (usuallyadmin/admin). - Set up your internet connection. In the section
WANorInternetselect connection type (PPPoE,Dynamic IPetc.) and enter the data from the provider (they are in the contract). - Set up Wi-Fi. In the section
WirelessorWi-Fi:- Set the network name (
SSID).- Select the security type (
WPA2-PSK(recommended).- Set a password (at least 8 characters, with numbers and letters).
- Save the settings.
- Reboot your routerAfter applying the settings, the router will reboot, and you will be able to connect to the new network.
⚠️ Attention: The router's web interface settings may vary depending on the model and firmware. If your router is from a provider (for example, Rostelecom or Beeline), some parameters (for example, connection type) may be blocked.
To improve security, it is recommended:
- Change the default router administrator password.
- Disable remote access to settings (Remote Management).
- Enable filtering by MAC addresses (if you need to restrict access to the network).
8. Alternative connection methods
If connecting via Wi-Fi is not possible (for example, there is no adapter or it is broken), you can use alternative methods:
- 🔗 USB modemConnect the 3G/4G modem to your laptop - the system will recognize it as a network device. Windows Driver installation may be required.
- 📱 Smartphone as a hotspot. Turn on the modem mode in your phone settings (
Settings → Access Point) and connect the laptop to the created network. - 🖥️ Ethernet cable. Connect the laptop to the router with a cable (port
LAN). This is the most stable method, but requires a connector.RJ-45on a laptop (or USB adapter). - 🔄 Wi-Fi DirectSome laptops support direct data transfer between devices without a router (relevant for Windows 10/11).
If you use USB modem, please note:
- The mobile operator's tariff must support Internet tethering (for some operators this is a paid option).
- The speed will be limited by the network capabilities (for example, 4G usually gives up to 50-100 Mbps, A 5G — to 1 Gbps).
- On Linux manual configuration may be required via nmcli or wvdial.
FAQ: Answers to Frequently Asked Questions
My laptop can't see any Wi-Fi networks. What should I do?
First, check if your Wi-Fi adapter is turned on:
- On Windows: Start → Settings → Network & Internet → Wi-Fi — the switch must be in the “On” position;
- On macOS: the Wi-Fi icon in the menu bar should not be crossed out;
- On Linux: do it rfkill list - next to wlan shouldn't be Soft blocked: yes.
If the adapter is turned on, but there are no networks:
- Check if it is disabled in BIOS.
- Update the driver (to Windows through device Manager, on Linux - through apt or dnf).
- Try connecting to the router via cable and update the router firmware.
How to find out your Wi-Fi password if you forgot it?
If the laptop has already connected to this network before:
- On Windows: open Settings → Network & Internet → Wi-Fi → Manage known networks, select the network and press PropertiesThe password will be in the field. Network security key;
- On macOS: open Bunch of keys (Keychain Access), find the name of the network and open its properties;
- On Linux: the password is stored in a file /etc/NetworkManager/system-connections/[network_name].nmconnection (you will need a license sudo).
If the laptop did not connect to the network, the only thing left to do is reset the router settings (button Reset) or check the password with your provider/network administrator.
Is it possible to connect to Wi-Fi without a password?
Technically yes, but only if:
- The network is open (without a password), which is extremely unsafe;
- You know WPS-PIN router (usually indicated on the sticker), but this method is outdated and not recommended due to vulnerabilities;
- Do you use specialized software (for example, Aircrack-ng), but this is illegal without the permission of the network owner.
If you're talking about your own network, but you've forgotten the password, it's easier to reset the router and set a new password.
Why is the Wi-Fi speed on my laptop slower than on my phone?
The reasons may be different:
- Different Wi-Fi standards: the phone can support Wi-Fi 6 (802.11ax), and the laptop is only Wi-Fi 5 (802.11ac);
- Interference: the laptop can be located further from the router or behind obstacles (walls, furniture);
- Adapter driver: the laptop may have an outdated driver version that limits the speed;
- Background tasks: Your laptop may be running updates or other programs that consume traffic.
To check your actual speed, connect your laptop to the router with a cable and run a test. speedtest.netIf the speed is high via cable but low via Wi-Fi, the problem is with the wireless connection.
How to connect to a hidden Wi-Fi network?
The hidden network does not broadcast its SSID, but you can connect to it manually:
- On Windows: Settings → Network & Internet → Wi-Fi → Hidden network → enter the network name and password;
- On macOS: in the list of networks, select Other..., enter SSID and password;
- On Linux: use the command:
nmcli dev wifi connect "network_name" password "password" hidden yes
Please note that hidden networks do not provide additional security; their names can still be detected using traffic analyzers.