Have you turned on Wi-Fi on your laptop, but there is still no connection to the router? Or is the network visible, but when you try to connect, the error “Could not connect” appears? This problem is familiar to many - from owners of budget ASUS Vivobook up to bonus MacBook Pro. The reasons may lie either in the settings of the laptop itself or in problems with the router or provider.

In this article we will analyze **all possible scenarios**: from a banal disabled adapter to IP address conflicts and outdated drivers. You will learn how to diagnose a problem in 2 minutes, which router settings to check first, and what to do if your laptop connects to other networks but stubbornly ignores your home one. And for advanced users - instructions for analyzing logs and manually configuring network parameters.

1. Checking basic settings: 5 steps before deep diagnostics

Before digging into the router settings or reinstalling drivers, make sure that the problem cannot be solved with basic steps. In 30% of cases, the culprit is **a disabled Wi-Fi module**, a low battery, or a simple password error.

  • 🔄 Reboot your router and laptop. Unplug both devices for 30 seconds - this will clear the DHCP cache and temporary errors.
  • 📶 Check the indicators on the router. Solid green/blue Wi-Fi — the network is active; flashing orange - Internet connection error (call your provider).
  • 🔑 Make sure your password is correct. Click on the Wi-Fi icon in the tray → “Network Properties” → check if the entered password matches the one on the router sticker.
  • Connect your laptop to a power outlet. Some models (eg Lenovo ThinkPad) limit the power of the Wi-Fi adapter when operating on battery power.
  • 🛜 Try connecting from another device. If the phone/tablet also does not see the network, the problem is in the router; if it does, it is in the laptop.

If after these steps the connection does not appear, proceed to the next section. Pay special attention to the point about the router indicators: if the LED Internet does not light up or flashes red, the problem is with the provider - call support.

📊 How often do you have problems with Wi-Fi?
  • Once a week
  • Once a month
  • Rare, but accurate
  • Never
  • I find it difficult to answer

2. Diagnostics of the Wi-Fi adapter on a laptop

If basic checks don't help, it's time to dig deeper. Let's start with diagnosing the network adapter - it could be disabled by software, fail, or conflict with other devices.

B Windows 10/11 follow these steps:

  1. Click Win + X → select "Device Manager".
  2. Expand the Network Adapters tab.
  3. Find a device with words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  4. If the down arrow next to the adapter is lit, right-click and select “Enable device”.

For macOS:

  • Open System Preferences → Network.
  • Select Wi-Fi in the left menu and check the status: if it says “Disabled”, click “Connect”.
  • If the adapter is not displayed at all, go to “System Monitoring” (Applications → Utilities) → “Network” tab. There should be a section here Wi-Fi with traffic data.

Make sure the adapter is not disabled (no down arrow)|

Check for exclamation mark (driver conflict)|

Update driver via context menu|

View adapter properties (Events tab for errors)-->

If the adapter is not listed or is marked with an exclamation point, the problem is a driver or hardware problem. Go to section 4.

⚠️ Attention: On some laptops (eg Dell XPS or HP Spectre) The Wi-Fi module can be turned off by a hardware button or combination Fn + F2/F12. Check your keyboard for the antenna icon!

3. Router settings: what to check first

If the laptop does not connect to the router, but other devices work fine, the problem may lie in the router settings. Most often the culprits are:

  • 🔒 Wrong security type (For example, WPA3 not supported by older adapters).
  • 📡 Hidden Network (SSID) — if the router does not broadcast the network name, the laptop will not see it.
  • 🎯 Filtering by MAC address - your laptop may be blacklisted.
  • 🔄 Channel conflict - if the router is operating on an overloaded channel (for example, 6 or 11 in the 2.4 GHz band).

To check these settings:

  1. Connect to the router via cable or through another device.
  2. Open your browser and enter in the address bar 192.168.0.1 or 192.168.1.1 (the address is indicated on the router sticker).
  3. Log in (default logins: admin/admin or admin/password).
  4. Go to section Wireless (or "Wireless Network") and check:
Parameter Recommended value Explanation
SSID Broadcast Enabled If disabled, the network is not visible to devices.
Security Mode WPA2-PSK (or WPA2/WPA3) WEP And WPA unsafe WPA3 may not be supported.
Channel Width Auto or 20/40 MHz Width 40 MHz may cause interference on busy channels.
MAC Filter Disabled If enabled, add the laptop's MAC address to the whitelist.

After the changes, save the settings and reboot the router. If the laptop still does not connect, try changing the channel manually (for example, with 6 on 1 in the 2.4 GHz band).

💡

If you have a dual-band router, try connecting to a 5GHz network (the name usually ends with _5G). In the 2.4 GHz band there is more interference from neighboring networks and household appliances.

4. Update and reinstall Wi-Fi drivers

Outdated or damaged drivers are one of the most common causes of Wi-Fi problems. This is especially true after updating Windows or after a “clean” installation of the system.

How to update the driver:

  1. Open Device Manager (Win + X → Device Manager).
  2. Find your Wi-Fi adapter in the Network Adapters section.
  3. Right-click → “Update driver” → “Automatic search”.

If Windows does not find updates, download the driver from the laptop manufacturer's website:

If the update doesn't help, try completely remove the driver and reinstall it:

  1. In Device Manager, right-click on the adapter → Uninstall device.
  2. Check the “Remove driver programs for this device” checkbox (if available).
  3. Restart your laptop - Windows will try to install the driver automatically.
⚠️ Attention: On laptops with Realtek Wi-Fi adapters (for example, Realtek RTL8821CE) Rolling back the driver to an older version often helps. Download the driver from the official website, but select a version 1-2 years older than the current one.

5. IP address conflicts and network settings reset

If the laptop connects to the network, but the Internet does not work (Wi-Fi icon with an exclamation mark), the problem may be a conflict of IP addresses or broken TCP/IP settings.

Try it first release and update IP:

ipconfig /release

ipconfig /renew

If this doesn't help, reset your network settings:

netsh int ip reset

netsh winsock reset

After running the commands, restart your laptop.

For macOS:

  1. Open Terminal (Applications → Utilities).
  2. Enter the command to reset DNS:
    sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
  3. Restart your Mac.

If the IP conflict persists, try set a static address manually:

  1. On Windows: Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right click on Wi-Fi → “Properties” → “IP version 4 (TCP/IPv4)” → “Properties”.
  3. Select "Use the following IP address" and enter:
    • IP address: 192.168.1.100 (if the router 192.168.1.1).
    • Subnet mask: 255.255.255.0.
    • Main gateway: 192.168.1.1.
    • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
What should I do if, after resetting the settings, Wi-Fi disappeared completely?

If after the commands netsh or reset via “Network and Internet” the adapter has disappeared from the system, try:

1. Return the driver through the “Device Manager” (the “Update hardware configuration” button).

2. Boot into “Safe Mode with Networking” (click F8 at startup or use msconfig).

3. Restore the system from a restore point (if the problem appeared after the update).

6. Problems with the 2.4 GHz and 5 GHz bands

Modern routers operate in two bands: 2.4 GHz (long range, but slow and congested) and 5 GHz (fast, but with less coverage area). The laptop may not see one of the networks for the following reasons:

  • 📱 The adapter does not support 5 GHz (valid for old laptops before 2015).
  • 🔍 5 GHz network is hidden or disabled in the router settings.
  • 🛡️ Standards conflict (for example, the router works in 802.11ac, and the adapter only supports 802.11n).
  • 📶 Weak 5 GHz signal — walls and ceilings attenuate the high-frequency signal more strongly.

How to check 5GHz support in Windows:

  1. Open Command Prompt (Win + R → cmd).
  2. Enter:
    netsh wlan show drivers
  3. Find the line Supported radio types. If there is 802.11a or 802.11ac — the adapter supports 5 GHz.

If 5 GHz is not supported, the only option left is 2.4 GHz. In this case:

  • In the router settings, set the channel 2.4 GHz manually (for example, 1 or 11).
  • Disable mode 802.11n Only (if any) - it may conflict with older adapters.
  • Reduce channel width to 20 MHz (instead of 40 MHz) for greater stability.
💡

If the laptop sees the 2.4 GHz network but does not connect, try disabling the option in the router WMM (Wi-Fi Multimedia) or 802.11e. These features sometimes cause problems with older devices.

7. Hardware faults: when it’s time to take it to service

If none of the above methods help, the problem may be hardware. Here are the signs that the laptop's Wi-Fi module is faulty:

  • 🚫 The adapter does not appear in Device Manager even after reinstalling the drivers.
  • 🔌 The laptop does not connect to any network (including public Wi-Fi).
  • 🔥 The module is overheating (you may feel warm in the area above the keyboard).
  • 🔄 Wi-Fi only works when the laptop is in a certain position (for example, if you tilt the screen).

What you can do yourself:

  1. Check antennas. Some laptops (eg. Acer Aspire or MSI Modern) Wi-Fi antennas are connected to the module with thin wires that can come loose. Disassemble the laptop (if you have experience) and check the connection.
  2. Connect an external USB adapter. Even cheap TP-Link TL-WN725N will help temporarily solve the problem.
  3. Check on another laptop. Connect your Wi-Fi module (if it is removable, format M.2 2230) to another device.

If the module is truly broken, replacing it will cost 1 500–4 000 ₽ (depending on model). For laptops Apple (For example, MacBook Air M1) The Wi-Fi module is integrated into the motherboard - repairs will be more expensive.

⚠️ Attention: On laptops with Intel Killer Wireless (For example, Dell Alienware or MSI GS66) problems with Wi-Fi are often solved by disabling proprietary software Killer Control Center through Programs and Features. This software conflicts with standard Windows drivers.

8. Alternative connection methods if Wi-Fi does not work

While you are looking for a solution, you need the Internet now. Here are temporary connection methods:

  • 🔌 Ethernet cable. Connect your laptop to the router via LAN port (need adapter USB-C → Ethernet for modern ultrabooks).
  • 📱 Mobile hotspot. Share the Internet from your smartphone (on Android: “Settings → Access point and modem”).
  • 🔄 Powerline adapter. Uses electrical wiring to transmit the Internet (e.g. TP-Link TL-PA4010).
  • 📡 USB Wi-Fi adapter. Connects to a USB port and works as an external network card (cost from 500 ₽).

If you have chosen mobile hotspot, please note:

  • On iPhone limitation on the number of connected devices (maximum 5).
  • On Android The traffic of some operators may be blocked (for example, Tele2 limits distribution without additional options).
  • The speed will be lower than over Wi-Fi (especially if you have 3G instead of 4G/5G).
netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678

netsh wlan start hostednetwork

(replace MyHotspot And 12345678 to your name and password).-->

FAQ: Frequently asked questions about problems with Wi-Fi on a laptop

The laptop connects to Wi-Fi, but the Internet does not work (exclamation mark). What to do?

This is a typical sign of an IP or DNS problem. First run the commands:

ipconfig /release

ipconfig /renew

ipconfig /flushdns

If it doesn't help, manually enter the DNS 8.8.8.8 And 8.8.4.4 (Google) in the connection properties. Also check if your antivirus is blocking the Internet (disable it for 5 minutes).

The laptop sees the network, but when connecting it says “Could not connect.” What's the matter?

The reasons may be different:

  • 🔐 Wrong password (check case and characters).
  • 🔄 Security standards conflict (try changing the router WPA3 on WPA2).
  • 📡 Signal too weak (bring the laptop closer to the router).
  • 🛡️ Blocking by MAC address (add the laptop address to the router settings).

Also try removing the network in Windows settings (Settings → Network and Internet → Wi-Fi → Manage known networks) and connect again.

Wi-Fi works, but the speed is very low (1–2 Mbps). How to speed it up?

Test the speed on other devices first. If everything is slow, the problem is with the provider. If only on a laptop:

  • 📶 Change channel in the router (use 1, 6 or 11 for 2.4 GHz).
  • 🔄 Disable power saving for the adapter (Device Manager → Adapter Properties → Power Management → uncheck).
  • 🛡️ Check for viruses - some malware limits the speed.
  • 🔌 Connect via cable and compare the speed (if it’s fast via Ethernet, the problem is in the Wi-Fi adapter).
The laptop does not see only my home network, but it sees others. Why?

Most likely, your network is configured non-standardly. Check:

  • 🔒 Hidden SSID (enable broadcasting of the network name in the router).
  • 📡 Unsupported standard (for example, the router only works in 802.11ac, and the adapter is in 802.11n).
  • 🛡️ Filtering by MAC (add laptop address to whitelist).
  • 🔄 Incompatible channel (try setting the channel in the router 6 or 11).

Also try manually adding a network on your laptop (Settings → Network → Wi-Fi → Hidden network) and enter the name (SSID) and password.

After updating Windows, Wi-Fi stopped working. How to return?

Windows updates often break drivers. Solutions:

  1. Roll back the driver: in “Device Manager” click on the adapter → “Properties” → “Driver” → “Roll Back”.
  2. Install the driver from the manufacturer's website (not via Windows Update!).
  3. Go back to a previous version of Windows (Settings → Update & Security → Recovery).
  4. Disable automatic driver updates through gpedit.msc (for Pro versions of Windows).