Have you bought a used laptop, pulled an older model from a warehouse, or are simply unsure if your device supports wireless networks? Check availability Wi-Fi adapter — This is the first step before setting up the internet. Without it, connecting to the router will be impossible, and purchasing an external USB module or replacing components will result in unnecessary expenses. In this article, we'll look at how to accurately determine whether your laptop has a built-in USB port. Wi-Fi, even if it is not displayed in the system.
The testing methods depend on the operating system, device model, and even the BIOS version. We'll look at universal methods for Windows 10/11, macOS And Linux, as well as physical signs that can be used to identify the module without turning on the laptop. If you're unsure of your technical skills, don't worry: all instructions include screenshots and explanations for beginners.
1. Physically inspecting your laptop: where to find the Wi-Fi module
Before you dig into the system settings, inspect the laptop case. Manufacturers often place stickers with information about supported wireless standards. Look for them on the bottom cover or near the keyboard. Labels like 802.11ac, Wi-Fi 5 or Wi-Fi 6 directly indicate the presence of an adapter.
If there are no stickers, pay attention to network indicators. This is usually a small LED next to the power button or on the front panel that lights up when the connection is active. On some models Lenovo, HP And Dell The indicator may flash orange if the adapter is disabled by software (for example, via Fn+key).
- 🔍 Stickers: look for logos
Wi-Fi Certifiedor mention of standards802.11a/b/g/n/ac/ax. - 💡 Indicators: The LED may be hidden under a plastic panel - shine a flashlight on it.
- 🔧 Slots: on old laptops (until 2015) The Wi-Fi module could be installed in a slot
Mini PCIe- its lid is usually signed.
⚠️ Note: On some Ultrabooks (e.g. MacBook Air or ASUS ZenBook) the adapter is soldered to the motherboard. In this case, a physical inspection won't help—you'll have to check it using software.
2. Check via BIOS/UEFI: is the adapter working at the hardware level?
If your laptop does not boot into the OS or you suspect that Wi-Fi is disabled in BIOS, check your low-level software settings. To do this:
- Restart your laptop and press
F2,Del,EscorF12(depending on the model) to enter BIOS. - Find the section
Advanced→Onboard DevicesorWireless. - Make sure the parameter
Wi-Fi,WLANorWireless LANinstalled inEnabled.
On laptops Lenovo And HP the option may be hidden in Security → System SecurityIf the item is missing altogether, it's likely that the module is physically missing (or faulty).
| Manufacturer | BIOS entry key | Wi-Fi settings section |
|---|---|---|
| ASUS | F2 or Del |
Advanced → Onboard Devices |
| Lenovo | F1 or F2 |
Security → I/O Port Access |
| Dell | F12 |
System Configuration → Wireless |
| Acer | F2 |
Main → F12 Boot Menu (Sometimes) |
⚠️ Warning: Changing BIOS settings may cause problems. If you are unsure, do not save any changes.F10), and exit without saving (Esc).
3. Checking in Windows: Device Manager and Command Prompt
IN Windows 10/11 There are several ways to check for the presence of a Wi-Fi adapter. Let's start with the most reliable one: Device Manager:
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters. - Look for devices with names like
Wireless,Wi-Fi,802.11orWLAN(For example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377).
If the adapter is present but is displayed with an exclamation mark, then drivers are missing or the module is faultyIn this case, try updating the driver via the context menu (right-click → Update driver).
Suitable for advanced users command line:
netsh wlan show drivers
Look for the line in the output Radio type. If it is indicated there 802.11n/ac/ax — the adapter is available and supports modern standards.
Check the physical connection of the module (open the laptop lid)
Update your BIOS to the latest version
Install drivers from the manufacturer's official website
Try connecting an external USB Wi-Fi adapter-->
4. Checking on macOS: System Information and Terminal
On MacBook and other devices Apple You can check Wi-Fi via system information:
- Click on the logo Apple in the upper left corner →
About this Mac→System Report. - Go to the section
Net→Wi-Fi. - Look at the line
Card typeThere should be something likeAirPort ExtremeorWi-Fi + Bluetooth.
If section Wi-Fi no at all, this means that the module is missing or disabled by hardware (which is unlikely on devices Apple). For additional verification, use Terminal:
networksetup -listallhardwareports
Look for the block in the output Wi-Fi or AirPortIf it is not there, there is no adapter.
5. Checking in Linux: Terminal Commands and Utilities
IN Linux (For example, Ubuntu, Mint or Fedora) You can check Wi-Fi via a terminal. The most universal method:
lspci | grep -i network
If the output contains lines with Wireless, Wi-Fi or Network Controller (For example, Intel Corporation Wi-Fi 6 AX200) — adapter is present.
For more detailed information, please use:
iwconfig
The interface should appear here wlan0 or wlp3s0 (The name may vary). If it's not there, the adapter is missing or disabled.
If the commands don't show the adapter, but you're sure it should be there, check if the kernel module is loaded:
lsmod | grep -i wifi
No output may indicate that the driver is not installed. In this case, the following command will help:
sudo modprobe [module_name]
For example, for adapters Broadcom the module is often required b43.
6. What to do if there is no Wi-Fi: alternative solutions
If the checks showed that There is no Wi-Fi adapterDon't despair. There are several ways to get online:
- 📡 External USB adapter: devices like TP-Link TL-WN725N or ASUS USB-AC53 cost from 500 rubles and support
Wi-Fi 5. - 🔌 Ethernet over USB: adapters
USB→RJ45(For example, Baseus LM103) allow you to connect to the router via cable. - 📱 Mobile hotspot: Share the Internet from your smartphone (on Android or iPhone) via Wi-Fi or USB.
- 🔄 Module replacement: on many laptops (except MacBook and some Ultrabooks) the Wi-Fi module is removable. It can be replaced with a new one (for example, Intel AX210 for 3-5 thousand rubles).
Before purchasing an external adapter, make sure your laptop doesn't block uncertified devices. For example, some models Lenovo With BIOS Whitelist will not work with non-original modules.
⚠️ Please note: Replacing the Wi-Fi module on a laptop under warranty will void the warranty. If your device is still under warranty, please contact a service center.
How do I know which Wi-Fi module is compatible with my laptop?
1. Find the exact laptop model (on the sticker or in the BIOS).
2. Look at the specifications on the manufacturer's website (section "Wireless").
3. If the module is removable, check its form factor: M.2 2230 (the most common), M.2 1216 or Mini PCIe (on older devices).
4. For Lenovo ThinkPad And Dell Latitude Look for modules marked "FRU" (Factory Replacement Unit) - they are guaranteed to be compatible.
7. Common Mistakes and Myths About Wi-Fi on Laptops
When checking Wi-Fi, users often encounter false alarms or, conversely, miss obvious signs. Let's address the most common misconceptions:
- ❌ If there's no Wi-Fi icon in the system tray, there's no adapter.
The icon can be hidden in the notification area (click on the ↑ arrow in the lower right corner) Windows). It also disappears if the adapter is disabled in
Device Manager. - ❌ "All laptops after 2010 have Wi-Fi."
Some budget models (for example, Acer Aspire One or ASUS Eee PC) were released without Wi-Fi even in 2012–2014. Always check the specifications.
- ❌ "If the router isn't visible, the adapter is broken."
There may be other reasons: incorrect region in the router settings, channel conflict, enabled mode
Airplane Modeor blocking Windows (for example, after an update).
Another common mistake is to confuse Bluetooth And Wi-FiThese modules are often combined into one chip (for example, Intel AX200 supports both), but they work independently. If the Device Manager only shows Bluetooth, this does not mean that there is Wi-Fi too.
FAQ: Answers to frequently asked questions
My laptop can't see any networks, but I have an adapter. What's wrong?
There are several reasons:
- The driver is not installed correctly (download it from the laptop manufacturer's website, not from the website Intel or Qualcomm).
- The adapter is disabled in BIOS (see section 2).
- The mode is on
Airplane Mode(check inSettings → Network & Internet). - The router operates in the range
5 GHz, and your adapter only supports2.4 GHz(see module specifications).
How do I know which Wi-Fi standard my adapter supports?
IN Windows open device Manager, find the adapter in the section Network adapters, right-click → Properties → tab AdditionallyLook for parameters like Wireless Mode or 802.11n/ac.
IN Linux use the command:
iw list | grep -A 10 "Supported interface modes"
The output will indicate the supported standards (for example, VHT - This 802.11ac, HE — Wi-Fi 6).
Is it possible to add Wi-Fi to a laptop that doesn't have it?
Yes, but the method depends on the model:
- If there is a slot
M.2orMini PCIe- you can install an internal module (for example, Intel AX200 or Broadcom BCM94360). - If there is no slot, the only option left is an external USB adapter.
- On some laptops (eg. MacBook Pro before 2015) you can replace the combined module
Wi-Fi + Bluetooth.
Please check compatibility before purchasing. PCI ID (you can find out through Device Manager → Properties → Hardware IDs).
Why is Wi-Fi slow even though the adapter supports Wi-Fi 6?
Reasons for slow speed:
- The router operates on an outdated standard (for example,
802.11ninstead of802.11ac). - The laptop is connected to the range
2.4 GHzinstead of5 GHz(check in network settings). - The adapter driver is out of date (update it via
device Manageror the manufacturer's website). - Compatibility mode is enabled in the router settings.
802.11b/g/n, which limits the speed. - The laptop is far from the router or there is interference (walls, microwaves, other networks).
For diagnostics in Windows use the command:
netsh wlan show interfaces
Pay attention to the lines Upload/download speed And Signal.
How to turn on Wi-Fi on a laptop using hotkeys?
On most laptops, Wi-Fi is turned on with a combination Fn + one of the function keys (F1–F12). Usually it is:
- ASUS:
Fn + F2 - Lenovo:
Fn + F5orFn + F7 - HP:
Fn + F12 - Dell:
Fn + F2orFn + PrtScr - Acer:
Fn + F3
The key is usually marked with an antenna icon (📡). If the combination doesn't work, check if the Hotkey drivers (download them from the manufacturer's website).