Connecting a laptop to Wi-Fi seems like a simple task—until you encounter errors like "No networks available" or "Failed to connect." In practice, even the most basic procedure can be complicated: the adapter might not be enabled, the router settings might be out of order, or outdated drivers might be to blame. This article will help you figure out how to do it correctly. switch the laptop to Wi-Fi regardless of the operating system, and also eliminate common problems.
We will cover not only the standard steps for Windows 10/11, macOS And Linux, but also nuances rarely covered: for example, how to connect to a hidden network, what to do if your laptop can't detect 5 GHz, or why the connection keeps dropping. Special attention is paid to diagnostics—you'll learn how to check if your Wi-Fi adapter is working and update drivers without risking breaking your system.
If you're here because your internet connection suddenly went down or your laptop refuses to connect to a new network, don't panic. In 80% of cases, the problem can be resolved within 5 minutes. Let's start with the simplest.
1. Basic methods for enabling Wi-Fi on a laptop
Before digging deep into the settings, make sure Wi-Fi is actually enabled. This may seem obvious, but many users spend hours searching for a solution, not realizing that the adapter is disabled via a physical button or hotkey.
Here are three universal ways to turn on Wi-Fi that work on most models (Asus, HP, Lenovo, Acer, Dell and others):
- 🔧 Hardware button/switchSome laptops (especially older models) have a physical Wi-Fi switch on the case—usually on the side or front. Check to see if it's in the "Off" position.
- ⌨️ Keyboard shortcutMost often it is
Fn + F2,Fn + F5orFn + F12(Depends on the manufacturer). Look for a key with an antenna or airplane icon. Lenovo there may be a separate buttonAirplane Mode. - 🖥️ Via the taskbar. IN Windows Click on the network icon in the lower right corner and check if Wi-Fi is turned on. macOS The Wi-Fi icon is located in the top bar.
If after these steps you still can't connect to the network, proceed to the next section. If your laptop "sees" the network but can't connect to yours, check that the password is entered correctly. Please note: the password is case-sensitive!
2. Connecting to Wi-Fi in Windows 10 and 11: Step-by-step instructions
Windows 10 And Windows 11 They have a similar Wi-Fi connection algorithm, but there are slight differences in the interface. Let's look at both options.
For Windows 10:
- Click on the network icon in the lower right corner of the taskbar (next to the clock).
- In the menu that opens, find the block Wi-Fi and make sure the switch is on.
- Select the desired network from the list and click Connect.
- Enter the password and confirm the connection.
For Windows 11:
- Click on the network/sound/battery icons in the lower right corner.
- In the panel that opens, click on the arrow next to the block Wi-Fi.
- Select a network, enter the password and connect.
If your network is not listed, try refreshing it by clicking Refresh (circle arrow icon). If this doesn't help, check if Wi-Fi hotspot is enabled on your router.
Check if the Wi-Fi adapter is enabled in Device Manager.
Update your network card drivers
Reboot your router
Make sure your router is not hiding your network's SSID-->
Attention! If the internet works after connecting, but there's an exclamation point next to the network icon, there may be a problem with your IP settings. Try entering the following in the command line:
ipconfig /release
ipconfig /renew
3. Connecting to Wi-Fi on a MacBook (macOS)
On laptops Apple The process of connecting to Wi-Fi is as simple as possible, but there are some nuances. For example, macOS may "forget" networks after an update or automatically connect to the wrong access points.
To connect to Wi-Fi on MacBook:
- Click on the Wi-Fi icon in the top bar (on the right).
- Make sure Wi-Fi is turned on (if not, press Turn on Wi-Fi).
- Select the desired network from the list.
- Enter your password and click Connect.
If the network is not showing, try:
- 🔄 Reboot MacBook.
- 📡 Reboot the router.
- 🔧 Reset network settings: go to
System Preferences → Network → Wi-Fi → Advancedand remove unnecessary networks from the list.
Important: MacBooks with M1/M2/M3 chips may experience issues connecting to 5 GHz networks if 802.11ax (Wi-Fi 6) mode is enabled in the router. In this case, try temporarily disabling Wi-Fi 6 in the router settings or updating the firmware.
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) and a network manager. Let's look at the most common option - Ubuntu With GNOME.
Method 1: Via the graphical interface
- Click on the network icon in the upper right corner.
- Select Wi-Fi is not connected → Select network.
- Find your network in the list and click on it.
- Enter the password and connect.
Method 2: Via terminal (if the graphical interface does not work)
Open Terminal (Ctrl + Alt + T) and run the commands:
sudo nmcli dev wifi list # Show available networks
sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
If the Internet does not work after connecting, check if you have received an IP address:
ip a
If there is no address (or it is like 169.254.x.x), try to request it manually:
sudo dhclient wlp3s0
(replace wlp3s0 to your network interface, which can be found out using the command ip a).
What to do if Linux doesn't see the Wi-Fi adapter?
If the team lspci | grep -i wireless or lsusb If your adapter isn't showing up, it's likely the driver is missing. For most adapters, Intel And Broadcom Drivers can be installed via:
sudo apt update
sudo apt install firmware-iwlwifi
For Realtek You may need to manually install the driver from GitHub (search by adapter model).
5. Troubleshooting: Why Your Laptop Won't Connect to Wi-Fi
If you have completed all the steps but your laptop still won't connect to Wi-Fi, there may be a few reasons why:
| Problem | Possible cause | Solution |
|---|---|---|
| The laptop does not see the network | The Wi-Fi adapter is disabled or faulty. | Check Device Manager (Windows) or rfkill list (Linux). Update your drivers. |
| There is a connection, but no internet | Problems with DHCP or DNS | Try it ipconfig /renew (Windows) or change DNS to 8.8.8.8. |
| Constantly asks for a password | Incorrect security type (e.g. WPA3 instead of WPA2) | Check your router settings and change the encryption type. |
| Weak signal or frequent interruptions | Interference, long distance to the router | Change the Wi-Fi channel in your router settings or use a repeater. |
Attention! If your laptop connects to other networks but not yours, the problem is most likely with your router. Try connecting another device (such as a phone) to it. If that still doesn't connect, reboot the router or reset its settings.
Another common reason is - IP address conflictThis happens if there's already a device with the same IP address on the network. In this case, rebooting the router or manually setting the IP address on the laptop will help.
6. How to connect to a hidden Wi-Fi network
Hidden networks (with SSID broadcast disabled) don't appear in the list of available networks, but you can connect to them manually. This is especially useful for office networks or home routers with increased security requirements.
In Windows:
- Open
Settings → Network and Internet → Wi-Fi. - Click Managing known networks → Add a new network.
- Enter the network name (SSID), select the security type and password.
- Check the box Connect automatically.
On macOS:
- Click on the Wi-Fi icon in the top bar.
- Select Connect to another network.
- Enter the network name, select the security type and password.
In Linux:
Use the command:
sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD" hidden yes
If you don't know the exact network name (SSID), you can find it in your router settings or by contacting your network administrator. Hidden networks are typically used in corporate environments or to protect against unauthorized connections.
7. Optimizing your Wi-Fi connection: how to boost your signal and speed up your internet
Even if your laptop is connected to Wi-Fi, speed may be slow due to interference, incorrect router settings, or adapter issues. Here are some ways to improve your connection:
- 📶 Change the Wi-Fi channel. In the router settings (usually at the address
192.168.1.1or192.168.0.1) find the section Wireless and select the channel manually (for example, 1, 6, or 11 for 2.4 GHz). Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find the least congested channel. - 🔄 Update your router firmwareOutdated firmware can cause connection issues, especially if you have a newer laptop. Check for updates in your router's web interface.
- 🖧 Use 5 GHz instead of 2.4 GHzThe 5 GHz band is less crowded and offers faster speeds, but has a smaller coverage area. If your laptop supports both bands, try connecting to a network with the suffix
-5G. - 🛡️ Disable power saving for your Wi-Fi adapterIn Windows, go to
Device Manager → Network Adapters, find your Wi-Fi adapter, open Properties → Power Management and uncheck Allow the computer to turn off this device to save power.
Attention! If you're using a USB Wi-Fi adapter, try connecting it via a USB extender. Sometimes the laptop's case can shield the signal, causing the adapter to perform less well.
FAQ: Frequently asked questions about connecting a laptop to Wi-Fi
My laptop connects to Wi-Fi, but pages won't open. What should I do?
Check your DNS settings. Try manually entering Google's DNS (8.8.8.8) or Cloudflare (1.1.1.1). Also, make sure that parental controls or MAC address filtering are not enabled on your router.
How can I find out the password for a Wi-Fi network my laptop is already connected to?
IN 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.
IN macOS: open Bunch of keys, find the network name and double-click it. Check the box Show password.
IN Linux: run the command sudo grep psk=/etc/NetworkManager/system-connections/NETWORK_NAME.
Is it possible to connect a laptop to Wi-Fi without a password?
Technically yes, but only if the network is open (unencrypted) or if you know the password. Hacking other people's networks is illegal! If it's your own network and you've forgotten the password, reset the router using the reset button. Reset (usually located on the back panel).
Why does my laptop connect to Wi-Fi, but the internet only works via cable?
Possible reasons:
- DHCP for Wi-Fi is disabled on the router (check the settings).
- The laptop has not been assigned an IP address (try
ipconfig /renewin Windows). - Problems with the Wi-Fi adapter driver (update it).
How do I connect my laptop to Wi-Fi if the port is broken?
If the Wi-Fi connector is physically damaged (for example, on the motherboard), there are several options:
- Use USB Wi-Fi adapter (costs from 500 rubles).
- Connect via smartphone in modem mode (USB or Bluetooth).
- Use Ethernet adapter (if there is a USB-Type C or Thunderbolt port).
If the laptop is under warranty, contact the service center.