How to connect Wi-Fi to a laptop: step-by-step instructions with video for beginners

Connecting to a wireless network on a laptop seems like a simple task - until you encounter errors like "Can't connect to this network" or a missing icon Wi-Fi in the tray. This article will help you understand the process from scratch: from enabling the adapter to troubleshooting. We'll cover all popular operating systems (Windows 10/11, macOS, Linux), and we will also give advice on how to resolve common problems.

If you prefer visual instructions, there are links to proven video guides at the end of each section. YouTube (without unnecessary fluff and unnecessary digressions). For those who enjoy text-based guides, we have prepared step-by-step screenshots and error code tables. Whether you're connecting to a home router or a public network at a cafe, the steps are the same.

We will pay special attention to hidden networks (when the SSID isn't broadcast) and dual-band routers (2.4 GHz vs. 5 GHz). These issues often cause connection failures, although they can be resolved in 2-3 clicks. We'll also discuss what to do if your laptop doesn't see the network, even though other devices connect without issue.

1. Preparing your laptop for connection

Before searching for networks, make sure your laptop is physically ready to work with Wi-Fi. On most modern models (Lenovo, HP, Asus, Dell) the wireless adapter is turned on by a key combination or a hardware switch.

For example, on Lenovo ThinkPad it could be a combination Fn + F5, and on HP Pavilion — a separate button with an antenna icon on the sidebar. If you use MacBook, then there is no hardware switch: the adapter is activated programmatically through the menu System Preferences → Network.

  • 🔍 Check the indicatorsThe LED with the antenna icon (usually orange or blue) on the laptop case should be lit or blinking. If it's off, the adapter is disabled.
  • 🔧 Update your drivers: outdated drivers Wi-Fi may cause problems. For Windows Download them from the laptop manufacturer's website (not through the "Device Manager"!).
  • 📡 Check your coverage areaEven if the router is nearby, thick walls or a running microwave can block the signal. Try moving your laptop closer to the source.
⚠️ Attention: On some laptops (Acer, MSI) hardware switch Wi-Fi Combined with the airplane mode switch. If the indicator doesn't light up despite pressing it, check the settings. Airplane mode V Windows.
📊 What kind of laptop do you have?
Lenovo
HP
Asus
Dell
MacBook
Acer
Another

2. Connecting to Wi-Fi on Windows 10 and 11

Algorithm for both versions Windows Almost identical. The only difference is the window design. Let's start with the simplest scenario—connecting to an open or secure network with a known password.

Steps for Windows 10/11:

  1. Click on the icon Wi-Fi in the lower right corner of the screen (next to the clock). If it's not there, click the ↑ arrow to expand the hidden icons.
  2. Select the desired network from the list of available networks. If there is no network, click Hidden network and enter the name (SSID) manually.
  3. When prompted for a password, enter it and press NextIf the network is open, the connection will occur automatically.
  4. Confirm that you want to allow other devices on the network to discover this PC (optional for home networks).

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

  • 🔄 Reboot the router (turn it off for 30 seconds).
  • 🔑 Make sure the password is entered correctly (case-sensitive!).
  • 📶 Switch the router to mode 802.11n (if the laptop is old and does not support 802.11ac).
Error codeCauseSolution
0x80070035The network is unavailableCheck if DHCP is enabled on your router.
0x8007232BIncorrect passwordReset your router password or re-enter it.
1068WLAN service is not runningStart the service Automatic WLAN configuration V services.msc

Is the Wi-Fi adapter enabled on the laptop?

The router is turned on and distributing the network

The password was copied/entered without errors.

The laptop is within range of the network-->

3. Setting up Wi-Fi on MacBook (macOS)

On MacBook The connection process is intuitively simpler, but there are some nuances. For example, macOS may "forget" networks after a system update, and some public networks require additional authentication via a browser.

Instructions for macOS Ventura/Monterey/Sonoma:

  1. Click on the icon Wi-Fi in the top panel (on the right). If it's not there, add it via System Preferences → Control Panel.
  2. Select the desired network. If it is hidden, click Connect to another network and enter the SSID manually.
  3. Enter your password and click ConnectIf the network requires web authentication (for example, at a hotel), a browser will open. Safari.
  4. To connect automatically in the future, check the box. Remember this network.

If MacBook does not see the network, although other devices connect:

  • 🔄 Restart your laptop and router.
  • 📱 Check if the mode is enabled MAC address blocking on the router (sometimes filters devices) Apple).
  • 🔧 Reset network settings: System Preferences → Network → Wi-Fi → Advanced → Reset.
⚠️ Attention: In macOS Sonoma A "Private Wi-Fi Address" feature has been added, which randomly changes the device's MAC address. This may block connections to networks with MAC filtering. Disable it in your network settings if you experience problems.

4. Connecting to Wi-Fi on Linux (Ubuntu, Mint, Fedora)

In distributions Linux The connection process depends on the desktop environment you are using (GNOME, KDE, XFCE). We will consider the most popular option - Ubuntu With GNOME.

Steps to connect:

  1. Click on the network icon in the upper right corner (next to the clock).
  2. Select the desired network. If it is not in the list, click Connect to a hidden network.
  3. Enter your password and click Connect. If used WPA-Enterprise (in universities, offices), you will need to provide a login/password for authentication.
  4. To set up a static IP, go to Settings → Network → Gear next to the network name.

If the network does not connect, run the following in the terminal:

sudo systemctl restart NetworkManager

This will restart the network management service. Also, check if the driver for your Wi-Fi-adapter:

lspci -knn | grep -iA3 net
  • 🐧 If the output contains a line Network controller without driver - install it via sudo apt install firmware-* (For Debian/Ubuntu).
  • 🔌 For adapters Broadcom A proprietary driver may be required: sudo apt install bcmwl-kernel-source.
How to connect to Wi-Fi via a terminal?

Use the command nmcli:

1. View the list of networks: nmcli dev wifi list

2. Connect: nmcli dev wifi connect "SSID" password "password"

This is useful if the GUI does not work.

5. Solving common problems

Even if you followed the instructions, errors may still occur. Let's look at the most common ones and how to fix them.

The laptop doesn't see the network.

Reasons and solutions:

  • 📡 The router is not broadcasting the SSID.: enable network visibility in the router settings (usually in the section Wireless Settings).
  • 🔌 The adapter is disabled: check in Device Manager (Windows) or through rfkill list (Linux).
  • 🔄 Incompatible standard: if the router only works in mode 802.11ac (5 GHz), and the laptop only supports 802.11n (2.4 GHz), change the router settings.

There is a connection, but no internet

Check the following:

  • 🌐 DNS servers: try specifying it manually 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
  • 🔗 IP address: If the router does not issue an IP automatically, set up a static one in the range of your local network (for example, 192.168.1.100).
  • 🔒 Firewall/antivirus: Disable them temporarily and check the connection.

Constant connection breaks

Possible reasons:

  • 📶 Congested channel: change the channel Wi-Fi on the router (use 1, 6 or 11 for 2.4 GHz).
  • 🔋 Energy saving: V Windows Disable the "Allow the computer to turn off this device to save power" option in the adapter properties.
  • 🔄 Outdated router firmware: update it via the web interface (192.168.1.1 or 192.168.0.1).
⚠️ Note: If the issue occurs only on one device, and the others are connected reliably, the laptop is to blame. Try connecting to a different network (for example, using a phone in hotspot mode) to isolate the problem.

6. Connecting to a hidden network (without broadcasting SSID)

Hidden networks don't broadcast their network name (SSID), which complicates connection but increases security. To connect to such a network, you need to know its exact name and password.

Instructions for Windows 10/11:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Manage known networks → Add new network.
  3. Enter the network name (SSID), select the security type (WPA2-Personal or WPA3-Personal) and password.
  4. Mark Connect automatically and press Save.

For macOS:

  1. Click on the icon Wi-Fi in the menu and select Connect to another network.
  2. Enter the SSID, select the security type and password.
  3. Click Connect.

IN Linux (through nmcli):

nmcli dev wifi connect "SSID" password "password" hidden yes
  • 🔍 If you don’t know the SSID, look it up on the router’s sticker or in the web interface (192.168.1.1).
  • 🔑 Security type usually WPA2-PSK (if you haven’t changed your router settings).
  • 📡 Once connected, check the signal strength—hidden networks may work slower due to the lack of roaming.

7. Optimizing Wi-Fi speed on a laptop

Even if your connection is stable, your speed may be slower than expected. Here's how to increase it:

Router settings:

  • 📶 Change the channel: use a network analyzer (eg Wi-Fi Analyzer For Android) to find the least loaded channel.
  • 🔄 Enable WMM (QoS): This prioritizes traffic for videos and games.
  • 🔌 Update the firmware: New versions often improve performance.

Laptop settings:

  • 🖥️ Disable background updates: V Windows Limit bandwidth usage for updates in Settings → Update & Security → Advanced Options → Delivery Optimization.
  • 🎮 Use 5 GHz: If your laptop supports it, connect to a 5 GHz network - it's less crowded, but has a shorter range.
  • 🔋 Turn off energy saving for adapter in Device Manager.
Parameter2.4 GHz5 GHz
Maximum speedup to 300 Mbit/sup to 1300 Mbps
Communication rangeup to 50 mup to 20 m
Device capacityup to 20up to 10
Noise immunityLow (microwaves and Bluetooth interfere)High

8. Video instructions for beginners

If text instructions seem complicated, try video guides. We've selected proven videos free of fluff and intrusive advertising:

  • 🎥 Windows 10/11: [How to connect Wi-Fi on a laptop in 2 minutes](https://youtu.be/example) - step by step with explanation of errors.
  • 🍎 MacBook: [Wi-Fi Setup on macOS for Dummies](https://youtu.be/example) - including hidden networks.
  • 🐧 Linux (Ubuntu): [Wi-Fi on Linux: from drivers to connection](https://youtu.be/example) - with commands for the terminal.
  • 🔧 Troubleshooting: [The laptop does not see Wi-Fi - 5 ways to fix it](https://youtu.be/example) - diagnostics of the adapter and router.

Tip: If the video is in English, enable subtitles and automatic translation in the player settings. YouTube.

⚠️ Note: Program interfaces and settings layout may vary depending on your OS version or laptop model. If the video shows different windows, follow the logic of the actions, not the exact button placement.

FAQ: Frequently Asked Questions

Why can't my laptop see the 5 GHz network?

This may be due to:

  • Outdated Wi-Fi- adapter (check your laptop's specifications).
  • Disabled 5 GHz mode on the router (go to settings by 192.168.1.1 and turn it on 802.11ac).
  • Incorrect drivers (update them from the manufacturer's website).

To check 5 GHz support in Windows, open Command line and enter:

netsh wlan show drivers

Look for the line Supported radio types - it should be indicated there 802.11ac.

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

If you have access to the router:

  1. Connect to it via cable (or through another device where the password is saved).
  2. Log in to the web interface 192.168.1.1 or 192.168.0.1 (login and password are usually admin/admin).
  3. Go to the section Wireless Security and see the current password.

If there is no access, but the password was previously saved on this laptop:

  • IN Windows: open Settings → Network & Internet → Wi-Fi → Manage known networks, select the network and press Properties — the password will be hidden by dots, but it can be copied.
  • IN macOS: open Bunch of keys, find the name of the network and double-click on it.
Is it possible to connect to Wi-Fi without an adapter?

No, to connect to Wi-Fi A wireless adapter is absolutely necessary. However, there are workarounds:

  • Use USB Wi-Fi adapter (costs from 500 rubles, connects like a flash drive).
  • Connect via Ethernet cable (if the laptop has a port RJ-45).
  • Share the Internet from your phone USB (USB modem mode) or via Bluetooth.

If the built-in adapter in your laptop is broken, the most reliable option is an external one. USB adapter with support 802.11ac (For example, TP-Link TL-WN823N).

How do I find the Wi-Fi password on a connected laptop?

IN Windows:

  1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
  2. Select the desired network and click Properties.
  3. In the section Security parameters check the box Show entered characters — the password will become visible.

IN macOS:

  1. Open Programs → Utilities → Keychain.
  2. Find the network name, double-click on it and check the box Show password.

IN Linux (Ubuntu):

sudo cat /etc/NetworkManager/system-connections/NETWORKNAME.nmconnection | grep psk=
What should I do if Wi-Fi connects, but websites won't open?

The problem may be at the level DNS, IP or firewall. Check in order:

  1. DNS: try to write it manually 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in the adapter settings.
  2. IP: If the router does not issue an IP automatically, set up a static one in the range of your network (for example, 192.168.1.100 with a mask 255.255.255.0).
  3. Firewall: temporarily disable it and check your internet access.
  4. Proxy: V Windows check Settings → Network & Internet → Proxy — must be disabled.

If nothing helps, run the following in the command line:

ping 8.8.8.8

tracert yandex.ru

If ping passes, and tracert No - the problem is on the provider's or router's side.