Connecting to Wi-Fi on Windows 10 It seems like a simple task—just click the network icon and enter the password. But what if the network isn't showing up, the connection keeps dropping, or the speed is poor? This article will help you understand all the nuances, from basic setup to troubleshooting complex issues.
We will consider not only the standard connection via the taskbar, but also alternative methods (for example, via Parameters or Command line), and we'll also explain how to properly configure network priorities, update adapter drivers, and even create a virtual access point. We'll pay special attention to common mistakes users make during setup and provide specific recommendations for resolving them.
If you are faced with the fact that Windows 10 doesn't detect Wi-Fi, constantly asking for a password, or connecting but the internet isn't working—here you'll find proven solutions. And for experienced users, we've prepared a section with advanced settings, including manual configuration. IP And DNS.
1. Basic Wi-Fi connection via the taskbar
The fastest way to connect to a wireless network is to use the network icon in the lower right corner of the screen. This method is suitable for most users and takes less than a minute.
Here are the step-by-step instructions:
- 🖱️ Click on the icon Wi-Fi (or Net) in the notification area (next to the clock). If the icon is missing, check if the adapter is enabled (more on that below).
- 🔍 In the list of available networks, find the name of your router (for example, TP-Link_1234 or Keenetic-5GHz). If there is no network, refresh the list by clicking on the circular arrow.
- 🔑 Click on the network name and enter the password. Make sure it's case-sensitive—passwords are case-sensitive! Click
Connect. - ✅ If the password is correct, a message will appear after a few seconds
ConnectedNow you can open your browser and check your internet access.
If after connecting the internet does not work, but the network status shows Connected, the problem may be in the settings IP or DNSWe'll cover this in the troubleshooting section.
⚠️ Attention: If your router supports two frequencies -2.4 GHzAnd5 GHz— the list may display two networks with the same name but with different suffixes (for example, MyWiFi And MyWiFi_5G). For stability, choose5 GHz, if your adapter supports it.
2. Alternative ways to connect to Wi-Fi
Sometimes the standard taskbar method doesn't work—for example, if the network icon has disappeared or Windows isn't responding to clicks. In such cases, you can connect via Parameters or Command line.
Method 1: Via Windows Settings
This method is useful if you want to manually add a hidden network or change connection settings.
- Open the menu
Startand selectParameters(gear icon). - Go to the section
Network and Internet → Wi-Fi. - Click
Managing known networksto see a list of saved connections. - To add a new network, click
Add a new networkand enter:- 📡 Network name (SSID) — the exact name of your Wi-Fi.
- 🔐 Security type - usually
WPA2-Personal(check in your router settings). - 🔑 Security key — Wi-Fi password.
Connect automatically and press Save.Method 2: Via Command Line
This method is useful for system administrators or when the graphical interface is unavailable. Use it only if you are confident in your actions!
netsh wlan connect name="NETWORK_NAME" ssid="NETWORK_NAME"
Replace NETWORK_NAME to the actual name of your Wi-Fi network. If the network is hidden, add its profile first:
netsh wlan add profile filename="C:\path\to\file.xml"
Where xml file — a pre-created network configuration file. More information on creating such a file can be found in FAQ.
3. Setting Wi-Fi network priority
Windows 10 automatically connects to the first available network from the list of known networks. But what if you have two routers at home, and the system stubbornly locks onto the one with the weakest signal? Set the priority!
Here's how to do it:
- Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - Select the network you want to prioritize and click
Properties. - Enable the option
Connect automatically when entering range. - To change the connection order, remove any unnecessary networks from the list - Windows will connect to the remaining ones in the order they were added.
- 🔧 Click
Win + Xand selectdevice Manager. - 📋 Expand the section
Network adapters. - 🖱️ Find your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi or a brand name, for example, Intel Wi-Fi 6 or Qualcomm Atheros).
- 🔄 Right click and select
Update driver → Automatic search. - 🌐 For laptops: HP, Dell, Lenovo - look on the support website for your model.
- 🖥️ For PC: Determine the adapter model (via
device Manager) and download the driver from the website Intel, Realtek or Broadcom.
If you need more flexible control, use Command line:
netsh wlan set profileorder name="NETWORK_NAME" interface="Wi-Fi" priority=1
Where priority=1 — (maximum priority). The higher the number, the lower the priority.
| Action | Team | Description |
|---|---|---|
| View all networks | netsh wlan show profiles |
Shows a list of saved Wi-Fi networks. |
| Removing a network | netsh wlan delete profile name="NETWORK_NAME" |
Removes the specified network from the list. |
| Export profile | netsh wlan export profile name="NETWORK_NAME" folder="C:\" |
Saves network settings to a file .xml. |
| Import profile | netsh wlan add profile filename="C:\file_name.xml" |
Adds a network from a configuration file. |
4. Updating Wi-Fi adapter drivers
One of the most common causes of Wi-Fi problems is outdated or corrupted adapter drivers. Even if the network connects, slow speeds or frequent disconnects may be due to this.
Here's how to update the driver:
If Windows doesn't find updates, download the driver from the manufacturer's official website:
⚠️ Attention: Never download drivers from third-party websites! This may lead to the installation of malware. Use only official sources or built-in Windows tools.
How can I find out the exact model of my Wi-Fi adapter?
Open Command line and enter:
wmic nic get name, manufacturer, description
Find the device mentioned in the list Wireless or Wi-Fi.
5. Manual IP and DNS assignment for stable operation
By default, Windows 10 gets IP-address and DNS automatically from the router. However, in some cases (for example, in case of address conflict or slow operation DNS provider) it is better to configure them manually.
Here's how to do it:
- Open
Settings → Network & Internet → Wi-Fi → Configure adapter settings. - Right click on your Wi-Fi connection and select
Properties. - Find in the list
Internet Protocol version 4 (TCP/IPv4)and pressProperties. - Select
Use the following IP addressand enter:- 📌
IP address: For example,192.168.1.100(the last digit must be unique within your network). - 📌
Subnet mask: usually255.255.255.0. - 📌
Main gateway:IPyour router (usually192.168.1.1or192.168.0.1). - 📌
DNS: use8.8.8.8(Google) or1.1.1.1(Cloudflare).
- 📌
If you lose internet access after manually configuring your settings, revert to automatic IP and DNS resolution. Your network may be using a different address range (e.g., 10.0.0.x instead of 192.168.xx).
Check your router's IP (look at the sticker or in the web interface) | Check that the selected IP is not occupied by another device | Write down the current settings to restore them in case of an error | Use public DNS only if your ISP is slow
-->
6. Troubleshooting: What to do if Wi-Fi isn't working
Even after proper setup, problems may arise. Let's look at the most common ones and how to solve them.
Problem 1: Windows 10 doesn't see Wi-Fi networks
If the network list is empty or your network is not displayed:
- 🔌 Check if the Wi-Fi adapter is turned on. Some laptops have a physical switch or key combination (e.g.
Fn + F2). - 🔄 Reboot your router—sometimes it "forgets" to share the network.
- 🛠️ Update the adapter driver (see section 4).
- 📡 Make sure your router isn't hiding
SSID(the option must be disabled in the router settingsHide SSIDorHide network).
Problem 2: There is a connection, but the Internet does not work
If the status Connected, but the pages do not open:
- 🌐 Check if the internet works on other devices. If not, the problem is with your router or ISP.
- 🔧 Run the commands in
Command line(as administrator):ipconfig /releaseipconfig /renew
ipconfig /flushdns - 🔄 Restart your router and computer.
- 📡 Check your settings
IPAndDNS(see section 5).
Problem 3: Constant connection drops
If the network connects and then disappears:
- 📶 Check your signal strength. If it's weak, move your router or use repeater.
- 🔄 Change the Wi-Fi channel in the router settings (especially relevant for
2.4 GHz, where there is a lot of interference). - 🛠️ Disable power saving for your Wi-Fi adapter:
- Open
device Manager. - Find your Wi-Fi adapter →
Properties → Power Management. - Uncheck the box
Allow the computer to turn off this device to save power.
- Open
⚠️ Attention: If the problem occurs only on one device, and the others are connected reliably, the adapter or its driver is at fault. Try connecting an external one. USB Wi-Fi adapter for diagnostics.
7. Create a Wi-Fi hotspot on Windows 10
You can share the internet connection from your PC or laptop with other devices. This is useful if you only have a wired connection and need to connect a phone or tablet.
Here's how to do it:
- Open
Settings → Network & Internet → Mobile Hotspot. - In the section
Sharing an Internet connectionselect the connection through which you receive the Internet (for example,Ethernet). - Click
Changeand ask:- 📡 Network name (For example,
MyHotspot). - 🔑 Password (at least 8 characters).
- 📡 Network name (For example,
Mobile hotspot.Now other devices will be able to connect to your access point. The maximum number of connections is usually 8-10 devices (depending on the adapter).
If section Mobile hotspot missing or not working, use Command line:
netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678
netsh wlan start hostednetwork
To stop seeding, run:
netsh wlan stop hostednetwork
8. Optimize Wi-Fi for maximum speed
Even if the network is stable, speeds may be slower than expected. Here are some tips to improve them:
- 📶 Use the 5 GHz band - it is less congested and provides higher speed (but shorter range than 2.4 GHz).
- 🔄 Update your router firmware - New versions often improve stability and speed.
- 📡 Set up the channel manually — automatic selection is not always optimal. Use programs like Wi-Fi Analyzer to analyze channel load.
- 🛡️ Disable background programsconsuming traffic (torrents, cloud synchronizations).
- 🔧 Enable 802.11ac mode (if supported) in the adapter settings for maximum speed.
To check your current connection speed:
- Open
Settings → Network & Internet → Status. - Scroll down and click
View network properties. - Pay attention to the field
Connection speed(For example,72 Mbpsor866 Mbps).
If the actual speed is significantly lower than what the router claims, try:
- 📍 Move the router closer to the device.
- 🔌 Replace the router's power cable (sometimes the power supply is to blame).
- 🛠️ Check settings
QoSin the router - the bandwidth may be limited.
FAQ: Frequently asked questions about setting up Wi-Fi on Windows 10
🔍 Why does Windows 10 ask for a Wi-Fi password every time I connect?
This occurs if automatic connection is disabled in the network settings or the network profile is corrupted. Solution:
- Open
Settings → Network & Internet → Wi-Fi → Manage known networks. - Select the problematic network and click
Forget. - Reconnect by checking the box
Connect automatically.
If it doesn't help, delete all profiles via Command line:
netsh wlan delete profile *
🌐 How do I find the password for a saved Wi-Fi connection?
If you forgot your password, but Windows is already connected to the network, you can view it:
- Open
Settings → Network & Internet → Status → Network and Sharing Center. - Click on the name of your Wi-Fi network.
- In the window that opens, click
Wireless Network Properties → Security. - Check the box
Show entered characters— the password will become visible.
Alternatively, through Command line:
netsh wlan show profile name="NETWORK_NAME" key=clear
Look for the line Key content.
🔄 How do I reset my network settings to factory defaults?
If nothing helps, try resetting your network settings:
- Open
Settings → Network & Internet → Status. - Scroll down and click
Network reset. - Confirm the action and restart your computer.
⚠️ After the reset, all saved networks and passwords will be deleted!
🛡️ How to protect your Wi-Fi connection from hacking?
Use these tips:
- 🔐 Use WPA3 instead of
WPA2(if the router supports it). - 🔑 Set a complex password (at least 12 characters, with numbers and special characters).
- 📡 Turn off
WPS- This protocol is vulnerable to hacking. - 🔄 Update your router firmware regularly.
- 📋 Enable filtering by
MAC-addresses (but remember that this is not a panacea).
📶 Why is Wi-Fi speed on Windows 10 slower than on my phone?
Possible causes and solutions:
- 🖥️ Legacy adapter: Check if it supports the standard
802.11ac(Wi-Fi 5) or802.11ax(Wi-Fi 6). - 🛠️ Driver: Please update or reinstall it (see section 4).
- 📡 Router settings: Maybe for
5 GHza smaller channel width is set (set80 MHzfor maximum speed). - 🔧 Windows limitation: Open
Settings → Network & Internet → Status → View network propertiesand check your current connection speed.