Have you just bought a new laptop or moved to a new apartment but don't know how to properly connect to your home Wi-Fi? Or has the internet suddenly stopped working on your old device? This article will help you understand all the nuances of wireless connectivity, from basic steps to troubleshooting complex issues.
We will look at not only the standard instructions for Windows 10/11, macOS And Linux, but we'll also discuss what to do if the network isn't showing up, keeps dropping out, or requires a password you don't remember. You'll also learn how to check your connection speed and protect your network from your neighbors.
Modern laptops support standards Wi-Fi 5 (802.11ac) And Wi-Fi 6 (802.11ax), but even new adapters can still have problems. Most often, these are related to incorrect router or driver settings—and we'll show you how to fix them without calling a technician.
1. Checking the laptop's readiness for connection
Before attempting to connect to the network, make sure your laptop is technically capable of connecting to Wi-Fi. Even if you have a modern model, sometimes The Wi-Fi module may be disabled. or damaged.
Most devices have a wireless network indicator—usually an LED with an antenna symbol. If it's off or flashing red, there's a problem. MacBook There are no indicators, but a Wi-Fi icon (three waves) should be displayed in the upper right corner of the screen.
- 🔍 Check the physical switch - on some laptops (for example, Lenovo ThinkPad or HP EliteBook) There is a hardware Wi-Fi button. It may be located on the side panel or next to the keyboard.
- 💻 Key combination - On most models, Wi-Fi is turned on by pressing
Fn + F2(or another function key with an antenna icon). MacBook Just click on the Wi-Fi icon in the menu bar. - 🔧 device Manager - V Windows click
Win + X→ "Device Manager" → Find the "Network Adapters" section. If there's an exclamation mark next to the Wi-Fi module's name, you'll need to reinstall the driver.
If your adapter is not listed or is marked as "Unknown Device", it may mean that The driver is not installed or the module is faulty. In this case, try connecting to the internet via cable. Ethernet and download the driver from the manufacturer's website (for example, Intel, Qualcomm Atheros or Broadcom).
⚠️ Attention: On some budget laptops (eg. ASUS Vivobook or Acer Aspire 3The Wi-Fi module may be soldered onto the motherboard. If it burns out, replacing it yourself will be difficult—you'll need a soldering station.
2. Standard Wi-Fi connection on Windows 10/11
If the adapter is working and the network is visible in the list of available networks, you can connect to it in a few clicks. Let's look at an example. Windows 11 (V Windows 10 The steps are similar, but the menu design may differ slightly).
Open the notification panel by clicking the network icon in the lower right corner of the screen (near the clock). Here you'll see a list of available networks. Find yours (the name is usually listed on the router's sticker) and click it. The system will ask for a password—enter it and confirm the connection.
Check if Airplane mode is enabled (turn it off in the notification panel)
Reboot your router (pull the plug for 30 seconds)
Make sure you enter the correct password (case sensitive!)
Update your Wi-Fi adapter driver via Device Manager-->
If you receive the error "We couldn't connect to this network" after entering your password, try the following:
- Remove a network from saved ones: go to
Settings → Network & Internet → Wi-Fi → Manage known networks, find your network and click "Forget". - Reboot your router (unplug the power for 1 minute).
- Try connecting to the network from another device (smartphone or tablet). If it doesn't work there either, the problem is with the router.
If the network still won't connect, check your router's security settings. A filter may be enabled. MAC address or an outdated encryption type is used (for example, WEP instead of WPA2/WPA3).
3. Connecting to Wi-Fi on a MacBook (macOS)
On devices Apple The process of connecting to Wi-Fi is even easier than on WindowsIn the upper right corner of the screen, find the Wi-Fi icon (three arcs) and click it. Select the desired network from the drop-down menu and enter the password.
If the network is not showing up or macOS says "Unable to join the network," follow these steps:
- 🔄 Restart the Wi-Fi module: Turn off Wi-Fi in the menu, wait 10 seconds and turn it on again.
- 📱 Check your router's channel: some MacBook (especially older than 2017) do not support channels
160 MHzin standardWi-Fi 6Go to your router settings and set the channel width.20/40 MHz. - 🛠️ Reset network settings: go to
System Preferences → Network → Wi-Fi → Advancedand remove your network from the Preferred Networks list.
If the problem persists, try creating a new one. network configuration:
- Open
System Preferences → Network. - Select
Wi-Fiin the list on the left and click “–” (minus) to delete the current configuration. - Click "+" (plus), select the interface
Wi-Fiand create a new configuration. - Reconnect to the network.
⚠️ Attention: On MacBook with a chip Apple M1/M2 There may be problems with some routers TP-Link And ASUS due to incompatibility with the function 802.11r Fast RoamingDisable it in your router settings if the connection is constantly dropping.
4. Connecting to Wi-Fi on Linux (Ubuntu, Mint, Fedora)
In distributions Linux Wi-Fi connection may vary depending on the desktop environment you are using (GNOME, KDE, XFCE). Let's consider a universal method via the terminal and graphical interface.
If you use Ubuntu or Linux Mint With GNOME:
- Click on the network icon in the upper right corner.
- Select your network from the list.
- Enter the password and confirm the connection.
If the network isn't showing up or the connection fails, try using the terminal. First, check if your Wi-Fi adapter is detected:
iwconfig
The output should show the wireless network interface (usually wlan0 or wlp3s0). If it is not there, the driver may not be installed. For most adapters Intel And Broadcom the following command will work:
sudo apt update && sudo apt install firmware-iwlwifi
To connect to the network via terminal:
sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
If you get an authentication error, try explicitly specifying the security type:
sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD" ifname wlan0
What to do if Linux doesn't see the Wi-Fi adapter?
If the team iwconfig If the wireless interface isn't showing up, there's likely a driver issue. For adapters Realtek (For example, RTL8821CE) You may need to manually install the driver from GitHub. Also, check if Wi-Fi is disabled in the BIOS/UEFI (section Advanced → Onboard Devices Configuration).
5. Solving common connection problems
Even if you've done everything correctly, sometimes Wi-Fi may be unstable or not connect at all. Let's look at the most common errors and their solutions.
| Problem | Possible cause | Solution |
|---|---|---|
| The network is not displayed in the list. | The Wi-Fi adapter is disabled or faulty. | Check your Wi-Fi switch, update your driver, try another device |
| Constantly asks for a password | Invalid encryption type or saving failure | Remove the network from your saved ones and reconnect. Check your router settings (there should be WPA2-PSK or WPA3) |
| There is a connection, but the Internet doesn't work. | Problems with DHCP or DNS | Reboot your router. Specify DNS in the network settings. 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) |
| Slow speed or connection interruptions | Interference from other networks or weak signal | Change the Wi-Fi channel in the router settings (select 5 GHz instead of 2.4 GHz(if the device supports it). Move the router closer to the laptop. |
If none of the methods helped, try reset network settings:
- 🪟 Windows:
Settings → Network & Internet → Status → Network reset - 🍎 macOS: Delete the file
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist(Make a backup first!) - 🐧 Linux: Reinstall the package
network-manageror usenmcli networking off && nmcli networking on
⚠️ Attention: On some laptops Dell And HP After resetting the network, you may need to reactivate Wi-Fi via BIOSGo to settings (F2orDelat boot) and check if the option is enabledWireless LAN.
6. Optimize Wi-Fi for stable operation
If your internet connection is working but the speed is slow or the connection drops periodically, try optimizing your settings.
Check first channel and bandwidth in the router settings. To do this:
- Go to the router's web interface (usually at
192.168.0.1or192.168.1.1). - Find the section
Wireless Settings(or "Wireless Network"). - Set the channel manually (eg.
6or11For2.4 GHz) instead of the regimeAuto. - For
5 GHzselect channel width40 MHzor80 MHz(if your laptop supports it).
Also pay attention to Wi-Fi standardIf you have a router with Wi-Fi 6 (802.11ax), but your laptop is older than 2019, it may not support new features. In this case, select compatibility mode in your router settings. 802.11a/b/g/n/ac.
If you have a dual-band router, give the 2.4 GHz and 5 GHz networks different names (SSIDs). This will allow you to manually select the more stable band depending on your distance from the router.
7. Security: How to protect your Wi-Fi connection
An open or poorly secured Wi-Fi network is easy prey for neighbors or hackers. To prevent unauthorized access:
- 🔒 Use a strong password — at least 12 characters with numbers, letters, and special characters. Avoid obvious combinations like
12345678orqwerty. - 🛡️ Enable encryption
WPA3— if your router supports it (most models after 2019). This is the most reliable standard today. - 🚫 Disable WPS This feature simplifies connecting devices, but it has vulnerabilities. Find it in your router settings and disable it.
- 📡 Hide your SSID — You can disable network name broadcasting in your router settings. Then, only those who know the exact name will be able to connect.
Regularly check who is connected to your network. To do this:
- Log into your router's web interface.
- Find the section
DHCP Clients Listor "Device List". - Browse the list
MAC addressesUnknown devices can be blocked.
If you notice suspicious activity (for example, a sharp drop in speed), change your Wi-Fi password and reboot your router.
8. Alternative ways to connect to the Internet
If you can't connect via Wi-Fi, you can use alternative methods:
- 📶 Mobile Internet (4G/5G) - if you have USB modem or a smartphone with the "Access Point" function. Windows Just connect the modem and the system will automatically configure the connection. MacBook manual adjustment may be required
System Preferences → Network. - 🔌 Ethernet cable — If the router is nearby, connect the laptop directly through the port
RJ-45This will give maximum speed and stability. - 🤝 Wi-Fi Direct or Miracast - some laptops (especially on Windows 11) support direct connection to other devices without a router. This can be useful for transferring files or sharing internet from a smartphone.
To share the Internet from a smartphone:
- On Android: Open Settings → Network & Internet → Hotspot & Tethering → Wi-Fi Hotspot. Set a password and enable Wi-Fi hotspot.
- On iPhone: "Settings → Personal Hotspot" and enable "Allow Others".
- On your laptop, connect to the newly created network as you would to a regular Wi-Fi network.
⚠️ Attention: When connecting via USB modem Monitor your data usage when using a smartphone or hotspot. Many carriers limit unlimited data to your phone only, and may charge for additional gigabytes when tethering.
FAQ: Frequently asked questions about connecting a laptop to Wi-Fi
My laptop can't see any Wi-Fi networks. What should I do?
First, check if the Wi-Fi adapter is turned on (physical switch or key combination Fn + F2). If the adapter is enabled, but there are no networks, update the driver via device Manager (Windows) or terminal (Linux). On MacBook try resetting PRAM/NVRAM (turn off the laptop, then turn it on while holding down the keys Option + Command + P + R for 20 seconds).
The Wi-Fi connects, but the pages won't open. What's the problem?
Most likely the problem is with DNS or IP addressTry manually entering Google's DNS (8.8.8.8 And 8.8.4.4) in the network settings. Also, check if your antivirus or firewall is blocking access. If all else fails, reboot your router and laptop.
How do I find out my Wi-Fi password if I forgot it?
If you're already connected to the network on another device (like a smartphone), you can view the password in the router settings. Go to the web interface (usually 192.168.0.1), enter login/password (default) admin/admin), then find the section Wireless SecurityThere will be a field there. Password or Pre-Shared Key.
On Windows The password can be viewed like this: Settings → Network & Internet → Wi-Fi → Manage known networks → select the network → "Properties" → check the "Show entered characters" box.
Why is Wi-Fi slow on my laptop but fine on my phone?
Possible reasons:
- The laptop is connected to a congested channel.
2.4 GHz(try it5 GHz). - The Wi-Fi adapter driver is out of date (update it through the manufacturer's official website).
- There are updates or torrents downloading in the background (check in Task Manager).
- The laptop is far from the router and the signal is weakened (use a repeater or move the router).
Is it possible to connect to Wi-Fi without a password?
Technically yes, but this violates the law on unauthorized access (Article 272 of the Criminal Code of the Russian Federation). However, if we are talking about his own network for which you forgot the password, you can:
- Reset the router to factory settings (button
Reseton the back panel). - Connect via cable and change the password in the web interface.
- Use
WPS(if the function is enabled on the router) - press the buttonWPSon the router, then select the network on the laptop without entering the password.
For other people's networks, there are legal methods—for example, asking the owner for the password or using guest access (if configured).