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

You just reinstalled Windows 10 or have you encountered the sudden disappearance of the network icon in the system tray? Perhaps your laptop or PC with the adapter Wi-Fi It just won't connect to the wireless network, even though everything worked before. In 90% of cases, the problem can be solved with just a couple of clicks—all you need to know is, Where do I turn on Wi-Fi on Windows 10? and what settings are responsible for the wireless connection.

In this article, we will look at all possible ways to activate the module - from basic (via the taskbar) to advanced (using netsh And DevMgmt.msc). And you'll also find out why Wi-Fi It may not turn on even after all the steps, and how to fix it without calling a technician. If you're in a hurry, use the table of contents below to jump straight to the section you need.

1. The fastest way: Taskbar and Action Center

If your Wi-Fi adapter If the device is working properly and the drivers are installed, you can turn on the wireless network in literally 5 seconds. This method works on all versions. Windows 10 (including 22H2) and does not require administrator rights.

In the lower right corner of the screen, look for the network icon (it looks like signal ladder or computer with cable, If Wi-Fi disabled). Click on it. left mouse button — a panel with available networks will open. There's a button at the bottom of the panel. Wi-Fi (sometimes signed as Wireless network). If it is highlighted in gray, click on it once to activate the module.

📊 How often do you use Wi-Fi on your PC/laptop?
Constantly
Only at home
Rarely
I prefer cable
  • 🔹 If there is no network icon at all — it might be hidden. Click the arrow. ^ in the tray to expand hidden icons.
  • 🔹 Wi-Fi button is inactive? This means that the adapter is disabled at the system or driver level (read section 4).
  • 🔹 Network is on but won't connect? Check if your antivirus or firewall is blocking the connection (section 6).

After switching on Wi-Fi A list of available networks will appear in the taskbar. Select yours, enter the password (if required), and click ConnectIf the network is hidden (SSID not broadcast), click Hidden network at the bottom of the list and enter the name (SSID) and password manually.

2. Turn on Wi-Fi via Windows Settings

If the network icon in the tray is missing or does not respond to clicks, try turning it on Wi-Fi Through the standard system settings. This method is also useful if you want to adjust network priority or limit background data transfer.

Open the menu Start and select Parameters (gear icon). Next, go to the section Network and InternetIn the left menu, select the tab Wi-FiHere you will see a slider. Wireless network - move it into position On.

Parameter Recommended value Explanation
Wireless network On Main Wi-Fi module switch
Connect automatically On Automatic connection to saved networks
The specified limit No Traffic limitation (disable if not in use)
Mobile communication services Off Used for LTE/5G, does not affect Wi-Fi

After activation Wi-Fi A list of available networks will appear in this section. Here you can also:

  • 📡 Manage known networks (delete saved passwords, change priority).
  • 🔒 Set random hardware addresses (useful for privacy on public networks).
  • 📶 View connection properties (speed, IP-address, DNS).

3. Hotkeys and hardware switches

Many laptops (especially models HP, Lenovo, Asus And Acer) are equipped physical switches or keyboard shortcuts for management Wi-FiIf software methods do not work, check:

  • 💻 Fn key + one of the function keys (usually F2, F5, F12). The icon on the key looks like an antenna or an airplane (airplane mode).
  • 🔄 Hardware switch on the laptop case (usually on the side or front). On some models Dell And HP This is a slider.
  • Wi-Fi indicator — if it is not lit or blinking orange, the adapter is physically disconnected.

For example, on laptops Lenovo ThinkPad to turn on Wi-Fi you need to press Fn + F8, and on Asus ROGFn + F2If the combination does not work, you may need to update your keyboard driver or enable function keys in BIOS.

How to check if Wi-Fi is enabled at the BIOS level?

Go to BIOS (usually the key Del, F2 or Esc when loading), find the section Advanced → Onboard Devices and make sure that the parameter Wireless LAN or Wi-Fi installed in Enabled.

Attention! If you have enabled Airplane mode (airplane icon in the tray), Wi-Fi will be disabled regardless of other settings. To fix this:

  1. Open Notification Center (speech icon in the tray or Win + A).
  2. Find the tile Airplane mode and click on it to disable it.
  3. If there is no tile, check in Settings → Network & Internet → Airplane Mode.

4. Device Manager: Checking and activating the adapter

If Wi-Fi does not turn on using any of the above methods, the problem may lie in disabled adapter or incorrect driversLet's check it out device Manager:

Open the menu Start, enter device Manager and select the appropriate item. In the window that opens, find the section Network adapters and expand it. The list should contain an adapter with the words Wireless, Wi-Fi, 802.11 or the model name (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377).

If there is next to the adapter name down arrow (🔽), which means it's disabled. Click on it. right mouse button and select Activate the deviceIf the adapter is not listed at all, the problem lies with the drivers or hardware.

Open Device Manager | Find the "Network Adapters" section | Check for the presence of a Wireless adapter | Enable the device (if disabled) | Update driver (right-click → Update driver) -->

Attention! If after turning on the adapter in Device Manager an error appears Code 10 or Code 43, it means:

  • 🔧 The driver is not installed correctly - try deleting the device (right click → Remove device) and restart your PC. Windows will attempt to install the driver automatically.
  • 💥 Hardware failure — if the adapter is not detected even after reinstalling the drivers, it may be physically broken (especially relevant after dropping the laptop).

5. Command Prompt and PowerShell: Alternative Methods

For advanced users or in cases where the graphical interface is not available (for example, due to explorer.exe crashing), you can manage Wi-Fi via the command line. Here are the basic commands:

To turn on Wi-Fi:

netsh interface set interface "Wireless Network" enable

To turn off Wi-Fi:

netsh interface set interface "Wireless Network" disable

If the interface name is different (eg. Wi-Fi instead of Wireless network), first check its name with the command:

netsh interface show interface

You can also use PowerShell to control the adapter. For example, to turn it on Wi-Fi:

Enable-NetAdapter -Name "Wi-Fi" -Confirm:$false

Attention! If an error appears after executing the commands The specified interface could not be found., this means:

⚠️ Warning: Your Wi-Fi adapter is not detected by the system. Check if it is present in Device Manager (section 4) or physical connection (for USB adapters).

6. Common mistakes and their solutions

Even after turning on Wi-Fi You may encounter connection issues. Here are the most common errors and how to fix them:

Error Cause Solution
No connections available The adapter is disconnected or faulty Check section 4 (Device Manager)
Failed to connect to the network Incorrect password or router failure Reboot your router and check your password.
Limited connection IP or DNS issues Do it ipconfig /release And ipconfig /renew in CMD
Network without internet access Problems with your provider or router settings Check your cable connection to the router

If after connecting to Wi-Fi the internet doesn't work, try:

  1. Reboot the router (unplug it from the power outlet for 30 seconds).
  2. Reset Windows network settings:
    netsh winsock reset
    

    netsh int ip reset

    ipconfig /flushdns

  3. Check your settings IP And DNS (must stand on Automatically, if the router distributes DHCP).

If your Wi-Fi stopped working after updating to Windows 10 version 22H2 or later, check your driver compatibility. Some older adapters (such as the Broadcom 43xx) require manual installation of drivers from the manufacturer's website.

7. Checking and updating drivers

Outdated or corrupted drivers are one of the main causes of problems with Wi-Fi on Windows 10To update the driver:

  1. Open device Manager (as in section 4).
  2. Find yours Wi-Fi adapter in the section Network adapters.
  3. Right click and select Update driverAutomatic search.

If Windows does not find updates, download the driver manually:

  • 🔧 From the official website of the laptop manufacturer (for example, support.lenovo.com For Lenovo).
  • 🖥️ From the adapter manufacturer's website (for example, Intel For Intel Wi-Fi 6).
  • 🌐 Through programs like DriverPack Solution or Snappy Driver Installer (but be careful with third-party software!).

Attention! After installing the drivers Be sure to reboot computer. Some adapters (for example, Realtek RTL8821CE) require additional configuration in Control Panel → Network and Internet → Network and Sharing Center.

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

🔍 Why doesn't Wi-Fi connect automatically after sleep/hibernation?

This is a known issue. Windows 10related to energy saving. To fix:

  1. Open device ManagerNetwork adapters.
  2. Right click on Wi-Fi adapter → Properties → tab Power management.
  3. Uncheck the box Allow the computer to turn off this device to save power.
🛠️ How do I reset my network settings to factory defaults?

Go to Settings → Network & Internet → Status → Network reset. Click Reset now and confirm the action. After the reboot, all network settings (including saved Wi-Fi passwords) will be deleted.

📶 Can I use my laptop as a Wi-Fi hotspot?

Yes, for this:

  1. Open Settings → Network & Internet → Mobile Hotspot.
  2. Select the connection to share (usually Ethernet or Wi-Fi).
  3. Click Changeto set the network name and password.
  4. Turn on the slider Mobile hotspot.

The maximum number of connected devices is usually 8.

⚡ Why is Wi-Fi slow on Windows 10?

The reasons may be different:

  • 📡 Router channel overload - change the channel in the router settings (for example, from Auto on 6 or 11).
  • 🖥️ Outdated Wi-Fi standard - if your adapter only supports 802.11n, the speed will be limited to 150-300 Mbps.
  • 🛡️ Background updates - check if Windows is downloading updates or files are not syncing OneDrive.

For diagnostics, open Settings → Network & Internet → Status → View network properties and check your current connection speed.

🔄 How do I roll back my Wi-Fi driver if the network stops working after an update?

Open device Manager, find yours Wi-Fi adapter, right-click → Properties → tab DriverRoll backIf the button is inactive, download the previous version of the driver from the manufacturer's website.