Have you bought a new computer or pulled an old system unit from storage, but aren't sure if it can connect to Wi-Fi? Or has your laptop's wireless internet suddenly stopped working, and you want to figure out if the problem is in the settings or the hardware? In this article, we'll cover all the ways to check for Wi-Fi support. PCs and laptops, including diagnostics of hardware modules, analysis of network adapters and solutions for devices without built-in Wi-Fi.
The answer to the question “does a computer have Wi-Fi?” depends on three key factors: the presence of a Wi-Fi adapter (built-in or external), the correctness of its drivers And module activity in the system. Moreover, even desktop PCs without built-in Wi-Fi can be equipped with a wireless connection—we'll discuss this below.
Important: If you are checking laptop, then in 99% of cases it has Wi-Fi (the exception is some ultra-budget or older models). But for desktop PCs The wireless module is an option that often has to be purchased separately.
1. Visual inspection: look for antennas and stickers
The quickest way to check for Wi-Fi support is to inspect the device's body. Let's start with laptops:
- 📡 Wi-Fi antennasLook for thin plastic antennae (usually black or gray) on the sides or back of the case. There may be one or two of these. On some models, the antennas are hidden under rubber caps.
- 🏷️ Stickers with logos: Manufacturers often put stickers with inscriptions
Wi-Fi,Wireless,802.11acorWi-Fi 6next to the keyboard or on the bottom cover. - 🔍 Power button: on some laptops (eg. Lenovo or HP) there is a physical button or switch to activate Wi-Fi - usually next to
F12or on the sidebar.
For stationary PCs visual inspection is less informative, but it is possible:
- 🖥️ Check the back panel of the system unit for the presence of PCI-e adapters with antennas (they look like small boards with connectors for cables).
- 🔌 Pay attention to USB ports: if an external Wi-Fi adapter is connected to them (often similar to a flash drive with an antenna), then there is a wireless module, but it is removable.
⚠️ Note: The absence of antennas does not always mean the absence of Wi-Fi. Some laptops have antennas built into the case, and inexpensive PCs may have a Mini PCI-e adapter without external connectors.
2. Checking via Device Manager (Windows)
If the visual inspection does not yield results, we move on to software diagnostics. Windows this is done through "Device Manager"** — a tool that shows all the hardware components of a PC.
How to open:
- Click
Win + R, enterdevmgmt.mscand pressEnter. - In the window that opens, find the section Network Adapters** and unfold it.
What to look for in the list:
- 🔄 Names with words
Wireless,Wi-Fi,802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377). - ❌ If the section only Ethernet adapters (For example,
Realtek PCIe GbE Family Controller), which means there is no Wi-Fi module. - ⚠️ A yellow exclamation mark next to the adapter name indicates driver problems.
| Adapter type in Manager | Meaning | Actions |
|---|---|---|
Intel(R) Wireless-AC 9560 |
There is built-in Wi-Fi (supports Wi-Fi 5) | Check your drivers and settings |
Realtek RTL8188EE |
There is Wi-Fi (outdated model, Wi-Fi 4) | Update your drivers for stable operation. |
Broadcom 802.11n |
There is Wi-Fi (support) Wi-Fi 4) | Check if the adapter is enabled in BIOS. |
Only Ethernet adapters |
There is no Wi-Fi module | Buy an external USB adapter or PCI-e card |
If there is no "Network Adapters" section at all in the Device Manager, this is a sign of serious driver problems or a hardware failure on the motherboard.
Open Device Manager (Win + R → devmgmt.msc)
Find the "Network Adapters" section
Check for devices with Wireless/Wi-Fi in their name
Update drivers if there is an exclamation mark-->
3. Command line: quick diagnostics
For those who prefer to work with command line, there are two useful methods for checking your Wi-Fi adapter. The first is using the command ipconfig:
ipconfig /all
Look for the block in the results Wireless network adapter (or Wireless LAN adapter). If it is not there, there is no Wi-Fi module in the system or it is disabled. If the unit is there, but the status Media disconnected, the problem is in the connection or drivers.
The second method is a command to view all network devices:
netsh wlan show drivers
Please pay attention to the lines:
Radio type: should be802.11n/ac/ax(depending on the Wi-Fi standard).Hosted network support:Yesmeans that the adapter can work as an access point.WPS support: IfNo, this is not critical, but may limit compatibility with some routers.
⚠️ Attention: If the teamnetsh wlan show driversreturns the error "Wireless service is not running", try turning it on throughWindows Services(services.msc) - look for a serviceWLAN AutoConfigand run it.
4. Testing on macOS and Linux
Users MacBook or PC with Linux can also quickly check Wi-Fi support.
For macOS:
- Click on the logo Apple in the top menu →
About this Mac→System Report. - In the section
Net→Wi-FiCheck the adapter information. If there's no section, there's no Wi-Fi module (which is unlikely for a MacBook).
For Linux (Ubuntu/Debian etc.):
lspci | grep -i network
iwconfig
In conclusion lspci look for lines with Wireless or Network Controller. Team iwconfig will show all wireless interfaces (for example, wlan0). If they are not there, there is no Wi-Fi adapter or it is not recognized by the system.
What to do if Linux doesn't see the Wi-Fi adapter?
If the teams lspci or lsusb they show the adapter, but iwconfig — No, the problem is with the drivers. For most chips Intel And Broadcom The drivers are in the repositories (install the packages) firmware-iwlwifi or bcmwl-kernel-source). For rare chips (for example, some Realtek) manual compilation of the driver from GitHub may be required.
5. Check BIOS/UEFI: is Wi-Fi enabled at the hardware level?
Sometimes there is a Wi-Fi module, but it disabled in BIOS This can happen after a factory reset, firmware update, or manufacturer "optimizations." To check:
- Restart your computer and enter the BIOS (usually the key
Del,F2orEscwhen loading). - Find the section
Advanced→Onboard Devices Configuration(the name may differ). - Look for parameters like:
Wireless LAN(should beEnabled)WLANorWi-Fi AdapterMini PCI-e Slot(if the adapter is connected through this connector)
If the parameter is disabled (Disabled), turn it on, save the settings (F10) and restart your PC. Wi-Fi should now appear in the system.
⚠️ Attention: In some laptops (for example, Dell Latitude or HP EliteBook) Wi-Fi may be blocked hardware switch on the body or by a combination of keys (for example, Fn + F2). Check them before changing BIOS!
6. Solutions for PCs without Wi-Fi: How to connect to the network
If the check shows that your desktop PC or laptop does not support Wi-Fi, there are several ways to add this feature:
- 🖧 USB Wi-Fi adapter: the simplest solution. Plugs into any USB port and costs from 500 rubles (for example, TP-Link TL-WN725N or ASUS USB-AC53 Nano). Supports speeds up to
300–867 Mbps. - 💻 PCI-e Wi-Fi card: for desktop PCs. Installed in a slot
PCI-e x1on the motherboard (example: TP-Link Archer T6E with support Wi-Fi 6). Requires antennas that attach to the rear panel of the case. - 📱 Smartphone as a modem: temporary solution: Connect your phone via USB or Bluetooth and turn it on
Modem modein the settings. - 🌐 Powerline adapters: If the router is far away and the Wi-Fi is weak, use adapters that transmit the Internet through electrical wiring (for example, TP-Link AV1000).
| Solution | Speed | Difficulty of installation | Price (from) |
|---|---|---|---|
| USB adapter | 150–867 Mbps | ⭐ (simple) | 500 ₽ |
| PCI-e card | 300–2400 Mbps | ⭐⭐ (requires access to the system unit) | 1 500 ₽ |
| Smartphone (modem) | Up to 100 Mbps | ⭐ | 0 ₽ (Internet included) |
| Powerline | 200–1000 Mbps | ⭐⭐ | 2,000 ₽ (set of 2 adapters) |
Tip for laptops: if your model has a slot M.2 (For example, Key E), you can install an internal module Wi-Fi + Bluetooth (For example, Intel AX200). This is cheaper and more reliable than a USB adapter, but requires disassembling the device.
7. Troubleshooting: Why Wi-Fi isn't working even though there's an adapter
If the test shows that the Wi-Fi adapter is present, but you cannot connect to the network, the following may be the reasons:
- 🔌 The adapter is disabled by software.: check
Network connections(ncpa.cpl) - if the icon is gray, right-click and selectTurn on. - 🔄 Driver conflict: Uninstall the current driver via Device Manager and install a new one from the manufacturer's website (not via Windows Update!).
- 📡 Problems with the router: Try connecting to a different network (for example, from your phone in hotspot mode).
- 🔒 Blocked by antivirus/firewall: Temporarily disable protection and check the connection.
- ⚡ Lack of food: If the adapter is USB, plug it into the port
USB 3.0(blue connector) or use an extension cord with external power.
For deep diagnostics in Windows launch troubleshooter:
- Open
Parameters→Network and Internet→State. - Click
Network troubleshootingand follow the instructions.
If the problem persists, check event logs (eventvwr.msc) on errors related to WLAN-AutoConfig or network drivers.
FAQ: Frequently asked questions about checking Wi-Fi on your computer
My laptop can't see any Wi-Fi networks, even though it has an adapter. What's wrong?
There are several reasons:
- The adapter is disabled physical button (check the body).
- The driver is not installed correctly (download it from the laptop manufacturer's website, not from Windows Update).
- The option is disabled in the BIOS
Wireless LAN. - The adapter has burned out (check the Device Manager for any errors with the code
43or10).
Start by rebooting your router and laptop - sometimes this helps.
Is it possible to add Wi-Fi to an old system unit without PCI-e?
Yes, there are three options:
- USB adapter — the easiest way (suitable even for a 10-year-old PC).
- PCI adapter (not PCI-e!) - if the motherboard has an old slot
PCI(white, long). - Ethernet + Powerline — if you don't need Wi-Fi directly, but need internet without wires from a router.
For very old PCs (pre-2005) you may need an adapter that supports USB 1.1 (For example, D-Link DWA-121).
How do I know which Wi-Fi standard my adapter supports?
Look up the model name in Device Manager and check the specifications on the manufacturer's website. Alternatively:
- IN Windows:
netsh wlan show drivers→ lineRadio type. - IN Linux:
iw list→ sectionSupported interface modes.
Labeling standards:
802.11n= Wi-Fi 4 (up to 600 Mbps).802.11ac= Wi-Fi 5 (up to 1.3 Gbps).802.11ax= Wi-Fi 6 (up to 2.4 Gbps).
My PC sees networks but won't connect. What should I do?
Try it in order:
- Restart your router and PC.
- Remove the network in Windows settings (
Settings → Network → Wi-Fi → Manage known networks) and reconnect. - Check if there is a check mark in the network properties
Connect automatically. - Update the adapter driver (download from the manufacturer's website, not through Windows Update).
- Try connecting to a different network (for example, from your phone in hotspot mode).
If that doesn't help, check your router's security settings (the MAC address filter may be enabled).
How to check Wi-Fi on a computer without an operating system?
If your PC does not have an OS installed (or it does not boot), there are two ways:
- Live USB with Linux: write down Ubuntu or Linux Mint onto a flash drive, boot from it and run the commands
lspcioriwconfig(described above). - BIOS: some modern motherboards (eg. ASUS or Gigabyte) show information about network devices in the section
System Information.
You can also temporarily connect the hard drive to another PC and test the adapter through its OS.