How to open Wi-Fi on Windows 11: all the ways to enable a wireless network

Wireless internet has become an integral part of everyday computing, but even in Windows 11 — the most modern version of the operating system from Microsoft — users regularly encounter problems turning on Wi-FiSometimes the network icon suddenly disappears from the taskbar, sometimes the adapter refuses to activate after an update, or the system requires additional drivers. If you find yourself in a similar situation, this article will help you figure out how to fix it correctly. Turn on Wi-Fi on Windows 11 in all available ways - from basic to advanced.

We will consider not only the standard methods through the system interface, but also alternative options: activation through BIOS, command line (CMD), as well as diagnosing driver and hardware issues. We'll pay special attention to common errors, such as when the network does not turn on after sleep or The adapter is missing from the device manager.All instructions are valid for the latest builds. Windows 11 (including 2026 updates) and are compatible with most laptops (ASUS, HP, Lenovo, Dell) and stationary PCs with Wi-Fi adapters.

Before adjusting settings, make sure the problem isn't related to your router or ISP. Try connecting another device (smartphone, tablet) to the network. If the internet works, the issue is with your settings. Windows 11. Also check if the keyboard is activated on your laptop. Airplane mode (usually a keyboard shortcut Fn + F2 or a separate button).

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

The most obvious and quickest method is to use the network icon on the taskbar. However, even here, users often encounter nuances. If the network icon is grayed out or missing entirely, this may indicate a disabled adapter or driver issues.

To turn on Wi-Fi via the taskbar:

  • 📍 Click on the icon network/Internet in the lower right corner of the screen (next to the clock). If you don't see it, try clicking the "^" arrow to expand the hidden icons.
  • 🔄 If the network icon is crossed out or grayed out, click it once to open a menu with a list of available networks.
  • 🔗 Find the button at the top of the menu «Wi-Fi» (or "Wireless Network") and move the slider to the right to activate the adapter.
  • 🌐 Once enabled, select the desired network from the list and enter the password (if required).

If the slider Wi-Fi is not active (grayed out) or missing from the menu, this means the adapter is disabled at the system or driver level. In this case, proceed to the next steps.

📊 How do you usually connect to Wi-Fi on Windows 11?
Via the taskbar
Via network settings
Via the command line
I use third-party utilities

2. Activate Wi-Fi through Windows Settings

When the standard network icon does not respond to clicks or is missing, enable Wi-Fi you can through the section ParametersThis method is also useful if you want to configure additional options, such as connection priority or data limits.

Step-by-step instructions:

  1. Open the menu "Start" (button with logo Windows or key Win) and select Parameters (gear icon). You can also use a keyboard shortcut Win + I.
  2. Go to the section Network and Internet«Wi-Fi».
  3. Move the slider «Wi-Fi» in position "On"If the slider is missing or inactive, check the adapter status in Device Manager (more on this below).
  4. After activation, click Show available networks and select your access point.

In this section you can also configure:

  • 🔒 Automatic connection to well-known networks.
  • 📡 Hidden networks (if your router does not broadcast SSID).
  • 📊 Downloadable data limit (useful for tariffs with limited traffic).

☑️ Check before setting up Wi-Fi

Completed: 0 / 4

If after switching on Wi-Fi can't find any networks., try rebooting your router or checking its settings. Sometimes the problem lies in incorrect channel settings or security type (for example, if the router is configured for WPA3, and the adapter only supports WPA2).

3. Enable Wi-Fi via Device Manager

When Wi-Fi doesn't turn on Neither through the taskbar nor through settings, the cause is often a disabled or faulty network adapter. In this case, "Device Manager" - built-in tool Windows to control equipment.

How to check and enable the adapter:

  1. Open "Device Manager"To do this, click Win + X and select the appropriate item, or enter devmgmt.msc in the search bar and click Enter.
  2. Expand the tab Network Adapters. All installed devices should be displayed here, including wireless ones (usually the name contains the words Wireless, Wi-Fi, 802.11 or models from Intel, Qualcomm, Realtek).
  3. If you see a down arrow (🔽) next to the adapter, right-click it and select "Activate device".
  4. If the adapter is marked with an exclamation point (⚠️), this indicates a driver issue. Right-click and select Update DriverAutomatic search.

A critical detail: if there is no wireless device at all in the Network Adapters list, this may mean that the Wi-Fi module is disabled in the BIOS, is physically damaged, or is not recognized by the system due to a hardware conflict.

Symbol in Device Manager Meaning Action
🔽 (down arrow) The adapter is disabled Click "Activate device"
⚠️ (exclamation mark) Problem with the driver Update or reinstall the driver
🔍 (search icon) The device is not recognized Check the module connection or BIOS
❌ (red cross) The device is disabled at the OS level Enable via context menu
⚠️ Attention: If your adapter disappears from the list or stops working after updating your drivers, try rolling back the driver to the previous version. To do this, select "Rollback to the previous version" in the adapter's context menu. Properties → Driver → Roll Back Driver.

4. Enabling Wi-Fi via the command line (CMD)

For advanced users or in cases where the graphical interface Windows 11 unavailable (e.g. due to failures), enable Wi-Fi it is possible through command lineThis method is also useful for automation or remote configuration.

Instructions for activating the adapter:

  1. Open command prompt as administratorTo do this, enter cmd in the search, right-click on the result and select Run as administrator.
  2. Enter the command to view all network adapters:
    netsh interface show interface

    Find your wireless connection (usually called Wireless Network or «Wi-Fi»).

  3. Enable the adapter with the command (replace Adapter_Name to the real name from the list):
    netsh interface set interface "AdapterName" enable
  4. Connect to the network (if necessary):
    netsh wlan connect name="Network_Name"

If the command returns an error "The specified interface could not be found.", this means that the adapter is disabled at the level BIOS or missing drivers. In this case, proceed to the next section.

To disable the adapter via CMD use the same command but with the parameter disable:

netsh interface set interface "AdapterName" disable

5. Checking and enabling Wi-Fi in BIOS/UEFI

If none of the previous methods worked, you may want to The Wi-Fi adapter is disabled in the BIOS/UEFI settings.This is relevant for some laptops (especially models Lenovo, HP And Dell), where the manufacturer adds an option to hardware disable the module to save energy.

How to check the settings BIOS:

  1. Restart your computer and press the key to enter the login screen when it starts. BIOS. Usually it is F2, Del, Esc or F12 (depending on the motherboard model).
  2. Find the section related to wireless devicesIt can be called:
    • Advanced → Wireless LAN
    • Configuration → Network → Wi-Fi
    • System Configuration → Integrated Peripherals
  • Make sure the parameter «Wireless LAN», «Wi-Fi» or «WLAN» set to position «Enabled».
  • Save changes (usually the key F10) and restart your PC.
  • If in BIOS there is no mention of Wi-Fi, then the problem isn't with it. Go back to checking your drivers or hardware.

    ⚠️ Attention: Changing settings BIOS may affect system stability. Do not change other settings unless you are sure of their purpose. For example, disabling Secure Boot or change of regime SATA may result in failure to load Windows 11.
    What to do if there is no Wi-Fi option in BIOS?

    Some laptops (especially budget models) lack a Wi-Fi management option in the BIOS. In this case, check:

    - Physical connection of the module (on desktop PCs).

    - The presence of a switch or key combination to turn on Wi-Fi on the laptop case (for example, Fn + F2).

    - Update BIOS to the latest version (on the website of the motherboard or laptop manufacturer).

    6. Diagnosing Wi-Fi driver issues

    About 60% of problems with Wi-Fi in Windows 11 These errors are related to incorrect or outdated drivers. Even if the adapter appears in the system, it may be unstable due to software conflicts. Let's look at how to diagnose and fix these errors.

    Signs of driver problems:

    • 🔌 Wi-Fi periodically disconnects or freezes.
    • 🔄 Connection speed is significantly lower than expected.
    • ⚠️ In Device Manager An exclamation mark is displayed next to the adapter.
    • 🚫 The system writes: "Unable to connect to this network" or "The network settings saved on this computer do not meet the requirements of this network.".

    Solutions:

    1. Automatic driver update:
      • Open "Device Manager"Network Adapters.
      • Right click on the adapter and select "Update Driver" → "Search Automatically".
  • Manual driver installation from the manufacturer's website:
    • Find out the adapter model (via "Device Manager" or a team wmic nic get name, manufacturer V CMD).
    • Download the latest driver from the official website (Intel, Realtek, Qualcomm or laptop manufacturer).
    • Install the driver manually by selecting the option Update Driver → Browse my computer for driver software.
    • Driver rollback: If the problems started after the update, please revert to the previous version via Properties → Driver → Roll Back Driver.
    • Uninstall and reinstall: Remove the adapter in Device Manager, then press Update hardware configuration (magnifying glass icon in the top menu).
    • For laptops Lenovo, HP And Dell Proprietary wireless network management utilities are often required (for example, Lenovo Vantage or HP Support Assistant). Install them from the manufacturer's official website.

      7. Troubleshooting specific Wi-Fi issues in Windows 11

      Sometimes Wi-Fi doesn't turn on due to the peculiarities Windows 11 or conflicts with other programs. Let's look at typical scenarios and their solutions.

      Problem 1: Wi-Fi does not turn on after sleep or hibernation

      This is a common error related to adapter power management. To fix:

      1. Open "Device Manager"Network Adapters.
      2. Right click on the adapter, select Properties → Power Management.
      3. Uncheck the box Allow the computer to turn off this device to save power.

    Problem 2: "We couldn't connect to this network"

    This error often occurs due to incompatible security settings. Check:

    • 🔒 Network security type in the router settings (recommended) WPA2-PSK or WPA3).
    • 📶 Wi-Fi Channel (in manual mode, select 1, 6 or 11 for the range 2.4 GHz).
    • 🔄 Reboot your router and forget the network Windows 11 (in the Wi-Fi settings, click Manage Known Networks → Forget).
    • Problem 3: Wi-Fi icon missing from taskbar

      If the network icon is missing, try:

      1. Open “Settings” → “Personalization” → “Taskbar” and make sure the setting is enabled Notification Icons → Network.
      2. Restart "Conductor" through Task Manager (Ctrl + Shift + Esc).
      3. Run command in CMD (as administrator):
        Get-AppxPackage WindowsStore | Remove-AppxPackage
        

        Get-AppxPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

        (This command resets the icon cache.)

      ⚠️ Attention: If after the update Windows 11 to the latest version (for example, 24H2) Wi-Fi drivers have stopped working, check the compatibility of your adapter on the manufacturer's website. Some older models (for example, Broadcom 43xx) may require manual installation of drivers.

      8. Alternative ways to connect to Wi-Fi

      If standard methods do not work, consider alternative options for connecting to a wireless network.

      Method 1: Using a USB Wi-Fi adapter

      If the built-in module does not work, you can connect an external one USB adapter (For example, TP-Link TL-WN823N or ASUS USB-AC56). Such devices are usually automatically detected by the system and do not require complex configuration.

      Method 2: Sharing Wi-Fi from a phone (modem)

      A temporary solution is to use your smartphone as a hotspot:

      • 📱 On Android: Settings → Network & Internet → Hotspot & Tethering → Wi-Fi Hotspot.
      • 🍎 On iPhone: Settings → Personal Hotspot.

      Method 3: Connect via Ethernet and share Wi-Fi

      If you have access to wired internet, you can distribute Wi-Fi from a PC:

      1. Connect the cable Ethernet to the computer.
      2. Open Settings → Network & Internet → Mobile Hotspot.
      3. Select the connection to share (usually Ethernet) and press "Turn on".

      These methods will help temporarily solve the problem until you restore the main Wi-Fi adapter.

      FAQ: Frequently asked questions about Wi-Fi in Windows 11

      🔹 Why is Wi-Fi working but there is no internet access?

      This may be due to:

      • Problems on the provider's side (check other devices).
      • Incorrect settings IP or DNS (try specifying it manually 8.8.8.8 And 8.8.4.4 How DNS).
      • Conflict with VPN or firewall (temporarily disable them).
      🔹 How to reset network settings in Windows 11?

      Follow these steps:

      1. Open Settings → Network & Internet → Advanced network settings → Network reset.
      2. Click "Reset now" and confirm the action.
      3. After resetting the settings, restart your PC.

      ⚠️ This will delete all saved networks and return the settings to factory settings.

      🔹 Is it possible to enable Wi-Fi without drivers?

      No, for work Wi-Fi adapter Drivers are required. However, in some cases Windows 11 The basic driver may install automatically the first time you connect the device. If the adapter isn't detected at all, check:

      • Connecting the module (on desktop PCs).
      • Settings BIOS (Whether Wi-Fi is disabled at the hardware level).
      • Adapter compatibility with your version Windows.
      🔹 Why can't Windows 11 see my Wi-Fi network?

      Possible reasons:

      • The network is hidden (disabled in the router settings) SSID Broadcast).
      • The adapter does not support the network standard (for example, the router is operating in the mode 802.11ac, and the adapter only 802.11n).
      • The Wi-Fi channel is busy or an incompatible range is being used (try changing the channel in the router settings).
      🔹 How do I find out what Wi-Fi adapter I have?

      There are several ways:

      1. Through "Device Manager": open the section Network Adapters and find the device with the mention Wireless or Wi-Fi.
      2. Through CMD:
        wmic nic get name, manufacturer
      3. Physically: On laptops, the adapter model is often indicated on a sticker under the battery or on the module itself (on desktop PCs).