You're sitting with your phone, which reliably connects to your home Wi-Fi, but your laptop stubbornly refuses to connect to the same network—or it connects, but the internet isn't working. This situation is familiar to many, and it's especially annoying when you urgently need to send an email or join an online meeting. In 90% of cases, the problem can be resolved in 10–15 minutes if you know where to look for the root cause.
This article isn't about the voodoo of rebooting your router (although that sometimes helps), but rather a systematic approach. We'll look at all possible reasons — from the banal to the exotic: why Android or iPhone they see the network, but Windows 10/11, macOS or Linux No; why does the laptop connect, but the page won't load; how to distinguish a hardware failure from a software glitch. And most importantly, what to do without calling a technician.
Spoiler: half the time he's to blame Wi-Fi adapter driver, 30% are caused by router settings, and the remaining 20% are divided between viruses, IP conflicts, and hardware malfunctions. Let's start with the simplest.
1. Checking the obvious: router, cables, and basic settings
Before digging too deep into your laptop's settings, make sure the problem isn't with your signal source. A phone can connect to Wi-Fi even with a weak or unstable signal, while laptops (especially with older adapters) often struggle.
Here minimum checklist, which is worth going through before all other actions:
Reboot your router (turn off the power for 30 seconds, then turn it on)
Check if the Wi-Fi indicator on your router is lit (if not, the problem is with the device itself)
Make sure that the "Hidden Network" (SSID hidden) mode is not activated on the router.
Try connecting to a different network (for example, from your phone in hotspot mode)
-->
If after rebooting the router the laptop still doesn't connect, but the phone works, let's move on. Please pay attention to network indicators on the laptop body:
- 🔴 Red or yellow color — the adapter is disabled or is working with errors.
- 🟢 Green/blue flashing — the adapter is active, but there is no connection.
- 🔵 Permanent blue — there is a connection, but it is possible without internet access.
If the indicator does not light at all, the problem may be in physically disconnecting the adapter (for example, a key combination Fn + F2/F12 on some models Lenovo, HP or Asus). Try pressing this combination or find the hardware Wi-Fi switch on the case.
2. IP Address Conflict: Why My Laptop Isn't Received a Network Address
One of the most common reasons why a laptop "sees" the network but cannot connect to it is IP address conflict or a malfunction DHCP- router servers. In this case, the phone may successfully receive the address, but the laptop may not.
How does this manifest itself:
- 🔄 The connection constantly "gets an IP address" and is reset.
- ❌ Error "Failed to obtain IP address" (Windows) or "Network address not available" (Android).
- ⚠️ In the list of networks, your network is marked as "No Internet access".
This can be solved in two ways:
- Restarting DHCP on the router:
1. Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1).2. Find the section "Local network" (LAN) → "DHCP".
3. Disable the DHCP server, save the settings, then enable it again. - Manual IP configuration on a laptop (if DHCP does not work):
1. Windows: Start → Settings → Network & Internet → Wi-Fi → Manage known networks → your network → Properties.2. Scroll to "IP Settings" and select "Manual".
3. Specify an IP from your network range (for example, 192.168.0.100), mask 255.255.255.0, gateway 192.168.0.1, DNS 8.8.8.8.
If the Internet works after manual setup, the problem is definitely in DHCP- router server. It may be overloaded (too many connected devices) or the settings may be corrupted. In this case, resetting the router to factory settings (press the button) will help. Reset on the back panel).
3. Wi-Fi adapter driver: updating, rolling back, and diagnostics
In 50% of cases The network adapter driver is to blame, especially if your laptop was recently updated or you installed new software. Symptoms:
- 🖥️ Wi-Fi adapter is not showing up in
Device Manager. - 🔌 The network is visible, but when connecting, it displays the error "The network settings saved on this computer do not meet the requirements for this network."
- 🐢 The connection speed is extremely low (1–5 Mbps), although the phone has 50+ Mbps.
How to check and fix:
- Update the driver manually:
1. Win + X → Device Manager → Network adapters.2. Find your Wi-Fi adapter (for example, Intel Wi-Fi 6 or Qualcomm Atheros).
3. Right-click → Update driver → Search my computer for driver software → Select from the list.
4. If there is a version marked "Microsoft", select it (it is more stable than the manufacturer's version). - Roll back the driverIf the problem appeared after the update:
1. In Device Manager, right-click on the adapter → Properties → Driver.2. Click "Roll back" if the button is active. - Uninstall the driver completely and reinstall it:
1. In Device Manager, remove the adapter (right-click → Uninstall device).2. Restart your laptop - Windows will install the driver automatically.
3. If this does not help, download the driver from the laptop manufacturer’s website (not from Intel/Qualcomm!).
For macOS And Linux the process is different:
- 🍎 On MacBook Wi-Fi failure is often resolved by resetting
NVRAM: turn off the laptop, then turn it on while holding downOption + Command + P + R(hold for 20 seconds). - 🐧 In Linux (Ubuntu, Mint) check the adapter status with the command:
iwconfigIf the adapter is disabled (
IEEE 802.11 ESSID:off/any), turn it on:sudo ifconfig wlan0 up
How to find out the model of your Wi-Fi adapter in Windows?
1. Win + R → enter cmd → OK.
2. Enter the command:
wmic nic get name, manufacturer, description
3. Find the wireless adapter in the list (usually contains the words "Wireless" or "Wi-Fi").
4. Router settings: MAC filtering, operating mode and channels
If the driver is OK, but the laptop still does not connect, the problem may be in router settingsPhones often ignore some restrictions (for example, filtering by MAC-address), while laptops do not.
Check the following settings in the router's web interface (192.168.0.1 or 192.168.1.1):
| Parameter | Where to look | What should be |
|---|---|---|
| MAC address filtering | Wireless Network → MAC Filter | Disabled or added to the MAC list |
| Wi-Fi operating mode | Wireless Network → Settings | 802.11n/ac/ax (not just "b" or "g") |
| Channel width | Wireless Network → Channel | Auto or 20/40 MHz (not 80 MHz if the router is old) |
| Security | Wireless Network → Security | WPA2-PSK or WPA3 (not WEP or open network) |
Pay special attention Wi-Fi operating mode:
- 📶 If the router only works in mode
802.11b, modern laptops may not connect (or connect at a speed of 1-2 Mbps). - 🔄 If enabled
802.11r(Fast Transition) - disable it (may conflict with Windows). - 🔒 If used
WPA3, and the laptop is old (before 2018), try switching toWPA2.
5. Viruses, firewalls and VPNs: software blocking
Sometimes Wi-Fi doesn't work because software conflict:
- 🛡️ Windows Firewall or antivirus is blocking the network.
- 🔗 VPN programs (for example, NordVPN, ProtonVPN) disrupt routing.
- 🦠 Viruses or malware change network settings.
How to diagnose:
- Disable your antivirus and firewall for 5 minutes and try connecting again.
- Check the routes in Windows:
1. Launch the command prompt (Win + R → cmd).2. Enterroute printand check if there is a route for your network in the table (for example, 192.168.0.0). - Remove VPN programs or reset their settings (sometimes they set static routes that conflict with Wi-Fi).
If you suspect a virus:
- 🖥️ Check your laptop Malwarebytes or Kaspersky Virus Removal Tool.
- 🔍 Look in
Task Manager(Ctrl+Shift+Esc), are there any suspicious processes consuming the network? - 🔄 Reset network settings:
1. Start → Settings → Network & Internet → Status → Network reset.2. Confirm and restart your laptop.
6. Hardware Problems: How to Test Your Laptop's Wi-Fi Adapter
If none of the above helps, the problem may be iron:
- 🔌 The Wi-Fi adapter comes loose from the connector (a common problem after drops or overheating).
- 🔋 The adapter antennas are damaged (for example, after disassembling the laptop).
- 🔥 The adapter overheats and switches off (typical for older laptops).
How to check:
- Connect an external Wi-Fi adapter (For example, TP-Link TL-WN725N) into the USB port. If it works, the problem is with the built-in adapter.
- Check the adapter in another OS:
- 🖥️ Boot from LiveUSB Linux (for example, Ubuntu). If Wi-Fi doesn't work there either, the adapter is faulty.
- 🍎 On MacBook boot into
Safe Mode(holdShiftwhen turned on). If Wi-Fi works, the problem is in the software.
1. Open the back cover of the laptop.2. Locate the Wi-Fi adapter (usually under a metal cover labeled "Wireless").
3. Check if the antenna wires (black and white) are connected tightly.
If the adapter is faulty, it can be replaced (cost - from 1,000 to 5,000 rubles depending on the model). For MacBook It's more complicated: in models after 2016, Wi-Fi modules are often soldered to the motherboard.
7. Windows 10/11 Features: TCP/IP and Winsock Stack Reset
IN Windows 10 And Windows 11 Sometimes low-level network settings get lost (TCP/IP And Winsock). This manifests itself like this:
- 🌐 The laptop connects to Wi-Fi, but pages don't load ("No internet access").
- 🔄 Constant connection interruptions with the error "DNS server is not responding."
- 📥 File download speed is extremely low (for example, 0.1 Mbps with a 100 Mbps tariff).
This can be solved by resetting the network stack via the command line (as administrator):
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
After executing the commands restart your laptopIf this was the problem, the Internet will work.
If it doesn't help, check DNS settings:
- 🔧 Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - 🖱️ Right-click on your Wi-Fi connection → Properties → Internet Protocol Version 4 (TCP/IPv4).
- 📝 Set DNS servers manually:
8.8.8.8And8.8.4.4(Google) or1.1.1.1(Cloudflare).
8. Power supply issues: Why does Wi-Fi turn off when on battery?
Many laptops (especially Lenovo, Dell And HP) save battery life by turning off the Wi-Fi adapter when the battery is low or in power-saving mode. Symptoms:
- 🔋 Wi-Fi works from the network, but turns off when on battery.
- 🔌 The connection is lost when the lid is closed (sleep mode).
- 🐢 The speed drops 5-10 minutes after unplugging.
How to fix:
- Disable power saving for your Wi-Fi adapter:
1. Device Manager → Network adapters → your Wi-Fi → Properties.2. Go to the "Power Management" tab.
3. Uncheck "Allow the computer to turn off this device to save power." - Set up a power plan:
1. Start → Settings → System → Power & sleep → Additional power settings.2. Select "High Performance" or customize the current scheme.
3. In the "Wireless adapter settings" section, set "Maximum performance". - Update your BIOS (if the problem appeared after a Windows update).
1. Find out the motherboard model (enter in cmd:wmic baseboard get product,manufacturer).2. Download the latest BIOS version from the manufacturer's website and update it.
FAQ: Frequently Asked Questions
🔍 Why won't my laptop connect to 5 GHz Wi-Fi, but my phone can?
Most likely, your laptop does not support the 5 GHz frequency (relevant for models before 2015). Check the adapter specifications in Device ManagerIf it does, try setting your router to channel 36–48 (they're less susceptible to interference).
📱 My laptop connects to Wi-Fi, but the internet isn't working. My phone works fine. What's wrong?
The reasons may be as follows:
- The settings are lost
DNS(try to write it manually8.8.8.8). - VPN or proxy server is blocking traffic (disable them).
- The router distributes the Internet only to certain devices (check the filtering by
MAC). - Antivirus is blocking the network (temporarily disable it).
🖥️ My laptop's Wi-Fi works, but the speed is very slow (1-2 Mbps). How can I fix it?
Try:
- Switch the Wi-Fi channel in the router settings (for example, from
Autoon6or11). - Disable
QoSin the router (section "Wireless network" or "Advanced"). - Update your Wi-Fi adapter driver (especially if your laptop is on Windows 11).
- Change the Wi-Fi standard from
802.11non802.11ac(if the router supports it).
If nothing helps, the problem may be that the router is overloaded (too many devices are connected).
⚡ After updating Windows, my laptop stopped detecting Wi-Fi. What should I do?
This is a classic driver incompatibility issue. Solutions:
- Roll back the driver (in
Device Manager→ Adapter properties → Driver → Roll back driver). - Remove the adapter in
Device Managerand restart your laptop (Windows will reinstall the driver). - Download the driver from the laptop manufacturer's website (not from the website Intel or Qualcomm!).
- If nothing helps, roll back to the previous version of Windows (Settings → Update & Security → Recovery).
🔌 My laptop connects to Wi-Fi, but the connection drops after 5 minutes. Why?
Possible reasons:
- Power settings disable the adapter (see section 8).
- The router is overheating and dropping the connection (check its temperature).
- IP address conflict (try setting a static IP manually).
- Interference from other networks (change the Wi-Fi channel in the router settings).
If the breaks occur at exactly the same intervals, check the settings. DHCP leasing in the router (the IP lease time may be too short).