How to properly connect a laptop to the internet via Wi-Fi: instructions for all operating systems

Connecting a laptop to the Internet via Wi-Fi It seems like a simple task—until you encounter errors like "No connections available," "Can't connect to this network," or endless password prompts. Even if you've done it hundreds of times, like changing your router, updating Windows, or buying a new laptop. Lenovo, HP or MacBook can turn a routine procedure into a puzzle.

In this article - Current Wi-Fi connection methods for all versions of Windows (10/11), macOS, and Linux, including solutions to common problems, from missing drivers to IP address conflicts. We'll cover not only basic settings but also nuances not covered in standard instructions (for example, why a laptop "sees" the network but won't connect, or how to bypass restrictions on public hotspots).

If you're in a hurry, use the table of contents. If the problem is specific (for example, connecting to a hidden network or setting up 802.1X For corporate Wi-Fi, scroll to the relevant section. For beginners, there are step-by-step screenshots and video instructions.

1. Preparation: What to check before connecting

Before you try to connect your laptop to the router, make sure the problem isn't something obvious. 40% connection errors are related to external factors and not to device settings.

Here is a checklist for diagnostics:

Make sure the router is connected to the network (the power and Wi-Fi indicators are on)

Check if Wi-Fi on your laptop is disabled using the hardware button (on some models ASUS And Dell there is a separate switch)

Reboot your router (unplug the power for 30 seconds)

Make sure your internet connection is paid for and isn't blocked by your provider (call support if you're unsure).

Try connecting another device (smartphone, tablet) to the same network. If it doesn't work, the problem is with the router or provider.

If other devices connect without problems, but the laptop doesn't, proceed to the next section. If none of the devices connect to the network, the following may be the cause:

  • 🔌 Lack of internet from the provider (call support).
  • 📡 Router malfunctions (check the cables, indicators, try resetting the settings with the button Reset).
  • 🔒 Changing Wi-Fi settings (for example, changing the password or disabling SSID broadcasting).
⚠️ Attention: Some corporate or hotel chains use Portal Captive — a browser-based authorization system. Even if the laptop is connected to Wi-Fi, the internet won't work until you open any page (for example, google.com) and you will not pass authorization.

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

Connection interface in Windows 10 And Windows 11 It's similar, but there are some nuances. Let's consider both options.

For Windows 11:

  1. Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
  2. Turn on Wi-Fi if it is disabled (slider at the top).
  3. Select the desired network from the list and click Connect.
  4. Enter your password (if required) and confirm.

For Windows 10:

  1. Click on the network icon in the tray → select Wi-Fi.
  2. Activate the wireless network if it is turned off.
  3. Find your network in the list and click on it → Connect.
  4. Enter the password and wait until the status "Connected" appears.

If the network is not listed:

  • 🔍 Make sure that your router does not hide the SSID (this option must be enabled in the router settings) Enable SSID Broadcast).
  • 📶 Check whether your laptop supports the network frequency (2.4 GHz or 5 GHz). Older models (pre-2015) may not support 5 GHz networks.
  • 🔄 Try updating your Wi-Fi adapter driver (more details in section 5).
📊 What kind of laptop do you have?
Windows
MacBook
Linux
Chromebook
Problem Possible cause Solution
The laptop doesn't see the network. The Wi-Fi adapter is disabled or there are no drivers. Plug the adapter in Device Manager or install the driver
Connection is "limited" IP address conflict or DHCP issues Set the IP manually or reboot the router
Constantly asks for a password Incorrect character case or save failure Delete the network in settings and reconnect.
There is internet, but websites don't open. DNS failure or provider blocking Try changing your DNS to 8.8.8.8 (Google)

3. Connecting to a MacBook (macOS Ventura and later)

On MacBook The process of connecting to Wi-Fi is as simple as possible, but there are some specific ones macOS Nuances. For example, the system may "forget" networks after updates or block connections due to security settings.

Instructions:

  1. Click on the icon Wi-Fi in the top panel (on the right).
  2. Select a network from the list. If it's not there, click Other networks....
  3. Enter your password and click Connect.
  4. If you receive a "Failed to connect" error, try:
  • 🔄 Restart your MacBook.
  • 🗑️ Delete network in System Preferences → Network → Wi-Fi → Advanced and reconnect.
  • 🔒 Reset network settings via Terminal (team:
    sudo ifconfig en0 down && sudo ifconfig en0 up
    ).

If Wi-Fi stops working completely after updating macOS, the problem may be a reset. SMC (system management controller). To do this:

  1. Turn off your MacBook.
  2. Clamp Shift + Control + Option (left side of the keyboard) + power button for 10 seconds.
  3. Release the keys and turn on the laptop.
⚠️ Attention: On a MacBook with a chip Apple M1/M2 SMC reset is not required - use reset instead NVRAM (press Option + Command + P + R when turned on for 20 seconds).

4. Connecting on Linux (Ubuntu, Mint, Fedora)

IN Linux Wi-Fi connection depends on the desktop environment you are using (GNOME, KDE, XFCE) and network manager (NetworkManager, wpa_supplicant). Let's consider a universal method through a graphical interface and a terminal.

Method 1: Via the graphical interface (for beginners)

  1. Click on the network icon in the upper right corner.
  2. Select Wi-Fi is not connected → turn on the wireless network.
  3. Find your network in the list, click on it and enter the password.

Method 2: Via the terminal (for advanced users)

If the graphical interface is not available, use the commands:

# View available networks

sudo iwlist wlan0 scan | grep ESSID

Connect to the network (replace "SSID" and "password")

sudo nmcli dev wifi connect "SSID" password "password"

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

sudo nano /etc/NetworkManager/NetworkManager.conf

Make sure the line managed=true under the section [ifupdown] uncommented (without #). Then restart the service:

sudo systemctl restart NetworkManager

5. Troubleshooting Wi-Fi drivers

If the laptop does not see the network at all (even after rebooting), most likely the problem is Wi-Fi adapter driverThis is relevant for:

  • 🖥️ Laptops after reinstalling Windows.
  • 🐧 Linux systems with non-standard adapters (for example, Broadcom or Realtek RTL8821CE).
  • 🔄 Devices after major OS updates.

For Windows:

  1. Open device Manager (Win + X → Device Manager).
  2. Find the section Network adapters.
  3. If there is an exclamation mark next to the Wi-Fi adapter, right-click → Update driver.
  4. Select Automatic searchIf that doesn't help, download the driver from the laptop manufacturer's website (section Support).

For Linux:

Find out the adapter model using the command:

lspci -knn | grep -iA3 net

If the output contains lines with Network controller and indication Broadcom or Realtek, install the proprietary driver:

# For Ubuntu/Debian

sudo apt install firmware-b43-installer # For Broadcom

sudo apt install rtl8821ce-dkms # For Realtek RTL8821CE

⚠️ Attention: On some laptops HP And Lenovo The Wi-Fi adapter may be disabled in the BIOS. If the driver is installed but the network is not working, enter the BIOS (press [Enable] during boot) F2/Del) and check if the parameter is enabled Wireless LAN or WLAN Radio.

6. Configuring the router for a stable connection

Sometimes the problem is not in the laptop, but in incorrect router settings. For example, if you use WPA3, and the laptop adapter only supports WPA2, the connection will be impossible. Here's what to check:

Optimal router settings for compatibility:

Parameter Recommended value Why is it important?
Wireless network mode 802.11n/ac/ax (mixed) Ensures compatibility with old and new devices
Channel width 20/40 MHz (for 2.4 GHz), 80 MHz (for 5 GHz) Reduces interference, especially in multi-apartment buildings
Security type WPA2-PSK (or WPA2/WPA3) WPA3 not supported by older adapters
Channel Auto (or manually select the least loaded one) Avoids overlap with neighboring networks

How to change settings:

  1. Open your browser and enter the router's IP address (usually 192.168.0.1 or 192.168.1.1).
  2. Log in (default logins: admin/admin or see the router sticker).
  3. Go to the section Wi-Fi or Wireless network.
  4. Save the changes and reboot the router.
How to find out free Wi-Fi channels?

Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). They will show channel congestion and help you choose the optimal one. In urban areas, it's best to use channels 1, 6, or 11 (for 2.4 GHz), as they don't overlap.

7. Connecting to a hidden network or corporate Wi-Fi

Hidden networks (with SSID broadcast disabled) and corporate Wi-Fi (with authorization by 802.1X) require manual configuration. Here's how to do it:

For hidden network (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 and password.
  4. Check the box Connect automatically.

For corporate Wi-Fi (WPA2-Enterprise):

  1. In the same menu (Add a new network) select the security type WPA2-Enterprise.
  2. Please specify the authentication method (PEAP or EAP-TTLS — check with your network administrator).
  3. Enter your corporate account login/password.
  4. If required, upload the certificate (file .pem or .cer).

On MacBook:

  1. Open System Preferences → Network → Wi-Fi → Advanced.
  2. In the section 802.1X Select a security profile and enter your credentials.
⚠️ Attention: In public places (airports, cafes) networks with Portal CaptiveEven after connecting to Wi-Fi, open your browser and accept the terms of service—otherwise, the internet won't work.

8. Troubleshooting: What to do if nothing helps

If your laptop still won't connect to Wi-Fi, try this troubleshooting guide:

Step 1: Check for hardware problems

  • 🔌 Connect your laptop to the router via Ethernet cable. If the internet works, the problem is with the Wi-Fi adapter or its driver.
  • 📱 Check if your smartphone can see the network. If so, the problem is with your laptop.

Step 2: Diagnostic Commands (Windows)

Launch Command line as administrator and run:

netsh wlan show interfaces # Shows the adapter status

ping 8.8.8.8 # Checking connection to Google's DNS

ipconfig /release && ipconfig /renew # Reset IP address

Step 3: Reset network settings

In Windows:

netsh int ip reset

netsh winsock reset

On macOS:

sudo networksetup -resetnetworksettings

Step 4: Check for viruses

Some viruses block network connections. Scan your system. Malwarebytes or built-in Windows Defender.

If nothing works, your laptop's Wi-Fi module may be faulty. In this case, replacing the adapter or using an external USB Wi-Fi adapter will help.

FAQ: Frequently Asked Questions

Why does the laptop see the network but not connect?

There are several reasons:

  • Incorrect password (check the case!).
  • The router is blocking the device by MAC address (check the settings) MAC Filter in the router admin panel).
  • IP address conflict (try manually setting the IP in the adapter settings).
  • DHCP failure (reboot router).

Start by rebooting your router and laptop. If that doesn't help, delete the network in your Wi-Fi settings and reconnect.

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.
  2. Log in to your admin panel (192.168.0.1 or 192.168.1.1).
  3. Go to Wi-Fi → Security and look at the password.

If there is no access:

  • On Windows, you can view the password in Settings → Network → Wi-Fi → Manage known networks → Network properties (if the laptop was connected earlier).
  • On macOS, open Bunch of keys (through Spotlight) and find the network name.

If nothing helps, reset the router to factory settings (button Reset for 10 seconds) and set it up again.

Is it possible to connect a laptop to Wi-Fi without an adapter?

Yes, there are several ways:

  • 📱 Use your smartphone as a hotspot (turn on Modem mode in the phone settings).
  • 🖥️ Connect via USB cable to another computer with internet access and turn it on General access (Windows) or Public Internet (macOS).
  • 🔌 Buy an external USB Wi-Fi adapter (costs from 500 rubles).

If your laptop has an Ethernet port, connect it directly to the router with a cable.

Why is Wi-Fi working but there is no internet?

This is a common problem when a laptop is connected to the internet, but websites won't open. Causes:

  • 🌐 DNS failure: try manually entering DNS 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in the adapter settings.
  • 🔄 Problems with your ISP: reboot your router or call support.
  • 🛡️ Blocked by antivirus/firewall: temporarily disable them.
  • ⚙️ Incorrect proxy settings: check in Settings → Network → Proxy (Windows) or System Preferences → Network → Advanced (macOS).

Quick test: open Command line and do it ping 8.8.8.8If you have ping but can't access websites, the problem is DNS. If there's no ping, the problem is with your router or ISP connection.

How to speed up Wi-Fi on a laptop?

Speed ​​depends on many factors, but here are some general tips:

  • 📶 Switch to range 5 GHz (if your router supports it). It's less congested, but has a smaller coverage area.
  • 🔄 Change the Wi-Fi channel in your router settings (use 1, 6, or 11 for 2.4 GHz).
  • 🖥️ Update your Wi-Fi adapter driver (especially important for Windows).
  • 🚫 Disable background downloads (torrents, updates).
  • 🔌 Connect closer to the router or use a signal repeater.

Check the speed on speedtest.netIf it's significantly lower than your provider's rate, please contact support.