Why doesn't my laptop connect to Wi-Fi automatically after turning it on? - Full diagnostics and solutions

You turn on your laptop, and instead of automatically connecting to your usual Wi-Fi network, you see a "No connection" icon or a list of available networks. You have to manually select a network, enter the password, and sometimes even reboot the device. This situation is annoying, especially if it happens daily. In 80% of cases, the problem can be resolved in 5-10 minutes without a trip to a service center—you just need to know where to look.

In this article we will look at all possible reasonsWhy your laptop doesn't connect to Wi-Fi automatically after turning it on: from trivial errors in Windows settings to hardware failures of the adapter. You will receive step-by-step instructions for each of them, including screenshots, terminal commands, and router diagnostic tips. We'll pay special attention to Windows 10/11, macOS and common laptop models (Lenovo, HP, Asus, Acer).

If you're unsure of your abilities, don't worry: most solutions don't require technical knowledge. We'll start with the simplest and gradually move on to more complex methods.

1. Checking basic settings: what to do first

Before digging deep into your system or router settings, make sure the problem isn't hidden beneath the surface. Automatic connections are often disrupted by small, easily overlooked details.

Start with reboot the laptop and routerTurn off both devices for 30 seconds, then turn on the router first, and after a minute, the laptop. This will clear temporary errors in network protocols. If the connection is restored after the reboot, the problem was DHCP server router or IP address conflict.

Next, check:

  • 🔹 Airplane mode: click Win + A (V Windows) or look in the upper right corner (macOS). Sometimes the mode is turned on accidentally by keys Fn + F2 or Fn + F12 (depending on the laptop model).
  • 🔹 Physical Wi-Fi button: on some laptops (Lenovo ThinkPad, HP EliteBook) there is a separate wireless network switch on the body.
  • 🔹 List of saved networks: Your network may have been removed from the list or automatic connection may be disabled. More on this in the next section.

If your laptop connects to Wi-Fi manually but not automatically, the problem is definitely with the settings. If it doesn't connect at all (even after manually selecting a network), proceed to the section on adapter diagnostics.

📊 How often do you experience problems with auto-connecting to Wi-Fi?
Every time you turn it on
Sometimes (1-2 times a week)
Nearby (only after updates)
First time

2. Setting up automatic connection in Windows 10/11

Windows may "forget" automatic connection settings after updates, network resets, or driver conflicts. To restore this functionality, follow these steps:

  1. Open Settings → Network and Internet → Wi-Fi.

  2. Click "Managing Known Networks"**.

  3. Select your network and click "Properties"**.

  4. Make sure the following options are enabled:

    • 🔘 "Connect automatically"** (main switch).
    • 🔘 "Connect even if the network is not broadcasting its name (SSID)"** (if your router hides the network).

If the "Connect automatically" option is already enabled, but the network still doesn't connect, reset its settings:

  1. In the same network properties window, click "Forget"**.

  2. Reconnect to the network by entering the password and enable automatic connection again.

On Windows 11 the path is a little different: Settings → Network & Internet → Wi-Fi → Manage networksOtherwise, the steps are identical.

☑️ Checking Wi-Fi settings in Windows

Completed: 0 / 4

3. Problems with Wi-Fi adapter drivers

Outdated, corrupted, or incompatible drivers are one of the most common reasons why a laptop won't connect to Wi-Fi automatically. Symptoms include the network intermittently appearing and disappearing, and the Wi-Fi icon flashing or displaying an exclamation point.

To check the driver:

  1. Click Win + X and select "Device Manager"**.

  2. Expand the section Network Adapters**.

  3. Find the device with the names Wireless, Wi-Fi, 802.11 or adapter model (for example, Intel AX200, Qualcomm Atheros).

  4. If a yellow triangle is lit next to the adapter, the driver is not working properly. Right-click and select "Update Driver"**.

  5. If the update didn't help or the system says the driver is up to date:

    • 🔹 Uninstall the driver: in the same menu, select "Remove device"**, then restart your laptop. Windows will reinstall the driver.
    • 🔹 Download the driver from the manufacturer's website: For Lenovo, HP, Dell and other brands, drivers are available on the official support pages. Enter your laptop model (e.g., Lenovo IdeaPad 5) and download the latest version of the Wi-Fi driver.

    For macOS Driver problems are less common, but if your laptop doesn't see the network at all, try resetting it. NVRAM:

    1. Shut down your Mac.
    

    2. Turn it on by pressing and holding Option + Command + P + R.

    3. Hold for 20 seconds, then release.

    4. Conflicts with router settings

    Sometimes the problem isn't with the laptop, but with the router. For example, if it's enabled power saving mode for Wi-Fi or changed DNS serverHere's what to check:

    • 🔹 Change Wi-Fi channelIf your router is running on an automatic channel, it may conflict with neighboring networks. Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and manually select the channel 6 or 11 (for 2.4 GHz) or 36–48 (for 5 GHz).
    • 🔹 Disable Quick Connect (802.11r): This feature speeds up switching between access points, but may interfere with automatic connection. In your router settings, find the section Wi-Fi → Additional and turn it off 802.11r Fast Transition.
    • 🔹 Check MAC filtering: If MAC address filtering is enabled on your router, your laptop won't be able to connect until its address is whitelisted. Find the section MAC Filter and disable the function or add the MAC address of your adapter (you can find it out with the command ipconfig /all V CMD).

Also make sure that on the router Guest access is not enabled** or a separate network for devices with limited rights. Sometimes the laptop connects to a guest network where automatic IP assignment is disabled.

⚠️ AttentionRouter settings may vary depending on the model and firmware. If you are unsure of what you are doing, back up your configuration before making any changes (see section System Tools → Backup & Restore).
Router problem Symptoms Solution
Channel conflict Wi-Fi comes and goes Select a fixed channel (6 or 11)
802.11r enabled The laptop does not connect automatically, but it does connect manually. Disable Fast Transition in the settings
MAC filtering The laptop doesn't see the network or asks for the password again. Add the laptop's MAC address to the whitelist
Too many connected devices Wi-Fi works, but is slow or disconnects Limit the number of devices in DHCP Settings

5. Reset network settings and Windows services

If the previous methods don't help, the problem may lie with system services or settings conflicts. Windows has built-in network reset tools that will restore all settings to factory defaults.

Network reset in Windows 10/11:

  1. Open Settings → Network & Internet → Status.

  2. Scroll down and click Network Reset**.

  3. Confirm the action and restart the laptop.

This operation will delete all saved networks and VPN connections and reset the adapter settings to default. After rebooting, you'll need to reconnect to Wi-Fi, but the auto-connection issue should resolve.

If resetting doesn't help, check operation of network services:

  1. Click Win + R, enter services.msc and press Enter.

  2. Find services:

    • WLAN AutoConfig (should be "In progress"**).
    • Network List Service.

  • If the service is stopped, right-click and select "Run"**.

  • For macOS The equivalent of resetting the network is deleting configuration files:

    1. Open Terminal (via Spotlight).
    

    2. Enter the commands one by one:

    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

    sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

    3. Restart your Mac.

    ⚠️ AttentionAfter resetting your network in Windows, VPN connections and configured proxies may disappear. Save your settings in advance for reconfiguration.

    6. Problems with power supply and energy saving

    Windows and macOS can disable the Wi-Fi adapter to save battery power. This is a common reason why a laptop doesn't automatically connect to Wi-Fi when running on battery power.

    How to disable power saving for Wi-Fi in Windows:

    1. Open device Manager (Win + X).

    2. Expand Network Adapters, find your Wi-Fi module and open it "Properties".

    3. Go to the tab Power Management**.

    4. Uncheck the box "Allow the computer to turn off this device to save power"**.

    For macOS A similar setting is hidden in the system settings:

    1. Open System Preferences → Battery.

    2. Uncheck the box "Dim the screen slightly when running on battery"** (sometimes this affects Wi-Fi too).

    3. In the section Energy saving disable the option "Battery Charging Optimization"** (on some models it interferes with the operation of the adapter).

    4. If your laptop doesn't connect to Wi-Fi only when the battery is low (less than 10-15%), try:

      • 🔹 Connect your laptop to the network and check if the connection is restored.
      • 🔹 Replace the battery (if it is very worn, the adapter may not be receiving enough power).
      What should I do if my laptop doesn't see the network after waking up from sleep mode?

      This issue is related to drivers or power saving settings. Try:

      1. Disable Fast Startup in Power Options.

      2. Update the Wi-Fi adapter driver.

      3. In the adapter settings (Device Manager), disable the option “Allow this device to wake the computer from standby.”

      7. Hardware malfunctions: when to contact service

      If none of the previous methods helped, the problem may be in hardware laptop. Here are some signs that it's time to take your device in for repair:

      • 🔹 Wi-Fi adapter disappeared completely from Device Manager (the "Network adapters" section is empty).
      • 🔹 Laptop doesn't see any network, even after resetting the settings and reinstalling the drivers.
      • 🔹 On the laptop case (near the keyboard) appeared extraneous noises or the smell of burning.
      • 🔹 Adapter heats up to high temperatures (you can check with your hand near the Wi-Fi antennas).

      Common hardware causes:

      • 🔧 The Wi-Fi antennas have become disconnected. (problem after falling or disassembling the laptop).
      • 🔧 The Wi-Fi module is broken. (often on laptops older than 5 years).
      • 🔧 Problems with the southbridge (on the motherboard) - in this case, other ports (USB, Ethernet) may not work.

    If your laptop is under warranty, contact an authorized service center. Otherwise, repairs will cost 1,500–4,000 rubles (replacing the Wi-Fi module) or 5,000–10,000 rubles (motherboard repair). For a temporary solution, you can use USB Wi-Fi adapter (cost from 500 rubles).

    ⚠️ AttentionBefore visiting a service center, back up your data. The technician may require a BIOS reset or Windows reinstallation for diagnostic purposes.

    8. Specific problems for different laptop brands

    Laptop manufacturers often add their own Wi-Fi management utilities, which can conflict with system settings. Let's look at the features of popular brands:

    Brand A typical problem Solution
    Lenovo Conflict with the utility Lenovo Vantage or Lenovo Network Solution Uninstall the utility via Settings → Applications or update it to the latest version.
    HP Service HP Wireless Assistant blocks automatic connection Disable the service in services.msc (Name: HP WMIDriver).
    Asus Function AI Protection In Asus routers, it conflicts with adapters. Turn it off AI Protection in the router settings or add the laptop to the exceptions.
    Dell Drivers Dell Wireless reset after Windows updates Download the driver from the Dell website (section Support) and install manually.
    Acer Key Fn + F3 randomly turns off Wi-Fi Check the key combination or disable the function in BIOS (Wireless LAN Hotkey).

    For laptops Apple MacBook (especially 2016-2020 models) are characterized by a problem with the chip Broadcom, which is responsible for Wi-Fi and Bluetooth. If the laptop can't connect to the network but sees it, try:

    1. Reset SMC (for MacBook with a non-removable battery: Shut down your Mac, press Shift + Control + Option + power button for 10 seconds).

    2. Update macOS to the latest version (in System Settings → Software Update).

    FAQ: Frequently asked questions about auto-connecting to Wi-Fi

    My laptop connects to Wi-Fi, but there's no internet access. What should I do?

    This is a problem with DNS or IP address. Try:

    1. In the command line (Win + R → cmd) enter:
      ipconfig /release
      

      ipconfig /renew

    2. If that doesn't help, enter Google's DNS:
      netsh interface ip set dns "Wi-Fi" static 8.8.8.8
    My laptop won't connect to Wi-Fi after sleep. How can I fix this?

    Disable power saving for the adapter (see section 6) and check the sleep settings:

    1. Open Control Panel → Power Options → Change plan settings → Change advanced settings.
    2. Find Wireless Network Adapter Settings → Power Saving Mode and select "Maximum Performance"**.
    My laptop connects to my neighbor's network, not mine. Why?

    Windows selects the network with the strongest signal. To prioritize your network:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Remove all unnecessary networks from the list.
    3. Connect to your network and turn on "Connect automatically"**.
    My laptop's Wi-Fi icon has an exclamation mark on it. What does that mean?

    This indicates that limited connection (no internet access) or IP conflict. Try:

    • Reboot the router.
    • In the command line, enter:
      netsh winsock reset
      

      netsh int ip reset

    • Check if it is enabled on the router AP Isolation (client isolation).
    Is it possible to set up automatic connection to a hidden network (without SSID)?

    Yes, but you will have to manually add the network in Windows:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks → Add new network.
    2. Enter the network name (SSID), security type (WPA2-Personal) and password.
    3. Turn on "Connect automatically"**.

    On macOS: System Preferences → Network → Wi-Fi → Advanced → (+) Add network.