How to connect to the internet via Wi-Fi on a laptop: from finding a network to troubleshooting

Wireless internet has become an integral part of everyday life, but even in 2026, many users still face difficulties when connecting their laptop to the internet for the first time. Wi-Fi networksIt would seem simple—select a network, enter the password, and you're ready to go. However, in practice, nuances arise: from hidden networks to adapter driver issues, authentication errors, or IP address conflicts. This article will help you understand every step—from basic setup to troubleshooting subtle problems.

We will consider not only the standard connection procedure on Windows 10/11, macOS And Linux, but also rare cases: when the laptop doesn't see the network, constantly asks for a password, or connects, but the internet doesn't work. We'll pay special attention to security — how to verify that you're connecting to the correct access point and not a fake one. At the end, you'll find an FAQ with answers to frequently asked questions and a table of Wi-Fi standard compatibility with modern laptops.

1. Preparing the laptop for connection: checking the hardware and drivers

Before searching for networks, make sure your laptop is technically ready to work with Wi-Fi. Modern models (Dell XPS 15, Lenovo ThinkPad P1, MacBook Pro M3) are equipped with adapters Wi-Fi 6/6E, but even they may require updates. Here's what to check:

  • 🔍 Physical Wi-Fi switch: On some laptops (eg. HP Pavilion or Asus Vivobook) there is a hardware button or combination Fn + F2/F12 to turn on the adapter. Make sure the Wi-Fi indicator (usually blue or orange) is on.
  • 🖥️ device Manager: IN Windows click Win + X → "Device Manager" → expand "Network Adapters." Look for devices with names Wireless, Wi-Fi or 802.11If there is a yellow triangle nearby, the driver is not installed.
  • 🔄 Updating drivers: For Windows Download the latest drivers from the laptop manufacturer's website (not from the "Update Center"). macOS Updates come through "Software Update".

Laptops with Wi-Fi modules from Intel (AX200, AX210) and Qualcomm (FastConnect 6900) support the 6E standard, but to operate in the 6 GHz band, a router with Wi-Fi 6E support and the corresponding firmware is required. If your router is older than 2020, you may only have to use 2.4 or 5 GHz.

⚠️ Attention: On laptops with Linux (For example, Ubuntu 24.04) problems may arise with proprietary drivers for adapters BroadcomIn this case, you will need to install the package bcmwl-kernel-source via terminal.
📊 What operating system do you use?
Windows 10/11
macOS
Linux
ChromeOS
Other

2. Searching for available Wi-Fi networks: where and how to search

After checking the hardware, we move on to searching for networks. The interface will differ depending on the OS, but the principle is the same: the laptop scans the airwaves and displays all available access points. Here's how to do this on different systems:

Windows 10/11

Click on the network icon in the lower right corner (next to the clock) or use the combination Win + A → "Wi-Fi" tile. If there is no icon, check if the adapter is turned on. Settings → Network and Internet → Wi-FiThe system will display a list of networks indicating:

  • 📶 Signal level (number of "sticks")
  • 🔒 Type of protection (WPA2/WPA3 or "Open Network")
  • 📡 Range (2.4 GHz or 5 GHz, if the router broadcasts them separately)

macOS (Ventura/Sonoma)

Click the Wi-Fi icon in the top panel (on the right). If it's not there, add it via System Preferences → Control Panel → Wi-Fi. MacBook Automatically sorts networks by signal quality and shows whether the network supports WPA3 (shield icon).

Linux (Ubuntu/Debian)

Most distributions use NetworkManagerClick the network icon in the upper right corner. If networks aren't displayed, check the service status with the command:

sudo systemctl status NetworkManager

Hidden networks (not broadcasting an SSID) will not appear in the list. To connect to such a network, you must manually enter its name in the settings. More details on this in the next section.

3. Connecting to the network: entering a password and setting parameters

You've selected a network—now you need to enter a password (if the network is secure). This is where users encounter common errors, from entering the wrong key to incompatible encryption standards. Let's break it down step by step.

Standard connection

  1. Select a network from the list and click Connect.
  2. Enter your password. Please note:
    • 🔐 Password is case sensitive (Passwordpassword).
    • 📱 If the password was copied from a phone, check that no extra spaces were added.
    • 🔄 On some routers (for example, Keenetic) the password changes when you reset the settings.
  • Check the "Connect automatically" box if this is your home network.
  • Connecting to a hidden network

    If the network does not broadcast the SSID (name), Windows:

    1. Go to Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Click "Add New Network".
    3. Enter the network name (SSID), select the security type (WPA2-Personal AES (recommended) and password.

    On macOS:

    1. Open System Preferences → Wi-Fi.
    2. Click "More networks" → "Connect to another network".
    3. Enter the data and save.
    4. ⚠️ Note: If you receive the error "Unable to connect to the network" after entering your password, please check:
      • 🔄 Does the security type match (for example, the router is configured to WPA3, and the laptop only supports WPA2).
      • 📡 Is the MAC address filter enabled on your router (you need to add your laptop's MAC address to the list of allowed ones).

      Check the case of the letters in the password | Make sure that the router has not been reset (the password may have changed) | Try connecting from another device (phone) with the same password | Check if the Caps Lock key is turned on -->

      4. Checking the connection and troubleshooting internet problems

      Your laptop is connected to Wi-Fi, but pages won't open? This is one of the most common problems. There can be various causes, from a lack of internet access on the router to incorrect network settings on the laptop. Let's troubleshoot step by step:

      Step 1: Check the connection status

      IN Windows Click the Wi-Fi icon → "Properties" of the connected network. Note:

      • 🔗 IP address: Must be of the type 192.168.x.x or 10.x.x.x. If 169.254.x.x - This APIPA, meaning that the laptop has not received an address from the router.
      • 🌐 DNS servers: If this is empty or contains incorrect addresses (for example, from an old provider), the Internet will not work.
      • 📡 Connection speed: If it is below 50 Mbps on 5 GHz, perhaps the laptop connected to 2.4 GHz (check in your router settings).

    Step 2: Troubleshooting

    IN Windows Run the built-in utility:

    1. Click Win + X → "Network settings".
    2. Select "Network Troubleshooting".

    The system will check IP configuration, connection to the router And DNSOn . macOS A similar diagnostic can be run through “Network Settings” → “Diagnostics”.

    Step 3: Manually configure IP and DNS

    If automatic address retrieval does not work:

    1. IN Windows go to Settings → Network & Internet → Wi-Fi → Configure adapter settings.
    2. Right-click on your connection → “Properties” → “Internet Protocol Version 4 (TCP/IPv4)”.
    3. Select "Use the following IP address" and enter:
      • IP: 192.168.1.100 (if the router 192.168.1.1)
      • Mask: 255.255.255.0
      • Gateway: 192.168.1.1 (router address)
      • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)

    For macOS/Linux IP settings are assigned via the terminal or graphical interface NetworkManager.

    ⚠️ Attention: If after manual setup the Internet works, but other devices on the network stop accessing the Internet, it is possible that a problem has occurred. IP conflictIn this case, return to automatic address acquisition and reboot the router.

    5. Connection optimization: selection of range, channel and standard

    Even if the internet is working, the speed may be slower than expected. Modern routers support multiple bands and standards, and a laptop may not always connect to the optimal one. Here's how to improve your connection:

    Choose between 2.4 GHz and 5 GHz

    Parameter 2.4 GHz 5 GHz
    📶 Range High (passes through walls) Low (signal weakens due to obstacles)
    🚀 Speed Up to 150-300 Mbps Up to 1-2 Gbps (on Wi-Fi 6)
    📡 Workload High (many devices, interference) Low (less busy)
    🔋 Energy consumption Low High (especially on laptops)

    If your router broadcasts both networks (for example, MyWiFi_2G And MyWiFi_5G), for high-speed tasks (online games, 4K streaming) choose 5 GHzFor stability (for example, in another room) - 2.4 GHz.

    Configuring your router for better compatibility

    If your laptop frequently shuts down or the speed fluctuates, check your router settings (usually at 192.168.1.1 or 192.168.0.1):

    • 🔄 Wi-Fi channel: Manually select a channel (e.g. 1, 6 or 11 for 2.4 GHz) to avoid interference from neighboring networks. Use utilities like Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) for workload analysis.
    • 🔒 Security type: If the laptop is old, install WPA2-PSK (AES) instead of WPA3.
    • 📡 Opening hours: For maximum compatibility, please select 802.11a/b/g/n/ac (although this may limit the speed).

    6. Security: How to avoid connecting to a fraudulent network

    Public Wi-Fi networks (in cafes, airports, hotels) are a breeding ground for scammers. Attackers create copies of legitimate networks (for example, Starbucks_Free instead of Starbucks_WiFi) to intercept traffic. Here's how to protect yourself:

    Signs of a fraudulent network

    • 🚩 Similar but not identical name: For example, HotelGuest vs Hotel_Guest.
    • 🔓 No password or the password is too simple (for example, 12345678).
    • 📛 Lack of network informationLegitimate public networks usually have a poster or instructions with the network name and password.
    • 🔄 Requirement to "update firmware" or "install certificate"** after connection.

    How to connect securely

    If you need to use public Wi-Fi:

    1. Check the name of the chain with the establishment's staff.
    2. Use VPN (For example, ProtonVPN, NordVPN) to encrypt traffic.
    3. Disable file and printer sharing in network settings (Settings → Network & Internet → Wi-Fi → Advanced settings in Windows).
    4. Do not enter logins/passwords for important services (banks, email) without a VPN.

    On laptops with Windows 11 Enable the "Protection from rogue access points" option in Settings → Privacy & Security → Windows Security → Firewall & Network Protection.

    What to do if you connect to a fraudulent network?

    Disconnect from the network immediately.✅

    Change passwords for important accounts (email, social media, banking) from another, secure device.✅

    Check your laptop for viruses using Malwarebytes or Kaspersky Virus Removal Tool.✅

    If you entered bank card details, block the card and request a new one from the bank.✅

    7. Solving rare problems: from authentication errors to driver conflicts

    Sometimes connection failure occurs for unobvious reasons. Let's look at the most challenging cases and their solutions.

    "Unable to connect to the network" error (Windows)

    If you receive this error after entering your password:

    • 🔄 Check if it matches regional standard Wi-Fi on a laptop and router. Windows open Control Panel → Clock and Region → Regional Standards and set the country to match your router settings.
    • 🔧 Temporarily disable your firewall and antivirus (for example, Avast or ESET may block the connection).
    • 📡 If your router is dual-band, try connecting to a different band (2.4 GHz instead of 5 GHz or vice versa).

    My laptop won't connect to the internet after a Windows update.

    A common problem after major updates (eg. Windows 11 24H2):

    1. Roll back the adapter driver: Device Manager Right-click on the adapter → “Properties” → “Roll Back Driver”.
    2. If the rollback is not possible, download the driver from the laptop manufacturer's website (not from Windows Update).
    3. For adapters Intel Installing a package might help Intel PROSet/Wireless Software.

    Wi-Fi Problems on Linux

    If there is no internet after connecting, check:

    • 🐧 Command output iwconfig - if the interface wlan0 missing, adapter not recognized.
    • 🔧 Availability of proprietary drivers: for Broadcom execute:
      sudo apt install firmware-b43-installer
    • 📡 If the network is visible but won't connect, try disabling the adapter's power saving:
      iwconfig wlan0 power off
    ⚠️ Note: On some laptops (e.g. Lenovo IdeaPad with adapters Realtek RTL8852AE) Wi-Fi may turn off after sleep. The solution is to disable "Allow the computer to turn off this device to save power" in the adapter properties. Device Manager.

    8. Alternative connection methods if Wi-Fi doesn't work

    If you can't set up a wireless connection, there are several alternative ways to access the Internet from your laptop:

    Connection via USB modem (3G/4G/5G)

    If you have a USB modem (Huawei E3372, ZTE MF833V) or a smartphone with the function USB distribution:

    1. Connect the modem to the USB port of the laptop.
    2. IN Windows Wait for the drivers to be installed automatically (or install them from the disk/manufacturer's website).
    3. Run the modem management program (for example, Huawei Mobile Partner) and connect to the operator's network.

    Sharing the Internet from a Smartphone (Wi-Fi Hotspot)

    Modern smartphones (iPhone 15, Samsung Galaxy S24) can distribute the Internet via Wi-Fi:

    1. On Android: "Settings → Connections → Tethering & portable hotspot → Mobile hotspot".
    2. On iPhone: "Settings → Tethering mode".
    3. Connect to the created network as you would to a regular Wi-Fi.

    Please note: some operators block internet tethering or charge an additional fee for it.

    Connection via cable (Ethernet)

    If the router is nearby, the most stable method is to connect via the network LAN:

    • 🔌 Use a cable Cat 5e or higher.
    • 🖥️ In Windows The connection will be configured automatically. If not, check if the Ethernet adapter is enabled in Device Manager.
    • 📡 On some laptops (for example, MacBook Air) there is no Ethernet port - you will need an adapter USB-C → Ethernet.

    For LinuxIf the internet doesn't work after connecting the cable, check your settings. DHCP:

    sudo dhclient eth0

    FAQ: Answers to Frequently Asked Questions

    🔍 Why does my laptop see the network but not connect?

    The most common reasons:

    • 🔐 Incorrect password (check case and characters).
    • 🔄 Incompatibility of security standards (for example, the router is configured to WPA3, and the laptop only supports WPA2).
    • 📡 Filtering by MAC address on the router (add your laptop's MAC address to the whitelist).
    • 🔧 Problems with the Wi-Fi adapter driver (update or roll back the driver).

    Try connecting to the network from another device (phone). If that doesn't work, the problem is with the router.

    📶 How do I know which band (2.4 or 5 GHz) my laptop is connected to?

    IN Windows:

    1. Open Settings → Network and Internet → Wi-Fi.
    2. Click on the name of the connected network → “Properties”.
    3. Look at the "Protocol" line. If indicated 802.11ac or 802.11ax - This 5 GHz. If 802.11n - it can be any range (you need to look at the router settings).

    On macOS hold Option (Alt) and click on the Wi-Fi icon - information about the channel and range will appear.

    🔋 Why does Wi-Fi disconnect when running on battery power?

    This is due to the power saving settings. Windows:

    1. Open device Manager → "Network adapters".
    2. Right-click on the Wi-Fi adapter → Properties → Power Management.
    3. Uncheck "Allow the computer to turn off this device to save power."

    On macOS Check your power saving settings in System Preferences → Battery.

    🔒 How do I change my router's Wi-Fi password?

    Instructions for most routers (TP-Link, Asus, Keenetic):

    1. Connect to the router via cable or current Wi-Fi.
    2. Open your browser and enter the router address (192.168.1.1 or 192.168.0.1).
    3. Enter login/password (usually admin/admin, if you haven't changed it).
    4. Go to the Wireless Network section (Wireless) → "Security" (Security).
    5. In the field PSK password (Password) enter a new password (at least 8 characters, with numbers and letters).
    6. Save the settings and reconnect all devices.

    ⚠️ After changing the password, all devices will be disconnected from the network!

    🖥️ Is it possible to connect a laptop to Wi-Fi without a password?

    Yes, but only if the network is open (unencrypted). This is unsafe because:

    • 🕵️ Your traffic may be intercepted.
    • 💻 Attackers can connect to your laptop.
    • 📡 Public networks often use "transparent proxies" that can embed advertising or malicious code.

    If this is your home router, be sure to set a password (WPA2-PSK or WPA3) in the settings.