How to turn on Wi-Fi on Windows 10: all the methods + troubleshooting

Wireless internet has become an integral part of everyday computing, but sometimes users Windows 10 are faced with a situation where Wi-Fi suddenly disconnects or it won't turn on after a system update. The causes can vary, from accidentally pressing keys to adapter driver failure. In this article, we'll cover all the current methods for enabling Wi-Fi—from basic to advanced—and explain what to do if standard methods don't work.

It is important to understand that the algorithm of actions may differ slightly depending on the laptop model (ASUS, Lenovo, HP etc.) and assembly versions Windows 10 (For example, 22H2 vs 21H1). However, the basic principles remain universal. If you use Windows 11, some of the instructions are still applicable, but the menu interface may look different.

Before moving on to technical manipulations, check the obvious things: whether the router is working (the indicators should be on steadily), whether the limit of devices on the network has been exceeded, and whether the antivirus is blocking (Kaspersky, Avast) connection. These points are often overlooked when spending time setting up the system.

1. Turn on Wi-Fi via the taskbar (the fastest way)

If the wireless network icon appears in the notification area (lower right corner of the screen), you can turn on Wi-Fi by 2 clicks:

  1. Click on the icon networks (📶) in the taskbar. If it's not there, expand the hidden icons by clicking the ↑ arrow.

  2. In the menu that opens, find the block "Wi-Fi" and move the slider to the right. If there is no slider, click on the block itself to expand the list of available networks.

  3. Select your network from the list and enter the password (if required).

If there is no network icon at all, it may mean that The adapter driver is disabled or missing. Proceed to the next section.

📊 How often do you encounter Wi-Fi problems on Windows 10?
Daily
Once a week
Rarely
Never

2. Activate the adapter in Windows Settings

If the quick fix doesn't work, try enabling Wi-Fi through system settings. This method works when the adapter is physically functional but software-disabled.

  1. Open the menu Start → Settings (⚙) or click Win + I.

  2. Go to the section Network and Internet.

  3. In the left menu, select Wi-Fi.

  4. Move the slider Wireless Network in position "On".

  5. Click Show available networks, choose yours and connect.

If the slider is gray and inactive, the problem may be in absence of driver or hardware shutdown of the adapter (for example, on some laptops Dell There is a separate button for Wi-Fi).

Make sure the router is connected to the network.

Check if the Wi-Fi indicator on your laptop is on

Disable Airplane Mode (if enabled)

Restart your computer

-->

3. Using the Network and Sharing Center

The classic method that works in all versions Windows - turning on the adapter through Network and Sharing CenterThis method is useful if the Settings interface is unresponsive or unavailable.

  1. Right-click on the network icon in the taskbar and select Open Network and Internet settings.

  2. Scroll down and click Network and Sharing Center.

  3. In the left menu, select Changing adapter settings.

  4. Find the adapter Wireless Network (or Wi-Fi), right-click on it and select Turn on.

If the adapter is not listed, it may mean:

  • 🔌 The adapter is disabled in BIOS/UEFI (you need to go to settings when booting your PC).
  • 🔧 The driver has been removed or corrupted. (reinstallation required).
  • 💻 Hardware failure (for example, after a laptop falls).

4. Enabling Wi-Fi via the command line

For advanced users or in cases where the graphical interface is not available (for example, when explorer.exe crashes), you can manage Wi-Fi via command line (CMD). This method is also useful for automating network enablement through scripts.

Open CMD as administrator:

  1. Click Win + X and select Command Prompt (Administrator) or Windows PowerShell (Administrator).

  2. Enter the command to enable the adapter:

    netsh interface set interface "Wireless Network" enable

    If the adapter name is different, check it with the command:

    netsh interface show interface

If the command returns an error "Failed to enable interface", try:

  • 🔄 Restart the service WLAN AutoConfig:
  • net stop wlansvc & net start wlansvc
  • 🔧 Check the driver status (more on this in the next section).
What to do if the command doesn't work?

If netsh gives an error, try an alternative method through PowerShell:

  1. Open PowerShell on behalf of the administrator.
  2. Enter:
    Get-NetAdapter | Where-Object {$_.Name -like "Wi-Fi"} | Enable-NetAdapter

5. Check and reinstall the Wi-Fi driver

One of the most common sources of Wi-Fi problems is incorrect or outdated driversEven if the adapter is enabled, it won't work without the correct driver. Here's how to check and update the driver:

  1. Click Win + X and select device Manager.

  2. Expand the branch Network adapters.

  3. Find the device with the names Wireless, Wi-Fi, 802.11 (For example, Intel Wi-Fi 6 or Qualcomm Atheros).

  4. Right click on it and select Update driverAutomatic search.

If automatic update does not help:

  • 🔍 Download the driver from official website of the laptop manufacturer (not from third-party resources!).
  • 🔄 Uninstall the current driver (right click → Remove device), then restart your PC - the system will try to install the driver again.
  • 📥 Use utilities to automatically update drivers (Driver Booster, Snappy Driver Installer), but only from verified sources.
Laptop manufacturer Link to drivers (support section) Typical adapter models
Lenovo support.lenovo.com Intel AX200, Realtek RTL8822CE
HP support.hp.com Intel Wi-Fi 6E, Broadcom 43142
ASUS asus.com/support Mediatek MT7921, Qualcomm QCA61x4
Dell dell.com/support Killer AX1650, Intel 9260

6. Hardware methods for enabling Wi-Fi

On some laptops, Wi-Fi can be turned off. physically - by using:

  • 🔘 Hardware switch (for example, on the sidebar at Lenovo ThinkPad or Dell Latitude).
  • 🎹 Keyboard shortcuts (usually Fn + F2, Fn + F12 or a special key with an antenna 📶).
  • 🔧 BIOS/UEFI settings (you need to go in when loading, usually by F2, Del or Esc).

If you're unsure whether your laptop has a hardware switch, inspect the case for:

  • 🔄 Slider with inscription Wireless.
  • 🔘 Buttons with an indicator (usually blue or orange).
  • 📶 Keys with an antenna icon on the function panel (F1–F12).

On laptops HP EliteBook And ProBook Sometimes there is a hidden switch under the battery - it can be accidentally touched when replacing the battery.

7. Diagnosing and troubleshooting connection errors

If Wi-Fi is enabled but won't connect to the network, use the built-in diagnostic utility:

  1. Right-click on the network icon → Troubleshooting.

  2. Follow the wizard's instructions. It can automatically:

    • 🔄 Reset network settings.
    • 🔧 Restart the service WLAN AutoConfig.
    • 📡 Refresh IP address (ipconfig /release And ipconfig /renew).

If the diagnostics did not help, check:

  • 🔒 Correctness of the password (sometimes case matters!).
  • 📶 Router operating mode (if it is configured to 802.11n, and the adapter only supports 802.11ac, there may be problems).
  • 🛡️ Firewall settings (temporarily disable it to check).

⚠️ Attention: If the internet works after connecting to Wi-Fi, but pages don't open, check your settings. DNSTry to enter it manually 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in the connection properties.

8. Alternative solutions if nothing helps

If all the above methods do not work, consider the following options:

  • 🔄 Reset network settings:
    1. Open Settings → Network & Internet → Status.
    2. Click Network reset and confirm the action.

⚠️ Attention: This will delete all saved networks and passwords and reset the adapter to factory settings. After the reset, you may need to reinstall some software (such as a VPN).

  • 🖥️ Using an external Wi-Fi adapter (For example, TP-Link TL-WN725N). Connects via USB and does not require complex configuration.
  • 🔧 Virus checkSome malicious programs (eg. Trojan.Win32.NetFilter) block network connections.
  • 🛠️ BIOS updateIn rare cases, the problem lies in the motherboard firmware (this is especially true for older laptops).
  • If your laptop is still under warranty and Wi-Fi doesn't work after a fall or liquid spill, contact a service center. Do-it-yourself repairs may void your warranty.

    FAQ: Frequently asked questions about Wi-Fi on Windows 10

    Why does Wi-Fi turn on but not connect to the network?

    The reasons may be different:

    • 🔑 Incorrect password (check the case).
    • 📡 The router is configured for a hidden network (SSID is not broadcast).
    • 🛡️ MAC address blocking in router settings.
    • 🔄 IP address conflict (try manually setting the IP in the adapter settings).
    • Also check if the router is in the "Security Mode" mode. WPS - sometimes it interferes with the standard connection.

    How do I turn on Wi-Fi if there is no network icon in the tray?

    The absence of an icon usually means:

    1. The adapter is disabled in Device Manager.
    2. Service WLAN AutoConfig not running (check in services.msc).
    3. The system file is damaged explorer.exe (a reboot or a command will help) sfc /scannow).
    4. Also try to launch the network control panel manually through ncpa.cpl (enter in the menu Win + R).

    Is it possible to enable Wi-Fi without a driver?

    No, the driver is required for the adapter to work. However, in some cases, it may help:

    • 🔄 Usage universal driver from Microsoft (installed automatically when connected to Ethernet).
    • 🖥️ Connection via USB adapter with its own drivers.
    • 📱 Sharing Internet from a smartphone USB (modem mode).
    Why did Wi-Fi disappear after updating Windows 10?

    Updates often reset drivers or settings. Try:

    1. Roll back the update to Settings → Update & Security → Windows Update → View update history → Uninstall updates.
    2. Install the driver manually (download from the laptop manufacturer's website).
    3. Restore the system from a restore point (if there is one).

    If the problem appeared after a major update (for example, 22H2), wait for a patch from Microsoft or roll back to the previous version.

    How to enable Wi-Fi on Windows 10 via BIOS?

    Enabling Wi-Fi in BIOS is rare, but on some laptops (for example, Lenovo or Dell) may be an option Wireless LAN or WLAN RadioTo find it:

    1. Restart your PC and enter BIOS (usually by F2, Del or Esc).
    2. Find the section Advanced, Configuration or Wireless.
    3. Make sure the parameter Wireless LAN installed in Enabled.
    4. Save settings (F10) and reboot.

    If there is no such option, Wi-Fi is controlled only through the OS or a hardware switch.