Connecting your laptop to your home Wi-Fi network seems like a simple task until you encounter errors like "No connections available" or "Unable to connect to the network"Even if the router is working properly, problems may lie in the laptop settings, adapter drivers, or operating system features. In this article, we'll look into these issues. all possible connection methods — from the basics via the taskbar to manually entering network parameters, and we'll also solve common errors that interfere with a stable connection.
We will pay special attention to hidden networks, dual-band routers (2.4 GHz vs 5 GHz) and the intricacies of authorization on public networks (for example, in hotels or cafes). If your laptop stubbornly refuses to detect the network, even though other devices connect without issue, you'll find a solution here.
First, check the obvious: is the module enabled on the laptop? Wi-Fi. On some models (Lenovo ThinkPad, HP EliteBook) there is a physical switch or key combination (eg Fn + F2), which disables wireless connectivity. Make sure the Wi-Fi light on the keyboard is on or blinking. If not, try restarting the laptop.
It is also worth considering that modern routers often broadcast two networks simultaneously - on frequencies 2.4 GHz (longer radius, but lower speed) and 5 GHz (high speed, but weaker through walls). If your laptop can't see the network 5 GHz, perhaps its Wi-Fi adapter does not support this range (relevant for older models before 2018).
1. Connecting to Wi-Fi on Windows 10/11
Operating systems Windows 10 And Windows 11 There are several ways to connect to Wi-Fi, including via the taskbar, system settings, or the command line. Let's look at each of them.
The easiest method is through Network Control Center in the taskbar:
- Click on the icon Wi-Fi in the lower right corner of the screen (next to the clock).
- From the list of available networks, select your home network (for example,
TP-Link_1234). - Check the box "Connect automatically" and press Connect.
- Enter your Wi-Fi password and confirm.
If the Wi-Fi icon isn't in the taskbar, the adapter may be disabled in the system. To enable it:
- 🔧 Open
Settings → Network and Internet → Wi-Fi. - 🔄 Move the slider "Wi-Fi" in position On
- 🔍 Click Show available networks and try connecting again.
If your network doesn't appear in the list, try updating your adapter drivers. To do this:
- Click
Win + Xand select "Device Manager". - Expand the section Network adapters, find the device with the name Wireless or Wi-Fi (For example, Intel Wi-Fi 6 AX200).
- Right click and select Update Driver → Automatic search.
2. Connecting on macOS (MacBook)
Laptops Apple usually connect to Wi-Fi automatically, but if this does not happen, follow the instructions:
Open the Wi-Fi menu in the top bar (icon in the form of waves). If there is no icon, check the settings:
- 📱 Go to
System Preferences → Network. - 🔄 Make sure the item is selected in the left menu Wi-Fi, and the status is "Connected".
- 🔍 If the network is not visible, click "Additionally" and manually add the network by specifying
SSID(network name) and password.
On macOS There is a peculiarity: if the router uses hidden network (doesn't broadcast the name), you'll have to add it manually. To do this:
- In the Wi-Fi menu, select "Connect to another network".
- Enter the network name (
SSID) and select the security type (WPA2/WPA3 Personal). - Enter your password and save your settings.
Important! On a MacBook with a chip Apple M1/M2 there may be a problem connecting to networks 5 GHz, if the router uses the channel width 160 MHzIn this case, change the channel width in the router settings to 80 MHz or Auto.
☑️ Preparing your MacBook for connection
3. Connecting on Linux (Ubuntu, Mint, Fedora)
In distributions Linux Wi-Fi connection depends 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 and enter the password.
- 🔄 If there is no network, check if the Wi-Fi adapter is enabled using the command:
rfkill list
If there is a line in the output Soft blocked: yes, unlock the adapter:
sudo rfkill unblock wifi
To connect manually via the terminal (relevant if the graphical interface does not work):
- Install the utility
wpa_supplicant(if not installed): - Scan for available networks:
- Connect to the network by editing the file
/etc/wpa_supplicant/wpa_supplicant.conf: - Apply settings:
sudo apt install wpasupplicant
sudo iwlist wlan0 scan | grep ESSID
network={ssid="your_network_name"
psk="your_password"
}
sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
sudo dhclient wlan0
If the Internet doesn't work after connecting, check your settings. DNSSometimes manually specifying DNS from helps. Google (8.8.8.8) or Cloudflare (1.1.1.1).
What to do if Linux doesn't see the Wi-Fi adapter?
If the team iwconfig If your adapter isn't showing up, the driver might be missing. For most adapters Intel And Broadcom The drivers are installed automatically, but for Realtek (e.g. RTL8821CE) may require manual installation from the repository. Try the command:
lspci | grep -i network
To find the adapter model and then install the driver via dkms or from the manufacturer's official website.
4. Manually adding a hidden Wi-Fi network
Some routers are configured not to broadcast the network name (SSID) - this is called hidden networkTo connect to such a network, you need to add it manually.
On Windows 10/11:
- Open
Settings → Network and Internet → Wi-Fi. - Click "Managing Known Networks" → Add a new network.
- Enter:
- 📛 Network name (
SSID) - 🔐 Security type (WPA2-Personal or WPA3-Personal)
- 🔑 Password
- 📛 Network name (
On macOS:
- Open
System Preferences → Network → Wi-Fi → Advanced. - In the section "Net" click + and add a new network.
- Please specify
SSID, security type and password. - 🔄 On Windows:
Settings → Network & Internet → Status → Network reset. - 🍎 On macOS: Remove the network from the list of known networks and reconnect.
- 🐧 On Linux: restart the service
NetworkManager: - 📡 Place the router in the center of the apartment, away from walls and metal objects.
- 🚪 Don't hide it in a closet or behind a TV - the signal will weaken.
- 🔌 If you use repeater (amplifier), place it halfway between the router and the laptop.
- 🔄 Change the Wi-Fi channel in the router settings (for example, from
Autoon1,6or11For 2.4 GHz). - 📶 Turn on technology MU-MIMO (if supported) to work with multiple devices simultaneously.
- 🔒 Turn it off WPS - This not only improves security, but also sometimes solves connection problems.
- 🌐 Use Mesh system (For example, TP-Link Deco or Google Nest Wi-Fi) for seamless coverage.
- 🔌 Connect your laptop to the router via Powerline adapter (Internet transmission via electrical wiring).
- 📶 Buy USB Wi-Fi adapter with an external antenna (for example, TP-Link Archer T4U).
On Linux (through nmcli):
nmcli dev wifi connect "network_name" password "password" hidden yes
If the router uses non-standard security settings (for example, Enterprise-authentication), connecting via a hidden network may not work. In this case, temporarily enable broadcasting SSID in the router settings.
5. Resolving connection errors
If your laptop won't connect to Wi-Fi despite the correct password, there could be a variety of reasons, from incorrect IP settings to channel conflicts. Let's look at the most common errors and their solutions.
| Error | Possible cause | Solution |
|---|---|---|
Failed to connect to the network |
Incorrect password or security type | Check the password. If the router uses WPA3, and the laptop does not support it, switch to WPA2 in the router settings. |
No internet connection (exclamation mark) |
Problems with DHCP or DNS | Set a static IP or change DNS to 8.8.8.8. |
| The network keeps disconnecting | Weak signal or channel conflict | Change the Wi-Fi channel in the router settings (for example, from Auto on 6 or 11). |
| The laptop doesn't see the network. 5 GHz | The adapter does not support 5 GHz or disabled in BIOS | Check the adapter specifications. If supported, enable it. 5 GHz in BIOS (Wireless Mode Selection). |
If the error persists, try reset network settings:
sudo systemctl restart NetworkManager
6. Optimizing the Wi-Fi signal for your laptop
Even if your laptop is connected to the network, slow speeds or dropped connections can ruin your experience. Here's how to improve your signal:
Check it out router location:
Configure your router for maximum performance:
If your laptop is far from the router, consider the following options:
7. Connection to public networks (hotels, cafes)
Public Wi-Fi networks (in hotels, airports, and cafes) often require additional authorization through a browser. If your laptop connects to such a network, the internet may not work until you log in.
To connect:
- Select a network from the list of available networks (usually called
Hotel_WiFi,Cafe_Guestetc.). - Open any browser (Chrome, Firefox) - the authorization page should open automatically.
- Enter your login details (room number, code from your receipt, administrator password).
- Accept the terms of use (if required).
If the authorization page does not open:
- 🔄 Try opening
http://captive.apple.comorhttp://neverssl.com. - 📱 Disable your VPN or proxy—they may be blocking redirection to the login page.
- 🔒 Check if your browser blocks pop-ups.
Some networks (for example, in the subway or airplanes) use port isolation — You're connected to Wi-Fi, but internet access is only available after payment or registration. If the internet still doesn't work after authorization, reconnect to the network or restart your laptop.
8. Security: How to protect your connection
Your home Wi-Fi network must be secured to prevent unauthorized access. Here are some basic security measures:
Configure your router:
- 🔐 Change the default administrator password (usually
admin/admin) to complex. - 🔄 Enable encryption WPA3 (or WPA2, If WPA3 not supported by devices).
- 📡 Turn off WPS - This protocol is vulnerable to hacking.
- 🌐 Change the network name (
SSID) to a unique one that does not contain personal information.
On the laptop:
- 🛡 Install firewall (for example, built in Windows Defender or Little Snitch for macOS).
- 🔒 Use VPN to encrypt traffic, especially on public networks.
- 📥 Regularly update your Wi-Fi adapter drivers and operating system.
If you suspect that strangers have connected to your network, check the list of devices in the router settings (section DHCP Clients or Connected Devices). Unknown devices can be blocked by MAC address.
⚠️ Attention: 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 can't see the 5 GHz network, even though the router is broadcasting it. What should I do?
Possible reasons:
- Your Wi-Fi adapter does not support 5 GHz (valid for laptops before 2015).
- The mode is disabled in BIOS 5 GHz (check your settings)
Wireless Mode). - The adapter driver is out of date (update it via device Manager).
To check support 5 GHz, enter in the command line (Windows):
netsh wlan show drivers
Look for the line Radio types supported - there should be 802.11a (5 GHz) and 802.11n/ac/ax.
How to connect to Wi-Fi without a password (if you forgot it)?
If you've forgotten your network password, but your laptop has previously connected to it, you can find it out:
- 🔐 On Windows: open
Settings → Network & Internet → Wi-Fi → Manage known networks, select your network and click "Properties"The password will be in the field. Network Security Key. - 🍎 On macOS: open
Bunch of keys(throughSpotlight), find the network name and double-click on it - the password will be displayed after entering the account password.
If the laptop has never been connected to the network, reset the password through the router settings (usually at 192.168.1.1 or 192.168.0.1, login/password — admin/admin).
Why does Wi-Fi work on my phone but not on my laptop?
This is a typical situation and indicates a problem with the laptop, not the router. Check:
- 🔌 Is the Wi-Fi adapter on the laptop turned on (physical button or
Fn + key). - 🔄 Update your adapter driver (via device Manager or from the manufacturer's website).
- 📡 Check if there is a limitation in the router settings
MAC address(Sometimes phones are added to the whitelist automatically, but laptops are not).
If nothing helps, try creating guest network on the router and connect to it from your laptop - this will help identify the problem.
Is it possible to connect a laptop to Wi-Fi via a USB cable from a router?
No, you can directly connect your laptop to the router via USB cable It's not suitable for internet access. The USB port on most routers is intended for:
- Connections 3G/4G modem (for backup Internet).
- File sharing with USB drive (function
Samba). - Connections printer for network printing.
To connect your laptop to the router via cable, use Ethernet port (connector RJ-45).
How to share Wi-Fi from a laptop to other devices?
If you have an internet connection (for example, via Ethernet or USB modem), you can distribute Wi-Fi from a laptop:
- 🔄 On Windows 10/11: open
Settings → Network & Internet → Mobile Hotspot, select an Internet source and enable sharing. - 🍎 On macOS:
System Preferences → Sharing → Internet Sharing, select the source and turn on Wi-Fi. - 🐧 On Linux:
sudo apt install create_ap
sudo create_ap wlan0 eth0 MyHotspot MyPassPhrase
Please note: Not all Wi-Fi adapters support the mode. AP (access points). If sharing doesn't work, check the adapter's compatibility.
⚠️ Attention: Router settings and operating system interfaces may vary depending on the model and firmware version. For precise instructions, consult your device's documentation or the manufacturer's official website.