Connecting a computer to the internet via a Wi-Fi router without a cable: a complete guide

Connect your computer to the Internet wirelessly via Wi-Fi router — a standard procedure for laptops, but not always obvious for desktop PCs. Many users mistakenly believe that a desktop computer can only be connected to the network via a cable, although in practice it is quite Wi-Fi adapter (built-in or external) and 5 minutes to set up. In this article, we'll cover all possible methods—from a basic connection via the Windows control panel to manual network setup on Linux and solutions to typical problems.

The main advantage of a wireless connection is the absence of wires and the ability to place the computer anywhere in the house where there is coverage. Wi-Fi networksHowever, not all routers work equally well with PCs: for example, dual-band models (2.4 GHz + 5 GHz) may require separate configuration for a stable connection. We've taken these nuances into account and compiled a universal guide that will work for 90% of modern devices.

1. Checking compatibility: what you need to connect your PC to Wi-Fi

Before setting up a connection, make sure your computer is physically capable Connect to Wi-Fi. Here are the minimum requirements:

  • 🖥️ Availability of a Wi-Fi adapter — built-in (in laptops) or external (USB/PCI-e for desktops). Check in Device Manager (chapter Network adapters).
  • 📡 A working router With Wi-Fi enabled. Make sure the wireless network indicator (usually indicated by an antenna icon) is lit.
  • 🔑 Connection details — network name (SSID) and password. If the router is new, they are listed on the sticker at the bottom.

If you don't have an adapter, you can purchase one. For a desktop PC, the best option is PCI-e adapter (For example, TP-Link Archer T6E), for laptops - USB dongle (For example, ASUS USB-AC56). Prices start from 800 rubles.

📊 What type of Wi-Fi adapter do you have?
Built-in (laptop)
External USB
PCI-e card
Don't know
No adapter
⚠️ Warning: Some budget routers (For example, D-Link DIR-300 or Tenda N301) do not support modern standards Wi-Fi 6 (802.11ax). If your adapter is new and your router is old, your connection speed may be limited.

2. Connecting to Wi-Fi on Windows 10 and 11: Step-by-step instructions

In most cases, Windows automatically detects available networks. Here's how to connect:

  1. Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
  2. Find the name of your network in the list (SSID). If it is not there, click Hidden network and enter the name manually.
  3. Enter your password and click Connect.

If there is no Wi-Fi icon, check:

  • 🔧 Is the adapter included in Device Manager (chapter Network adapters).
  • ⚡ Is the adapter connected to the USB/PCI-e port (for external devices).
  • 🔄 Is the mode enabled? On the plane (turn it off in the notification bar).

Is the Wi-Fi adapter enabled in Device Manager?

The router is turned on and distributing Wi-Fi|

The computer is within the network coverage area|

Airplane mode is disabled-->

If the Internet doesn't work after connecting, try:

  1. Reboot the router (turn off the power for 30 seconds).
  2. Update adapter driver via device Manager (right click on the adapter → Update driver).
  3. Reset network settings: Settings → Network & Internet → Network reset.

3. Manually connect to Wi-Fi (if automatic connection doesn’t work)

If Windows doesn't see the network or doesn't connect automatically, set up the connection manually:

  1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
  2. Click Add a new network.
  3. Enter:
    • 📛 Network name (SSID) — the exact name (case sensitive!).
    • 🔐 Security type - usually WPA2-Personal or WPA3-Personal.
    • 🔑 Security key — Wi-Fi password.
  • Check the box Connect automatically and save.
  • For hidden networks (Where SSID not broadcast) please mark additionally Connect even if the network doesn't broadcast its name.

    What should I do if Windows asks for a security certificate?

    This error occurs if the router is configured to enterprise security type (WPA2-Enterprise). This is unlikely to happen at home - check your router settings and change the security type to WPA2-Personal (or WPA3-Personal).

    4. Connecting to Wi-Fi on macOS (MacBook/iMac)

    On computers Apple the process is even simpler:

    1. Click on the Wi-Fi icon in the top bar (on the right).
    2. Select your network from the list.
    3. Enter your password and click Connect.
    4. If the network is not listed:

      • 🔍 Make sure Wi-Fi is turned on (System Preferences → Network → Wi-Fi).
      • 🔄 Restart your router and Mac.
      • 📡 Check if the box is ticked Hide SSID in the router settings (if yes, remove it or connect manually).

    MacBooks with M1/M2 chips may experience issues connecting to 5 GHz networks if the router uses a 160 MHz channel width. Solution: Set the channel width to 80 MHz or lower in your router settings.

    5. Connecting to Wi-Fi on Linux (Ubuntu, Mint, Debian)

    In most Linux distributions, the connection is configured through a graphical interface:

    1. Click on the network icon in the upper right corner.
    2. Select your network and enter the password.

    If there is no GUI or it does not work, use terminal:

    # View available networks
    

    sudo iwlist wlan0 scan | grep ESSID

    Connect to the network (replace "your_SSID" and "your_password")

    sudo nmcli dev wifi connect "your_SSID" password "your_password"

    For a permanent connection (so you don’t have to enter a password every time):

    sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

    Add a block:

    network={
    

    ssid="your_SSID"

    psk="your_password"

    }

    Save (Ctrl+O) and restart the service:

    sudo systemctl restart wpa_supplicant
    ⚠️ Note: In some distributions (for example, Arch Linux) Network services may have different names. Before editing the configs, check the current commands via man nmcli or man wpa_supplicant.

    6. Configuring the router for optimal PC connection

    If your computer connects, but the internet is slow or the connection drops frequently, check your router settings:

    Parameter Recommended value Explanation
    Wi-Fi mode 802.11n/ac/ax (mixed) Ensures compatibility with old and new devices.
    Channel width 20/40 MHz (2.4 GHz), 80 MHz (5 GHz) Wide channels provide greater speed, but can create interference.
    Channel Auto or 6/11 (2.4 GHz), 36/48 (5 GHz) Manual channel selection helps avoid interference from neighboring networks.
    Security WPA2-PSK (AES) or WPA3-PSK Outdated WEP or WPA-TKIP unsafe and slow.

    To change settings:

    1. Open the router's web interface (usually at 192.168.0.1 or 192.168.1.1).
    2. Log in (default logins: admin/admin or admin/password).
    3. Go to the section Wi-Fi or Wireless network.

    7. Solving typical connection problems

    Even after proper setup, errors may still occur. Here are the most common ones and their solutions:

    • 🚫 "No connections available":
      • Check if Wi-Fi is enabled on the router (the indicator should be on).
      • Make sure the adapter is not disabled in Device Manager.
      • Update the adapter driver (download from the manufacturer's website, not through Windows Update).
    • 🔄 "Connected, but no internet access":
      • Restart your router and computer.
      • Check if it is enabled DHCP on the router (section LAN or DHCP).
      • Manually enter DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
    • 🐢 Slow Speed:
      • Connect to the network 5 GHz (if the router is dual-band).
      • Reduce the channel width in the router settings (for example, with 40 MHz to 20 MHz for 2.4 GHz).
      • Turn off devices that may cause interference (microwaves, cordless phones).
    ⚠️ Attention: If your adapter stops working after updating Windows or drivers, try rolling back the driver to the previous version. To do this, Device Manager select adapter → Properties → Driver → Roll Back Driver.

    8. Alternative ways to connect a PC to the Internet without a cable

    If you can't connect to Wi-Fi, consider these alternatives:

    • 📶 USB modem (4G/5G):

      Connect USB modem (For example, Huawei E3372) to your computer and set up mobile internet. Speed ​​depends on your carrier's coverage.

    • 🔗 Powerline adapters:

      Use adapters TP-Link AV600 Or similar devices for transmitting internet over electrical wiring. Speeds up to 600 Mbps, but depend on the quality of the wiring.

    • 📡 Wi-Fi repeater:

      If the signal is weak, install repeater (For example, Xiaomi Wi-Fi Repeater 2) closer to the computer. It will strengthen the main router's signal.

    For a temporary solution you can also use Internet distribution from a phone (mode Access points), but it is inconvenient for constant use due to traffic restrictions and rapid battery drain.

    FAQ: Frequently asked questions about connecting a PC to Wi-Fi

    My computer can't see the Wi-Fi network, even though the adapter is installed. What's the problem?

    There may be several reasons:

    • The adapter is disabled in Device Manager (check the section Network adapters).
    • The adapter driver is not installed or is out of date (download the latest version from the manufacturer's website).
    • The router is not broadcasting SSID (enable network visibility in its settings).
    • The adapter only works in the range 2.4 GHz, and the router is configured only for 5 GHz (or vice versa).

    For diagnostics, open Command line and enter:

    netsh wlan show drivers

    Check the line Supported radio types - there should be both ranges (802.11n 802.11ac).

    How to connect a PC to Wi-Fi if there is no adapter?

    There are three options:

    1. Buy an external adapter:
      • USB adapter (For example, TP-Link TL-WN823N) - suitable for temporary use, speed up to 300 Mbps.
      • PCI-e adapter (For example, ASUS PCE-AC55BT) — for desktop PCs, speed up to 867 Mbps.
  • Use Powerline adapters — Internet transmission via electrical wiring.
  • Share Internet from your phone (mode Access points), but it is inconvenient for continuous use.
  • The cheapest and fastest way is a USB adapter (from 600 rubles).

    Why is the Wi-Fi speed on my PC slower than on my laptop?

    This is a typical problem associated with:

    • Different Wi-Fi standards: the laptop can support Wi-Fi 6 (802.11ax), and the PC adapter is only Wi-Fi 4 (802.11n).
    • Interference: The PC adapter can work on a busy channel (use WiFi Analyzer, to find a free channel).
    • Distance to the router: The signal weakens through walls. Try moving the router or using repeater.
    • Router settings: if enabled QoS, it may limit the speed for some devices.

    Solutions:

    1. Connect your PC to the network 5 GHz (if the adapter supports it).
    2. Set the channel width 40 MHz For 2.4 GHz or 80 MHz For 5 GHz.
    3. Update your router firmware (download from the official website).
    Is it possible to connect a PC to Wi-Fi via Bluetooth?

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

    1. Turn on Bluetooth on PC and phone.
    2. Turn on the phone Modem mode → Bluetooth modem.
    3. Connect your PC to your phone via Bluetooth and use it as a modem.

    The speed will not be higher 3–5 Mbps (like old ADSL), and the connection is unstable. This method is only suitable for emergency situations.

    How to protect your PC's Wi-Fi connection from hacking?

    Basic safety measures:

    • Use WPA3-PSK (or WPA2-PSK with AES encryption). WEP And WPA-TKIP hacked in minutes.
    • Turn it off WPS in the router settings - this is a vulnerable protocol.
    • Change the default password for your router (admin/admin) to complex (minimum 12 characters).
    • Hide SSID only if it is really necessary - this does not protect against hacking, but it makes it more difficult to connect legitimate devices.
    • Turn on MAC address filtering (but remember that MAC is easy to fake).

    For maximum protection, please set up Guest network on the router and connect low-trust devices (such as smart bulbs) to it.