Connecting a laptop to the Internet via Wi-Fi without using wires is a basic task that every user faces. However, even in 2026, many users don't know how to set up a wireless connection correctly, especially when it comes to new laptop models with Windows 11, macOS Sonoma or distributions Linux. Problems can range from a banal lack of drivers to hidden networks or incompatible standards Wi-Fi 6E with an outdated router.
In this article we will look at not only standard connection methods, but also unique nuances for laptops with two network cards (for example, Dell XPS 15 or Lenovo ThinkPad P1), and also tell you how to bypass the restrictions of corporate networks or public access points. If your laptop “does not see” Wi-Fi or constantly loses connection, here you will find solutions that even the manufacturer’s support services do not offer.
1. Check hardware compatibility: Does your laptop support Wi-Fi?
Before attempting to connect to the network, make sure your laptop is physically able to work with Wi-Fi. Modern models (for example, MacBook Air M2 or ASUS ZenBook Pro) are equipped with modules Wi-Fi 6/6E, but even they may not connect to older routers that only support 802.11n.
How to check:
- 🔍 On Windows: open
Device Manager(keysWin + X), find the sectionNetwork adapters. Look for names likeIntel Wi-Fi 6,Qualcomm AtherosorBroadcom 802.11ac. - 🍎 On macOS: click on the logo Apple →
About this Mac→System report→Network. Check the lineWi-Fi. - 🐧 On Linux: enter the command in the terminal
orlspci | grep -i network
for USB adapters.lsusb
If there is no mention of Wi-Fi in the list, the module may be disabled in BIOS/UEFI or physically absent (relevant for some budget models, for example, Acer Aspire 1). In this case, you will need an external USB Wi-Fi adapter (we recommend TP-Link Archer T3U or ASUS USB-AC56).
⚠️ Attention: Laptops with Windows 11 in corporate editions (for example, Pro for Workstations) may block connections to open networks due to security policies. Check the settings in Settings → Network and Internet → Wi-Fi → Manage known networks.
2. Step-by-step instructions: how to connect to Wi-Fi on Windows 10/11
Connection algorithm Windows is the same for most OS versions, but there are nuances for Windows 11 (for example, a modified quick settings menu). Follow the instructions:
- Activate Wi-Fi:
- 📶 Click
Win + A(notification bar) → find the buttonWi-Fi(if it is not there, clickExpand). - 🔄 If the button is inactive, check
Airplane mode(must be turned off).
- 📶 Click
- Select network:
- 🔍 Find yours in the list of available networks (for example,
TP-Link_5G). If there is no network, refresh the list with the buttonUpdate. - 🔒 If the network is secure, enter the password (case is important!).
- 🔍 Find yours in the list of available networks (for example,
- Confirm connection:
- ✅ Click
Connect. If an error appears"Failed to connect", go to section troubleshooting.
- ✅ Click
B Windows 11 after connection, the system can offer Allow discovery of devices on the network - this is necessary for printing on network printers or sharing files. If you are in a public network (for example, in a cafe), choose No.
Is Wi-Fi turned on on the laptop?|Is Airplane mode turned off?|Is the router turned on and distributing the network?|Was the Wi-Fi password entered correctly?-->
3. Connecting to Wi-Fi on macOS: features and life hacks
Laptops Apple (For example, MacBook Pro M3 or MacBook Air M1) usually automatically connect to known networks, but sometimes manual configuration is required. This is especially true for networks with hidden SSID or enterprise authentication (for example, in universities).
Instructions for macOS Sonoma/Ventura:
- 📱 Click on the icon
Wi-Fiin the upper right corner (next to the date). - 🔍 Select a network from the list. If it's not there:
- 🔄 Click
Other networks.... - 🔑 Enter the network name (
SSID) and password manually. - 🛡️ For corporate networks, select the security type:
WPA2/WPA3 Enterpriseand provide authentication information (usually issued by the IT department).
- 🔄 Click
Connect.If MacBook does not connect to the network 5 GHz, check your router settings: some models (for example, ASUS RT-AX88U) support is disabled by default 802.11ac for devices Apple. The solution is to manually enable the mode 5 GHz in the router admin panel (192.168.1.1).
If your MacBook frequently loses its Wi-Fi connection, try resetting your network settings: go to System Settings → Network, select Wi-Fi, press ... → Remove service, then restart your laptop.
4. Connecting to Wi-Fi on Linux: commands and GUI
Distributions Linux (For example, Ubuntu 22.04, Fedora 39 or Arch Linux) can be used by different network managers: NetworkManager, Wicd or connman. We will consider a universal method through the terminal and graphical interface GNOME/KDE.
Method 1: Through the terminal (for advanced users)
If you don't have a GUI or prefer commands:
# Просмотр доступных сетейsudo iwlist wlan0 scan | grep ESSID
# Подключение к открытой сети
sudo iwconfig wlan0 essid "название_сети"
# Подключение к защищённой сети (WPA/WPA2)
sudo wpa_passphrase "название_сети" "пароль" | sudo tee /etc/wpa_supplicant.conf
sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
sudo dhclient wlan0
Method 2: Via GUI
On most distributions:
- 📶 Click on the network icon in the upper right corner (next to the clock).
- 🔍 Select a network from the list. If it's not there, click
Connect to a hidden network. - 🔑 Enter your password and confirm.
If the Internet does not work after connecting, check the settings DNS:
sudo nano /etc/resolv.conf
Add the lines:
nameserver 8.8.8.8
nameserver 1.1.1.1
⚠️ Attention: On some laptops with Linux (For example, Dell XPS 13 with moduleKiller Wi-Fi) may require installation of proprietary drivers. Use the command:sudo ubuntu-drivers autoinstall5. Solving common errors when connecting to Wi-Fi
Even if you did everything correctly, errors may occur. Let's look at the most common ones and how to eliminate them:
Error Reason Solution "Unable to connect to the network"Incorrect password or authentication failure Check the case of characters in the password. If used WPA3, try switching the router toWPA2."Network without Internet access"Problems with DHCP or DNS on the router Reboot your router. On a laptop, do (Windows) oripconfig /release & ipconfig /renew(Linux/macOS).sudo dhclient -r & sudo dhclient"Wi-Fi is connected, but pages cannot open"Blocking traffic with antivirus or VPN Disable VPN and temporarily deactivate antivirus (for example, Kaspersky or Avast). "No networks available"The adapter is disabled or the drivers are not installed Check Device Manager(Windows) or(Linux). For macOS resetlsmod | grep iwlwifiSMC.If laptop sees the network, but does not connect, try:
- 🔄 Reboot the router (turn off the power for 30 seconds).
- 📡 Change the Wi-Fi channel in the router settings (for example, with
autoon6or11).- 🔧 Update the network card driver (download from the manufacturer’s website, for example, Intel or Qualcomm).
What to do if the laptop connects only to 2.4 GHz, but does not see 5 GHz?
This problem often occurs due to incompatible standards. Solutions:
1. In the router settings (
192.168.0.1or192.168.1.1) turn on the mode802.11a/n/ac(disable802.11ax, if it is enabled).2. Check if your laptop supports
5 GHz(for example, old models Lenovo ThinkPad T430 work only for2.4 GHz).3. Update the Wi-Fi adapter driver to the latest version (especially important for laptops with modules Realtek).
6. Wi-Fi Signal Optimization: How to Strengthen Your Connection
A weak Wi-Fi signal is one of the main reasons for an unstable connection. If your laptop is located far from the router or there are many walls between them, follow these tips:
- 📶 Router positioning: place it in the center of the apartment, raise it to a height of 1–2 meters (for example, on a closet). Avoid placing near microwaves or cordless phones.
- 🔄 Change channel: Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find the least busy channel.
- 🛡️ Updating the router firmware: go to the admin panel (
192.168.1.1) and check for updates. For example, for TP-Link Archer C7 fresh firmware increases the range by 15–20%.- 🔌 Using a repeater: If the signal is weak in certain rooms, install a repeater (we recommend Xiaomi Wi-Fi Repeater Pro or Mercusys MW300RE).
For laptops with Windows 11 you can manually restrict the connection to
5 GHz(if2.4 GHzoverloaded):
- Open
Settings → Network and Internet → Wi-Fi → Manage known networks.- Select your network →
Properties.- In the section
Network settingsuncheckConnect automaticallyfor2.4 GHz.Wi-Fi 4 (802.11n)|Wi-Fi 5 (802.11ac)|Wi-Fi 6 (802.11ax)|Wi-Fi 6E|Don't know-->
7. Connection to hidden networks and enterprise networks (for offices and universities)
Hidden networks (
hidden SSID) and networks with enterprise authentication (for example,EDUROAMin universities) require manual configuration. Let's consider both cases.Hidden networks (no SSID broadcast)
To connect to such a network on Windows:
- Open
Settings → Network and Internet → Wi-Fi → Manage known networks → Add a new network.- Enter
Network name (SSID), selectSecurity type(WPA2-PersonalorWPA3) and password.- Check the box
Connect automatically.On macOS And Linux the process is similar (see sections above).
Enterprise networks (WPA2/WPA3 Enterprise)
To connect to such networks (for example, in offices or campuses) you will need:
- 🔐
Network name (SSID)(For example,CORP_NET).- 👤
UsernameAndpassword(issued by the administrator).- 🛡️
Security type: usuallyWPA2-EnterprisewithAES.- 📜
Certificate(if required).On Windows:
- Go to
Control Panel → Network and Internet → Network and Sharing Center → Set up a new connection.- Select
Connecting to a wireless network manually.- Specify
SSID, security typeWPA2-Enterprise, authentication methodMicrosoft: Protected EAP (PEAP).- Enter your username and password.
On macOS:
- In Wi-Fi settings, select
Other networks...→Other options.- Specify
SSID, security typeWPA2 Enterprise, authentication methodPEAP.- Enter your credentials.
⚠️ Attention: Often used in corporate networks802.1X authenticationwith reference toMAC address. Check with your administrator to see if you need to register.MACyour laptop (you can find it with the commandon Windows oripconfig /allon macOS/Linux).ifconfig | grep ether8. Alternative ways to connect to the Internet without a wire
If you can't connect to Wi-Fi, consider alternatives:
- 📱 Mobile hotspot: distribute the Internet from a smartphone (for example, iPhone or Samsung Galaxy). On Android:
Settings → Network and Internet → Access Point. On iOS:Settings → Modem mode.- 🌐 USB modem: Use a 4G/5G modem (eg Huawei E3372 or ZTE MF833V). Connect to laptop and install drivers.
- 🔗 Powerline adapters: If you have a wired connection in another room, use adapters TP-Link AV1000 for transmitting the Internet via electrical wiring.
- 📡 External Wi-Fi adapter: If the built-in module is weak, buy a USB adapter with an antenna (for example, ASUS USB-AC68 with support
Wi-Fi 6).For laptops without built-in Wi-Fi (for example, some models Microsoft Surface Go or old IBM ThinkPad) external adapter is the only solution. When choosing, pay attention to:
- 🔌 Interface:
USB 3.0orUSB-C(for new MacBook).- 📶 Standard:
Wi-Fi 6(AX) orWi-Fi 5(AC).- 🛡️ Driver support: for Linux choose adapters on chips Ralink or Atheros (For example, TP-Link TL-WN725N).
If you need the most stable signal, choose adapters with external antennas (for example, Alfa AWUS036ACH). They provide reception at a distance of up to 100 meters in line-of-sight conditions.
Frequently asked questions (FAQ)
🔹 Why doesn’t my laptop see Wi-Fi, although other devices connect?
There are several reasons:
- 🔌 Wi-Fi adapter is disabled (check
Device ManagerorBIOS).- 🔄 The adapter driver is outdated or damaged (update from the manufacturer’s website).
- 📡 The router operates in
802.11ac, and your laptop only supports802.11n(try turning on compatibility mode on your router).- 🛡️ Enabled
Airplane modeor power saving is disabling the adapter (check inControl Panel → Power Options).If the problem persists, try connecting the laptop to the router via cable and updating the router firmware.
🔹 How to connect to Wi-Fi if you forgot your password?
There are several ways:
- 🔐 On Windows: If the laptop has previously connected to this network, find the password in
Settings → Network and Internet → Wi-Fi → Manage known networks→ select network →Properties→Show symbols.- 🍎 On macOS: open
bunch of keys(viaSpotlight), find the name of the network and double-click on it.- 📡 On the router: connect via cable, go to the admin panel (
192.168.1.1), look for the sectionWireless → Wireless Security.If all else fails, reset the router to factory settings (button
Reseton the rear panel).🔹 Is it possible to connect a laptop to Wi-Fi without a password?
Technically yes, but only if:
- 🔓 The network is open (no password). In this case, just select it in the list and connect.
- 🔄 You know
WPS-PINrouter (press the buttonWPSon the router and select the network on the laptop).- 🛠️ You use specialized software (for example, Aircrack-ng), but this illegally and may result in liability.
In most cases, connecting without a password is impossible - modern standards (
WPA3) reliably protect networks.🔹 Why is Wi-Fi slow on a laptop but fast on a phone?
Reasons for the difference in speed:
- 📶 The laptop is connected to
2.4 GHz, and the phone - to5 GHz(check in Wi-Fi settings).- 🔋 Energy saving mode limits the performance of the adapter (disable in
Control Panel → Power Options → Change advanced settings → Wireless network adapter settings).- 🔄 The Wi-Fi adapter driver is out of date (update via
Device Manageror manufacturer's website).- 🛡️ Antivirus or VPN limits traffic (temporarily disable them).
Also check the channel load using Wi-Fi Analyzer — neighboring networks may be causing interference.
🔹 How to distribute Wi-Fi from a laptop to other devices?
Your laptop can work as an access point:
- 🪟 On Windows 10/11:
- Open
Settings → Network and Internet → Mobile hotspot.- Select
General connection(For example,EthernetorWi-Fi).- Set
Network nameAndPassword(minimum 8 characters).- Turn on
Mobile hotspot.- 🍎 On macOS:
- Open
System Preferences → Sharing.- Select
Shared Internet: Wi-Fi(orEthernet).- Turn on
Internet Sharingand configure Wi-Fi settings.🐧 On Linux: sudo apt install hostapd dnsmasqsudo systemctl start hostapd
sudo systemctl start dnsmasq(Additional setup of configuration files is required).
Please note: Wi-Fi distribution may be limited by your provider or corporate policy.