Connecting a Laptop to Wi-Fi: Complete Guide for Windows, macOS, and Linux

Without a stable Wi-Fi connection, a modern laptop loses half of its capabilities. If you work remotely, watch streams in 4K Whether you're just checking email, network problems can be annoying and disruptive. This article will help you figure out how to properly set up a Wi-Fi connection on any laptop—from budget to budget. Lenovo IdeaPad up to the premium MacBook Pro.

We'll cover not only the basic steps (often overlooked even in official manuals), but also the nuances: what to do if the network isn't showing up, how to connect to a hidden access point, and why a laptop "sees" Wi-Fi but won't connect. And also— exclusive tips for signal amplification and diagnostics of problems that you won't find in standard instructions.

Important: If your laptop is older than 2018, some features (such as support Wi-Fi 6E or WPA3) may be missing. This isn't a problem—just select a compatible mode in your router settings.

1. Preparation: What to check before connecting

Before setting up Wi-Fi on your laptop, make sure the problem isn't rooted in these often overlooked sources:

  • 🔌 The router is turned on and the Wi-Fi indicator is lit (usually green or blue). If it's blinking orange, reboot the device using the button on the back.
  • 📶 The network is visible on other devices (smartphone, tablet). If not, the problem is with the router, not the laptop.
  • Laptop battery charged at least 20%. Some models (for example, Dell XPS) turn off the Wi-Fi adapter when the battery level reaches a critical level.
  • 🔒 Wi-Fi password entered correctly. Please pay attention to the capitalization of letters and symbols (for example, 0 And O easy to confuse).

If you're connecting to a public network (at a cafe or airport), check if it requires browser authorization. Sometimes a laptop connects to the network, but the internet doesn't work—just open any website (for example, google.com), and a window will appear for entering your login/password or accepting the terms and conditions.

📊 What kind of laptop do you have?
Windows (Lenovo, HP, Asus, etc.)
MacBook (Apple)
Linux (Ubuntu, Mint, etc.)
Huawei or Honor
Another
⚠️ Attention: Some corporate networks use filtering by MAC addressIf your laptop doesn't connect to your working Wi-Fi, check with your administrator to see if you need to register your device.

2. Connecting to Wi-Fi on Windows 10/11: Step-by-Step

The interfaces of Windows 11 and Windows 10 are nearly identical, but there are key differences. We'll look at both.

Windows 11

1. Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock). If it's not there, click the arrow ^to expand hidden icons.

2. In the window that appears, turn on Wi-Fi if it's off (use the slider at the top). The network should appear in the list.

3. Select the desired network and press ConnectEnter your password and confirm.

If the network is hidden (SSID not broadcast), click Hidden network → enter the network name (SSID) and password.

Windows 10

The process is similar, but there is a nuance: in Windows 10 Sometimes the Wi-Fi icon disappears after updates. To restore it:

  1. Click Win + X → select Parameters.
  2. Go to Personalization → Taskbar.
  3. In the section Notification area click Select the icons that appear on the taskbar.
  4. Find Net and turn on the display.

If your laptop doesn't see any network, check if it's turned on. Wi-Fi adapter:

  1. Click Win + Xdevice Manager.
  2. Expand the branch Network adapters.
  3. Find the device with the name Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200).
  4. If there is an arrow next to the adapter, right-click → Engage.

The adapter is enabled in Device Manager.

Drivers have been updated (see section 4)

The laptop sees other networks (neighboring ones)

The password was entered without errors.

The router has been rebooted-->

3. Setting up Wi-Fi on a MacBook (macOS Ventura/Sonoma)

MacBook It usually connects to Wi-Fi automatically, but sometimes manual configuration is required, especially if you're using a hidden network or enterprise networks (such as those at universities).

1. Click on the Wi-Fi icon in the upper right corner (next to the date). If there is no icon, go to System Preferences → Network.

2. Select a network from the list. If there is no network, click Other networks... and enter SSID manually.

3. For corporate networks (with authorization via 802.1X) After connecting, a login/password entry window will open. This information is provided by the network administrator.

If MacBook connects, but the internet doesn't work:

  • 🔄 Restart your router and laptop.
  • 📱 Check if the mode is enabled Exclusive access limit (in the router settings). Some models MacBook conflict with this function.
  • 🛠️ Reset network settings: System Preferences → Network → Advanced → TCP/IP → Renew DHCP.
⚠️ Attention: IN macOS Sonoma a function has appeared Private Wi-Fi address (in network settings). It changes randomly MAC address laptop to protect your privacy. If your network uses filtering MAC, disable this option.

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

Most Linux distributions configure Wi-Fi connections through a graphical interface, but sometimes a terminal is required. Let's look at both methods.

Method 1: Via the GUI (NetworkManager)

1. Click on the network icon in the upper right corner (in Ubuntu (This is an icon in the form of two arrows).

2. Select a network from the list. If there is no network, click Connect to a hidden network and enter SSID.

3. Enter your password and confirm it. If an error occurs Authentication failed, check:

  • 🔐 The password is correct (case-sensitive in Linux!).
  • 📡 Security type in the router settings (for example, WPA2-PSK instead of WPA3).

Method 2: Via the terminal (for advanced users)

If the GUI does not work, use the commands:

# View available networks

sudo iwlist wlan0 scan | grep ESSID

Connect to the network (replace MY_SSID and MY_PASSWORD)

sudo nmcli dev wifi connect "MY_SSID" password "MY_PASSWORD"

For hidden networks, add a flag hidden yes:

sudo nmcli dev wifi connect "MY_SSID" password "MY_PASSWORD" hidden yes

If an error occurs Device not managed, Means NetworkManager Doesn't control the adapter. Fix:

sudo rfkill unblock wifi

sudo systemctl restart NetworkManager

What to do if Linux doesn't see the Wi-Fi adapter?

If the team iwconfig If your adapter isn't showing up, it's likely the driver is missing. For most modern adapters (e.g., Intel AX210 or Realtek RTL8852AE) The drivers are in the Linux kernel version 5.15+. Update the system:

sudo apt update && sudo apt upgrade -y

If the adapter is still not detected, check its name via lspci | grep Network and install the driver manually (for example, for Realtek a package is often needed rtl8821ce-dkms).

5. Troubleshooting: Why Your Laptop Won't Connect to Wi-Fi

If your laptop "sees" the network but doesn't connect, there could be various reasons. We've compiled Top 5 most common mistakes and ways to correct them.

Symptom Possible cause Solution
The network is visible, but the connection "hangs" at the stage Obtaining an IP address DHCP conflict or incorrect TCP/IP settings Set IP manually (for example, 192.168.1.100 with a mask 255.255.255.0) or reset network settings
Error Unable to connect to this network (Windows) Incompatibility of safety standards (e.g. WPA3 on the router and WPA2 on a laptop) In the router settings, change the security type to WPA2-PSK or update the adapter driver
Wi-Fi connects, but the internet doesn't work. DNS error or blocking at the router level Ping the router (ping 192.168.1.1) and try changing DNS to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)
The laptop doesn't see any networks. The Wi-Fi adapter is disabled or there are no drivers. Check it out device Manager (Windows) or lsusb/lspci (Linux). Reinstall the drivers.
The network disconnects periodically Power saving turns off the adapter or weak signal Turn it off Allow the computer to turn off this device to save power in the adapter properties (Windows) or check the power settings in the BIOS

If the problem persists, check Wi-Fi channel in the router settings. Some laptops (especially older ones) do not support higher channels. 13 in the range 2.4 GHzSwitch the router to a channel 1–11.

6. How to connect to a hidden Wi-Fi network

Hidden Networks (hidden SSID) do not broadcast their name, but you can connect to them if you know SSID and a password. This is often used in offices or for increased security.

Windows

  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. Check the box Connect automatically.

macOS

  1. Click on the Wi-Fi icon in the menu → Other networks....
  2. In the field Network name enter SSID.
  3. Select the security type and enter the password.

Linux

Use the command:

sudo nmcli dev wifi connect "SSID" password "PASSWORD" hidden yes
⚠️ Attention: Hidden networks do not provide additional security - they SSID easily detected by traffic analyzers (for example, Wireshark). For protection it is better to use WPA3 and a complex password.

7. Wi-Fi Optimization: How to Boost Signal and Increase Speed

If your laptop connects to Wi-Fi but the signal is weak or the speed is slow, try these methods:

  • 📡 Change the location of the router. Ideally, place it at a height of 1–1.5 meters, in the center of the room. Avoid placing it near microwaves, cordless phones, and mirrors (they reflect the signal).
  • 🔄 Change the Wi-Fi channel. In urban areas, channels 2.4 GHz are often overloaded. Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find a free channel.
  • 🛡️ Update your router firmware. New versions often improve stability and speed. Check for updates in your router's web interface (192.168.1.1 or 192.168.0.1).
  • 🔌 Use range 5 GHz. It's less congested and faster, but has a smaller coverage area. It's suitable if the laptop is located near the router.
  • 🖥️ Configure QoS. Turn it on in your router Quality of Service and prioritize traffic for your laptop (by MAC address or IP).

For laptops with Intel or Qualcomm Wi-Fi adapters can enable the technology MU-MIMO (if your router supports it). This increases speed when connecting multiple devices simultaneously. Check the settings in the router's web interface (section Wireless or Advanced).

8. Security: How to secure your Wi-Fi connection

Public networks (in cafes and hotels) are convenient, but dangerous—your data can be intercepted by hackers. Follow these rules:

  • 🔒 Disable automatic connection to open networks (in Wi-Fi settings).
  • 🛡️ Use a VPN. For example, ProtonVPN or Windscribe (Free plans available). This encrypts all traffic.
  • 🚫 Do not enter passwords from banks or social networks on public networks without a VPN.
  • 🔄 Turn on the firewall (in Windows: Control Panel → Windows Defender Firewall).
  • 📱 Turn off file sharing (in the network settings, select the profile Publicly available, and not Home).

If you frequently connect to different networks, set up separate user profile in Windows or macOS with limited rights. This will protect the system from viruses if the network becomes infected.

For maximum router security:

  • Turn it off WPS (vulnerable to brute force).
  • Turn on WPA3 (if supported by devices).
  • Change the default router admin password (admin/admin — the first thing hackers check).

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

My laptop connects to Wi-Fi, but websites won't open. What should I do?

1. Check if the internet works on other devices. If not, the problem is with the router or ISP.

2. If you only have internet access on your laptop, try:

  • Flush DNS: In the command prompt (Windows), type ipconfig /flushdns.
  • Change DNS to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in the adapter settings.
  • Disable proxy: Settings → Network & Internet → Proxy.

3. If you are using a VPN, disable it – sometimes it blocks traffic.

How to connect to Wi-Fi without a password (for example, in a hotel)?

Most hotels, airports and cafes use port authorizationAfter connecting to the network:

  1. Open any browser (Chrome, Firefox).
  2. Enter any address (eg. google.com).
  3. You will be taken to a login page where you will need to enter your room number, the code from your receipt, or accept the terms and conditions.

If the page does not open, try:

  • Open http://captive.apple.com (for macOS/iOS) or http://connectivitycheck.gstatic.com (for Android/Windows).
  • Disable VPN or proxy.
My laptop can't see the 5 GHz network. Why?

Possible reasons:

  • Your Wi-Fi adapter does not support 5 GHz (valid for laptops before 2015).
  • The range is disabled in the router 5 GHz (check settings).
  • The adapter settings have been selected. 802.11b/g (only 2.4 GHz). Switch to 802.11a/b/g/n/ac.

To check support 5 GHz:

  • In Windows: Device Manager → Network Adapters → Properties → AdvancedLook for the mention 5 GHz or Dual Band.
  • In Linux: iw list | grep "5 GHz".
Is it possible to connect a laptop to Wi-Fi without a router (for example, from a phone)?

Yes, there are two ways:

  1. Modem mode (tethering). Turn on your smartphone Access point (Android) or Modem mode (iPhone). The laptop will connect as if it were a regular Wi-Fi network.
  2. USB tethering. Connect your phone and laptop with a cable, and turn on the phone USB modemThe Internet will be connected via USB, which is more stable than via Wi-Fi.

Please note: some carriers block tethering or charge extra for it. Check your plan.

How to reset Wi-Fi settings on a laptop?

If connection problems persist, resetting the network often helps.

Windows:

  1. Settings → Network & Internet → Status → Network reset.
  2. Confirm the action and restart the laptop.

macOS:

  1. Remove the network: System Preferences → Network → Wi-Fi → Advanced → select the network and press .
  2. Reset network settings: sudo ifconfig en0 down && sudo ifconfig en0 up (in the Terminal).

Linux:

sudo nmcli networking off

sudo nmcli networking on

After the reset, you will have to re-enter passwords for all networks.