How to Check Wi-Fi on a Windows 10 Computer: A Step-by-Step Guide

Have you bought a new laptop or upgraded your desktop PC, but aren't sure if it supports wireless networks? Or has your over-the-air internet suddenly stopped working, and you want to make sure the problem isn't a missing Wi-Fi module? In this article, we'll cover the details. All possible ways to check for Wi-Fi on Windows 10 — from visual inspection to in-depth system diagnostics.

It is important to understand that even if your computer theoretically If your device supports wireless networks, problems may stem from a disabled adapter, outdated drivers, or incorrect settings. We'll show you how to distinguish between a physically missing module and software failures, and also provide tips for quickly troubleshooting common issues. No complicated commands—just proven methods that will work even for a novice.

1. Visual inspection: looking for a physical Wi-Fi module

Before digging into Windows settings, take a look at your device. On laptops, the Wi-Fi adapter is usually built into the motherboard, while on desktop PCs it may be installed as a separate expansion card (usually in the form M.2 or PCIe). Here's what to pay attention to:

  • 📋 Laptops: On the case (usually on the side or front), look for a small switch with an antenna icon or a wireless network indicator LED. On some models Lenovo, HP or Dell there may be a separate button Fn + F2 (or another key from the row F1-F12) to turn Wi-Fi on/off.
  • 🖥️ Desktop PCs: open the side cover of the system unit and look for a miniature board with antennas on the motherboard (if this is PCIe adapter) or a small connector M.2 with an inscription CNVi or Wi-FiExternal USB adapters look like a flash drive with an antenna.
  • 🔍 Documentation: If you are unsure of the model, check the specifications of your device on the manufacturer's website. In the section Network adapters or Wireless availability must be indicated Wi-Fi 4 (802.11n), Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax).

Critical point: on some budget laptops (for example, the series Acer Aspire 1 or HP Stream) The Wi-Fi module may be optional - it was simply not installed at the factory. If you don't see any signs of a wireless adapter, check the package contents for your model at the official store.

📊 What type of device are you testing?
Laptop
Desktop PC
Monoblock
Windows 10 tablet

2. Quick check via the taskbar

The easiest way to find out if Windows 10 recognizes your Wi-Fi adapter is to look at the icons in the lower-right corner of the screen (the notification area). Here's what the different icons mean:

  • 📶 Wi-Fi icon with waves: The adapter is turned on and ready to connect. Click on it to see a list of available networks.
  • 🌐 Globe or computer icon with cable: Wi-Fi is disabled (possibly by software or a hardware button).
  • Red cross on the network icon: The adapter is not detected or disabled in Device Manager.
  • ⚠️ Yellow triangle: driver or connection problems (for example, incorrect network password).

If there's no Wi-Fi icon at all, it's not a death sentence—it might just be hidden. Click the arrow ^ in the taskbar to reveal hidden icons. If the network isn't visible there either, proceed to the next method.

3. Device Manager: In-Depth Diagnostics

Device Manager is an "X-ray" of your computer that displays all installed components, including network adapters. To open it:

  1. Press the key combination Win + X and select device Manager.
  2. In the window that opens, find the section Network adapters and unfold it.

Now, take a closer look at the list. You're looking for devices with the following words: Wireless, Wi-Fi, 802.11 or chip names (Intel Wi-Fi 6, Qualcomm Atheros, Realtek RTL8xxx, Broadcom). If there are no such devices, your computer is not physically equipped with a Wi-Fi module.

What should I do if the adapter is displayed with an exclamation mark?

A yellow sign next to the adapter's name indicates a driver issue. Right-click the device → Update driverAutomatic searchIf that doesn't help, download the driver from the laptop/motherboard manufacturer's website.

Please note the adapter status:

  • 🟢 The device is working properly. — The Wi-Fi module is working properly, the problem may be in the Windows settings.
  • 🟡 Disabled - right click and select Engage.
  • No device — check the physical connection (for PCIe/M.2 adapters) or contact service.

⚠️ Attention: If there is an unknown device in the device manager with the name Network controller or Unknown Device, it may be an unidentified Wi-Fi adapter. Install the driver manually using the hardware ID (you can find it in the device properties → tab) IntelligenceEquipment ID).

4. Command line: checking network interfaces

For advanced users (and those who like precise data), the command line method is suitable. It will show all network interfaces, including hidden or disabled ones. Open Command line as administrator (click Win + S, enter cmd, then Run as administrator) and run the command:

netsh wlan show interfaces

Look for the block in the results Name with the name of your adapter. If you see the line State: Disabled, enable the adapter with the command:

netsh interface set interface "Your_Adapter_Name" enable

Replace Your adapter name to the actual name from the output of the previous command (for example, Wi-Fi or Wireless network).

Another useful command for diagnostics:

ipconfig /all

In the results, look for the section Wireless LAN adapterIf it's not there, there's no Wi-Fi module in the system or it's disabled at the BIOS level.

Run `netsh wlan show interfaces`|Check the adapter status|If necessary, enable the adapter with `netsh interface set interface`|Make sure the "Wireless" section is present in `ipconfig /all`-->

5. Check in BIOS/UEFI: is the adapter disabled at the hardware level?

Sometimes the Wi-Fi module is disabled in the BIOS settings—this can happen after a reset, an update, or by mistake. To check:

  1. Restart your computer and press the key to enter the BIOS (usually Del, F2, F12 or Esc - depends on the motherboard).
  2. Find the section Advanced, Onboard Devices or Wireless.
  3. Look for parameters like:
    • Wi-Fi or Wireless LAN — it should be Enabled.
    • WLAN Radio - turn on if disabled.
    • CNVi Support (for modern motherboards) - install Enabled.
  • Save changes (F10) and reboot.
  • ⚠️ Attention: On some laptops (eg. Lenovo ThinkPad) Wi-Fi may be blocked by a hardware switch even if it's enabled in the BIOS. Check the physical button or combination. Fn + antenna key.

    If there is no mention of Wi-Fi in the BIOS, this may mean:

    • The adapter is integrated into the chipset and does not have separate settings.
    • The module is not physically installed (relevant for PC).
    • Your BIOS version is out of date. Update it through the manufacturer's official website.

    6. Checking through "Windows Settings" and "Network Connections"

    Windows 10 offers a user-friendly graphical interface for managing networks. To check for Wi-Fi connectivity:

    1. Open Parameters (Win + I) → Network and InternetWi-Fi.
    2. If section Wi-Fi missing or gray - the adapter is not detected or is disabled.
    3. Check the slider Wireless network - he must be in position On.

    It is also useful to look into Network and Sharing Center:

    1. Click Win + R, enter ncpa.cpl and press Enter.
    2. Look for a connection with the name Wireless network or Wi-Fi.
    3. If it is there but greyed out, right click and select Turn on.

    In the same window you can see connection status:

    • 🟢 Connected — everything works.
    • 🟡 Limited — problems with the IP address or router.
    • The network is disconnected — the adapter is turned off.

    Symptom Probable cause Solution
    There is no Wi-Fi icon in the taskbar. The adapter is disabled or not installed. Check the device manager and BIOS
    There is Wi-Fi, but it doesn't see the network. The driver is outdated or there is a service failure. Update the driver, restart the service WLAN AutoConfig
    The Wi-Fi icon is gray and inactive The adapter is disabled by software or hardware button. Enable it in the device manager or check the switch on the case.
    Wi-Fi connects, but there is no internet access. Problems with IP or router settings Reboot your router, reset network settings (netsh int ip reset)

    7. Checking with third-party utilities (for experienced users)

    If standard methods fail, you can use specialized equipment diagnostic programs. They will show detailed information about network adapters, including hidden or problematic devices.

    • 🛠️ HWiNFO: a free utility that displays all PC components. After launching, go to the section Network and look for mentions Wireless or Wi-Fi.
    • 🔧 AIDA64 (paid, but there is a trial): open Devices → Windows Devices and check the list of network adapters.
    • 📡 Wireless Network Watcher (from NirSoft): shows all wireless devices on the network, but requires a working Wi-Fi.

    These programs are useful if you suspect that a Wi-Fi module is present, but Windows "doesn't see" it. For example, HWiNFO may detect an adapter that is not showing up in Device Manager due to a driver conflict.

    ⚠️ Attention: Download utilities only from official websites (hwinfo.com, aida64.com). Before installation, disable your antivirus software—it may block programs from accessing your hardware.

    Frequently Asked Questions (FAQ)

    My laptop can't detect the Wi-Fi network, but the adapter is listed in Device Manager and enabled. What's the problem?

    Possible reasons:

    • Outdated driver - update it through the laptop manufacturer's official website.
    • Service WLAN AutoConfig disabled - turn it on services.msc.
    • The router is operating in the mode 802.11ac, and your adapter only supports 802.11n — change the router settings.
    • The mode is on On the plane - disable it in the notification panel.
    How do I find out which Wi-Fi adapter is installed on my computer?

    Open device ManagerNetwork adaptersFind the device with the mention Wireless or Wi-Fi and double-click on it. In the tab Intelligence select Description or Equipment ID - there will be a chip model (for example, Intel Dual Band Wireless-AC 8265).

    Is it possible to add Wi-Fi to a desktop PC if it doesn't have one?

    Yes, there are several ways:

    • PCIe adapter: internal map (eg TP-Link Archer T6E), requires a free slot PCIe x1.
    • M.2 adapter: Suitable for motherboards with a socket M.2 Key A/E (For example, Intel Wi-Fi 6 AX200).
    • USB adapter: the simplest solution (for example, TP-Link TL-WN725N), connects like a flash drive.

    Before purchasing, check if your motherboard supports the selected adapter type.

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

    This is a typical network settings issue. Try:

    1. Reboot your router (turn it off for 30 seconds).
    2. In the command line, run:
      ipconfig /release
      

      ipconfig /renew

    3. Check your IP settings: open ncpa.cpl → right-click on Wi-Fi → PropertiesInternet Protocol version 4 (TCP/IPv4) → set automatic IP and DNS acquisition.
    4. Disable VPN or proxy if used.
    How do I turn on Wi-Fi if there is no button on my laptop?

    Try these methods:

    • Key combination: Fn + F2, Fn + F12 or other (depending on the model).
    • Through ParametersNetwork and InternetWi-Fi → turn on the slider.
    • In the device manager: find the adapter → right-click → Engage.
    • Check your BIOS - Wi-Fi may be disabled there.