How to connect Wi-Fi to Windows 10: Complete instructions with pictures and tips

Connecting to a wireless network in Windows 10 It seems like a simple task—until you encounter a missing Wi-Fi icon in the system tray, authentication errors, or the sudden disappearance of available networks. This article will help you understand all the nuances: from basic setup to troubleshooting more subtle issues. We'll cover not only the standard connection method via the taskbar, but also alternative methods (for example, via netsh or Windows Settings), and we will also explain why sometimes The laptop sees networks but does not connect to them. — and how to fix it.

We will pay special attention to the drivers of network adapters: their incorrect operation is the cause of 70% of problems with Wi-Fi in Windows 10You will learn how to check the driver version, where to download the latest one (and why you shouldn't always trust automatic updates via device Manager). We'll also look at power settings that can disable the Wi-Fi adapter to save battery life—a common problem on laptops. Lenovo, HP And Asus.

If you've already tried connecting but encountered errors like "Unable to connect to the network" or "Limited access," there's a dedicated diagnostic section in this article. And for those who want to delve deeper, we've included spoilers with advanced settings (for example, how to prioritize networks or set up a static IP for Wi-Fi).

📊 How do you usually connect to Wi-Fi on Windows 10?
Via the tray icon
Via Windows Settings
Via the command line
I don't know how to do this

1. Preparing for connection: checking hardware and drivers

Before attempting to connect to Wi-Fi, make sure your computer or laptop is physically capable It's possible to do this. In 2026, most devices will have built-in Wi-Fi adapters, but there are some nuances:

  • 🖥️ Desktop PCs often require separate Wi-Fi adapter (USB or PCIe). Popular models: TP-Link TL-WN823N, Asus USB-AC56.
  • 💻 Laptops usually have a built-in adapter, but it can be disabled in the BIOS or with a physical button (for example, on Lenovo ThinkPad).
  • 🔧 Drivers: even if the adapter is there, without the correct driver Windows will not “see” it.

To check for the presence of a Wi-Fi adapter:

  1. Click Win + X and select device Manager.
  2. Expand the branch Network adapters.
  3. Look for devices with names like Wireless, Wi-Fi, 802.11ac or chip models (Intel AX200, Qualcomm Atheros, Broadcom).

If the adapter is not listed or there is an exclamation mark next to it, the problem is with the drivers. Do not use automatic updates via Device Manager. — it often installs outdated versions. Better:

  • 🔍 Download the driver from the laptop manufacturer's website (section Support) or adapter.
  • 📥 For unknown models, this utility will help DriverPack Solution (but be careful with additional software).
  • 🔄 After installing the driver reboot a computer is a must!

2. Standard connection via the taskbar

The easiest way is to use the Wi-Fi icon in the lower-right corner of the screen (tray). If the icon is missing, the adapter is disabled or the drivers are not installed (return to the previous section).

Step-by-step instructions:

  1. Click on the icon Wi-Fi (or Net) in the tray.
  2. Turn on Wi-Fi if it is turned off (slider at the top of the list of networks).
  3. Select the desired network from the list and click Connect.
  4. Enter the password (if the network is secured) and confirm.

If the network does not appear in the list, try:

  • 🔄 Refresh the list of networks (button Refresh or F5).
  • 📶 Make sure the router is turned on and distributing Wi-Fi (check the indicators on the case).
  • 🔍 Check if the network is hidden (in this case, you need to connect manually - see the next section).

Make sure Wi-Fi is enabled on your router|

Check that the adapter is not disabled in Device Manager|

Update network card driver|

Restart your computer after installing the driver-->

3. Connecting to a hidden Wi-Fi network

Some networks (such as those in offices or hotels) may be hidden — they don't broadcast their name (SSID). To connect to such a network:

  1. Open Windows Settings (Win + I).
  2. Go to Network and Internet → Wi-Fi.
  3. Click Managing known networks.
  4. Select Add a new network.
  5. Enter the network name (SSID), security type (WPA2-Personal or WPA3-Personal) and password.
  6. Check the box Connect automatically and save.

If you don't know the security type, check with your network administrator. Most often, it's WPA2-Personal (AES) - all modern devices support it.

What to do if you don't remember your Wi-Fi password?

If you have previously connected to this network on another device (for example, a smartphone), look for the password in the router settings or in the configuration file (on Android: Settings → Wi-Fi → Saved networks → View password). On Windows, you can find out the password via the command line:

netsh wlan show profile name="NETWORK_NAME" key=clear

Look for the line Key content in the section Security parameters.

4. Setting Wi-Fi network priority

If you frequently connect to different networks (for example, at home and at work), Windows may automatically select the wrong network. To set the priority:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click Managing known networks.
  3. Select the network you want to prioritize and click Properties.
  4. Enable the option Connect automatically when entering range.
  5. Move the network to the top of the list (if possible).

For more flexible configuration, you can use the command line:

netsh wlan set profileorder name="NETWORK_NAME" interface="Wi-Fi" priority=1

Where priority=1 — (1 is the highest priority).

5. Troubleshooting: "Unable to connect to the network"

This is the most common error. There can be various causes, from an incorrect password to an IP address conflict. Let's look at the main ones:

Symptom Possible cause Solution
Constantly asks for a password Incorrect password or security type Check the password and encryption type (WPA2/WPA3) with your network administrator.
The connection is broken after a few seconds. IP conflict or DHCP issues on the router Set up a static IP (see next section) or reboot your router
The network is visible, but connection fails. The adapter driver is not working correctly. Update your driver or roll back to a previous version
"Limited Access" Error DNS or gateway issues Try resetting the TCP/IP stack (command netsh int ip reset)

If the problem is not solved, try reset network settings:

  1. Open Settings → Network & Internet → Status.
  2. Scroll down and click Network reset.
  3. Confirm the action and restart your computer.

6. Setting up a static IP for Wi-Fi

By default, Windows obtains an IP address automatically via DHCP. But sometimes (for example, in corporate networks) it is necessary static IPTo set it up:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click on your network name, then Properties.
  3. Scroll to section IP settings and select Manually.
  4. Turn on the switch IPv4 and enter the data:
    • IP address (eg. 192.168.1.100)
    • Prefix length (usually 24)
    • Gateway (eg. 192.168.1.1 — router address)
    • DNS (can be used 8.8.8.8 And 8.8.4.4 for Google DNS)
  • Save the changes.
  • Make sure the selected IP address doesn't conflict with other devices on the network. For example, if the router distributes addresses in the range 192.168.1.100–192.168.1.200, select an address outside this range (for example, 192.168.1.50).

    How do I find out the DHCP range on my router?

    Go to the router's web interface (usually at 192.168.1.1 or 192.168.0.1), find the section LAN or DHCP. The range of addresses to be distributed will be indicated there (for example, 192.168.1.100–192.168.1.199).

    7. Optimize Wi-Fi to save battery life

    On laptops, the Wi-Fi adapter can be disabled to save power. This can lead to connection drops, especially when running on battery power. To disable this feature:

    1. Open device Manager (Win + X).
    2. Expand Network adapters, find your Wi-Fi adapter and open it Properties.
    3. Go to the tab Power management.
    4. Uncheck the box Allow the computer to turn off this device to save power.
    5. Save the changes.

    Also check your power plan settings:

    1. Open Control Panel → Power Options.
    2. Click Setting up a power plan next to the active circuit.
    3. Select Change advanced power settings.
    4. Find the section Wireless Network Adapter Settings and install Maximum performance for modes From the battery And From the network.

    8. Alternative connection methods: command line and PowerShell

    If the graphical interface doesn't work (for example, due to a system crash), you can connect to Wi-Fi via the command line. To do this:

    1. Open Command line as administrator (Win + X → Command Prompt (Administrator)).
    2. View the list of available networks:
      netsh wlan show networks
    3. Connect to the network (replace NETWORK_NAME And PASSWORD):
      netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME" interface="Wi-Fi"

      If the network is secure, save the profile first:

      netsh wlan add profile filename="C:\path\to\file.xml"

      (the profile file can be created via Settings → Network → Wi-Fi → Manage known networks → Export).

    4. For PowerShell you can use the command:

      netsh interface set interface"Wi-Fi" enable

      To enable the adapter if it is disabled.

      FAQ: Frequently Asked Questions about Wi-Fi in Windows 10

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

      Possible reasons:

      • The adapter is disabled in the BIOS (go into the BIOS and check the settings) Wireless or Network).
      • The driver is not installed correctly (check in Device Manager - if the adapter is displayed as Unknown device, reinstall the driver).
      • Hardware failure (try connecting an external USB adapter).
    How to connect to Wi-Fi without a password (if it was previously saved)?

    If you've connected to the network before, the password is saved in the system. To connect automatically:

    1. Open Settings → Network and Internet → Wi-Fi.
    2. Click Managing known networks.
    3. Select the desired network and click Connect.

    If the network does not connect, check if the option is enabled Connect automatically in its properties.

    Is it possible to connect to Wi-Fi if the router uses MAC address filtering?

    Yes, but first you need to add your adapter's MAC address to the router's list of allowed addresses. To find your MAC address:

    1. Open Command line.
    2. Enter:
      ipconfig /all
    3. Find the section Wireless network adapter and copy the value Physical address (this is MAC).

    Then add this address to the router settings (section MAC Filter or Wireless Mode → MAC Filter).

    What should I do if my Wi-Fi stops working after updating Windows 10?

    Windows updates sometimes reset drivers or network settings. Try:

    • Roll back the adapter driver to the previous version.
    • Install the driver from the manufacturer's website (not via Windows Update).
    • Perform a network reset (Settings → Network & Internet → Network reset).
    • Check if the adapter is disabled in Device Manager (sometimes updates change its state).
    How to share Wi-Fi from a laptop on Windows 10?

    For this you can use the function Mobile hotspot:

    1. Open Settings → Network & Internet → Mobile Hotspot.
    2. Select the connection to share (usually Ethernet or Wi-Fi).
    3. Set the network name and password.
    4. Turn on Mobile hotspot.

    If this method doesn't work, use the command line:

    netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678
    

    netsh wlan start hostednetwork