You turned on your laptop, and instead of the usual Internet connection, you see the message “No network access” or a complete lack of available Wi-Fi points? The problem is familiar to millions of users, and there can be dozens of reasons for it: from a simple driver failure to a hardware malfunction of the adapter. In this article we will look at all possible scenarioswhy the laptop does not connect to Wi-Fi, and we will give step by step instructions for Windows, macOS and Linux.
It is important to understand: if the problem arose suddenly (everything worked yesterday, but today it didn’t), most likely the software or router settings are to blame. If laptop never did not connect to Wi-Fi (for example, after purchasing or reinstalling the system), the reasons may be deeper - from missing drivers to physical failure of the module. We will start with simple solutions and gradually move on to complex ones so that you do not waste time on unnecessary actions.
Before you begin, answer two questions:
- Does the laptop see at least one Wi-Fi network (even strangers)?
- Does the Internet work on other devices (phone, tablet, second laptop)?
Answering them will help narrow down the range of possible causes. For example, if other devices connect normally, the problem is definitely in the laptop. If no device sees the network, the router or provider is to blame.
1. Basic checks: router, cables and power
Start with the most obvious - check if the problem lies on the surface. In 30% of cases, the problem is solved at this stage, without requiring complex manipulations with the settings.
The first thing to do is reboot the router. Unplug it for 30 seconds, then plug it back in. Wait for it to fully boot (usually takes 1-2 minutes until the Wi-Fi indicator lights up). If the laptop connects after this, the problem was a temporary failure of the router.
If rebooting doesn't help, check:
- 🔌 Router power: The power supply may be faulty or the cable may be damaged. Try a different plug in the outlet or a different adapter (if you have a spare).
- 📡 Router antennas: If they are removable, make sure they are screwed in tightly. Sometimes the contact weakens and the signal disappears.
- 🔗 Cable from provider: if you have ADSL or fiber optic, check whether the cable is firmly inserted into the port
WANon the router. Try reconnecting it. - 📱 Other devices: Connect your smartphone or tablet to Wi-Fi. If they also do not see the network, the problem is with the router or provider.
If other devices connect fine but your laptop doesn't, move on to the next section. If Wi-Fi does not work on any device, contact your provider's technical support. Perhaps they are undergoing technical work or there has been an accident on the line.
- TP-Link
- ASUS
- Xiaomi
- D-Link
- Zyxel
- Tenda
- Mercusys
- Other
2. Checking the Wi-Fi adapter on your laptop
If the router is working, but the laptop stubbornly does not see the network or does not connect, first check the status Wi-Fi adapter. In Windows, this can be done through the “Device Manager”, on macOS - through “System Information”, in Linux - with a command in the terminal.
For Windows:
- Click
Win + Xand select "Device Manager». - Expand the tab "Network adapters».
- Find the device with names Wireless, Wi-Fi or Network Controller (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
Notice the icon next to the adapter name:
- ⚠️ Yellow triangle - the driver does not work correctly or is missing.
- ↓ Down arrow — the adapter is disabled.
- ❌ Red cross — the device is disabled or faulty.
If the adapter is disabled, right-click on it and select "Engage" If there are problems with the driver, update it (more on this in the next section). If the adapter is not listed at all, it may be disabled in the BIOS or physically damaged.
☑️ Checking the Wi-Fi adapter
On macOS the check looks different:
- Open "System information» (click on the apple in the upper left corner → About This Mac → System Report).
- Go to the section "Network» → «Wi-Fi».
- Check the status: if it says “Disabled", turn on Wi-Fi through the control panel (icon in the upper right corner).
B Linux run the command in the terminal:
iwconfig
If there is no interface in the output wlan0 or wlp3s0 (names may vary), the adapter is either disabled or not recognized by the system.
3. Update and reinstall Wi-Fi drivers
One of the most common reasons why a laptop does not connect to Wi-Fi is outdated or damaged drivers. This is especially true after updating Windows or after a clean installation of the system. Even if there are no errors in Device Manager, the driver may not work correctly.
Driver update methods:
- 🔄 Automatic update:
- In Device Manager, right-click on the Wi-Fi adapter.
- Select "Update driver» → «Automatic search».
Windows will try to find and install the latest version. However, this method does not always work because Microsoft does not always provide the latest drivers.
- 📥 Manual installation from the manufacturer's website:
- Find out the adapter model (in Device Manager or through the command
wmic nic get nameincmd). - Download the driver from the official website of the laptop manufacturer (Lenovo, HP, Dell etc.) or chipset (Intel, Qualcomm, Broadcom).
- Install the driver and restart your laptop.
- Find out the adapter model (in Device Manager or through the command
- 🗑️ Removal and reinstallation:
- In Device Manager, remove the Wi-Fi adapter (right button →Remove device»).
- Restart your laptop - Windows should automatically install the driver again.
For macOS Drivers are updated through a system update (Software update in settings). B Linux Usually it is enough to install proprietary drivers via "Additional Drivers" (in Ubuntu) or packages like firmware-iwlwifi for adapters Intel.
How to find out the model of a Wi-Fi adapter without Device Manager?
Open command prompt (Win + R → enter cmd) and run the command:
wmic nic where "NetConnectionStatus=2" get name
This will show the name of the active network adapter. For more detailed information use:
wmic nic get name, manufacturer, descriptionCritical error: If after updating the driver, Wi-Fi disappears completely (the adapter disappears from Device Manager), most likely you installed an incompatible version. In this case, roll back the driver via “Properties” → “Roll Back” or restore the system from a restore point.
4. Windows Network Settings: Reset and Diagnostics
Windows 10 and 11 have built-in tools to diagnose network problems. They don't always solve the problem, but they often help identify its cause. Let's start with them.
Step 1: Running the troubleshooter
- Open "Options» (
Win + I). - Go to "Network and Internet» → «Condition».
- Click "Network Troubleshooter».
The system will automatically scan problems and offer solutions. For example, it can reset IP settings or restart the adapter.
Step 2: Resetting network settings
If the diagnostics do not help, try a full reset of the network stack:
- Open "Options» → «Network and Internet» → «Condition».
- Scroll down and click "Network reset».
- Confirm the action and restart your laptop.
This operation deletes all saved networks, VPN connections and returns TCP/IP settings to factory defaults. After rebooting, try connecting to Wi-Fi again.
Step 3: Manual IP and DNS configuration
Sometimes the problem lies in an IP address conflict or incorrect DNS settings. Try setting them manually:
- Open "Control panel» → «Network and Internet» → «Network Sharing Center».
- Click on your Wi-Fi connection → «Properties».
- Select "IP version 4 (TCP/IPv4)" and click "Properties».
- Set the switch to "Use the following IP address" and enter:
| Parameter | Meaning |
|---|---|
| IP address | 192.168.1.100 (if the router has an IP 192.168.1.1) |
| Subnet mask | 255.255.255.0 |
| Main gateway | 192.168.1.1 (IP of your router) |
| Preferred DNS Server | 8.8.8.8 (Google DNS) or 1.1.1.1 (Cloudflare) |
After applying the settings, restart your laptop. If the connection worked, the problem was with the router's DHCP server.
If after resetting the network, Windows still does not connect to Wi-Fi, try creating a new access point on your phone and connecting to it. If the connection is established, the problem is in the router settings, not in the laptop.
5. Problems with the router: settings and firmware
If the laptop does not connect to Wi-Fi, but other devices work fine, it may not only be the adapter that is to blame, but also incorrect router settings. Let's look at the most common scenarios.
Scenario 1: Router blocks laptop by MAC address
Some routers have a filtering function MAC address — unique identifier of the network device. If your laptop is blacklisted or not whitelisted, the connection will be blocked.
How to check:
- Find out
MAC addressyour Wi-Fi adapter:- On Windows:
ipconfig /all(look for the line "Physical address" for the wireless adapter). - On macOS: "System Settings» → «Network» → «Additionally» → tab «Equipment».
- On Windows:
192.168.1.1 or 192.168.0.1, login/password - admin/admin or indicated on the sticker).Scenario 2: Wrong Wi-Fi mode
Modern routers support several Wi-Fi standards: 802.11b/g/n/ac/ax. If in the router settings you select a mode that is not supported by your laptop (for example, only 802.11ac, but the adapter is an old model), connection will be impossible.
Solution:
- In the router settings, find the section "Wireless Mode" or "Wireless mode».
- Set the value to "11b/g/n mixed" (for maximum compatibility) or "11a/n/ac"(if the laptop is modern).
- Save the settings and reboot the router.
Scenario 3: Outdated router firmware
A router's firmware is its operating system. If it is outdated, you may have problems connecting new devices. Update it:
- Download the latest firmware from the router manufacturer's website (indicate the exact model!).
- In the router settings, find the section "Software update" or "Firmware Upgrade».
- Download the firmware file and wait for the process to complete (do not turn off the power!).
If after updating the firmware the router stops turning on, try resetting it to factory settings using the button Reset (hold for 10-15 seconds).
6. Hardware problems: buttons, antennas and BIOS
If you've tried all software methods and your laptop still won't connect to Wi-Fi, the problem may be hardware. Let's look at typical cases.
Reason 1: Wi-Fi is physically disconnected
Many laptops have hardware button or switch to turn off Wi-Fi. It could be:
- 🔘 A separate button on the body (for example, on older models Lenovo or HP).
- 🔧 Key combination (for example,
Fn + F2on ASUS,Fn + F12on Dell). - 📶 Slider on the sidebar (found on some Acer And Sony Vaio).
Check if Wi-Fi is accidentally turned off. The wireless light (usually a blue or orange LED) should be lit or blinking.
Reason 2: Disabling Wi-Fi in BIOS
In rare cases, the Wi-Fi adapter may be disabled at the BIOS level. This happens after resetting the settings or updating the motherboard firmware.
How to check:
- Reboot your laptop and enter the BIOS (usually the
F2,DelorEscwhen loading). - Find the section "Advanced" or "Wireless».
- Make sure the "Wireless LAN" or "Wi-Fi" is set to "Enabled».
- Save the settings (
F10) and reboot.
Reason 3: Damage to antennas or adapter
If laptop never did not connect to Wi-Fi or stopped working after a fall/repair, it is possible physical malfunction:
- 📡 Antennas torn off (thin wires from the Wi-Fi module to the case).
- 🔧 The adapter has failed (for example, after overheating).
- 🔌 Problems with the M.2 connector (if the adapter is removable).
In this case, only repairs at a service center will help. It is not recommended to disassemble the laptop yourself - there is a risk of damaging other components.
If your laptop only connects to Wi-Fi near your router but loses connection in another room, the problem could be a weak signal. Try changing the Wi-Fi channel in the router settings (for example, from automatic to fixed 6 or 11).
7. Specific problems for different OS
Each operating system has its own nuances of working with Wi-Fi. Let's look at typical problems for Windows, macOS and Linux.
Windows 10/11: WLAN AutoConfig Service
If Wi-Fi suddenly stops working, check the service status WLAN AutoConfig:
- Click
Win + R, enterservices.msc. - Find the service "WLAN AutoConfig Service».
- Make sure it is running and the startup type is "Automatically».
If the service is disabled, enable it and restart the laptop.
macOS: Reset NVRAM and SMC
On a MacBook, Wi-Fi problems are sometimes resolved by resetting the system controllers:
- Reset NVRAM:
- Turn off your Mac.
- Turn it on by immediately pressing
Option + Command + P + Rfor 20 seconds.
- Reset SMC (for MacBook with non-removable battery):
- Turn off your Mac.
- Clamp
Shift + Control + Option+ power button for 10 seconds.
Linux: No proprietary drivers
Many Wi-Fi adapters (especially Broadcom) require proprietary drivers that are not installed by default. On Ubuntu/Debian run:
sudo apt update
sudo apt install firmware-b43-installer
For adapters Intel:
sudo apt install firmware-iwlwifi
After installation, reboot your system.
8. Alternative ways to connect to the Internet
If Wi-Fi still doesn’t work, but you urgently need the Internet, use alternative connection methods:
| Method | How to connect | Pros | Cons |
|---|---|---|---|
| USB modem | Insert the 4G modem into the USB port and install the drivers. | Stable connection, high speed. | A separate device is required and traffic charges may apply. |
| Smartphone as an access point | Enable “Modem mode” in your phone settings and connect via Wi-Fi/USB/Bluetooth. | Always at hand, no additional equipment needed. | Battery drains quickly, traffic restrictions. |
| Ethernet (cable) | Connect the laptop to the router via cable LAN. |
Maximum speed and stability. | Inconvenient for a laptop, requires an adapter for models without a port RJ-45. |
| Powerline adapter | Use adapters that transmit the Internet via electrical wiring. | More stable than Wi-Fi, no cabling required. | Expensive, depends on the quality of the wiring. |
If you urgently need to download drivers or update the system, but Wi-Fi is not working, the easiest way is to use smartphone as a USB modem:
- Connect your phone to your laptop via USB.
- On your phone, turn on "Modem mode» → «USB modem».
- On a laptop in "Network connections» a new connection should appear.
If your laptop does not connect to Wi-Fi after updating Windows, try rolling back the system to a previous version via Settings → Update & Security → Recovery.
FAQ: Frequently asked questions about problems with Wi-Fi on a laptop
The laptop does not see any Wi-Fi network. What to do?
If the laptop does not detect not a single one networks (including neighboring ones), the problem is most likely in:
- Disabled Wi-Fi adapter (check in Device Manager or via function keys).
- Lack of drivers (install them from the laptop manufacturer’s website).
- Hardware failure (damaged adapter or antenna).
Start by making sure your adapter is turned on, then update your drivers. If it doesn't help, contact service.
The laptop connects to Wi-Fi, but there is no Internet (“No network access”).
This problem is usually related to the IP or DNS settings. Try:
- Reset network settings (
Options→Network and Internet→Network reset). - Set static DNS (for example,
8.8.8.8or1.1.1.1). - Reboot the router.
If that doesn't help, check to see if your antivirus or firewall is blocking access to the network.
Wi-Fi works, but the speed is very low or the connection drops.
Reasons for an unstable connection:
- Overloaded Wi-Fi channel (change the channel in the router settings to 6, 11 or automatic).
- Weak signal (move the router closer or use a repeater).
- Outdated router firmware (update it).
- Interference from other devices (microwaves, cordless phones).
Also try disabling power saving for the Wi-Fi adapter in the Device Manager (Power Management tab).
After updating Windows, the laptop stopped connecting to Wi-Fi. How can I get everything back?
Windows updates often break drivers. Solutions:
- Roll back the Wi-Fi driver via Device Manager (right button → Properties → Roll Back).
- Restore your system to a restore point to updates.
- Download the latest driver from the laptop manufacturer's website (not Microsoft's website!).
If the problem appeared after a major update (for example, from Windows 10 to 11), you may have to roll back to the previous version of the OS.
There is no Wi-Fi button on the laptop and it won't turn on. What to do?
If your laptop doesn't have a physical button or switch, try:
- Keyboard shortcut (usually
Fn + one of the function keys (F1–F12)with an antenna icon). - Enable via Network Center (Windows) or menu bar (macOS).