How to connect your computer to the internet via Wi-Fi: complete instructions with pictures

Connecting your computer to the Internet via Wi-Fi It seems like a simple task—until you encounter a missing network, authentication errors, or sudden connection drops. In practice, even modern PCs with Wi-Fi 6E adapters may refuse to connect to routers older than 5 years, and laptops with Windows 11 Sometimes they don't "see" networks that work perfectly on smartphones. In this article, we'll cover all connection methods—from the basic one via the taskbar to manual setup via netshWe'll also find out why a computer might "lose" the network after sleep and how to fix it.

We will pay special attention to three key issues, which 80% of users encounter: 1) No Wi-Fi adapter in the device manager (often after reinstalling Windows). 2) Error "We couldn't connect to this network" despite entering the correct password. 3) Constant connection drops on 5GHz channels.

For each of them, we will provide proven solutions, including screenshots and terminal commands.

If your computer is equipped with only Ethernet port (typical for desktop PCs), a separate section is devoted to connecting via USB/PCIe Wi-Fi adapters — from choosing a model to installing drivers. We'll also cover how to connect to hidden networks (without broadcasting SSID) and set the connection priority if there are several access points at home.

1. Check if your computer has a Wi-Fi adapter

Before attempting to connect to the network, make sure your computer is completely equipped with a Wi-Fi moduleThis is relevant for:

  • 🖥️ Stationary PCs - Most motherboards do not have built-in Wi-Fi (exception: premium series from ASUS ROG or Gigabyte Aorus).
  • 💻 laptops — even if Wi-Fi worked before, the adapter could have been disabled in the BIOS or the driver could have crashed after a Windows update.
  • 🔧 Assemblies with discrete adapters - if you installed PCIe Wi-Fi card (For example, TP-Link Archer TX3000E), check its physical connection.

To check if the adapter is present:

  1. Click Win + R, enter devmgmt.msc and press Enter.
  2. IN Device Manager expand the branch "Network adapters».
  3. Look for devices with the following names:
    • Wireless, Wi-Fi, 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
    • Network Controller with an exclamation mark - this is an adapter without driver.

If the adapter is present, but is displayed with an error (yellow triangle), it means:

  • 🔄 The driver is outdated or corrupted. — a reinstallation is required (we will discuss this in the next section).
  • The adapter is disabled by software. - try turning it on with the button on the laptop case (if there is one) or through Fn + antenna key (For example, Fn + F2).
  • 🛠️ Physical malfunction - if the adapter PCIe or M.2, check its fit in the slot.

☑️ Checking the Wi-Fi adapter

Completed: 0 / 5

2. Installing and updating Wi-Fi drivers

More 40% of problems Wi-Fi connection issues are driver-related. Even if Windows automatically installed a "universal" driver, it may not support modern standards (Wi-Fi 6, WPA3) or work unstably. Let's consider 3 ways Driver installations - from the simplest to the most advanced.

Method 1: Automatic update via Windows

Suitable for most users if the adapter is detected by the system, but works with errors:

  1. Open device Manager (devmgmt.msc).
  2. Find your Wi-Fi adapter, right-click → Update driver.
  3. Select Automatic search — Windows will try to download the latest version from Microsoft servers.
What to do if Windows doesn't find the driver?

If the automatic search returns no results, this means Microsoft doesn't have a driver for your adapter model in its database. In this case, proceed to Method 2 or 3.

Method 2: Manual installation from the manufacturer's website

The most reliable method is to download the driver from the official website. To do this:

  1. Determine the exact adapter model (see section 1) or laptop model (for example, Lenovo ThinkPad T14 Gen 3).
  2. Go to the manufacturer's website:
    • 🔹 For laptops: Lenovo, HP, Dell, ASUS — look for the “Support” or “Drivers” section.
    • 🔹 For discrete adapters: TP-Link, ASUS, Intel (for example, for Intel AX210).
  • Download the driver for your version of Windows (for example, Windows 11 64-bit).
  • Install it by following the instructions of the installation wizard and reboot computer.
  • Important! If you have a chip adapter Realtek (For example, Realtek RTL8852AE), download the driver only from the official website of the laptop manufacturerDrivers from the Realtek website often cause problems connecting to 5 GHz networks.

    Method 3: Installation via hardware ID (for experienced users)

    If you don't know the adapter model or the manufacturer doesn't provide drivers, you can find them here. Equipment ID:

    1. In Device Manager, right-click on the adapter → Properties → tab Intelligence.
    2. From the drop-down menu, select Equipment ID.
    3. Copy the first line (eg. PCI\VEN_8086&DEV_2725).
    4. Go to the website DevID.info (or similar), insert ID and download the driver.
    📊 Which driver installation method do you use most often?
    Automatic Windows Update
    Manual installation from the manufacturer's website
    Search by equipment ID
    I never update

    3. Connecting to Wi-Fi on Windows 10 and 11

    If the adapter is working properly and the drivers are installed, you can connect to the network in three ways: via the taskbar, Windows settings, or the command line. Let's look at each one, taking into account the nuances.

    Method 1: Via the taskbar (the easiest)

    This is the standard method that works 90% of the time:

    1. Click on the icon Wi-Fi in the lower right corner of the taskbar (next to the clock).
    2. In the list of available networks, select yours → click Connect.
    3. Enter password (make sure the case is correct!) and confirm.
    4. If the network is not listed:

      • 🔍 Check it out, Is SSID broadcasting enabled? in the router settings (sometimes networks are hidden).
      • 📶 Make sure you are in the coverage area (the signal should not be weaker -70 dBm).
      • 🔄 Reboot your router (turn off the power for 30 seconds).

    Method 2: Via Windows Settings

    An alternative method that is useful if the Wi-Fi icon has disappeared from the taskbar:

    1. Click Win + Ito open Parameters.
    2. Go to Network and Internet → Wi-Fi.
    3. Turn on the switch Wi-Fi (if it is turned off).
    4. Click Show available networks and choose yours.

    Additional settings in this section:

    • 🔄 Managing known networks — here you can delete saved networks if Windows stubbornly connects to the wrong access point.
    • 🛡️ Setting up random hardware addresses (useful for public networks, but may cause problems with some routers).

    Method 3: Via the command line (for hidden networks)

    If your network hidden (doesn't broadcast the SSID), you can't connect to it via the graphical interface. Use the following commands:

    netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME" interface="Wi-Fi"
    

    netsh wlan add profile filename="path_to_file.xml"

    To create a network profile file:

    1. Generate an XML file with settings (example below).
    2. Save it as wifi_profile.xml.
    3. Run the command netsh wlan add profile filename="wifi_profile.xml".
    An example XML file for connecting to a hidden network

    MY_NETWORK 4D4F4A415F5345544B41 MY_NETWORK ESS auto false WPA2PSK AES false passPhrase false YOUR_PASSWORD

    A critical detail: if your router uses the WPA3 security standard and your adapter doesn't support it (for example, older models with the Realtek RTL8188EE chip), connecting will be impossible. In this case, temporarily switch the router to WPA2/WPA3 Mixed Mode in its settings.

    4. Configuring the router for a stable connection

    If your computer connects to Wi-Fi, but the connection unstable (frequent disconnections, low speed), the problem may be in the router settings. Optimal settings for most modern adapters:

    Parameter Recommended value Explanation
    Wi-Fi standard 802.11a/n/ac/ax (or Wi-Fi 6) If the router supports Wi-Fi 6 (AX), turn it on for maximum speed. For older devices, leave it 802.11n.
    Channel Auto or manually (for example, 36, 44 for 5 GHz) Use programs like Wi-Fi Analyzer (Android) or NetSpot (Windows) to select the least crowded channel.
    Channel width 20/40/80 MHz (for 5 GHz) Width 160 MHz gives the maximum speed, but can cause interference. For 2.4 GHz, leave 20 MHz.
    Security mode WPA2-PSK or WPA2/WPA3 Avoid WEP (unsafe) and WPA3-only (not all devices support).
    Beamforming Included Signal focusing technology on the device. Increases stability if the adapter supports it.

    To change these settings:

    1. Open the router's web interface by entering into your browser 192.168.1.1 or 192.168.0.1 (logins/passwords usually admin/admin or indicated on the router sticker).
    2. Go to the section Wireless (or Wi-Fi, Wireless network).
    3. Adjust the settings according to the table above and save the changes.

    Common problem: if the router is operating in mode 802.11r (Fast Transition), some adapters (especially on chips Broadcom) may refuse to connect. Disable this option in your router settings if you encounter the error "Unable to connect to this network."

    5. Solving common connection problems

    Even if everything is configured correctly, errors may occur. Let's take a look. TOP 5 problems and their solutions.

    Problem 1: "We couldn't connect to this network"

    Reasons and solutions:

    • 🔑 Incorrect password — Check the case of the characters (passwords are case-sensitive!). If you're unsure, reset the password in the router settings.
    • 📡 Incompatibility of safety standards - if the router is configured to WPA3, and the adapter does not support it, switch the router to WPA2 or WPA2/WPA3 Mixed.
    • 🔄 IP address conflict - in the command line, run:
      ipconfig /release
      

      ipconfig /renew

    Problem 2: There is a network, but no internet ("No network access")

    Most often related to settings IP or DNS:

    1. Click Win + R, enter ncpa.cpl → Find your Wi-Fi adapter, right-click → Properties.
    2. Select Internet Protocol version 4 (TCP/IPv4)Properties.
    3. Check the boxes on Obtain an IP address automatically And Obtain DNS server address automatically.
    4. If that doesn't help, manually enter Google's DNS: 8.8.8.8 And 8.8.4.4.

    Problem 3: Constant connection drops

    The culprits may be:

    • 📶 Interference on the channel — change the channel in the router settings (see section 4).
    • Energy saving - disable it for the adapter:
      1. Device Manager → Wi-Fi Adapter → Properties → tab Power management.
      2. Uncheck the box Allow the computer to turn off this device to save power.
  • 🔄 Outdated router firmware - update it in the router's web interface.
  • Problem 4: The computer does not see the 5 GHz network

    Reasons:

    • 🛠️ The adapter does not support 5 GHz. - check its specifications (for example, adapters Realtek RTL8188EU work only on 2.4 GHz).
    • 🔧 The 5 GHz band is disabled in the router. - enable it in the settings (section Wireless → 5GHz).
    • 📡 Incompatible standard - if the router is operating in mode 802.11ac, and the adapter only supports 802.11n, the network will not be displayed.

    Problem 5: Slow Wi-Fi speed

    Check the following:

    • 📊 Channel occupancy - use Wi-Fi Analyzerto find a free channel.
    • 🔌 Adapter operating mode - in the Device Manager, check that the adapter is running at maximum speed (tab Additionally → parameter Wireless Mode should be 802.11ac or 802.11ax).
    • 🔗 Restriction from the provider - connect your computer via cable and check the speed Speedtest.
    • 6. Connecting a desktop PC to Wi-Fi via an adapter

      If your computer does not have built-in Wi-Fi (typical for desktops), you will need an external adapter. Let's take a look 3 types of adapters and their configuration.

      Type 1: USB Wi-Fi adapters

      The simplest and most versatile option. Popular models:

      • 🔹 TP-Link Archer T2U Plus - supports Wi-Fi 5 (up to 600 Mbps), suitable for most tasks.
      • 🔹 ASUS USB-AX56Wi-Fi 6 (up to 1800 Mbps), ideal for online gaming.
      • 🔹 Edimax EW-7811Un - budget Wi-Fi 4 (up to 150 Mbps) for basic access.
      • How to connect:

        1. Insert the adapter into a USB port (preferably USB 3.0 for high speed).
        2. Install the driver from the disc or from the manufacturer's website (Windows usually installs the driver automatically, but it may be outdated).
        3. Connect to the network via the taskbar (see section 3).

      Type 2: PCIe Wi-Fi cards

      For maximum speed and stability (e.g. for online games or 4K streaming). Popular models:

      • 🔹 TP-Link Archer TX3000EWi-Fi 6, speed up to 2400 Mbps, supports Bluetooth 5.0.
      • 🔹 ASUS PCE-AX58BTWi-Fi 6 with external antenna for better reception.
      • 🔹 Gigabyte GC-WBAX200 - uses a chip Intel AX200, compatible with most motherboards.
      • Installation:

        1. Turn off your computer and ground yourself (touch the PC case to discharge static electricity).
        2. Install the card into a free slot PCIe x1 or PCIe x16 (usually the shortest slot on the motherboard).
        3. Connect the antennas (if any) and secure them to the PC case.
        4. Turn on your computer, install the driver and connect to the network.

        Type 3: M.2 Wi-Fi modules (for mini PCs and laptops)

        Used in compact assemblies or to replace the built-in adapter in a laptop. Examples:

        • 🔹 Intel AX210Wi-Fi 6E, supports 6 GHz range.
        • 🔹 Broadcom BCM94360NG — compatible with MacOS (useful for hackintoshes).

        Important! Before purchasing, please check:

        • 🔧 Availability of M.2 Key E slot on the motherboard (not to be confused with Key M for SSD!).
        • 📡 Support of the standard - if the router is working on Wi-Fi 6, take an adapter with support 802.11ax.

        7. Optimize your Wi-Fi connection for gaming and streaming

        If you are using Wi-Fi for online games (CS2, Valorant, Fortnite) or 4K streaming (Netflix, YouTube), the standard settings may not provide sufficient stability. Here 5 Key Optimizations:

        1. Traffic prioritization (QoS)

        Set up Quality of Service on the router so that games and videos take priority:

        1. Go to the router's web interface (usually 192.168.1.1).
        2. Find the section QoS or Traffic prioritization.
        3. Add rules for game ports (eg. 27000-27030 For CS2) or IP addresses of streaming services.

        2. Using the 5 GHz band

        Range 5 GHz less busy and provides lower ping, but has a smaller coverage area. To use it:

        • Make sure your adapter supports 5 GHz (see section 6).
        • Enable it in your router settings. 5GHz network (if it is disabled).
        • Connect to the network with the suffix _5G (For example, MyWiFi_5G).

        3. Disable background updates

        Windows and games may download updates in the background, causing lag. Disable this:

        • 🔄 Windows Update:
          1. Settings → Updates and SecurityAdditional options.
          2. Install 7-day break or set active hours.
        • 🎮 Steam/Epic Games:
          1. Disable it in the client settings. Automatic updates.
          2. Limit