Where is Wi-Fi in Windows 10: All the ways to enable and configure the network

You just installed Windows 10 or updated the drivers, and the icon Wi-Fi Has it disappeared from the taskbar? Or has your computer suddenly stopped seeing available networks, even though the router is working properly? Finding a wireless connection on a PC is one of the most common problems among users. In 80% of cases, it can be resolved in just 2-3 clicks, but many waste hours reinstalling the system or calling a technician.

In this article we will look at all possible places, where it "hides" Wi-Fi V Windows 10 — from obvious buttons on the keyboard to hidden settings in Device ManagerYou will learn how to enable the adapter using software and hardware, check its functionality and troubleshoot common errors (for example, "Unable to connect to the network" or "The network adapter does not have valid IP configuration settings."). And if your laptop or PC is not equipped with a module at all Wi-Fi, we will tell you how to check this and what to do next.

Spoiler: in 95% of cases the problem lies not in the router, but in the settings of the router itself. Windows or drivers. And it can be solved without any special knowledge—just follow the instructions below.

1. The fastest way: Taskbar and Action Center

Let's start with the most obvious. The icon Wi-Fi V Windows 10 usually located in the lower right corner of the screen - on taskbar, next to the clock. It looks like staircase of dots (network signal) or how computer with antenna (if there's no connection). If the icon isn't there, don't panic: it might have been accidentally hidden.

To open the menu Wi-Fi:

  1. Click on network icon on the taskbar (or by the ↑ arrow if the icon is hidden).
  2. In the window that appears, find the block Wi-Fi - it should be at the top of the list.
  3. If the button Wi-Fi gray color, click on it once to turn on the adapter.
  4. Select the desired network from the list and enter the password (if required).

⚠️ Attention: If there is no network icon even after clicking the ↑ arrow, this may mean that:

  • 🔌 The Wi-Fi adapter is physically disconnected. (on a laptop - with a button or switch).
  • 🖥️ The network card driver is not installed. or does not work properly.
  • ⚙️ WLAN AutoConfig service is disabled (solved in services.msc).
📊 How do you usually connect to Wi-Fi on your PC?
Via the taskbar
Via Windows Settings
I use Ethernet and don't need Wi-Fi.
I don't know how to do this

2. Where to find Wi-Fi settings in Windows Settings

If the taskbar icon is not visible or does not respond to clicks, try turning it on Wi-Fi through System parametersThis method works even if the adapter is disabled by software.

Instructions:

  1. Click Win + I (or click on gear icon in the Start menu).
  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 and choose yours.

If the slider Wi-Fi inactive or missing, this means that:

  • 🔧 Adapter driver is missing (check in Device Manager).
  • 🔄 The adapter is disabled in BIOS/UEFI (relevant for some laptops Lenovo, HP, Dell).
  • 🛠️ The network card is physically damaged (check in Devices - if it’s not on the list, it’s a bad sign).

⚠️ Attention: On some builds Windows 10 (especially after major updates) section Wi-Fi can be called WLAN or Wireless communicationIf you can't find it, use the search in Parameters (magnifying glass at the top of the window).

☑️ Check before setting up Wi-Fi

Completed: 0 / 4

3. Laptop Buttons and Switches: Hardware Wi-Fi Enablement

Many laptops (especially models Asus, Acer, MSI) are equipped physical switches or keyboard shortcuts to turn on/off Wi-FiIf software methods don't work, check:

Option 1. Button on the body

  • 🔘 Some laptops have slider or a button with an antenna on the side/front panel (for example, on Lenovo ThinkPad or HP EliteBook).
  • 💡 The indicator next to the button is usually blue (included) or orange/red (disabled).

Option 2. Keyboard shortcuts

On most laptops Wi-Fi activated by a combination Fn + one of the function keys (F1-F12). Usually it is:

  • 🔑 Fn + F2Lenovo, Dell, Toshiba.
  • 🔑 Fn + F3Asus, MSI.
  • 🔑 Fn + F12HP, Acer.

The key with the antenna can be illuminated orange — this is the standard notation.

⚠️ Attention: If after pressing the combination Wi-Fi does not turn on, check:

✅ Are they installed? keyboard drivers (especially ATK Package For Asus or Hotkey Utility For Lenovo).

✅ Are the function keys disabled in BIOS (chapter Advanced → Function Key Behavior).

4. Device Manager: Checking drivers and adapter status

If Wi-Fi It doesn't turn on in any of the ways listed, the problem is most likely in drivers or hardware settingsYou can check this through device Manager.

How to open:

  1. Click Win + X and select device Manager.
  2. Expand the section Network adapters.
  3. Find the device with the name Wireless, Wi-Fi, 802.11 or WLAN (For example, Intel Wireless-AC 9560 or Qualcomm Atheros QCA61x4).

What to do if the adapter is not in the list:

  • 🔍 Check the section Other devices - perhaps the adapter is displayed as Unknown device.
  • 🔄 Restart your computer and check again (sometimes the adapter is detected after a reboot).
  • 🛠️ If there is no adapter at all, it may mean that it disabled in BIOS or physically absent (relevant for some cheap PCs).

What to do if the adapter is present but not working:

  1. Right click on it and select Activate the device (if the option is available).
  2. Select Update driverAutomatic search.
  3. If the update did not help, download the driver from official website of the laptop manufacturer (not from the site Intel or Qualcomm!).

⚠️ Attention: If the following light is lit next to the adapter name: yellow exclamation mark, it means driver conflict or lack of driversIn this case:

🔹 Uninstall the current driver (right click → Remove device).

🔹 Restart your PC — Windows will try to install the driver automatically.

🔹 If that doesn't help, install the driver manually (download it from the laptop manufacturer's website, not the network card manufacturer's website!).

How do I find my laptop model to search for drivers?

Open Command line (Win + R → enter cmdEnter). Enter the command wmic csproduct get name and press EnterIn response, you will receive the exact model of the device.

5. Command line: diagnostics and enabling Wi-Fi

If the graphical interface does not help, you can try to enable Wi-Fi through Command line (CMD). This method is useful if the adapter is disabled at the system level or there are problems with the drivers.

Step 1: Checking the adapter status

Open CMD as administrator (Win + XCommand Prompt (Administrator)) and enter:

netsh interface show interface

In the list, find the line with Wi-Fi or Wireless network. In the column State should be Connected or Disabled.

Step 2: Turn on the adapter

If the condition Disabled, enter:

netsh interface set interface "Interface_Name" enable

Replace Interface_name to the name from the previous step (for example, Wireless Network).

Step 3: Restart the WLAN AutoConfig service

If the adapter is enabled but networks are not displayed, run:

net stop wlansvc

net start wlansvc

⚠️ Attention: If after these commands Wi-Fi It still doesn't work. The problem might be:

  • 🔌 Lack of drivers (check device Manager).
  • 🛡️ Blocked by antivirus/firewall (temporarily disable protection and check).
  • Adapter malfunctions (try connecting an external one USB-Wi-Fi module).

6. Check in BIOS/UEFI: is Wi-Fi enabled at the hardware level?

On some laptops (especially corporate lines) Dell Latitude, HP ProBook, Lenovo ThinkPad) Wi-Fi adapter can be disabled directly in BIOS/UEFIThis is done to save energy or for company safety reasons.

How to check:

  1. Restart your computer and press the key to enter when it starts BIOS (usually F2, Del, Esc — depends on the model).
  2. Find the section Advanced, System Configuration or Wireless.
  3. Look for parameters like:
    • Wireless LAN;
    • WLAN Radio Control;
    • Onboard Wi-Fi;
    • Network Stack Configuration.
  • Make sure there is something next to them Enabled.
  • Save changes (F10) and restart your PC.
  • ⚠️ Attention: Settings BIOS may vary even within the same laptop model (depending on the firmware version). If you can't find the parameter you need:

    🔹 Try resetting BIOS to factory settings (Load Default Settings).

    🔹 Check the user manual for your model on the manufacturer's website.

    7. What to do if there is no Wi-Fi adapter at all

    If you have tried all the methods, but Windows 10 stubbornly does not see Wi-Fi, perhaps your computer or laptop not equipped with a wireless adapterThis is relevant for:

    • 🖥️ Stationary PCs (many motherboards do not have built-in Wi-Fi).
    • 💻 Budget laptops (for example, some models Acer or Lenovo without a prefix Wireless in the title).
    • 🏢 Corporate devices (Where Wi-Fi disabled at the hardware level).

    How to check:

    1. Open device Manager (Win + X → Device Manager).
    2. Expand the section Network adapters.
    3. If there are no devices with words in the list Wireless, Wi-Fi, WLAN or 802.11, there is no adapter.

    Solutions:

    Way Pros Cons Price
    USB-Wi-Fi adapter (For example, TP-Link TL-WN725N) Easy installation, no need to open your PC It takes up a USB port and may slow down on weaker PCs. from 500 ₽
    PCIe Wi-Fi card (For example, Intel AX200) High speed, reliability Requires disassembling the system unit from 2,000 ₽
    M.2 Wi-Fi module (for laptops) Built-in solution, does not occupy ports Complex installation, risk of damaging the laptop from 1,500 ₽
    Ethernet cable (wired connection) Maximum speed and stability Limited mobility, requires wires from 100 ₽ (cable)

    ⚠️ Attention: Before purchasing USB or PCIe adapter make sure it supports:

    • 📡 Wi-Fi standard your router (for example, 802.11ac or Wi-Fi 6).
    • 🖥️ Your version of Windows 10 (some adapters do not work on older builds).
    • 🔒 Required frequencies (allowed in Russia) 2.4 GHz And 5 GHz).

    8. Common mistakes and their solutions

    Even if Wi-Fi If the device is turned on, errors may occur during connection. Let's look at the most common ones and how to fix them.

    Error 1: "Unable to connect to the network"

    • 🔄 Solution: Restart your router (turn it off for 30 seconds) and try connecting again.
    • 🔑 Check that you are entering the correct password (case sensitive!).
    • 📡 Make sure your router is not configured for a hidden network (SSID (not broadcast).

    Error 2: "The network adapter does not have valid IP configuration settings."

    • 🔧 Solution: Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    • Select your network → PropertiesIP settings.
    • Switch from Automatic (DHCP) on Manually and enter:
      • IP address: 192.168.1.100 (or another one from the router range);
      • Subnet mask: 255.255.255.0;
      • Gateway: 192.168.1.1 (or your router's address);
      • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).

    Error 3: "Limited connection" (no internet access)

    • 🔄 Solution 1: Forget the network and reconnect:
      1. Settings → Network & Internet → Wi-Fi → Manage known networks.
      2. Select your network → Forget.
      3. Please reconnect by entering your password.
  • 🔧 Solution 2: Reset the TCP/IP stack:
    netsh int ip reset
    

    netsh winsock reset

    Then restart your PC.

  • ⚠️ Attention: If there is an error Limited Connection appears only on one device, the problem is most likely in drivers or IP settingsIf on all of them, check. router or contact your provider.

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

    🔍 Why did Wi-Fi disappear after updating Windows 10?

    This is a typical problem after major updates (eg. Windows 10 22H2). Reasons:

    • 🔄 The adapter driver has reset. - check device Manager and update the driver manually.
    • ⚙️ Network settings have been reset — try “forgetting” the network and connecting again.
    • 🛡️ The firewall blocked the connection - temporarily disable it and check.
    • If that doesn't help, roll back to the previous version. Windows (V Settings → Update & Security → Recovery).

    💻 Is it possible to connect Wi-Fi to a desktop PC without an adapter?

    No, you need it for wireless connection physical adapter (built-in or external). Alternatives:

    • 🔌 Use Ethernet cable (wired connection).
    • 📱 Share your internet connection smartphone By USB or Bluetooth (but this will not replace a full-fledged Wi-Fi).
    • 🖥️ Buy USB/PCIe Wi-Fi adapter (from 500 ₽).
    🔐 How do I find my Wi-Fi password on Windows 10?

    If you are connected to the network but have forgotten your password:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select your network → Properties.
    3. Scroll to section Security parameters.
    4. Check the box Show entered characters — the password will become visible.
    5. If you are not connected, you can find out the password:

      • 📝 On the sticker on router (usually SSID And Password).
      • 🖥️ Through router web interface (192.168.1.1 or 192.168.0.1).
    ⚡ Why is Wi-Fi slow on Windows 10?

    Reasons for slow speed:

    • 📶 Weak signal — Check the distance to the router or change the channel in the router settings.
    • 🔄 Network congestion — Disable unnecessary devices or limit their speed in the router.
    • 🔧 Outdated drivers - update them through device Manager.
    • 🛡️ Background updates - check if it's shaking Windows background updates.
    • 📡 Incorrect router settings — change the standard Wi-Fi With 802.11b/g on 802.11n/ac.
    • To diagnose your speed, use services like Speedtest.net or Yandex Internetometer.

    🛠️ How to completely reset network settings in Windows 10?

    If nothing helps, perform a full reset of network settings:

    1. Open Settings → Network & Internet → Status.
    2. Scroll down and click Network reset.
    3. Confirm the action and restart your PC.

    ⚠️ Attention: After the reset you will have to do it again:

    • 🔑 Enter passwords from Wi-Fi networks;
    • ⚙️ Customize VPN (if used);
    • 📡 Configure the proxy server (if configured).