You've entered your Wi-Fi password, but your laptop stubbornly refuses to connect? This situation is familiar to millions of users, according to statistics. NetSpot, 37% of support requests are related to issues with authentication on wireless networks, despite using correct credentials. The causes can be rooted in both the laptop's settings (from outdated drivers to incorrect network settings) and the router's configuration (device blocking, incompatible encryption standards).
Most often, users encounter cyclic password request (the laptop asks to enter it again and again) or an error "Unable to connect to the network"Less often, there's no response to a connection attempt. In this article, we'll look at all possible scenarios, including rare ones (for example, IP address conflicts or hardware limitations of the Wi-Fi chipset), and we will give step-by-step instructions For Windows 10/11, macOS And LinuxLet's start with the simplest solutions—they help 60% of the time.
1. Checking the Obvious: 5 Basic Reasons
Before delving deep into your system or router settings, rule out basic errors. These are the most common cause of service center calls, according to Asus Service, 42% of "complex" Wi-Fi problems are resolved at this stage.
Is the password entered correctly? Make sure that:
- 🔤 Character case matches (password
WiFi_123≠wifi_123). - 📱 Symbols are hidden - sometimes when you enter a field, asterisks are displayed, but in fact the field is empty (check by pressing
Caps LockorNum Lock). - 📋 Copying from the clipboard — If the password was copied from a phone or notepad, it may contain invisible spaces.
Does the router distribute the Internet? Check:
- 💡 Indicators on the router — is the Wi-Fi light on (usually green or blue).
- 📡 Other devices — whether the phone or tablet connects to the same network.
- 🔌 Nutrition — is the router disconnected from the socket (sometimes the plug falls out unnoticed).
If the password and router are fine, but your laptop still won't connect, proceed to the next section. Pay special attention to the case sensitivity section – this is the most common mistake that users overlook.
2. Problems with Wi-Fi adapter drivers
Outdated, corrupted, or incompatible drivers are the second most common cause of connection problems. Symptoms:
- 🖥️ The laptop "sees" the networks, but does not connect to any of them.
- 🔄 Constantly asks for a password, despite entering it correctly.
- ⚠️ A Wi-Fi icon with a yellow exclamation mark is displayed in the tray.
How to check a driver on Windows:
- Click
Win + X→ select device Manager. - Expand the branch Network adapters.
- Find the device with the words Wireless, Wi-Fi or 802.11 (For example,
Intel(R) Wi-Fi 6 AX200). - Right click → Properties → tab Driver.
If the driver status indicates The device is working properly., but problems remain, try:
- 🔄 Update driver (button Update driver → Automatic search).
- 🗑️ Uninstall and reinstall (click Remove device, then restart the laptop - the system will reinstall the driver).
- 📥 Download from the manufacturer's website (For Intel, Qualcomm Atheros, Realtek and others).
☑️ Wi-Fi Driver Diagnostics
For macOS And Linux Driver problems are less common, but if the laptop is new (for example, with a chipset Wi-Fi 6E), you may need to update the kernel or install proprietary drivers. Ubuntu run in terminal:
lspci -knn | grep -iA3 net
If the output contains a line with Network controller, but the driver is not loaded (for example, Kernel driver in use: N/A), install it through Software & Updates → Additional drivers.
3. IP address conflicts and TCP/IP settings
If your laptop connects to the network, but the internet doesn't work (Wi-Fi icon with an exclamation mark), the problem may be IP address conflict or lost protocol parameters TCP/IPThis is especially relevant for office networks or routers with manual IP assignment.
How to check:
- Open Command line (
Win + R→ entercmd). - Run the command:
ipconfig /all - Find the block with the name of your Wi-Fi network (for example,
Wi-Fi Wireless LAN Adapter). - Check the fields
IPv4 address,Main gatewayAndDNS servers.
What should be:
- 📌
IPv4 address- usually192.168.x.xor10.0.x.x(If169.254.x.x- this is a mistake!). - 📌
Main gateway— matches the router's IP (for example,192.168.1.1). - 📌
DNS servers— if empty or addresses of the type8.8.8.8(Google DNS).
How to fix:
- Reset TCP/IP settings:
netsh int ip resetnetsh winsock reset - Restart your laptop.
- If the IP starts with
169.254, manually assign the address:- Go to
Control Panel → Network and Sharing Center → Change adapter settings. - Right-click on Wi-Fi → Properties → Internet Protocol version 4 (TCP/IPv4).
- Select Use the following IP address and enter your network details (eg.
192.168.1.100with a mask255.255.255.0).
- Go to
⚠️ Attention: If your network uses DHCP (automatic IP assignment), do not set a static address unless necessary. This may cause conflicts with other devices.
4. Router settings: MAC address blocking and filtering
Sometimes the problem lies not with the laptop, but with the router configuration. Two common causes:
- MAC address filtering — the router only allows authorized devices through.
- Incompatible security settings - for example, included
WPA3, and the laptop only supportsWPA2.
How to check MAC filtering:
- Connect to the router from another device (phone, tablet).
- Open your router's control panel (usually at
192.168.1.1or192.168.0.1). - Find the section Wireless network → MAC address filter (the name may differ).
- If the filter is enabled, add the MAC address of your laptop (you can find it out using the command
ipconfig /allin Windows orifconfig(in macOS/Linux).
How to change security settings:
- 🔒 Go to Wi-Fi settings → Security.
- Try changing it Encryption type With
WPA3onWPA2-PSK(or vice versa). - 📡 If the router supports
802.11r(Fast Transition), disable this option - it may conflict with older adapters.
| Error code | Cause | Solution |
|---|---|---|
Authentication error |
Incorrect password or encryption type | Check your password, change it WPA3 on WPA2 |
Failed to obtain IP address |
DHCP issues or IP conflicts | Reset TCP/IP or assign IP manually |
The network is unavailable |
The router does not distribute Wi-Fi or blocks MAC | Check your router settings and add the MAC address. |
Limited connection |
DNS or gateway issues | Enter Google DNS (8.8.8.8) manually |
⚠️ Attention: Router settings may vary depending on the model and firmware. If you are unsure about what you are doing, back up your configuration before making any changes (see section System tools → Backup).
How to reset a router to factory settings?
Press and hold the button Reset (usually located on the back panel) for 10-15 seconds. All settings will be reset, including the Wi-Fi password (it will be located on the router's sticker).
5. Problems with power saving and adapter modes
Modern laptops aggressively optimize energy consumption, which sometimes leads to disabling the Wi-Fi adapter in the background. This is especially true for devices on Windows 10/11 with the mode turned on Battery.
How to disable power saving for Wi-Fi:
- Open device Manager (
Win + X). - Expand Network adapters, find your Wi-Fi module.
- Right click → Properties → tab Power management.
- Uncheck the box Allow the computer to turn off this device to save power.
For Linux (For example, Ubuntu) check the settings TLP or Powertop These utilities can disable Wi-Fi when the battery is low. Run:
sudo systemctl stop tlp
sudo tlp-stat -s
If there is a line in the output WiFi Inhibit = enabled, disable it by editing the config /etc/tlp.conf.
Additional checks:
- 🔋 Airplane mode - make sure it is turned off (sometimes it is turned on accidentally by a key combination, for example,
Fn + F2). - 📶 Hardware Wi-Fi button - on some laptops (for example, Lenovo or HP) there is a physical switch on the body.
- 🔄 Restarting the adapter - turn Wi-Fi off and on
Network and Control Centeror via terminal (sudo ifconfig wlan0 down && sudo ifconfig wlan0 upfor Linux).
6. Viruses, firewalls and third-party programs
Antivirus programs, VPN clients, and even some games can block Wi-Fi connections. For example, Kaspersky Internet Security sometimes classifies new networks as "unsafe" and blocks access to them. Built-in firewalls do the same. Windows Defender or macOS Gatekeeper.
How to check:
- 🛡️ Disable your firewall:
- In Windows:
Control Panel → Windows Firewall → Turn on or off. - On macOS:
System Preferences → Security & Privacy → Firewall.
- In Windows:
- 🦠 Check for viruses - some Trojans (for example, DNSChanger) change network settings. Use Malwarebytes or Dr.Web CureIt.
- 🌐 Disable VPN/Proxy - programs like NordVPN or ProtonVPN may conflict with Wi-Fi.
List of programs that can block Wi-Fi:
- 🔒 Antiviruses: Kaspersky, Avast, ESET NOD32.
- 🕵️ VPN clients: OpenVPN, WireGuard, ExpressVPN.
- 🎮 Game launchers: Steam, Epic Games, Origin (sometimes they reserve the network for downloads).
- 📊 Monitoring utilities: GlassWire, NetLimiter.
If Wi-Fi works after disabling your firewall or antivirus, add the network to the program's exceptions. For example, in Kaspersky it's done like this:
- Open the main antivirus window.
- Go to Settings → Network.
- Find your Wi-Fi network and set the status Trusted.
7. Hardware problems: chipset, antennas, overheating
If none of the software solutions helped, the reason may be hardware laptop. This is relevant for older devices (5+ years old) or after physical damage (drops, liquid spills).
Signs of hardware failure:
- 📡 The laptop doesn't see it not a single one network (even open ones).
- 🔥 Wi-Fi only works near the router (problem with the antennas).
- 🔄 The adapter periodically "disappears" from Device Manager.
- 🌡️ The laptop is getting very hot - overheating can cause chipset malfunctions.
How to diagnose:
- Check the antennas:
- Open the back cover of the laptop (if possible without voiding the warranty).
- Make sure the Wi-Fi antenna cables (usually black and white) are securely connected to the adapter.
- Test on another device:
- Connect to laptop USB Wi-Fi adapter (costs ~500 rubles). If it works, the problem is in the internal module.
- Use HWMonitor or AIDA64to view the chipset temperature.
- If the temperature is higher
80°C, clean the laptop from dust or replace the thermal paste.
Common hardware problems by laptop model:
- Lenovo ThinkPad (series T480, X1 Carbon) - antenna failure due to frequent opening of the cover.
- HP Pavilion - chipset overheating Realtek RTL8821CE during long-term work.
- Asus ROG - conflicts with drivers when using Wi-Fi 6 on old BIOS firmware.
- MacBook Pro (2016–2019) — chipset issues Broadcom BCM43xx after updating macOS.
⚠️ Attention: If your laptop is under warranty, do not disassemble it yourself—this will void the warranty. Contact the service center with a description of the problem (indicate that you have tried software solutions).
8. Rare causes: from BIOS to microwave interference
Sometimes the problem lies in subtle, unobvious things that users aren't even aware of. Here are a few rare, but real, examples:
1. BIOS/UEFI settings
On some laptops (eg. Dell Latitude or HP EliteBook) there is an option in the BIOS Wireless LAN or Wi-Fi Radio, which may be disabled. How to check:
- Restart your laptop and enter the BIOS (usually the key
F2,DelorEsc). - Find the section Advanced → Wireless or Onboard Devices.
- Make sure Wi-Fi is turned on (
Enabled).
2. Interference from other devices
Wi-Fi operates on frequencies 2.4 GHz And 5 GHz, which may overlap with:
- 🍳 Microwave ovens (especially old ones).
- 📱 Cordless DECT phones.
- 🎮 Wireless gamepads (for example, Xbox Wireless Controller).
- 📡 Neighboring routers on the same channel.
Solution: Change the Wi-Fi channel in the router settings (select 1, 6 or 11 For 2.4 GHz - they are the least overloaded).
3. Provider restrictions
Some internet service providers (eg. Rostelecom or Beeline) bind access to Router MAC address or limit the number of connected devices. If you're connecting a new laptop, it may be blocked by your provider's system. Solution:
- 📞 Call support and check if MAC address binding is available.
- 🔄 Reboot your router—sometimes your ISP resets restrictions after a reboot.
4. Bluetooth conflict
On laptops with modules Intel AX200/AX210 or Qualcomm FastConnect Wi-Fi and Bluetooth operate via the same chipset. If Bluetooth is actively used (for example, headphones are connected), this may cause Wi-Fi outages. Solution:
- 🎧 Disconnect Bluetooth devices.
- 🔄 Update the chipset driver (download from the website Intel or Qualcomm).
FAQ: Frequently Asked Questions
🔹 My laptop connects to Wi-Fi, but the internet isn't working. What should I do?
Check:
- DNS servers: enter manually
8.8.8.8(Google) or1.1.1.1(Cloudflare). - Default Gateway: it must match the IP of the router (for example,
192.168.1.1). - Router settings: DHCP may be disabled or certain devices may be blocked.
Also try connecting to a different network (for example, using a phone in hotspot mode) - if the internet works, the problem is with the router or provider.
🔹 Why does my laptop keep asking for a password?
This is a typical symptom:
- 🔑 Incorrect password (check case and symbols).
- 🔒 Incompatible encryption type (change
WPA3onWPA2in the router). - 📡 Driver failure (update or reinstall it).
- 🕳️ Corrupted network profile (Delete the network in Windows/macOS settings and reconnect).
IN Windows You can delete a network like this: Settings → Network & Internet → Wi-Fi → Manage known networks → select the network and press Forget.
🔹 My laptop only doesn't see one network, but it does see the others. What's wrong?
Possible reasons:
- 📡 Hidden network (SSID) — if the router does not broadcast the network name, you can only connect manually.
- 🔒 MAC filtering — the router is blocking your laptop.
- 📶 Incompatible standard - for example, the network operates on
802.11ac(5 GHz), and your adapter only supports802.11n(2.4 GHz). - 📌 Problems with the channel - if the router uses the channel
12–14(not allowed in all countries), some adapters do not see it.
Solution: Check your router settings or try connecting manually by entering the SSID and password.
🔹 My macOS laptop connects to Wi-Fi, but then disconnects after 5 minutes. Why?
This is a known issue. macOS Monterey And Ventura with chipsets BroadcomSolutions:
- Update macOS to the latest version (via System Settings → Software Update).
- Reset network settings:
sudo ifconfig en0 downsudo networksetup -setdhcp Wi-Fi
sudo ifconfig en0 up - Disable the feature Private Wi-Fi Address (in network settings).
- Delete the network configuration file:
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plistsudo rm /Library/Preferences/SystemConfiguration/preferences.plistThen restart your Mac.