You are trying to connect to your home or office Wi-Fi, but My Windows 10 laptop stubbornly ignores the network. — it doesn't show up in the list, returns an authentication error, or says "Unable to connect"? This problem is familiar to millions of users, and there can be dozens of causes: from a simple disabled adapter to driver conflicts or router-related issues. In this article, we'll look into it. all possible scenarios, why the laptop doesn't want to connect to Wi-Fi, and we'll give step-by-step instructions for every case - from basic checks to in-depth system diagnostics.
It is important to understand: Windows 10 — an operating system with extensive network settings, and Wi-Fi connection failures are rarely random. They most often signal a specific problem: for example, error 0x80070035 indicates problems with network discovery, and the message "The network settings stored on this computer do not meet the requirements for this network" indicates a mismatch of security standards (for example, WPA3 vs WPA2). We won't limit ourselves to general advice like "reboot your router," but will look into Unique symptoms and accurate solutions for Windows 10, including hidden settings that Microsoft doesn't advertise in the help.
Before you begin diagnostics, answer two questions:
- 🔍 Does the laptop see other Wi-Fi networks? (neighbors, public spots), or is the problem only with yours?
- 💻 Does the internet work on other devices? (smartphone, tablet), connected to the same router?
The answers will help narrow down the possible causes and save time.
1. Checking basic settings: what to do first
Start with basic steps - they solve the problem in no time 30% of cases, even if they seem too simple. Users often miss the obvious, spending hours searching for deeper reasons.
- 🔄 Rebooting the router and laptopUnplug the router for 30 seconds, then plug it back in. Restart your laptop. This will clear the network settings cache and any temporary DHCP errors.
- ⚡ Checking Airplane Mode. Click
Win + Ato open the notification center and make sure the mode is On the plane disabled. Sometimes it activates accidentally or after updates. - 📡 Enabling the Wi-Fi adapterOn some laptops (Lenovo, HP, Dell) there is a hardware button or key combination (for example,
Fn + F2) to enable/disable Wi-Fi. Check that the adapter isn't physically disconnected. - 🔧 Windows Network DiagnosticsRight-click the Wi-Fi icon in the system tray →
TroubleshootingThe system will automatically scan for common errors.
If the problem persists after these steps, proceed to the next section. Even basic networks are down? The adapter driver or hardware failure may be to blame—read below for more information.
2. The laptop does not detect Wi-Fi networks: causes and solutions
If your laptop does not display available networks at all (including neighboring ones), the problem lies in one of three components:
- The Wi-Fi adapter is disconnected or faulty. (software or hardware).
- Outdated/corrupted driver network card.
- Conflict with Windows services (For example,
WLAN AutoConfig).
Let's look at each case.
2.1. Checking the status of the Wi-Fi adapter
Open device Manager (Win + X → device Manager) and find the section Network adaptersThe list should contain an adapter with the words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
- ❌ The adapter is missing or marked with an exclamation mark → driver or hardware problem.
- ⚪ Adapter gray (disabled) → Right click and select
Activate the device. - 🔄 There is an adapter, but it doesn't see the network. → try disabling it (
Disconnect the device), then turn it on again.
How can I find out the model of my Wi-Fi adapter if it's not detected?
Open Command Prompt (Win + R → enter cmd → Enter) and run the command:
wmic nic get name, index
If the adapter is listed but doesn't work, the problem is software. If it's not there, it may be physically damaged (for example, a broken antenna cable).
2.2. Updating or reinstalling the driver
Outdated drivers - The leading cause of Wi-Fi not working in Windows 10. Especially after major system updates (for example, 22H2). Here's how to fix it:
- Open
device Manager→Network adapters→ find your Wi-Fi adapter. - Right click →
Update driver→Automatic search. - If the update did not help, download the driver from official website of the laptop manufacturer (not with Windows Update!). For example:
- Lenovo: pcsupport.lenovo.com
- HP: support.hp.com
- Dell: dell.com/support
Make sure the adapter is visible in Device Manager|Update the driver via Windows Update|Download the driver from the laptop manufacturer's website|Remove the old driver and install the new one|Restart the laptop-->
Important! If Wi-Fi has completely disappeared after updating the driver, try roll back the driver (in adapter properties → tab Driver → Roll back). Sometimes new versions contain bugs.
2.3. Resetting Wi-Fi services in Windows 10
If the adapter is enabled and the driver is up to date, but networks are still not visible, the problem may be with Windows services. Run the following commands in command prompt as administrator (Win + X → Command Prompt (Administrator)):
netsh winsock resetnetsh int ip reset
netsh advfirewall reset
netsh wlan reset
After completion restart your laptopThese commands will reset your network settings, TCP/IP stack, and firewall rules, which often resolves network discovery issues.
3. The laptop sees Wi-Fi but doesn't connect: authentication errors
Situation: The network is displayed in the list, but when I try to connect, a message like "Unable to connect to the network", "Check your network name and password" or "The network settings saved on this computer do not meet the requirements of this network."The reasons here are different – from an incorrect password to a conflict of security standards.
3.1. Checking the password and security standard
- 🔑 Make sure you are entering the correct password.. Case or space errors are a common cause of failure. Try entering the password in Notepad, then copy it into the input field.
- 🛡️ Check your router's security standardGo to your router settings (usually at
192.168.0.1or192.168.1.1) and make sure the network is usingWPA2-PSK (AES).WPA3orWEPmay not be supported by older adapters. - 📶 Change Wi-Fi channel. In the router settings (
Wireless Settings) try setting a fixed channel (eg6or11) instead ofAutoChannel congestion is preventing connection.
Attention! If the router is configured to 802.11r (Fast Transition), disable this option - it often conflicts with Windows 10.
3.2. Deleting a saved network and reconnecting
Windows 10 sometimes saves incorrect network settings. To reset them:
- Open
Parameters(Win + I) →Network and Internet→Wi-Fi→Managing known networks. - Find your network →
Forget. - Restart your laptop and try connecting again.
3.3 Disabling random MAC addresses (Windows 10 20H2 and later)
The latest versions of Windows 10 include a feature Random hardware addresses, which can interfere with connection to some routers. To disable it:
- Go to
Parameters→Network and Internet→Wi-Fi. - Click
Managing known networks→ select your network →Properties. - Disable the option
Random hardware addresses.
4. There is a connection, but no internet: diagnosing the problem
My laptop connects to Wi-Fi, but pages won't load, and there's an exclamation point next to the network name? This means the connection to the router is established, but no internet accessThe reasons may be either on the laptop's side or on the provider's side.
4.1 Checking IP address and DNS
Open command line and run:
ipconfig /all
Pay attention to the lines IPv4 address And Main gateway:
- ❌ If the IP address starts with
169.254.x.x→ DHCP problem (router does not issue an address). - ❌ If the gateway is missing or does not match the router's IP (usually
192.168.0.1or192.168.1.1) → reset network settings (see section 2.3).
Try setting IP and DNS manually:
- Open
Control Panel→Network and Internet→Network and Sharing Center→Changing adapter settings. - Right click on
Wi-Fi→Properties→Internet Protocol version 4 (TCP/IPv4)→Properties. - Install:
- IP address:
192.168.0.X(where X is a number from 2 to 254, not occupied by other devices). - Subnet mask:
255.255.255.0. - Default gateway:
192.168.0.1(or192.168.1.1, look at the router sticker). - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare).
- IP address:
4.2. Checking the router and provider
If the internet doesn't work on other devices either, the problem lies with the router or your provider:
- 🔌 Reboot your router (turn off for 30 seconds).
- 📞 Check your internet payment from the provider.
- 🔧 Call your provider's support team — perhaps there are problems on their side.
Attention! If after rebooting the router the internet works only on other devices, but not on the laptop, the problem is in the settings Windows 10 (see section 5).
5. Hidden Windows 10 Settings That Block Wi-Fi
Windows 10 has a lot of hidden parameters, which can interfere with Wi-Fi connections. They're rarely mentioned in standard instructions, but they often cause problems.
5.1. Disabling power saving for the Wi-Fi adapter
By default, Windows 10 can turn off the Wi-Fi adapter to save power, which leads to connection breaks. To fix this:
- Open
device Manager→Network adapters→ Right-click on your Wi-Fi adapter →Properties. - Go to the tab
Power management. - Uncheck the box
Allow the computer to turn off this device to save power.
5.2. Setting up power options
Some power plans limit Wi-Fi performance. To fix this:
- Open
Control Panel→Power supply→Setting up a power plan→Change advanced power settings. - Find the section
Wireless Network Adapter Settings→Power saving mode. - Install
Maximum performancefor both states (battery and mains).
5.3. Disabling the "Connect to networks automatically" feature
Sometimes Windows 10 tries to connect to weak or unstable networks instead of yours. To fix this:
- Open
Parameters→Network and Internet→Wi-Fi. - Disable the option
Connect to suggested open access points. - In the section
Managing known networksRemove all unnecessary networks.
6. Hardware problems: when the laptop or router is to blame
If you have tried all software methods but Wi-Fi still does not work, the cause may be hardware failures:
| Symptom | Possible cause | Solution |
|---|---|---|
| The laptop doesn't see it not a single one Wi-Fi network, even after reinstalling Windows. | The Wi-Fi adapter is faulty (antennas are disconnected, chip is burned out). | Take it to a service center for diagnostics or use an external USB-Wi-Fi adapter. |
| Wi-Fi only works close to the router (1-2 meters). | The adapter antenna is damaged or the signal is weak. | Check the antenna connection (at the service center) or use a repeater. |
| The laptop connects to Wi-Fi, but the speed is extremely low (0.1-1 Mbps). | Channel interference, outdated Wi-Fi standard (802.11b/g). | Change the channel on your router to 5 GHz (if supported) or use a cable. |
| Wi-Fi works, but it disconnects periodically (every 5-10 minutes). | Adapter or router overheating, IP address conflict. | Check the temperature of your devices, change the Wi-Fi channel, assign a static IP. |
Attention! If your laptop crashes or reboots when you try to turn on Wi-Fi, it may indicate short circuit in the adapter. Disable it immediately in the BIOS and contact your service center!
6.1. Checking the Wi-Fi adapter antennas
On most laptops, the Wi-Fi antennas are connected to the adapter via thin cables, which can become detached when dropped or disassembled. If you've recently disassembled your laptop, check:
- Open the back cover (if accessible).
- Locate your Wi-Fi adapter (usually near your SSD or RAM).
- Make sure the two thin cables (black and white or gray) are firmly connected to the connectors.
MAINAndAUX.
If the antennas have come loose, carefully reconnect them and secure them with tape. Don't use force — the connectors are fragile!
6.2. Router diagnostics
If the problem occurs on multiple devices, the router is to blame. Check:
- 🔥 OverheatThe router should be warm, but not hot. If it's burning, turn it off for 15 minutes.
- 📡 Signal strength: in the router settings (
Wireless Settings) set the transmit power to100%(sometimes resets after update). - 🔄 Firmware: update your router firmware to the latest version (download from the manufacturer's website).
How to reset a router to factory settings?
Find the button on the back of the router. Reset (usually recessed into the case). Press it with a pin and hold for 10-15 seconds until the indicators flash. After resetting, configure the router again (network name, password, security type).
7. Alternative connection methods if Wi-Fi doesn't work
If you are unable to fix your Wi-Fi problem, please use temporary solutionsto avoid being left without internet:
- 📱 Sharing Internet from a phone. Turn on modem mode on your smartphone and connect your laptop to its access point.
- 🖥️ USB InternetConnect your laptop to your router or modem via Ethernet cable (if there is a port).
- 🔌 External Wi-Fi adapter. Buy a USB adapter (such as TP-Link TL-WN725N) and connect it to the laptop. This will bypass the faulty built-in adapter.
- 🌐 Mobile 4G/5G modemUSB modems from Megaphone, Beeline or MTS will provide Internet access without dependence on Wi-Fi.
Attention! If you use USB-Wi-Fi adapter, make sure it supports Windows 10Some older models (for example, on a chip Ralink RT5370) require manual installation of drivers.
8. When to contact a service center: signs of serious problems
Not all Wi-Fi problems can be solved on your own. Contact the service center, If:
- 💥 Laptop turns off or reboots when trying to turn on Wi-Fi.
- 🔥 A burning smell or extraneous sounds (cracking) coming from the Wi-Fi adapter area.
- 🔌 Wi-Fi adapter not determined in BIOS (
DelorF2when loading). - 📉 Wi-Fi speed catastrophically low (less than 1 Mbps) even near the router.
- 🔄 The problem has appeared after the laptop has fallen or been exposed to liquid.
The cost of repairing a Wi-Fi adapter in a service center is from 1,500 to 4,000 rubles, depending on the laptop model and type of malfunction. In some cases, it's cheaper to buy external USB adapter (from 600 rubles).
If the laptop is under warranty, do not disassemble it yourself This will void your warranty. Contact the manufacturer's authorized service center.
FAQ: Frequently asked questions about Wi-Fi issues in Windows 10
❓ Why does my laptop connect to Wi-Fi, but pages won't load?
This is a typical problem with DNS or gateway. Try:
- Flush DNS cache:
ipconfig /flushdns. - Set up public DNS (eg.
8.8.8.8). - Check if the internet is blocked antivirus or firewall.
If this doesn't help, the problem is on the provider's side (call support).
❓ How do I know if my laptop supports 5GHz Wi-Fi?
Open command line and run:
netsh wlan show drivers
Find the line Supported radio typesIf there is. 802.11a or 5 GHz - your adapter supports this range.
❓ Can an antivirus block Wi-Fi?
Yes, some antiviruses (Kaspersky, Avast, ESET) block network connections. Try:
- Temporarily disable antivirus.
- Add the network to the firewall exceptions.
- Check your settings firewall in the antivirus.
❓ Why does Wi-Fi only work after a reboot?
This is a sign driver or service conflictPossible reasons:
- Power saving turns off the adapter (see section 5.1).
- The adapter driver is not compatible with the current version of Windows.
- Background program (eg. VPN or torrent client) interferes with the connection.
Solution: Update the driver, disable power saving for the adapter, and check startup.
❓ How do I connect to a hidden Wi-Fi network?
Hidden networks do not broadcast their name (SSID), but you can connect to them manually:
- Open
Parameters→Network and Internet→Wi-Fi→Managing known networks→Add a new network. - Enter the network name (