How to check if your laptop has Wi-Fi: step-by-step instructions for all operating systems

You bought a used laptop, received a gift from relatives, or simply forgot whether your device is equipped with a module Wi-Fi? The lack of wireless connectivity can be an unpleasant surprise, especially if you plan to work in a cafe, travel, or connect to the internet wirelessly. Luckily, you can check for wireless connectivity. Wi-Fi adapter It can be done in a couple of minutes - without opening the case or using special programs.

In this article, we'll cover all possible diagnostic methods: from visual inspection to in-depth analysis using system utilities. You'll learn how to determine not only the presence of a module, but also its model, supported standards (Wi-Fi 4/5/6/6E) and even the approximate connection speed. The instructions are suitable for Windows 10/11, macOS And Linux (including rare distributions). If your laptop is older than 2010, please pay attention to special section with nuances for older models.

Let's be clear: sometimes the problem isn't the missing adapter, but a disabled driver or mechanical switch. We'll show you how to distinguish between a physically missing module and a software glitch. Let's start with the simplest!

1. Visual inspection: look for stickers and switches

Before diving into system settings, inspect the laptop case. Manufacturers often post information about supported technologies on stickers or in the documentation. Here's what to look for:

  • 🔍 Sticker on the bottomLook for logos Wi-Fi Alliance (stylized "wave" or inscription 802.11a/b/g/n/ac/ax). On some models Lenovo, HP And Dell even indicate the maximum speed (for example, Wi-Fi 5 (867 Mbps)).
  • 📋 DocumentationThere may be a technical specifications booklet in the box or under the battery cover. Look for the section Wireless or Connectivity.
  • 🔄 Hardware switchOn older laptops (pre-2015), there was often a physical slider or button to turn Wi-Fi on/off. It could be located on the front panel, on the side, or next to the keyboard (for example, on Sony VAIO or Acer Aspire).
  • 💡 Wi-Fi indicator. On some models (ASUS ROG, MSI) There's an LED that lights up when a wireless connection is active. If there's no indicator, it doesn't mean the module isn't present, but its presence is a good sign.

⚠️ Attention: Stickers can be misleading! For example, the logo Intel Inside doesn't guarantee the presence of Wi-Fi - it only indicates the processor. But here's the inscription Intel Wireless-AC 9560 already talks about a specific adapter.

📊 Your laptop has been released
Until 2015
2015–2019
2020–2023
2026 or later
Don't know

2. Checking via Windows: Device Manager and Command Prompt

If visual inspection does not yield results, we move on to software methods. Windows There are two reliable ways to check for the presence of a Wi-Fi adapter: through device Manager And command line.

Method 1: Device Manager

This is the fastest method. Follow the instructions:

  1. Click Win + X and select device Manager.
  2. Expand the branch Network adapters.
  3. Look for devices with words Wireless, Wi-Fi, 802.11 or brand names (Intel, Qualcomm Atheros, Broadcom, Realtek).

Typical adapter names:

  • 🖥️ Intel(R) Dual Band Wireless-AC 8265 (supports Wi-Fi 5)
  • 🖥️ Qualcomm Atheros QCA61x4A (budget option for Wi-Fi 4)
  • 🖥️ Realtek RTL8822CE (common in inexpensive laptops)

If the list only Ethernet adapter (For example, Realtek PCIe GBE Family Controller) - this means that There is no physical Wi-Fi module. or it is disabled in BIOS.

Method 2: Command Line

For advanced users or if Device Manager does not show the adapter, use the command:

netsh wlan show drivers

In the results, look for the following lines:

  • Radio type — it should be 802.11n, 802.11ac or 802.11ax.
  • Hosted network support - If Yes, then the adapter can work as an access point.

⚠️ Attention: If the command returns an error "The WLAN AutoConfig service is not running", this may mean that the adapter is disabled in Windows Services (run services.msc and check the status WLAN AutoConfig).

☑️ Check Wi-Fi in Windows

Completed: 0 / 4

3. Checking on a MacBook: System Report and Terminal

On laptops Apple The Wi-Fi module is built-in in 99% of cases (except for some models) MacBook Air (until 2010). To verify its presence:

Method 1: System Report

  1. Click on the logo Apple in the upper left corner → About this Mac.
  2. Click System reportNetWi-Fi.
  3. In the section Interface The adapter model should be displayed (e.g. en0: AirPort Extreme or en0: Wi-Fi).

Method 2: Terminal

Launch Terminal (through Spotlight or Programs → Utilities) and enter:

networksetup -listallhardwareports

Look for the block in the results Wi-Fi or AirPort with indication Device: en0If there is no such block, the adapter is missing or faulty.

💡 Helpful tip: On MacBook with a chip M1/M2 The Wi-Fi module is integrated into the processor, so it can't be replaced or physically disabled. If the adapter isn't detected, it's a software issue (a reset might help). NVRAM or reinstalling macOS).

MacBook model A typical Wi-Fi module Max. speed
MacBook Air (M1, 2020) Apple Wi-Fi 6 (802.11ax) 1.2 Gbps
MacBook Pro 13" (2017–2019) Broadcom BCM4360 (802.11ac) 867 Mbps
MacBook Pro 16" (2019) Apple Wi-Fi 5 (802.11ac) 1.3 Gbps
MacBook (Retina, 12", 2015–2017) Broadcom BCM4350 (802.11ac) 867 Mbps

4. Checking in Linux: Commands and Utilities

IN Linux Checking your Wi-Fi adapter requires knowledge of several commands. Open terminal (Ctrl+Alt+T) and follow these steps:

Method 1: Team lspci

This command shows all PCI- devices, including network adapters:

lspci | grep -i network

Example output for a laptop with Wi-Fi:

03:00.0 Network controller: Intel Corporation Wireless-AC 9462

If the result is empty, try:

lsusb

(some adapters are connected via USB, for example, in Raspberry Pi).

Method 2: Team iwconfig

Shows all wireless interfaces:

iwconfig

Look for blocks with names wlan0, wlp3s0 etc. If they are not there, there is no adapter or the drivers are not installed.

Method 3: Utility rfkill

Checks if Wi-Fi is blocked at the system level:

rfkill list

If there is a line in the output Soft blocked: yes or Hard blocked: yes, this means the adapter is disabled by software or hardware (for example, by a button on the case).

⚠️ Attention: In some distributions (for example, Ubuntu Server) The Wi-Fi module may be disabled by default to save power. To enable it, use:

sudo ip link set wlan0 up

5. Check in BIOS/UEFI: Hardware shutdown

If all the previous methods have failed, it may be the Wi-Fi module disabled in BIOSThis is relevant for:

  • 💻 Laptops with Windows 10/11, where adapterSuddenly disappeared after update.
  • 💻 Corporate devices (eg. Dell Latitude or HP EliteBook), where the IT department could turn off Wi-Fi for security.
  • 💻 Laptops with two network cards (for example, for Wi-Fi And 4G/LTE).

To check BIOS settings:

  1. Restart your laptop and press F2, Del, Esc or F12 (depending on the model).
  2. Find the section Advanced, System Configuration or Wireless.
  3. Look for parameters like:
    • Wireless LAN → must be Enabled.
    • WLAN RadioOn.
    • PCIe/PCI Subsystem Settings → Check if the slot to which the adapter is connected is disabled.

🔧 Important: On some laptops (Lenovo ThinkPad, HP ProBook) There is white list (whitelist) of allowed Wi-Fi modules. If you replaced the adapter with a non-genuine one, the BIOS may block it even with this option enabled. Wireless LAN.

How to bypass the whitelist in BIOS?

On some models (for example, the Lenovo ThinkPad T480), you can disable whitelisting by flashing a community-made BIOS (like 1vyrain). However, this is risky: an incorrectly flashed BIOS can render the laptop inoperable. We recommend first checking the module's compatibility on forums like r/thinkpad.

6. Physical inspection: Disassembling the laptop

If software methods do not help, there is one last step left - visual inspection laptop internals. This is relevant for:

  • 🛠️ Older laptops (before 2012), where Wi-Fi could be optional.
  • 🛠️ Devices after repair (they may have forgotten to connect the module back).
  • 🛠️ Models with a replaceable adapter (for example, Dell Inspiron, HP Pavilion).

How to find a Wi-Fi module:

  1. Turn off your laptop and disconnect the battery (if it is removable).
  2. Remove the bottom cover (usually held in place by Phillips head screws).
  3. Look for a small coin-sized board connected to M.2- or miniPCIe-slot. It should have a sticker with the model (for example, Intel 7265NGW).

📸 Examples of placement:

  • 🖼️ In Lenovo ThinkPad - under the keyboard, to the right of the cooler.
  • 🖼️ In ASUS ROG - next to the RAM.
  • 🖼️ In MacBook Pro (before 2015) - under the top cover, next to the SSD.

⚠️ Attention: In ultrabooks (for example, Dell XPS 13 or HP SpectreThe Wi-Fi module is often soldered to the motherboard. Attempting to replace it without experience can damage the laptop. In such cases, it's best to contact a service center.

7. Features for older laptops (before 2012)

Laptops released before 2012 often had optional Wi-Fi or outdated standards (802.11b/g). Here's what you need to know:

  • 🕰️ Standard 802.11b (1999): Speed ​​up to 11 Mbps, operates only on the 2.4 GHz frequency. Modern routers may not support this mode.
  • 🕰️ Adapters PCMCIA: In laptops before 2005, Wi-Fi could be connected through a slot PCMCIA (a card the size of a credit card). If there is no slot, there is no module.
  • 🕰️ Switches on the body: on IBM ThinkPad, Toshiba Satellite And Sony VAIO There was often a separate button for Wi-Fi (sometimes combined with Bluetooth).

🔍 How to check:

  1. Download Live CD With Linux (For example, Ubuntu) and execute commands from Linux section.
  2. If the adapter is defined as 802.11b, but it doesn't connect to modern networks - try manually specifying the standard 802.11g in the router settings.

⚠️ Attention: In laptops with Windows XP or Vista Wi-Fi drivers may not have installed automatically. Check for the adapter's presence via device Manager, even if there is no network icon in the tray.

8. What to do if there is no Wi-Fi?

If you've confirmed that your laptop doesn't have a Wi-Fi module, you have several options:

Way Pros Cons Price
USB adapter Easy installation, compatible with any laptop It takes up space and can stick out and break. 500–2000 ₽
Replacing the module Built-in solution, high speed Requires disassembly, possible driver issues 1000–5000 ₽
M.2/PCIe adapter Wi-Fi 6 support, low power consumption Not all laptops have a free slot. 2000–8000 ₽
3G/4G modem Internet without a router, mobility Paid traffic, coverage dependent 0–3000 ₽/month

💡 Recommendations for selection:

  • 🛒 For a temporary solution: take TP-Link TL-WN823N USB Adapter (supports Wi-Fi 4, price ~800 ₽).
  • 🛒 For gaming/streaming: Intel AX200 (Wi-Fi 6, speed up to 2.4 Gbps, ~3500 ₽).
  • 🛒 For MacBook: only original modules (e.g. Apple BCM94360 for models 2015–2017).

Important: Before purchasing a new module, check which slot your laptop has - miniPCIe or M.2 (Key A/E). Adapters are not compatible with each other!

FAQ: Frequently Asked Questions

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

Possible reasons:

  1. The driver is not installed: There may be an exclamation point next to the adapter in Device Manager. Download the driver from the laptop manufacturer's website (not from Windows Update!).
  2. The adapter is disabled: Check the keyboard shortcut to turn on Wi-Fi (eg. Fn + F2 on ASUS).
  3. Problems with the router: Try connecting to a different network or reboot your router.
  4. IP conflict: in the command line, run ipconfig /release, then ipconfig /renew.
How do I know which Wi-Fi standard my adapter supports?

Verification methods:

  • 🔧 In Windows: open device Manager → adapter properties → tab AdditionallyLook for lines with 802.11n (Wi-Fi 4), 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6).
  • 🔧 In Linux: do it lspci -v and find the block Network controller. In the line Capabilities the standard will be indicated.
  • 🔧 By adapter model: enter the name in Google (for example, Intel Wireless-AC 9560 specs).

📌 Example: if it is indicated in the characteristics 2x2 MIMO, 802.11ac, this means support Wi-Fi 5 with speeds up to 867 Mbps.

Is it possible to install Wi-Fi on a laptop that didn't have it originally?

Yes, but with some reservations:

  • ✅ If there is a free slot in the laptop M.2 Key A/E or miniPCIe - you can install a module (for example, Intel AX200 or Broadcom BCM4360).
  • ❌ If there is no slot (for example, in some Chromebook or netbook) - only external USB adapter.
  • ⚠️ In laptops Apple (except for models with Intel(Processors) The Wi-Fi module is soldered to the motherboard. Replacement is only possible at a service center.

🔧 Advice: Before purchasing a module, check compatibility on forums (for example, NotebookCheck or r/thinkpad).

Why is there no option to enable Wi-Fi in BIOS?

Possible reasons:

  1. The adapter is physically missing — BIOS does not show options for non-existent devices.
  2. Outdated BIOS version — update the firmware from the manufacturer's official website.
  3. Hidden settings - on some laptops (for example, Lenovo) Wi-Fi options appear only after pressing Ctrl + S in BIOS.
  4. Whitelist — BIOS may block non-original modules (relevant for HP EliteBook, Dell Latitude).

💡 Solution: If you are sure that the adapter is there, but there is no option, reset the BIOS to factory settings (usually by pressing the button F9 or option Load Defaults).

How to check Wi-Fi on a laptop without an operating system?

If your laptop does not have an OS installed, use one of the following methods:

  1. Live USB with Linux:
    • Download the image Ubuntu or Linux Mint.
    • Write it to a flash drive using Rufus or BalenaEtcher.
    • Boot from the flash drive and run the commands from Linux section.
  2. Diagnostics via BIOS:
    • Some BIOS (for example, on Dell or HP) show a list of detected devices in the section System Information or Main.
    • Look for lines with Network Controller or WLAN.
  • External adapter:
    • Connect a USB Wi-Fi adapter (for example, TP-Link TL-WN725N).
    • If it works, then the problem is in the internal module.