How to connect to the Internet on a computer via Wi-Fi in Windows 10

A modern personal computer rarely operates without constant access to the global network, and wireless connections have become the de facto standard for most users. Although wired technologies offer greater stability, it is wireless networks provide freedom of movement within an apartment or office, eliminating unnecessary cables. In the operating system Windows 10 The setup process has become as automated as possible, but users often encounter driver nuances or hidden security settings.

Before you begin setting up, you need to make sure your equipment is physically ready for operation. This means having a working Wi-Fi router, which is already configured by the provider and distributes the signal, as well as the presence of a corresponding receiver on the computer. In laptops, the module is built in by default, while desktop PCs may require an external one. USB adapter or an internal PCI card. Ignoring this step often results in empty network searches in the list of available connections.

In this article, we'll cover every step in detail: from enabling the adapter to resolving complex authentication issues. You'll learn how to enter the password correctly, configure power settings to save energy, and what to do if the system reports the network is unavailable. It is critical to install the latest drivers from the official website of the motherboard or adapter manufacturer, as standard Windows drivers may not work correctly. Let's move from theory to practice and set up your connection.

Checking the hardware and turning on the adapter

The first step should always be to diagnose the physical condition of the hardware. Users often try to find the network in Windows settings, forgetting that the wireless module may be mechanically disabled. On many laptops, especially business series, Dell Latitude or HP ProBookThere are physical switches on the side. If the indicator lights red or orange, the radio is closed.

In addition to physical buttons, there is software control. Keyboards almost always have a function key with an image of an antenna, usually one of the keys in the row F1-F12To activate it, you need to press it simultaneously with the key FnIf the network icon doesn't appear in the system tray after this step, you should check the Device Manager. Enter it in the search bar. devmgmt.msc and find the "Network Adapters" section. If you see a device with a yellow exclamation mark or the message "Unknown Device," the problem is missing drivers.

⚠️ Important: If the adapter displays error code 10 or 43 in Device Manager, this often indicates a module failure. Try completely powering off the device (remove the laptop battery or unplug the PC power supply for 10 seconds) to drain any residual voltage, then try powering it on again.

It's also worth making sure that the Wi-Fi module itself isn't disabled in the BIOS/UEFI. This is rare, but it can happen on corporate computers or after resetting the BIOS settings. You need to enter the BIOS during boot (usually by pressing Del or F2) and find the section related to Onboard Devices or Wireless Configuration. Make sure the parameter WLAN Device or Wireless LAN set to value Enabled.

📊 What type of internet connection do you have?
Fiber optic (PON)
ADSL (telephone line)
4G/5G modem
Satellite Internet
Don't know

Finding and connecting to a wireless network

Once the adapter is activated, the operating system will begin scanning the airwaves. An icon shaped like waves or a globe will appear in the notification area in the lower right corner of the screen. Clicking on it will display a list of available access points for connection. Network Name (SSID) is usually indicated on a sticker on the bottom of the router, unless you have changed it before.

After selecting the desired network, click "Connect." The system will prompt you for a security key. It's important to be careful when entering the letters and numbers, as the password is case-sensitive. If you're using a non-backlit keyboard, it's a good idea to first type the password in Notepad, copy it, and paste it into the entry field to avoid errors. After entering, click "Next" and wait until the "Connected" status appears.

Windows 10 will also prompt you to select a network profile: public or private. This is an important security setting. If you're at home, select "Private," which will make your computer visible to other devices on the local network, such as printers or NAS storageIn cafes or airports, always select "Public" to hide your PC from potential external attacks.

☑️ Secure Connection Checklist

Completed: 0 / 4

In some cases, the system may not see the network even though the router is working. This may be due to the frequency range. Older adapters may not support the frequency range. 5 GHz, working only in 2.4 GHzIf the router only broadcasts 5 GHz, the computer simply won't detect the signal. In this case, you'll need to go into the router settings and enable broadcasting in both bands or change the wireless standard to mixed (Mixed Mode).

Configuring TCP/IP and DNS settings

In most cases, the connection occurs automatically thanks to the protocol DHCP, which distributes addresses to all devices on the network. However, manual configuration is sometimes required, especially if your ISP requires fixed addresses or if you're setting up a local network for gaming and file sharing. To access these settings, click Win + R and enter the command ncpa.cpl.

In the window that opens, find your wireless connection, right-click on it, and select "Properties." In the list of components, find the line Internet Protocol version 4 (TCP/IPv4) and click "Properties." Here you can enter a static IP address if necessary. Typically, the gateway address is the same as the router address, for example, 192.168.0.1 or 192.168.1.1.

Parameter Importance for home networking Note
IP address 192.168.1.X (where X is from 2 to 254) The last digit must be unique.
Subnet mask 255.255.255.0 Filled in automatically
Main gateway 192.168.1.1 Your router's address
DNS server 8.8.8.8 (Google) or 1.1.1.1 Speeds up website opening

DNS servers deserve special attention. Providers often provide their own name servers, which can be slow or block access to some resources. Using public DNS Google or Cloudflare Often solves the problem of slow page loading or "DNS_PROBE_FINISHED_NO_INTERNET" errors. Just enter the addresses 8.8.8.8 And 8.8.4.4 in the corresponding fields of the preferred and alternative servers.

Why change DNS?

Changing DNS servers doesn't increase file download speed, but it can significantly improve browser response times when clicking links. Furthermore, alternate DNS servers can sometimes bypass simple website blocking if your ISP uses name-level filtering.

Updating and reinstalling drivers

The stability of a wireless connection directly depends on the quality of the software that controls the adapter. The standard drivers that Windows 10 installs automatically through Windows Update are often basic and may not utilize the full potential of your hardware. This is especially true for adapters with the following standard: Wi-Fi 6 (802.11ax).

To update the driver, open Device Manager, find your wireless adapter, right-click, and select "Update driver." Select "Search automatically." However, a more reliable method is to visit the laptop manufacturer's website (for example, Asus, Lenovo, Acer) or a chip (for example, Intel, Realtek, Qualcomm Atheros) and download the latest version manually.

⚠️ Important: Before installing a new driver, we recommend completely uninstalling the old one. In the driver update window, select "Uninstall device" and check "Delete the driver software for this device." Then, restart your computer and install the latest version.

Sometimes a new driver version can become unstable. In this case, it might be worth rolling back to the previous version. In the driver properties in Device Manager, there's a "Roll Back" button that will return the system to the state it was in before the last update. This is a common solution for issues that arise immediately after a Windows update.

Diagnostics and troubleshooting

Even with proper configuration, problems can still occur. Windows 10 has a powerful built-in diagnostic tool. Right-click the network icon in the system tray and select "Troubleshoot." The system will automatically attempt to reset the adapter, renew the IP address, or fix DNS errors. In 60% of cases, this helps restore the connection without user intervention.

If the automatic repair doesn't help, try resetting your network settings via the command line. Launch Terminal as administrator (search for cmd in the search, right-click and select "Run as administrator") and run several commands in sequence. This will clear the DNS cache and reset the TCP/IP stack.

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

After executing the last command netsh winsock reset A computer restart is required. This command restores the Windows socket directory, which may have been damaged by viruses or incorrect network software. If this doesn't help, check whether your antivirus or firewall is blocking your network connection.

Optimizing adapter power consumption

One of the hidden causes of unstable Wi-Fi on laptops is Windows' aggressive power-saving policy. The system may attempt to conserve battery power by periodically powering down the wireless module, leading to connection drops or the network disappearing entirely. This is especially noticeable when running on battery power.

To disable this feature, go to Device Manager again, locate your Wi-Fi adapter, open its properties, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will force the adapter to run in constant mode, which may slightly increase battery consumption but ensures stability.

It's also worth checking the power plan in the Control Panel. Select "High Performance" mode. In this mode, the processor and network cards operate at maximum frequencies without throttling to save power. This setting is less critical for desktop PCs, but it's important for laptops running on AC power.

Why does Wi-Fi disappear after waking up from sleep mode?

Most often, this is related to the power saving settings described above. The adapter doesn't have time to initialize correctly upon wakeup. Solution: Disable power saving for the adapter and update the motherboard chipset driver.

Can my neighbors' Wi-Fi router interfere?

Yes, if you live in an apartment building, the channels may be clogged. Use analyzer apps (such as Wi-Fi Analyzer) on your smartphone to find a clear channel and switch the router to it through the web interface (usually channels 1, 6, or 11 in the 2.4 GHz band).

How to connect a PC without a Wi-Fi module?

You'll need a USB Wi-Fi adapter. Simply plug it into a free USB port. Windows 10 will usually find the driver automatically. If not, use the included disc or download the driver from another device (phone or another PC) and install it manually.

Is it safe to connect to open Wi-Fi networks?

No, data transmitted on open networks is not encrypted. An attacker on the same network could intercept your passwords or correspondence. If you must use open Wi-Fi, be sure to enable a VPN connection before logging into any accounts.

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

Try forgetting the network: Settings -> Network & Internet -> Wi-Fi -> Manage known networks -> Select a network -> Forget. Then reconnect, entering the password. Restarting the router also helps.