How to connect to the internet via Wi-Fi on Windows 10 without a router cable: complete instructions

Connecting a computer to the Internet wirelessly via Wi-Fi on Windows 10 It seems like a simple task until you encounter the absence of the network icon in the system tray or the message "No connections available." Even if your PC has a built-in Wi-Fi adapterProblems can stem from disabled drivers, hidden networks, or incorrect router settings. This article will help you understand all the nuances: from basic connection to troubleshooting subtle errors when the network is "visible but not connecting."

We will consider 5 working ways to connect to Wi-Fi without a cable, including using an external adapter, setting up hidden networks, and command-line diagnostics. We'll pay special attention to common pitfalls. Windows 10, which even experienced users spend hours searching for a solution. For example, did you know that in some cases the problem lies not with the PC, but with the settings? DHCP On the router itself? Or that Wi-Fi drivers can crash after major system updates?

If you've already tried connecting but see the error "Windows couldn't connect to the network," don't rush to blame the router—in 60% of cases, the culprit is the settings on the computer. Below, we'll walk you through the process step by step, with illustrations and screenshots of the relevant menus. Windows 10 (versions 22H2 and later).

1. Check hardware compatibility: Does your PC have a Wi-Fi adapter?

Before searching for networks, make sure your computer is physically capable of connecting to Wi-Fi. Windows 10 This can be checked in three ways:

  • 🖥️ Visually: On laptops, look for a sticker with the logo Wi-Fi Certified or an inscription 802.11ac/axOn desktop PCs, check for the presence of a USB/PCI adapter (often looks like a small antenna).
  • 🔍 Via Device Manager: click Win + X → Select "Device Manager" → Expand the "Network Adapters" tab. Look for devices with the words Wireless, Wi-Fi or 802.11.
  • 📋 Command line: open CMD as administrator and enter:
    netsh wlan show drivers

    Look for the line in the answer Supported radio type: 802.11n/ac/ax.

If there is no mention of Wi-Fi in the list of adapters, your PC does not have a wireless module. In this case, you will need external USB adapter (For example, TP-Link TL-WN725N or ASUS USB-AC56>) or PCI-e card (for desktop PCs). These devices start at 500 rubles, and connecting them requires no special skills—just plug them into the port and install the drivers.

📊 What type of computer do you use?
Laptop
Desktop PC without Wi-Fi
Desktop PC with Wi-Fi
Monoblock
⚠️ Note: On some motherboards (eg. Gigabyte B550M or MSI MAG B660The Wi-Fi module is optional and may not be included even if listed in the specifications. Check the package contents or specifications for your model on the manufacturer's website.

2. Basic Wi-Fi connection via the taskbar

If you have an adapter but have never connected this PC to Wi-Fi, start with the easiest method:

  1. Click the network icon in the lower right corner of the screen (next to the clock). If the icon is not there, click Win + A → "Network".
  2. Select your network from the list of available networks. If the network isn't there, click "Hidden Network" (more on this in the next section).
  3. Enter your password and click "Next." If the password is correct, the message "Connected" will appear within 5-10 seconds.

If you receive the error "We can't connect to this network" after entering your password, try:

  • 🔄 Reboot the router (unplug it from the power outlet for 30 seconds).
  • 📶 Move your computer closer to the router (sometimes the problem is a weak signal).
  • 🔑 Make sure you enter the password from exactly the same network, to which you are connecting (the router can have 2 networks: 2.4 GHz and 5 GHz).

Is your Wi-Fi adapter checked in Device Manager?|Is your router turned on and sharing the network?|Is your password correct (case-sensitive!)|Is your PC within range?-->

If the network still doesn't appear in the list, proceed to the next section - it may be hidden or the drivers may be disabled.

3. Connecting to a hidden Wi-Fi network

Some routers (especially office or manually configured ones) hide the network name (SSID) for security. In this case, connecting using the standard method won't work—you'll need to enter the network details manually:

  1. Open Settings (Win + I) → “Network and Internet” → “Wi-Fi”.
  2. Click "Manage known networks" → "Add new network".
  3. Enter:
    • 📡 Network Name (SSID): the exact name (for example, my_wifi_5G). Check it on the router sticker or in the web interface.
    • 🔒 Security type: usually WPA2-Personal or WPA3-Personal.
    • 🔑 Security Key: network password.
  • Check the box "Connect automatically" and click "Save".
  • If the network does not connect after saving, check:

    • 🔠 Correctness of the entered information SSID (case important!).
    • 🔄 Security type - if the router uses WPA3, and you indicated WPA2, the connection will not take place.
    • 📡 Network channel - some adapters do not support channels higher than 13 (relevant for routers in mode 802.11ac).
    ⚠️ Attention: It is often used in office networks enterprise authentication (For example, WPA2-Enterprise with certificates). Connect to such networks using standard settings Windows 10 it won't work - you'll need special software (for example, SecureW2) or administrator assistance.

    4. Configuring Wi-Fi adapter drivers

    If you have a Wi-Fi adapter but aren't seeing any networks or the connection keeps dropping, the problem is most likely with the drivers. Here's how to check and update them:

    1. Open Device Manager (Win + X → "Device Manager").
    2. Expand "Network adapters" and find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
    3. Right-click → “Update driver” → “Search automatically”.

    If Windows reports that the drivers are up to date, but problems remain:

    • 🔧 Remove the driver manually: In Device Manager, right-click the adapter → "Uninstall device" → check "Delete the driver software for this device" → restart your PC. After restarting, the driver will be installed automatically.
    • 🌐 Download the driver from the manufacturer's website: for laptops - from the website HP, Lenovo, Dell etc.; for external adapters - from the website TP-Link, ASUS etc. Look for the driver by the exact adapter model (indicated in the Device Manager).
    • 🔄 Driver rollback: If problems started after an update, click on the adapter → “Properties” → “Driver” tab → “Roll Back”.
    Symptom Possible cause Solution
    The network is visible but does not connect. Outdated driver Update the driver manually from the manufacturer's website
    The Wi-Fi icon has a red cross through it. The adapter is disabled or not recognized. Enable it in Device Manager or reinstall the driver
    Constant connection breaks Conflict with software (antivirus, VPN) Temporarily disable your antivirus or change your adapter's power saving settings
    No networks available The adapter does not support the current standard (for example, Wi-Fi 6) Change the router settings to 802.11n or update the adapter

    5. Diagnosing problems via the command line

    If standard methods do not help, use command line for in-depth diagnostics. Open CMD as administrator (Win + X → "Command Prompt (Administrator)" and run the commands in order:

    1. Checking the adapter status:
      netsh wlan show interfaces

      Look for the line in the answer State — it should be connected or ready to connect.

    2. Scan available networks:
      netsh wlan show networks mode=bssid

      If the list is empty, the problem is with the adapter or drivers.

    3. Reset network settings:
      netsh int ip reset
      

      netsh winsock reset

      Once completed, restart your PC.

    4. Check IP address:
      ipconfig /all

      If next to IPv4 address costs 169.254.x.x, Means DHCP The router doesn't display an address (try manually setting the IP in the adapter settings).

    If after the command netsh wlan show drivers you see Supported radio type: No, this means that:

    • 🚫 The adapter is physically disconnected (for example, by pressing a button on the laptop).
    • 🔌 Drivers are not installed or are damaged.
    • 🔧 The Wi-Fi module is disabled in the BIOS (this applies to some laptops) Lenovo And HP).
    How to enable Wi-Fi in BIOS?

    Go to BIOS (usually the key F2, Del or Esc (at boot) → find the section Advanced or Configuration → search for parameters Wireless LAN, WLAN Radio or Onboard Wi-Fi → set the value Enabled.

    6. Alternative connection methods without a cable

    If the standard connection does not work, consider alternative options:

    • 📱 Modem mode from phone: on Android or iPhone Turn on "Access Point" and connect to it as you would to a regular Wi-Fi network. This is a temporary solution, but it will help you determine whether the problem is with your PC or the router.
    • 🔗 Powerline adapters: If the router is far away, use adapters TP-Link AV600 or similar. They transmit internet through electrical wiring and connect to a PC via Ethernet (but the cable runs only from the adapter to the PC, not from the router).
    • 🖥️ USB cable from your phone: connect your phone to your PC via USB, turn on "USB modem" on your phone (on Android: "Settings" → "Network & Internet" → "Access point & tethering".
    • 🌍 4G/5G modem: if you have a USB modem (Megafon M150-2, Yota Many), insert it into your PC - it will create a separate connection.

    Powerline adapters and USB modems may require additional software installation (usually included). If you choose modem mode from a phone, please take into account:

    • 📶 Traffic consumption: Operators may limit speed after exceeding the limit.
    • 🔋 Fast battery drain: when the modem is active, the phone's battery drains 2-3 times faster.
    • 📵 Possible interference: If your phone has a weak signal, your PC's internet speed will be slow.

    7. Solving specific errors

    Some errors are rare but cause a lot of problems. Here are the most common ones and how to fix them:

    Error Cause Solution
    Unable to connect to this network Incompatibility of standards 802.11 (for example, the router works in 802.11ac, and the adapter only supports 802.11n) Go to your router settings and set the mode 802.11n or Mixed
    The network settings saved on this computer do not match the requirements of this network. The network security type or password has changed. Remove the network in "Manage known networks" and reconnect.
    Limited connection (yellow triangle on the network icon) DHCP Doesn't provide an IP address or DNS problems Set IP manually or reset TCP/IP via command netsh int ip reset
    The network disconnects periodically Power saving settings disable the adapter Disable "Allow power off to save power" in adapter properties.

    If you still can't connect after all these steps, check:

    • 🔌 Router power supply: some models (TP-Link Archer C6, Keenetic) when the voltage in the network is low, they start to "glitch." Try a different power supply.
    • 📡 Channel congestion: If you have many devices connected to your router, it may block new ones. Disconnect unnecessary devices.
    • 🔒 MAC filtering: The router settings may include a list of allowed devices MAC address. Add your PC's address there (you can find it out with the command ipconfig /all).
    ⚠️ Attention: Corporate or public networks (such as those in hotels and airports) may require browser authentication. Once connected to such a network, open any website—a window should appear asking you to enter your login/password or confirm the terms of use.

    FAQ: Frequently Asked Questions

    My PC can't see any Wi-Fi networks, even though I have an adapter. What should I do?

    First, check if the adapter is physically turned on (some laptops have a separate button or combination Fn + F2/F12). If so, update the drivers manually from the manufacturer's website. Also try:

    1. Launch troubleshooting (Settings → Network & Internet → Status → Network troubleshooting).
    2. Check if the adapter is disabled in Device Manager (down arrow icon next to the name).
    3. Make sure that the Wi-Fi module is not disabled in the BIOS (relevant for laptops).
    How to connect to Wi-Fi if you forgot the password?

    If you have previously connected to this network on this PC:

    1. Go to Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Select the desired network → “Properties” → scroll down to “Network Password”.
    3. Click "Show characters" to see the password.

    If you are connecting for the first time, you can enter the password:

    • Find out on the router sticker (usually on the back).
    • Reset the router to factory settings (button Reset for 10 seconds).
    • Look in the router's web interface (usually 192.168.0.1 or 192.168.1.1, login/password — admin/admin).
    Is it possible to connect a desktop PC to Wi-Fi without an adapter?

    No, you need it to connect to Wi-Fi. wireless adapter (Built-in or external). Desktop PCs rarely come with Wi-Fi out of the box, so you'll need:

    • 🖥️ PCI-e card: is installed in a slot on the motherboard (for example, TP-Link Archer T6E).
    • 🔌 USB adapter: connects to a USB port (eg. ASUS USB-AC56).
    • 📶 Internal M.2 module: Suitable for modern motherboards with a socket M.2 Key E (For example, Intel Wi-Fi 6 AX200).

    Adapters start at 500 rubles. When choosing, pay attention to the supported standards: for maximum speed, choose an adapter with Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax).

    Why does Wi-Fi work on my phone but not on my PC?

    This is a typical situation that indicates problems on the PC side. Possible causes include:

    • 🔌 Drivers: On the phone they are built into the system, but on the PC they could have crashed or become outdated.
    • 📡 Wi-Fi standard: the phone supports Wi-Fi 6, and PC - only Wi-Fi 4. Try setting the mode in the router settings 802.11n (instead of 802.11ac/ax).
    • 🔒 MAC blocking: Your router may only allow access for certain devices. Check your settings. MAC filtering.
    • 📶 Channel and width: if the router is working on the channel 13+ or width 80 MHzOld adapters may not see the network. Try setting the channel 6 and width 20 MHz.

    To diagnose the problem, temporarily disable your antivirus and firewall, then try connecting again.

    How to boost Wi-Fi signal for a stable connection?

    If the network appears and disappears, try:

    • 📡 Change the router position: Place it in the center of the apartment, raise it higher (on the closet) and remove it from metal objects.
    • 🔄 Change channel: Select a channel in the router settings 1, 6 or 11 (they intersect the least).
    • 📶 Use a repeater: devices like TP-Link RE305 amplify the signal in remote rooms.
    • 🔌 Update antennas: on some routers (ASUS RT-AX88U) the antennas are removable - they can be replaced with more powerful ones.
    • 🖥️ Configure the adapter: V Device Manager → adapter properties → "Advanced" tab set:
      • Roaming Aggressiveness1. Lowest (for stability).
      • Transmit PowerHighest (to enhance the signal).