You turned on your laptop, and the Wi-Fi icon in the system tray has a red cross through it? Or the network is visible, but when you try to connect, you get the error "Unable to connect to this network"? Problems with wireless internet on Windows 10 — one of the most common problems users encounter. There can be dozens of causes, from a simple disconnected adapter to serious glitches in the router's drivers or settings.
In this article we will look at all possible scenarios, why your laptop won't connect to Wi-Fi - from the simplest to the most complex. You'll get Step-by-step instructions with pictures, diagnostic commands, and a table of typical errors with solutionsWhether your signal has disappeared after a system update, your adapter has stopped working after sleep, or your laptop can't see any available networks at all, you'll find the answer here.
Before you begin tweaking settings, make sure the problem is with your laptop. Try connecting to the same network from your phone or another device. If the internet works, continue reading. If not, check your router (it might be overheating, broken, or blocking your laptop by MAC address).
1. Check basic settings: is Wi-Fi and Airplane mode enabled?
It sounds obvious, but about 30% of connection problems are resolved at this stage. Windows 10 It tends to spontaneously disable wireless modules after updates or waking up from sleep. Here's what to do first:
- 🔄 Wi-Fi power buttonMost laptops have a function key (usually
F2,F12or combination withFn), which turns the adapter on and off. Press it—the Wi-Fi icon in the tray may immediately change its status. - ✈️ Airplane mode. Open
Start → Settings → Network & Internetand check if this mode is activated. It disables all wireless connections. - 📶 Notification panelClick on the Wi-Fi icon in the lower right corner of the screen - if it is grey or has a strikethrough, click on it and select "Wi-Fi» to turn on.
If the network does not appear after these manipulations, proceed to the next step. Please note: on some laptops (eg. Lenovo or HP) There is a separate hardware Wi-Fi switch on the case - check its position.
2. Network diagnostics using Windows tools: what the system shows
Windows 10 has a built-in network diagnostic tool that often helps identify problems automatically. To launch it:
- Right-click on the Wi-Fi icon in the tray (next to the clock).
- Select "Troubleshooting».
- Wait for the check to complete and follow the system recommendations.
If the diagnostics did not help, open Control Panel → Network and Internet → Network and Sharing Center and check the connection status. Specific errors may appear here, such as:
- 🚫 «There is no internet connection" — the problem is on the provider's or router's side.
- 🔌 «Unidentified network" - failure in IP settings (solved by resetting TCP/IP).
- 🔍 «No connections available" — the adapter is disconnected or faulty.
For a more in-depth diagnosis, open Command line as administrator and run the commands:
netsh wlan show driversipconfig /all
ping 8.8.8.8
The first command will show the status of the Wi-Fi driver, the second will show the current network settings, and the third will check the connection with Google servers (if the ping works, but websites don't open, the problem is in the DNS).
3. Restart services and reset network settings
Often Wi-Fi doesn't work due to a background service failure. WLAN AutoConfig, which manages wireless connections. To restart it:
- Click
Win + R, enterservices.mscand pressEnter. - Find the service "WLAN Automatic Configuration Service».
- Right click → «Restart».
If this doesn't help, try resetting your network settings to factory defaults. To do this:
- Open
Settings → Network & Internet → Status. - Scroll down and click "Network reset».
- Confirm the action and restart the laptop.
This procedure will delete all saved network and adapter settings, so you will need to re-enter your Wi-Fi password after rebooting. Attention: If you use a VPN or proxy, their settings will also be reset.
☑️ Check before resetting the network
4. Update or roll back the Wi-Fi adapter driver
Outdated, corrupted, or incompatible drivers are one of the main causes of Wi-Fi issues. To update your driver:
- Open
device Manager(Win + X → Device Manager). - Expand the section "Network adapters».
- Find your Wi-Fi adapter (usually it has "wi-fi" in the name) Wireless, Wi-Fi or a model, for example, Intel AX200).
- Right click → «Update driver» → «Automatic search».
If the system does not find updates, download the driver from the laptop manufacturer's website (for example, ASUS, Acer, Dell) or adapter (for example, Intel, Qualcomm Atheros, Broadcom). Please indicate the exact model of your laptop or adapter!
If problems started after updating the driver, perform a rollback:
- IN
Device ManagerRight click on the adapter. - Select "Properties → Driver → Roll Back Driver».
⚠️ Attention: If in Device Manager There's an exclamation mark next to the adapter, which means there's a critical error. Try removing the device (right-click → "Delete”), then click “Update hardware configuration" in the menu "Action».
| Symptom | Probable cause | Solution |
|---|---|---|
| Wi-Fi disappears after sleep/hibernation | Adapter power management failure | Disable Allowed Power Off to Save Power in Adapter Properties |
| The network is visible but cannot be connected ("Unable to connect") | Incompatibility of standards (e.g., router for 5 GHz, adapter only for 2.4 GHz) | Change router settings or update the adapter driver |
| The laptop doesn't see any networks. | The adapter is disconnected or faulty | Check in Device Manager, reinstalling the driver |
| There is a connection, but there is no internet access. | DNS or IP configuration failure | Reset TCP/IP or manually configure DNS (e.g. 8.8.8.8) |
5. Manual IP and DNS settings: if automatic connection doesn't work
Sometimes Windows 10 cannot get an IP address from the router automatically (error "Obtaining an IP address" or "Limited"). In this case, manual configuration will help:
- Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - Right click on "Wireless network» → «Properties».
- Select "Internet Protocol version 4 (TCP/IPv4)" and press "Properties».
- Set the switch to "Use the following IP address» and enter:
- IP address:
192.168.1.100(the last digit can be any number from 2 to 254) - Subnet mask:
255.255.255.0 - Main gateway:
192.168.1.1(or your router's address, which is indicated on its sticker) - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare)
After applying the settings, restart your laptop. If the connection is working but you still can't connect, try flushing the DNS cache with the following command:
ipconfig /flushdns
⚠️ AttentionIf the internet still doesn't work after manually setting your IP address, reset your settings to automatic. There may be a problem with your router settings (for example, the DHCP server is disabled).
6. Checking your router settings: why it might be blocking your laptop
If Wi-Fi works on other devices but not on your laptop, the problem may be with your router settings. Here's what to check:
- 🔒 MAC address filteringSome routers only allow certain devices to connect. Go to the router's web interface (
192.168.1.1or192.168.0.1) and check the list of allowed MAC addresses. - 📡 Network operating modeIf your router is configured for 5 GHz only, but your adapter only supports 2.4 GHz (or vice versa), you won't be able to connect. Change the mode to "Mixed" or "11b/g/n».
- 🔄 Channel and channel widthInterference from neighboring networks may be interfering with the connection. Try manually setting the channel (for example, 6 or 11 for 2.4 GHz).
Also make sure that the router does not have "Client isolation mode» (AP Isolation) - it blocks the interaction of devices on the local network.
⚠️ Router settings may vary depending on the model and firmware. Please refer to your device's manual for the exact menu paths. If you are unsure, it's best to contact your ISP or a specialist.
How to find out the MAC address of a laptop?
Open Command line and enter ipconfig /all. The MAC address will be listed in the line "Physical address» next to the wireless adapter.
7. Hardware problems: when the laptop itself is to blame
If none of the previous methods helped, the problem may be in iron:
- 🔌 The antenna cable has become disconnectedIn some laptops, the Wi-Fi adapter is connected to the motherboard via a mini-PCIe slot with antenna wires. If these are loose or damaged, there will be no signal.
- 🔥 Adapter overheatingIf your laptop gets too hot, the adapter may shut down for protection. Check the temperature using the program HWMonitor.
- ⚡ Adapter malfunctionIf in
Device ManagerThe adapter is displayed as "Unknown device" or is missing altogether, perhaps it is broken.
To diagnose hardware problems:
- Connect an external USB Wi-Fi adapter (costs from 300 rubles) to your laptop. If it works, the problem is with the built-in adapter.
- Check if the adapter is detected in the BIOS. To do this, press [Enter] when booting the laptop.
F2,DelorEsc(depending on the model) and find the section with information about the devices.
If the adapter isn't detected even in the BIOS, it will need to be replaced. This will cost between 1,500 and 3,000 rubles at a service center (depending on the laptop model and adapter).
FAQ: Frequently asked questions about Wi-Fi issues on Windows 10
❓ Why does my laptop connect to Wi-Fi, but the internet doesn't work?
This is a typical DNS or IP issue. Try:
- Reset TCP/IP with command
netsh int ip reset. - Install Google DNS (
8.8.8.8) manually. - Check if your antivirus or firewall is blocking the connection.
❓ My Wi-Fi has disappeared after updating Windows 10. What should I do?
Updates often disrupt drivers. Solutions:
- Roll back the adapter driver
Device Manager. - Download the latest driver from the laptop manufacturer's website.
- If that doesn't help, roll back the system to a restore point (
Start → Settings → Update & Security → Recovery).
❓ My laptop sees the network but won't connect—it says "We couldn't connect to this network."
Reasons and solutions:
- 🔑 Incorrect password - delete the network in the settings and reconnect.
- 📶 Weak signal — Move closer to the router or change the channel on the router.
- 🔄 Conflict of standards - in the router settings, set the mode to "11b/g/n" instead of "Only 11n».
❓ How do I reset my network settings to factory defaults?
Go to Settings → Network & Internet → Status → Network resetAfter rebooting, all saved network and adapter settings will be deleted.
❓ Is it possible to connect to Wi-Fi without drivers?
No, the driver is required for the adapter to work. If the driver is damaged or missing, Wi-Fi will not work. As a last resort, you can connect via cable and install the driver manually.