How to Connect to the Internet via Wi-Fi on a Laptop: A Complete Guide

Connecting a laptop to Wi-Fi seems like a simple task—until you encounter errors like "No connections available" or "Unable to connect to this network." Even if your laptop is new and your router is configured according to the instructions, problems can arise due to outdated drivers, incorrect network settings, or conflicts with other devices. In this article, we'll cover these issues. all possible connection methods — from basic password entry to manual IP address configuration and troubleshooting.

We will pay special attention to Windows 10/11, macOS Sonoma/Ventura and popular distributions Linux (Ubuntu, Mint). We'll also look at what to do if your laptop doesn't see the network, constantly loses connection, or connects but the internet doesn't work. For convenience, we've added table with error codes and their solutions - it will help you quickly navigate without diving deep into the settings.

1. Basic Wi-Fi connection on Windows

On most laptops with Windows 10/11 Connecting to Wi-Fi takes just a few clicks. Here's the standard procedure:

  1. Click on the icon Wi-Fi in the lower-right corner of the taskbar (near the clock). If the icon is not there, click the up arrow to expand the hidden icons.
  2. Select your network from the list of available networks. If your network isn't listed, check that your Wi-Fi adapter is turned on (more on that below).
  3. Click Connect, enter the password (if the network is protected) and confirm.

If you receive the error "Can't connect to this network" after entering your password, try:

  • 🔄 Reboot the router (unplug it from the outlet for 30 seconds).
  • 📶 Check the distance — if the signal is weak (1-2 bars), move closer to the router.
  • 🔑 Make sure your password is correct (Case-sensitive!) To see the characters you've entered, click the eye icon 👁️ next to the field.
📊 What kind of laptop do you have?
Windows
macOS
Linux
Huawei/Honor (HarmonyOS)
Another

On Windows 11 The interface has changed slightly: now, when you first connect, the system may ask for permission to exchange data with other devices on this network. Select Yes, if you want to use printers or files from other gadgets.

⚠️ Attention: If the internet doesn't work after connecting, but there's an exclamation mark (!) next to the Wi-Fi icon, the problem may be in the settings. IP/DNSMore on this in the section on manual configuration.

2. Connecting on macOS: Features and Nuances

On laptops MacBook (and other devices Apple With macOS) Connecting to Wi-Fi is even simpler, but there are some pitfalls. For example, the system may "forget" networks after an update or block the connection due to security settings.

To connect:

  1. Click on the Wi-Fi icon in the top bar (on the right). If the icon is not there, check your settings in System Preferences → Network.
  2. Select your network from the list. If it's not there, click Other networks... and enter the name (SSID) manually.
  3. Enter your password and click Connect.

If macOS It stubbornly won't connect, try:

  • 🍎 Reset network settings: go to System Preferences → Network, select Wi-Fi, press “-” (remove), then “+” (add again).
  • 🔒 Remove network from saved: in the same menu, select More → Delete (find your network in the list).
  • 🛠️ Update software: sometimes bugs are fixed in new versions macOS.

On MacBook with chips M1/M2/M3 There may be a problem connecting to older routers (for example, with the standard 802.11n). In this case, changing the Wi-Fi channel in the router settings will help (optimally - Channel 6 for 2.4 GHz).

3. Connecting on Linux: Terminal vs. GUI

On Linux (Ubuntu, Mint, Fedora, etc.) Wi-Fi connection can be done either through the graphical interface or through terminalThe first method is simpler, the second is more reliable in case of failures.

Method 1: Graphical interface (for beginners)

  1. Click on the network icon in the upper right corner (on the taskbar).
  2. Select your network, enter the password and connect.

If there is no network icon, it may not be installed. Network ManagerInstall it with the command:

sudo apt install network-manager

Method 2: Terminal (for advanced users)

Open Terminal (Ctrl+Alt+T) and run:

nmcli dev wifi list # View a list of networks

nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"

If an error occurs Device not managed, which means the network is managed by another service (for example, wpa_supplicant). To fix:

sudo nano /etc/NetworkManager/NetworkManager.conf

Make sure the line managed=true not commented out (no symbol) # before it). Then restart the service:

sudo systemctl restart NetworkManager
⚠️ Attention: On some distributions (for example, Arch Linux) instead of NetworkManager can be used netctl or iwdIn this case, the commands will be different.

4. Laptop doesn't detect Wi-Fi: causes and solutions

If your laptop does not detect any networks, the problem may be:

  • 🖥️ Disabled Wi-Fi adapter (hardware or software).
  • 🔌 Outdated drivers (especially relevant for Windows after the update).
  • 📡 Router malfunctions or its settings (hidden SSID, disabled DHCP).
  • Hardware failure (for example, the Wi-Fi module burned out).

Checking the Wi-Fi adapter on Windows:

  1. Click Win + Xdevice Manager.
  2. Expand the tab Network adapters.
  3. Find the device with the words Wireless, Wi-Fi or 802.11.
  4. If there is an arrow ↓ next to it, right-click and select Activate the device.

Updating drivers:

  • 🔄 Automatically: right-click on the adapter → Update driverAutomatic search.
  • 💻 Manually: Download the driver from the laptop manufacturer's website (for example, Lenovo, HP, ASUS) and install it.

On Linux To check the adapter, use the command:

lspci | grep -i network

If the output is empty, the adapter is not detected by the system (proprietary drivers may be required).

Check if Wi-Fi is enabled on your laptop (Fn + F2/F12)

Make sure the router is turned on and distributing the network (the indicators are on)

Update your network adapter driver

Try connecting from another device (phone, tablet)

-->

5. Manual IP and DNS assignment: when is it necessary?

Sometimes a laptop connects to Wi-Fi, but the internet doesn't work. This could be due to a conflict. IP addresses or incorrect settings DNSIn this case, manual configuration will help.

On Windows:

  1. Go to Settings → Network & Internet → Wi-Fi → Configure adapter settings.
  2. Right-click on your connection → Properties.
  3. Select Internet Protocol version 4 (TCP/IPv4)Properties.
  4. Set the switch to Use the following IP address and enter:
Parameter Meaning (example) Explanation
IP address 192.168.1.100 Any address from your router's range (usually 192.168.1.2192.168.1.254)
Subnet mask 255.255.255.0 Standard value for home networks
Main gateway 192.168.1.1 Your router's IP address (found on the sticker)
DNS server 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) Alternative DNS for stability

On macOS And Linux Manual IP configuration is performed in a similar manner, but through other menus:

  • 🍎 macOS: System Preferences → Network → Advanced → TCP/IP.
  • 🐧 Linux (Ubuntu): Click on the network icon → Connection settings → select your network → IPv4.
⚠️ Attention: If the Internet does not work after manual setup, return the settings to the default mode. Automatic (DHCP)Perhaps the problem lies elsewhere (for example, in a blocked MAC address on the router).

6. Common Wi-Fi Errors and Their Solutions

Various errors can occur when connecting to Wi-Fi. We've compiled a table with solutions for the most common ones:

Error code/message Possible cause Solution
Unable to connect to this network Incorrect password, weak signal, IP conflict Check the password, reboot the router, assign the IP manually
Limited connection (yellow triangle) Problems with DHCP or DNS Set DNS 8.8.8.8 or restart the router
No connections available The Wi-Fi adapter is disabled or faulty. Plug the adapter in Device Manager or update the driver
Authentication failed Security type mismatch (WPA2 vs WPA3) Change the encryption type in your router settings to WPA2-PSK
Network without internet access Problems on the provider or router side Check the cable connection to the router, reboot it

If the error persists, try reset network settings:

  • 🪟 Windows: Settings → Network & Internet → Network reset.
  • 🍎 macOS: Remove the network from the list of saved networks and reconnect.
  • 🐧 Linux: complete sudo nmcli networking off && sudo nmcli networking on.
What should I do if my laptop connects, but websites don't open?

This may be due to:

1. DNS blocking (try changing DNS to 8.8.8.8 or 1.1.1.1).

2. Problems with proxies (check your proxy settings in network settings).

3. Viruses or firewall (temporarily disable your antivirus and check).

4. Provider restrictions (for example, an unpaid invoice).

7. Connecting to a hidden Wi-Fi network

Some networks (such as those in offices or hotels) may be hidden — their name (SSID) is not broadcast. To connect to such a network:

On Windows:

  1. Go to Settings → Network & Internet → Wi-Fi → Manage known networks.
  2. Click Add a new network.
  3. Enter the network name (SSID), select the security type (WPA2-Personal) and enter the password.
  4. Check the box Connect automatically.

On macOS:

  1. Click on the Wi-Fi icon → Connect to another network.
  2. Enter the network name, select the security type and password.

On Linux (terminal):

nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD" hidden yes

If you don't know the exact name of the hidden network, you can find it out:

  • 📋 At the network administrator’s office (at the office, hotel).
  • 🔍 Via the router's mobile app (if it's a home network).
  • 🖥️ In the router settings (usually 192.168.1.1 or 192.168.0.1).

8. Optimize Wi-Fi for a stable connection

Even if your laptop is connected to Wi-Fi, the connection may be unstable: slow speed, drops, high ping. Here's how to improve connection quality:

1. Selecting the right Wi-Fi channel

If there are many networks nearby, they may cause interference. To change the channel:

  1. Go to your router settings (usually at 192.168.1.1).
  2. Find the section Wi-Fi or Wireless network.
  3. Change the channel to 6 (for 2.4 GHz) or 36–48 (for 5 GHz).

2. Updating the router firmware

Outdated firmware may cause problems. Update it through the router's web interface (section System tools or Software update).

3. Using 5 GHz instead of 2.4 GHz

Net 5 GHz It's less loaded and faster, but has a shorter range. If your laptop supports Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax), connect to it.

4. Disable power saving for the Wi-Fi adapter

On Windows The system may turn off Wi-Fi to save battery power. To avoid this:

  1. Open device Manager.
  2. Find your Wi-Fi adapter → PropertiesPower management.
  3. Uncheck the box Allow the computer to turn off this device to save power.

5. Using a repeater or mesh system

If the signal is weak in some rooms, install repeater (For example, TP-Link RE605X) or go to Mesh system (Google Nest Wi-Fi, ASUS ZenWiFi). This will help eliminate “dead zones”.

⚠️ Attention: Router settings (including channels, Wi-Fi modes, and firmware) may vary depending on the model and software version. For exact instructions, please consult your device's documentation.

FAQ: Frequently asked questions about connecting a laptop to Wi-Fi

Why doesn't my laptop connect to Wi-Fi, even though my phone does?

This may be due to:

  • Lack of drivers on the laptop (update them).
  • Blocking by MAC address on the router (check filtering settings).
  • IP address conflict (try manual IP configuration).
  • Incompatibility of Wi-Fi standards (for example, the router only works in wireless mode) 802.11n, and the laptop only supports 802.11ac).

Also check if it is turned on on your laptop. airplane mode (Win + A → notification panel).

How to connect to Wi-Fi without a password (if you forgot it)?

If you forgot your network password but have previously connected to it on this laptop:

  • 🪟 Windows: open Settings → Network & Internet → Wi-Fi → Manage known networks, select your network → Properties → scroll to Network password.
  • 🍎 macOS: open Bunch of keys (through Spotlight), find the network name and look at the password.

If you have never connected to this network, the only way is to reset the router (button Reset on the back panel) and configure it again.

Is it possible to connect a laptop to Wi-Fi via a USB adapter?

Yes, if the built-in Wi-Fi module is broken or doesn't support modern standards. To do this:

  1. Buy USB Wi-Fi adapter (For example, TP-Link TL-WN823N or ASUS USB-AC56).
  2. Connect it to your laptop's USB port.
  3. Install the drivers (usually included or downloaded automatically).
  4. Connect to the network as usual.

USB adapters often support higher speeds than the built-in modules found in older laptops.

Why does Wi-Fi work, but some websites won't open?

This may be due to:

  • Blocking DNS (try changing DNS to 8.8.8.8 or 1.1.1.1).
  • Work VPN or proxy (turn them off).
  • Restrictions firewall or antivirus (temporarily disable them).
  • Problems on the side website (check through availability check service).

Also try opening the site in incognito mode or another browser.

How to share Wi-Fi from a laptop to other devices?

If you have a wired internet connection (via Ethernet), you can share it via Wi-Fi:

  • 🪟 Windows: Settings → Network & Internet → Mobile Hotspot.
  • 🍎 macOS: System Preferences → Sharing → Internet Sharing (select EthernetWi-Fi).
  • 🐧 Linux: use the command nmcli dev wifi hotspot or customize hostapd.

For distribution without a wire (via 3G/4G modem) the mode is suitable modem access point (configured in a similar manner).