You just bought a new laptop or assembled a system unit, but you can’t figure out where the Wi-Fi module And how do I activate it? Or has the wireless network icon suddenly disappeared from the system tray, but I urgently need internet access? This problem is familiar to many, especially those setting up a wireless connection for the first time.
In fact, Wi-Fi on the computer — it's not a physical "button," but a combination of hardware (the network adapter) and operating system software settings. In 90% of cases, the problem can be resolved in 5 minutes if you know where to look. In this article, we'll cover:
- 🔍 Where is the Wi-Fi module physically located? in laptops and PCs
- 🖥️ How to check if an adapter is available on Windows and macOS
- ⚙️ Why doesn't the computer "see" the network? and how to fix it
- 🔧 Hidden router settingsthat block the connection
Even if you've never set up a network before, after reading this, you'll be able to diagnose the problem yourself—without calling a technician.
1. Where is the Wi-Fi module physically located in the computer?
Before looking for settings in the system, it is worth understanding, Does your device have a Wi-Fi adapter at all?Its availability depends on the type of computer:
- 📱 Laptops: 99% of modern models (Lenovo ThinkPad, HP Pavilion, Dell XPS etc.) are equipped with a built-in Wi-Fi module. This is a miniature board integrated into the motherboard or connected via a connector.
M.2(previously usedmPCIe). - 🖥️ Desktop PCs: In most ready-made system units (Acer Predator, ASUS ROG) There is no Wi-Fi module by default. It must be purchased separately in the form of:
- 🔌 PCIe cards (installed in a slot on the motherboard)
- 🔗 USB adapter (external device connected to the port)
- 📶 M.2 module (for compact cases)
- 🍎 MacBook and iMac: All devices Apple since 2010 have built-in Wi-Fi (standard
802.11acor newer). The module is soldered to the motherboard and cannot be replaced without specialized equipment.
If you are not sure if your PC has Wi-Fi, do not disassemble the case — First, check through the system (more on that in the next section). For desktop computers, the easiest way is to buy an external USB adapter (for example, TP-Link TL-WN725N or ASUS USB-AC53 Nano) for 500-1500 rubles, than to mess around with internal installation.
⚠️ Attention: In some ultrabook laptops (for example, Microsoft Surface or MacBook AirThe Wi-Fi module is soldered to the motherboard. Attempting to replace it yourself will void the warranty.
2. How to check for a Wi-Fi adapter in Windows
If you don’t know whether your computer has a Wi-Fi module installed, Windows will provide all the information Without disassembling the case. Here are 3 ways to check:
Method 1: Device Manager
This is the most reliable method. Follow the instructions:
- Click
Win + Xand select "Device Manager"**. - Expand the tab Network Adapters**.
- Look for devices with the following names:
- 📡
Wireless,Wi-Fi,802.11(For example, Intel Wi-Fi 6 AX200) - 🔌
USB Wireless Adapter(if using an external adapter)
- 📡
If the list only Ethernet- controllers (for example, Realtek PCIe GBE Family Controller), Means, There is no Wi-Fi module in the system.
Method 2: Command Line
For advanced users, checking via CMD:
netsh wlan show drivers
In the results, look for the line Hosted Network Support**:
- 🔵
Yes— the adapter is present and supports Wi-Fi distribution. - 🔴
No— either there are no drivers, or the module is physically missing.
Method 3: Windows Settings
Open Start → Settings → Network & Internet → Wi-Fi. If the section «Wi-Fi»** missing or grey - there is no adapter or it is disabled.
3. Why your computer can't see Wi-Fi networks: top 5 reasons
Have you verified that the adapter is present, but networks are still not showing up? Here are the most common reasons and ways to eliminate them:
| Problem | Cause | Solution |
|---|---|---|
| 🔴 No Wi-Fi icon in the tray | The adapter is disabled in BIOS or Device Manager. | Turn it on through device Manager or boot into BIOS (F2/Del at startup) and find the option Wireless LAN |
| 🔍 You can see neighboring networks, but not yours. | The router hides the SSID or operates in 5 GHz mode (and the adapter only supports 2.4 GHz) | Connect manually via Settings → Wi-Fi → Hidden Network or update the adapter driver |
| ⚡ The Wi-Fi icon is crossed out | The adapter works, but the driver is corrupted or outdated. | Remove the device in the Device Manager and click "Update Configuration"** or download the driver from the manufacturer's website |
| 🔄 The connection keeps getting lost | Router channel conflict or weak signal | Change the channel in your router settings (optimally: 1, 6 or 11 for 2.4 GHz) or move the device closer |
| 🛡️ It requires a password, but it's correct. | Mismatch of security standards (for example, the router uses WPA3, and the adapter only supports WPA2) |
Change the security type in your router settings to WPA2-PSK (AES) |
A critical detail: if your laptop is older than 2015, it may not support modern Wi-Fi 6 (802.11ax) standards. In this case, connection speeds to newer routers will be limited to 300–400 Mbps, even if your provider promises 1 Gbps.
⚠️ Attention: If Wi-Fi is gone after a Windows update, the system most likely automatically installed an incompatible driver. Roll back the driver using Device Manager (right-click the adapter → "Properties" → Rollback).
4. How to turn on Wi-Fi on a laptop: hotkeys and switches
Many laptops have Wi-Fi hardware switches, which are easy to accidentally disable. Here's where to look:
- 🔑 A physical button or switch:
- On older models HP And Dell - slider on the front panel.
- On Lenovo IdeaPad And Acer — a button with an antenna 📶 on the keyboard (usually
Fn + F2orFn + F12).
- 🖥️ Software disable in BIOS:
- Clamp
F2,DelorEscwhen turning on the PC. - Find the section
Advanced → Wireless LANand set the valueEnabled.
- Clamp
- ⚙️ Special software from the manufacturer:
- U ASUS - utility Armoury Crate.
- U Lenovo — Vantage.
- U HP — HP Support Assistant.
These programs may block Wi-Fi to save battery.
If the hot keys do not work, check if the software for the function keys is installed (for example, ATK Package For ASUS or Hotkey Utility For Lenovo). Without it, combinations Fn + F* don't work.
Make sure there is no physical switch in the "Off" position.
Check your hotkeys (usually Fn + one of F1–F12)
Go to BIOS and enable Wireless LAN
Update management utilities from the laptop manufacturer-->
5. Setting up Wi-Fi on macOS: Features and Life Hacks
On computers Apple Connecting to Wi-Fi is simpler, but there are some nuances. Here's what you need to know:
How to turn on Wi-Fi on a Mac
- Click on the 📶 icon in the upper right corner (menu bar).
- Select a network and enter the password.
- If there is no icon, open it. System Preferences → "Net" and check the status
Wi-Fi.
What to do if your Mac can't see the network?
- 🔄 Reset network settings:
- Open "Terminal"** (via Spotlight:
Cmd + Space). - Enter the commands one by one:
sudo ifconfig en0 downsudo ifconfig en0 up
- Open "Terminal"** (via Spotlight:
- IN System Preferences → "Net" → "Additionally"** Delete all saved networks and restart your Mac.
- For MacBook with M1/M2 chip: turn off, wait 30 seconds, turn on.
- For MacBook with Intel:
Shift + Control + Option + Power(10 sec), then turn on.
If the problem persists, check if the checkbox is unchecked. "Automatically join this network"** in the connection settings. Sometimes macOS ignores networks with low signal strength, even if they are saved.
6. Diagnosing Wi-Fi Problems: From Simple to Complex
If standard methods fail, we'll proceed to a more in-depth diagnosis. Start with the most obvious:
Step 1: Check your router
- 🔌 Reboot your router (pull the plug for 30 seconds).
- 📡 Change the channel in the router settings (optimally: 1, 6 or 11 for 2.4 GHz).
- 🔒 Make sure MAC filtering is disabled (otherwise the router blocks new devices).
Step 2: Test the adapter
Launch command prompt as administrator and run:
ping 8.8.8.8
ping ya.ru
- If
ping 8.8.8.8passes, andping ya.ru- No, the problem is DNS (change to8.8.8.8in the adapter settings). - If both pings fail, the problem is at the level driver or hardware.
Step 3: Check for viruses and software conflicts
Some programs (eg VPN clients, antiviruses or firewalls) can block Wi-Fi. Try:
- 🛡️ Temporarily disable Windows Firewall (
Control Panel → Windows Defender Firewall). - 🦠 Check your system for viruses (for example, Malwarebytes or Kaspersky Virus Removal Tool).
- 🔧 Launch Network Troubleshooting (right click on the Wi-Fi icon → Problem Diagnosis).
What should I do if the adapter is detected as "Unidentified Device"?
This means Windows can't find a suitable driver. Download it manually from the official website of the laptop or adapter manufacturer (avoid driver packs like DriverPack Solution, as they often install incompatible versions). To determine the adapter model, use the following command in CMD:
wmic nic get name, manufacturer
In the results, find the line with Wireless and write down the manufacturer (for example, Qualcomm Atheros or Intel).
7. How to boost your computer's Wi-Fi signal
If there is a network, but the connection is unstable or the speed is low, try these methods:
- 📶 Change the position of the router antennas:
- For one-story apartments - antennas vertically.
- For two-story buildings - one vertically, the second horizontally.
- 🔄 Use a signal repeater:
- Devices of the type TP-Link RE605X or Xiaomi Wi-Fi Repeater 2 amplify the signal in remote rooms.
- 🖧 Configure QoS on your router:
- In the router control panel (
192.168.0.1or192.168.1.1) find the sectionQoSand prioritize traffic for your computer by MAC address.
- In the router control panel (
- 🔌 Update the adapter:
- USB adapters type ASUS USB-AC68 support
Wi-Fi 6and provide speeds of up to 1300 Mbps. - For PC: PCIe cards TP-Link Archer TX3000E (up to 2400 Mbps).
- USB adapters type ASUS USB-AC68 support
If you use 5 GHz, remember: this range faster, but worse at passing through wallsIt's better to leave it for distant rooms. 2.4 GHz or use Mesh systems (For example, Google Nest Wi-Fi or TP-Link Deco).
8. Alternative ways to connect to the Internet without Wi-Fi
If you are unable to set up Wi-Fi, there are backup options:
- 🔌 Ethernet (cable):
- The most stable way is to connect the cable from the router to the port
LANon the computer. - If there is no port (as in new ones) MacBook), use USB-C hub with a connector
RJ-45.
- The most stable way is to connect the cable from the router to the port
- 📱 USB tethering:
- Connect your smartphone via USB, turn it on "Modem mode"** in the phone settings.
- On iPhone: "Settings" → Modem mode → USB connection**.
- 🌐 Mobile 4G/5G modem:
- USB modems (Huawei E3372, ZTE MF833V) or portable routers (TP-Link M7350).
- Suitable for a summer house or business trips where there is no wired Internet.
- 💻 Powerline adapters:
- The Internet is transmitted through electrical wiring (for example, TP-Link AV1000).
- Ideal if the router is far away and it is impossible to lay a cable.
If you often work in places without Wi-Fi, consider purchasing USB modem with unlimited data plan (for example, from Megaphone or Tele2). The cost of traffic at wholesale rates starts from 300 rubles per 100 GB.
⚠️ Attention: When using USB tethering on Android, keep an eye on your settings "Traffic Saving"** in applications. Some programs (for example, Google Play or Windows Update) can "eat" several gigabytes in the background.
FAQ: Frequently asked questions about Wi-Fi on your computer
🔹 Is it possible to connect Wi-Fi to a desktop PC without an adapter?
No, you need an adapter for a wireless connection. The simplest options are:
- Buy USB adapter (from 500 rubles).
- Use PCIe card (if there is a free slot).
- Connect via Ethernet cable from the router.
USB adapters type TP-Link TL-WN725N do not require installation and work out of the box with Windows 10/11.
🔹 Why does Wi-Fi work on my phone but not on my computer?
There are several reasons:
- The computer does not support Wi-Fi router standard (for example, the router broadcasts in
5 GHz, and the adapter only works on2.4 GHz). - It's enabled on the router. MAC address filtering, and the computer address is not whitelisted.
- The adapter driver is outdated or corrupted (check in Device Manager).
- It's turned on on the computer. Airplane mode**.
To diagnose, connect your computer to the router via cable and check the settings.
🔹 How do I share my computer's Wi-Fi with other devices?
In Windows 10/11 this is done via Mobile Hotspot**:
- Open Parameters → Network and Internet → Mobile Hotspot**.
- Select "Connection Sharing"** (usually
EthernetorWi-Fi). - Click "Turn on"**.
If the option is not active, run in CMD (as administrator):
netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678
netsh wlan start hostednetwork
For macOS: System Preferences → "Public Access" → select "Public Internet"** through Wi-Fi.
🔹 What Wi-Fi speed does my computer support?
The speed depends on the standard of your adapter:
| Standard | Max. speed | Frequency |
|---|---|---|
802.11n (Wi-Fi 4) |
600 Mbps | 2.4 GHz |
802.11ac (Wi-Fi 5) |
1300 Mbps | 5 GHz |
802.11ax (Wi-Fi 6) |
9600 Mbps | 2.4 + 5 GHz |
To find out the standard of your adapter:
- Open device Manager.
- Find your Wi-Fi adapter and look at the model (for example, Intel Wi-Fi 6 AX200).
- Google the model's specifications.
🔹 How do I reset Wi-Fi settings on my computer?
For Windows:
- Open Parameters → Network and Internet → «Wi-Fi» → Managing Known Networks.
- Delete all saved networks.
- IN
CMDexecute:netsh winsock resetnetsh int ip reset
ipconfig /flushdns - Restart your computer.
For macOS:
- Open System Preferences → "Net".
- Select
Wi-Fi→ "Additionally"** → remove all networks from the list. - IN Terminal** execute:
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plistsudo rm /Library/Preferences/SystemConfiguration/preferences.plist - Restart your Mac.