How to set up a Wi-Fi connection on Windows 10: a step-by-step guide

Modern users can't imagine life without constant internet access, and wireless technologies have become the de facto standard for connecting laptops and desktop PCs. When you buy a new computer or reinstall an operating system, the first critical step is setting up internet access. In the operating system Windows 10 This process is as automated as possible, but situations often arise when standard methods do not work or require manual adjustment of parameters.

A lack of internet connection can be caused by a variety of factors, from a simply disabled adapter to driver issues or incorrect DNS settings. Understanding how the network stack works allows you to quickly diagnose the problem and fix it without calling a technician. In this article, we'll cover all aspects of connection, from basic module activation to fine-tuning security settings and protocols.

Please note that interfaces and menu item names may differ slightly depending on the installed operating system build. It is critically important to have a driver installed for your network adapter, without which the device simply will not see available networks. We'll cover both standard diagnostic tools and more advanced methods for managing network connections via the command line.

Checking the hardware and activating the adapter

Before diving into software settings, you need to make sure the hardware is physically ready for use. Many laptops have mechanical switches or function keys that can completely disable the radio module to save battery life. If the lights on the case are not lit, no settings in Windows will help until you power on the module.

Laptop keyboards often have a key combination, such as Fn + F2 or Fn + F12, which has an antenna icon. Pressing this combination toggles the wireless module's status. On some models, the switch may be a separate slider on the end of the case. Make sure "Airplane mode" is off, as it blocks all wireless interfaces.

If you've physically turned on the device but the system isn't responding, check the device's status in Task Manager. If the device isn't listed or has a yellow exclamation point, this indicates a driver issue or hardware malfunction. In this case, you may need to install software from a disc or the motherboard manufacturer's website.

It's important to understand the difference between a software shutdown and a physical failure. If the adapter doesn't appear in the system after reinstalling the drivers, it may be faulty. In this case, an external USB Wi-Fi adapter, which doesn't require complex internal installation, is an excellent solution for desktop PCs.

Basic wireless network connection

Standard connection procedure in Windows 10 It's intuitive and takes just seconds. To get started, look for the globe or computer icon in the lower-right corner of the screen, in the notification area (tray). Clicking this icon opens the quick action bar, which displays a list of available wireless networks.

The user's action algorithm is as follows:

  • 📡 Find the name (SSID) of your home or office network in the list.
  • 🔒 Click the "Connect" button under the network name.
  • 🔑 Enter the security password (WPA2/WPA3 key) if the network is secured.
  • ✅ Confirm the action and wait until the status changes to "Connected".

If you're in a public place, the system may ask you to confirm whether you want to be visible to other devices. For home networks, we recommend selecting "Yes," which will allow your computer to open ports for file transfers and printing. For networks in cafes or airports, always select "No" to activate the "Public Network" profile with a strengthened firewall.

📊 What type of encryption does your router use?
WPA2-Personal
WPA3-Personal
WEP (obsolete)
Open network

Sometimes it's useful to hide the network name in your router settings. In this case, connect manually using the "Hidden Network" option. You'll need to know not only the password but also the security type used by the access point. An incorrectly selected encryption type will cause the connection to be disconnected immediately after entering the credentials.

Managing known networks and priorities

The operating system maintains a list of all networks you've ever connected to. This is convenient for automatically connecting to familiar locations, but it can create conflicts if network names are duplicated or if security settings have changed. These profiles are managed through the system settings.

To delete an old or modified network profile, follow these steps:

  • 🛠️ Open "Settings" from the Start menu or by clicking Win + I.
  • 🌐 Go to the "Network & Internet" section and select "Wi-Fi".
  • ⚙️ Click the "Manage known networks" link.
  • 🗑️ Select the network you no longer need and click the "Forget" button.

Deleting a profile forces Windows to prompt for a password again the next time you try to connect, which often helps fix authentication errors. You can also configure network priority in this menu, although Windows 10 This functionality is limited compared to previous versions and often requires the use of the command line for fine-tuning.

How to increase network priority via registry?

Changing the network priority manually is possible by editing the registry keys in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles branch, but this requires caution and creating a backup copy of the registry before making changes.

If you frequently move between home and work, where the same network names are used (for example, "Home" or "Guest"), the system may be attempting to connect to the wrong profile with an incorrect password. In such cases, clearing the list of known networks is the most effective solution to persistent connection failures.

Setting up a static IP address and DNS

By default, the computer receives network settings automatically via the protocol DHCPHowever, in some cases, such as setting up a local gaming network, port forwarding, or accessing a network-attached storage (NAS), manually assigning a static IP address is necessary. This can also help if the router's DHCP server is unstable.

To change IP settings, you need to go to the classic network connections window. This can be done by entering the command ncpa.cpl in the Run dialog box (Win + R). Next, select your wireless adapter, right-click it, and select "Properties." In the list of components, find "Internet Protocol Version 4 (TCP/IPv4)" and open its properties.

Here you will need to enter the following information, which is usually indicated on the router sticker or in the provider's documentation:

  • 🔢 IP address (e.g. 192.168.1.50).
  • 🚪 Subnet mask (usually 255.255.255.0).
  • 🌍 Default gateway (router address, for example, 192.168.1.1).
  • 📞 Preferred DNS server (you can use Google's public DNS 8.8.8.8).

⚠️ Important: When manually entering an IP address, ensure it is in the same subnet as your router and is not already in use by another device. An IP address conflict will result in loss of internet access on both devices.

Using alternative DNS servers, such as Google DNS or Cloudflare (1.1.1.1), can often speed up page response times and bypass ISP blocking at the domain name level. If web pages are loading slowly or not opening at all, changing your DNS is one of the first diagnostic steps.

Driver diagnostics and software updates

The stability of your wireless connection directly depends on the correct operation of your drivers. The default drivers that Windows 10 installs automatically through Windows Update may not support all of your adapter's features or may perform poorly. For maximum performance, we recommend using software from the chipset manufacturer (Intel, Realtek, Broadcom).

The driver update process involves several steps. First, you need to determine the exact model of your network adapter. This can be done through the Device Manager, which can be accessed by right-clicking the Start button. Under Network Adapters, find your device labeled "Wireless" or "802.11."

The table below shows the main differences between driver types:

Driver type Source Stability Functional
Basic (Microsoft) Windows Update High Minimum
OEM (Laptop) Laptop manufacturer's website Average Limited by model
Reference Chip manufacturer's website (Intel/Realtek) High Full

When installing a new driver version, it's recommended to first completely uninstall the old version through the Control Panel. This prevents file and library conflicts. After a reboot, the system will install the clean version of the driver, which often resolves Wi-Fi disconnects.

☑️ Driver Update Checklist

Completed: 0 / 4

Network reset and troubleshooting

When simple methods fail and the system continues to display connection errors, a complete network reset is the solution. This feature, introduced in Windows 10, returns all network components to their factory settings by clearing caches, resetting protocol stacks, and reinstalling adapters.

To reset your network, go to "Settings" → "Network & Internet" → "Status." At the very bottom of the page, find the "Network Reset" link. Clicking "Reset Now" will start the process, after which your computer will restart in 5 minutes. All saved Wi-Fi passwords will be deleted and you will need to re-enter them.

⚠️ Important: Before resetting the network, make sure you know the password for your Wi-Fi, as it will be impossible to restore it from the system after this procedure without special utilities.

In addition to a soft reset, you can use the command line for a deeper clean. Launch Terminal as administrator and enter the command netsh winsock reset, and then netsh int ip resetThese commands clear the Winsock directory and reset TCP/IP protocol settings, which often helps with connection problems caused by virus attacks or malfunctioning network utilities.

If the problem persists even after resetting and reinstalling the drivers, it's worth checking your antivirus or firewall settings. Third-party security programs may block network traffic, deeming it suspicious. Temporarily disabling your antivirus will help determine whether it's the cause of the inaccessibility issue.

Frequently Asked Questions (FAQ)

Why doesn't my laptop see any Wi-Fi networks, even though they are available on my phone?

Most likely, the problem lies with the wireless adapter driver or is disabled in the BIOS. Also, check if Airplane Mode is enabled. Try updating the drivers or resetting the network.

How to find the password for a saved Wi-Fi network in Windows 10?

Go to the Network and Sharing Center, click on your network name, select "Wireless Network Properties", go to the "Security" tab and check the "Show characters" box.

What should I do if it says "Can't connect to this network"?

Try forgetting this network in your Wi-Fi settings and reconnecting. If that doesn't help, update your adapter drivers or check your router settings to see if they're blocked by MAC address.

Can a virus block Wi-Fi?

Yes, some malware changes proxy or DNS settings, blocking internet access. Scan your system with an antivirus and reset your network settings.

How to improve Wi-Fi signal on your computer?

Use an external antenna for the USB adapter, change the channel on your router to a less crowded one, or use a Wi-Fi repeater to boost the signal in remote rooms.