Why Your Computer Won't Reach Wi-Fi and How to Fix It: A Complete Guide

Are you experiencing a problem where your computer refuses to see or connect to Wi-Fi networks? This is one of the most common problems faced by both laptop and desktop PC users. The cause may be hardware issues, incorrect operating system settings, outdated drivers, or even simple router configuration errors.

In this article we will look at all possible ways to diagnose and solve the problem — from a basic check of the adapter's physical activation to complex manipulations of the Windows registry. You'll learn how to make your computer accept Wi-Fi on Windows 10/11, macOS And Linux, and what to do if there is a signal, but the connection keeps dropping. We'll pay special attention to hidden router settings that can block connections from specific devices.

Before you take any action, answer two key questions: does the computer see at least one network? (even strangers) and Does Wi-Fi work on other devices? (smartphones, tablets)? This will help narrow down the possible causes.

1. Check the hardware: is the Wi-Fi adapter turned on?

The first thing you need to do is ensure that the wireless module is physically turned on. This is especially important for laptops, where the adapter can be disabled by accidental key presses or a switch.

On most laptops, a key combination is used to turn on Wi-Fi. Fn + F2 (or another function key with an antenna icon - F5, F12 (depending on the model). On some devices Lenovo, HP or Dell There may be a separate hardware switch on the case. Check:

  • 🔹 Keyboard shortcut: Find the key with the Wi-Fi icon (usually in the top row) and press it together FnThe indicator on the key should light up.
  • 🔹 Hardware switch: Check the sides of your laptop - sometimes there is a slider or button to turn on the wireless modules.
  • 🔹 Indicator on the body: On some models ASUS or Acer There is an LED that lights up blue when Wi-Fi is active and red/orange when it is disabled.

If you use desktop PC, make sure the Wi-Fi adapter (external USB or internal PCIe) is connected to the motherboard and receiving power. For USB modules, try reconnecting it to a different port—sometimes the problem lies in a faulty connector.

⚠️ Attention: On some motherboards (eg. Gigabyte B550 or MSI Z690) the built-in Wi-Fi module may be disabled in the BIOS. If the adapter is not detected by the system at all, enter the BIOS (usually by Del or F2 when loading) and check the settings Onboard Wi-Fi or Wireless LAN.
📊 What type of computer do you have?
Laptop
Desktop PC with USB adapter
Desktop PC with built-in Wi-Fi
MacBook
Another

2. Diagnostics in the operating system: drivers and services

If the hardware is fine, but the computer still can't connect to Wi-Fi, the problem is most likely software-related. Let's start by checking the drivers and system services.

For Windows 10/11

Open device Manager (Win + X → Device Manager) and find the section Network adapters. Your Wi-Fi module should be displayed in the list (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA61x4 or Realtek RTL8822CE). If there is an exclamation mark next to the name, the driver is not working properly.

  • 🔧 Update your driver: Right-click on the adapter → Update driverAutomatic searchIf Windows doesn't find updates, download the driver from the laptop or adapter manufacturer's website.
  • 🔄 Roll back the driver: If the problem appeared after the update, select Properties → Driver → Roll Back Driver (if the button is active).
  • 🗑️ Uninstall and reinstall: Remove the device via the context menu, then click Action → Update hardware configuration.

Also check the service operation WLAN AutoConfig:

  1. Click Win + R, enter services.msc.
  2. Find a service Automatic WLAN configuration.
  3. Make sure it is running (Startup type: Automatic).

☑️ Checking Wi-Fi drivers in Windows

Completed: 0 / 5

For macOS

On MacBook or iMac With Wi-Fi, the problem is often solved by resetting the network settings:

  1. Open System Preferences → Network.
  2. Select Wi-Fi in the list on the left, then click Additionally.
  3. Delete all saved networks by clicking below the list Preferred networks.
  4. Click OK, then restart your Mac.

If this doesn't help, reset SMC (For MacBook with a removable battery: turn off the device, disconnect the battery, press and hold the power button for 5 seconds). On models with Apple T2 (2018 and newer) reset is performed via Terminal:

sudo shutdown -r now

For Linux (Ubuntu/Debian)

In Linux, Wi-Fi issues are often related to missing proprietary drivers. Check the adapter's status with the command:

lspci -knn | grep Net -A3

If there is a line in the output Kernel driver in use: iwlwifi (or similar), but the networks are not visible, install the driver:

sudo apt install firmware-iwlwifi

For adapters Realtek Manual installation from the repository may be required:

sudo apt install rtl8821ce-dkms
⚠️ Attention: In some distributions (for example, Arch Linux) Wi-Fi drivers are not included in the basic installation. If no networks are detected after the system installation, connect to the internet via cable and run sudo pacman -S linux-firmware.

3. Router settings: why it might be blocking your computer

If other devices connect to Wi-Fi without problems, but your computer doesn't, your router settings may be to blame. Here are the most common causes:

Problem How to check How to fix
MAC address filtering Log in to the router's web interface (192.168.1.1 or 192.168.0.1) → section Wireless MAC Filter Add the computer's MAC address to the allowed list or disable filtering.
Hidden network (SSID Hidden) Check the parameter in your Wi-Fi router settings Hide SSID or Broadcast SSID Enable SSID broadcasting or manually add the network on your computer.
Incompatible standard (802.11ac/ax) Check the Wi-Fi operating mode in the router settings (Wireless Mode) Set to mixed mode 802.11b/g/n/ac or 802.11n for compatibility
Limit on the number of devices In the section DHCP or Wireless check the parameter Max Clients Increase the limit or disable the restriction

Pay special attention Wi-Fi channelIf the router is operating on the channel 12-14 (allowed in Japan/USA, but banned in Europe), some adapters may not see it. Switch channels 1-11 in the settings Wireless → Channel.

Also check security modeIf the router uses WPA3, and your adapter does not support it (relevant for older PCs), switch to WPA2-PSK or mixed mode WPA2/WPA3.

How to find out the MAC address of a computer?

In Windows: Open a command prompt (Win + R → cmd) and enter ipconfig /all. The MAC address is specified in the line Physical address for the adapter Wireless network.

On macOS: System Preferences → Network → Advanced → Ethernet → Ethernet ID.

In Linux: Run the command ip link show and find the line link/ether for the interface wlan0 or wlp3s0.

4. IP Addressing Issues: DHCP and Static Settings

If the computer “sees” the network, but cannot connect (an error appears "Unable to obtain IP address" or Limited), the problem lies in the IP settings. Most often, this is due to incorrect operation DHCP protocol, which automatically assigns addresses to devices on the network.

Try it first reset the TCP/IP stack:

  • 🔹 On Windows: Open a command prompt as administrator and run the following commands one by one:
    netsh int ip reset
    

    netsh winsock reset

    ipconfig /flushdns

  • 🔹 On macOS: Run in Terminal:
    sudo ifconfig en0 down
    

    sudo ifconfig en0 up

    (replace en0 to your Wi-Fi interface, which can be found out using the command networksetup -listallhardwareports).

If resetting doesn't help, try assign an IP address manually:

  1. In Windows: Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsRight click on Wireless networkPropertiesInternet Protocol version 4 (TCP/IPv4).
  2. Check the box Use the following IP address and enter:
    • IP address: 192.168.1.X (where X is a number from 2 to 254, not occupied by other devices).
    • Subnet mask: 255.255.255.0.
    • Main gateway: 192.168.1.1 (or your router's address).
    • DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
⚠️ AttentionIf the connection still doesn't appear after manually setting up the IP address, check to see if the selected address conflicts with other devices on the network. To do this, run the following in the command line: ping 192.168.1.X (where X is your IP). If you receive responses (Reply from...), the address is taken - choose another one.

5. Interference and weak signal: how to improve reception

Your computer may not be receiving Wi-Fi due to a weak signal or interference from other devices. Check your signal strength:

  • 📶 In Windows: Click the Wi-Fi icon in the system tray – the number of bars indicates the signal strength.
  • 📊 On macOS: Hold Option (Alt) and click on the Wi-Fi icon - it will be displayed RSSI (optimally: from -50 to -70 dBm).
  • 🛡️ On Linux: run iwconfig wlan0 and look at the line Signal level.

If the signal is weak (RSSI < -80 dBm), try:

  • 🔄 Change the channel on the router (in the settings) Wireless → Channel). Use utilities like Wi-Fi Analyzer (Android) or NetSpot (macOS/Windows) to find the least crowded channel.
  • 📡 Change the position of the router: place it higher (on a cabinet) and further away from metal objects, microwaves, cordless phones.
  • 🔌 Change antennas: If your router supports detachable antennas, install models with amplification (for example, TP-Link TL-ANT2408CL).
  • 🖥️ Use a USB extension cable for an external adapter - this will help move it closer to the router.

For desktop PCs with weak built-in Wi-Fi, consider purchasing USB adapter with external antenna (For example, TP-Link Archer T4U or ASUS USB-AC68>). They provide more stable reception thanks to a powerful transmitting module.

6. Viruses, firewalls and third-party software

Sometimes the cause of Wi-Fi problems is viruses, firewalls or VPN clientsthat block network connections. Check:

  • 🛡️ Windows Firewall: Open Control Panel → Windows Firewall → Allow an app to interact with this app and make sure that connections are allowed for your network.
  • 🔍 Antivirus: Temporarily disable Kaspersky, ESET or Avast - They sometimes block new connections. Kaspersky check the section Network → Network Monitoring.
  • 🌐 VPN clients: Programs like OpenVPN, NordVPN or ProtonVPN may conflict with Wi-Fi. Disable or delete them.
  • 🦠 Viruses: Perform a scan with system tools (Windows Defender) or utilities Malwarebytes, Dr.Web CureIt.

Pay special attention proxy settingsIf they were changed by a virus or manually, Wi-Fi may work, but internet access will not be possible. Check:

  1. In Windows: Settings → Network & Internet → Proxy. Make sure the switch is on. Use a proxy server disabled.
  2. On macOS: System Preferences → Network → Advanced → Proxy - all checkboxes must be unchecked.

If you suspect a virus, check the file. hosts (in Windows it is located at C:\Windows\System32\drivers\etc\hosts). Open it through Notebook (as administrator) and make sure that there are no extraneous entries (except 127.0.0.1 localhost).

7. Hardware malfunctions: when to take it to a service center

If none of the above methods helped, it is possible hardware failure Wi-Fi adapter. Signs:

  • 🚫 The adapter is not displayed in Device Manager at all.
  • 🔌 The Wi-Fi indicator on the laptop does not light up when turned on.
  • 🔄 The connection to the network is established, but after a few seconds it disappears (cyclically).
  • 🔥 The adapter gets very hot or makes strange noises (for USB modules).

What you can do yourself:

  • 🔧 Reconnect the adapterFor USB modules, try a different port. For built-in modules (in laptops), disassemble the device and check the antenna cables' connections to the module (they may become loose).
  • 🔄 Test on another PCConnect the USB adapter to another computer. If the problem persists, the adapter is faulty.
  • 🛠️ Check the antennas: On some laptops (eg. Lenovo ThinkPad) Antenna cables can fray over time. Inspect them for damage.

If the adapter is built-in (for example, Intel Wireless-AC 9560 in laptops Dell XPS), replacing it may require soldering - in this case, it is better to contact a service center. The repair cost is usually 1500-3000 ₽ (depending on the model).

⚠️ AttentionBefore disassembling your laptop to check the antennas, disconnect the battery and power supply! Static electricity can damage the motherboard. If you're unsure, leave the diagnostics to a professional.

8. Alternative connection methods if Wi-Fi doesn't work

If you are unable to fix your Wi-Fi problem, consider alternative internet connection options:

  • 🔌 Ethernet cable: The most stable method. If the router is far away, use Powerline adapters (they transmit the Internet through electrical wiring, for example, TP-Link AV1000).
  • 📱 USB tethering: Connect your computer to the Internet via your smartphone via USB (turn on Modem mode in the phone settings).
  • 📶 4G/5G modem: USB modems (Huawei E3372, ZTE MF833V) or routers with SIM card support (TP-Link M7350) will provide autonomous access.
  • 🔄 MoCA adaptersIf you have cable TV, you can use a coaxial cable to transmit the Internet (technology MoCA 2.0).

For a temporary solution (for example, while the adapter is being repaired), you can create virtual Wi-Fi via smartphone:

  1. On Android: Settings → Hotspot & tethering → Wi-Fi hotspot.
  2. On iPhone: Settings → Tethering.

Then connect to the created network from your computer.

FAQ: Frequently asked questions about connecting your computer to Wi-Fi

Why doesn't the computer see any Wi-Fi networks even though the adapter is turned on?

This may be due to:

  • The absence or incorrect operation of drivers (check in Device Manager).
  • Hardware failure of the adapter (try connecting an external USB module).
  • Disabled service WLAN AutoConfig (run it through services.msc).
  • Blocking at the BIOS level (go into BIOS and check the settings) Wireless LAN).

If the adapter is detected by the system, but the networks are not visible, try resetting the network settings with the command netsh winsock reset.

My computer connects to Wi-Fi, but the internet isn't working. What should I do?

The problem may be:

  • Incorrect DNS: Try to write it manually 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in IPv4 settings.
  • IP conflict: Run in command line ipconfig /release, then ipconfig /renew.
  • Blocked by firewall: Temporarily disable Windows Defender or a third-party antivirus.
  • Problems on the provider's sideCheck if the internet works on other devices. If not, reboot the router or call support.

Also try connecting to a different network (for example, using your phone's hotspot mode). If the internet works, the problem is with your router settings.

How to connect a desktop PC to Wi-Fi without an adapter?

There are several ways:

  1. Buy a Wi-Fi adapter: USB (TP-Link TL-WN823N) or PCIe (ASUS PCE-AC55BT). Price - from 500 ₽.
  2. Use Powerline adapters: They transmit the Internet via electrical wiring (you need 2 adapters: one connects to the router, the second to the PC).
  3. Connect via another computer: On a Windows laptop, turn on Mobile hotspot (Settings → Network & Internet → Mobile Hotspot) and connect your PC to its Wi-Fi.
  4. Use a 4G modem: USB modem with SIM card support (eg. Huawei E8372).

The cheapest and most versatile option is a USB adapter. For gaming or streaming video, it's better to choose a PCIe module with support Wi-Fi 6 (For example, Intel Wi-Fi 6 AX200).

Is it possible to connect a computer to Wi-Fi via Bluetooth?

Technically yes, but it's extremely inconvenient and slow. To do this, you need:

  1. Turn on Modem mode on a smartphone via Bluetooth.
  2. Pair your phone with your computer.
  3. On PC in Settings → Devices → Bluetooth choose Connect via → Access Point.

The speed will be limited by the Bluetooth version (maximum 2-3 Mbps For Bluetooth 4.0), and the connection is unstable. This method is only suitable for emergency situations (for example, sending a small file).

Why does Wi-Fi work on a laptop but not on a desktop PC with the same adapter?

Possible reasons:

  • Different driversYour laptop may have a specialized driver installed by the manufacturer, while your PC may have a universal driver (downloaded from Microsoft). Download the driver from the adapter manufacturer's website.
  • Interference from the PC caseThe metal case of the system unit may be shielding the signal. Try moving the USB adapter on an extension cable outside the case.
  • USB port conflict: Some adapters (especially cheap ones with a chip Realtek RTL8188EU) conflict with USB 3.0. Connect the adapter to the port. USB 2.