Connecting to a wireless network is one of the first tasks after installation. Windows 11, but even experienced users sometimes encounter problems. The system may not show available networks, the Wi-Fi icon may disappear from the taskbar, or the adapter may be completely disabled in Device Manager. In this article, we'll look into these issues. All working methods for turning on Wi-Fi — from basic to advanced, and we'll also find out why the network might not be working and how to fix it.
Peculiarity Windows 11 The network management interface has changed compared to previous versions. Now some settings are hidden deeper, and standard methods (for example, via Network and Sharing Center) have been replaced with universal parameters. If you updated from Windows 10, the usual methods may not work. We've taken all the nuances into account and compiled up-to-date instructions that will help even if you There is no Wi-Fi button in the taskbar or the adapter is not detected by the system.
1. Turn on Wi-Fi via the taskbar (the fastest way)
If the wireless network icon is visible in the lower right corner of the screen (next to the clock), you can turn on Wi-Fi in 2 clicks:
Click on the icon Internet (🌐) or Wi-Fi (📶) in the taskbar. If the icon is missing, expand the hidden icons by clicking the arrow.
^.In the menu that opens, find the button Wi-Fi (usually the second one from the top) and move the slider to the right. If the slider is already active but networks are not displayed, proceed to the next method.
Select the desired network from the list and click
Connect. Enter a password if required.
⚠️ Attention: If after turning on the slider the networks still do not appear, the problem may be in the adapter driver or its disabling in Device ManagerCheck it out in Section 3.
2. Enable via Windows Settings (if there is no Wi-Fi icon)
If the Wi-Fi icon disappears from the taskbar or the slider is inactive, try enabling the adapter through the system settings:
Open Windows Settings (
Win + I) and go to the sectionNetwork and Internet.Select a tab
Wi-FiThere should be a slider here. Wireless network - move it to the right.If the slider is gray and cannot be clicked, there will be a link below it.
Change adapter settings- click on it and check the connection status (see Section 3).
In this same menu you can:
- 🔄 Forget the network (if the connection keeps dropping).
- 📡 Manage known networks (delete saved passwords).
- ⚙️ Configure random hardware addressing (useful for social networks).
3. Check the Wi-Fi adapter in Device Manager
If the previous methods didn't work, the adapter may be disabled at the system or driver level. To check this:
Open device Manager (
Win + X → Device Manageror enterdevmgmt.mscin search).Expand the section
Network adaptersFind the device with the words Wireless, Wi-Fi, 802.11 or the name of your adapter (for example, Intel Wi-Fi 6, Qualcomm Atheros).If there is an arrow ⬇️ (disabled) next to the adapter, right-click and select
Activate the device.If the adapter is marked with an exclamation mark ⚠️, update the driver (right-click →
Update driver).
⚠️ Attention: If there is no device with Wi-Fi mentioned in the list of network adapters, this may mean:
- 💻 Adapter disabled by hardware (using a button on the laptop case or in BIOS).
- 🔧 The driver is not installed (especially relevant after a clean installation of Windows 11).
- 🔌 Adapter is faulty (less common, but possible with physical damage).
☑️ Checking the Wi-Fi adapter
4. Turn on Wi-Fi using the keys on the keyboard
Many laptops (especially ASUS, HP, Lenovo, Acer) have hardware Wi-Fi switches. These could be:
- 🔑 Separate button on the body (for example, on the side panel or above the keyboard).
- 🎹 Key combination (usually
Fn + F2,Fn + F12or with an antenna icon 📶). - 🖱️ Switch on the front/side panel (found on some models) Dell or MSI).
To enable Wi-Fi using hardware:
Find the key on your keyboard with the wireless network icon (usually in the row
F1–F12).Clamp
Fnand press this key. On some laptops (for example, Lenovo ThinkPad) instead ofFnmay be requiredCtrl.If there is a physical switch on the case, move it to the position
ON(usually marked in green or blue).
⚠️ Attention: On some laptops (eg. HP Pavilion) Hardware disabling of Wi-Fi blocks the adapter at the BIOS level. In this case, even reinstalling Windows won't help—you'll need to enable the adapter in the BIOS settings (F10 or Del when loading).
| Laptop brand | Typical key combination | Additional nuances |
|---|---|---|
| ASUS | Fn + F2 |
On some models, there is a separate button to the right of the touchpad. |
| HP | Fn + F12 |
May need to be enabled in BIOS (F10) |
| Lenovo | Fn + F5 or Fn + F7 |
On ThinkPad - switch on the side panel |
| Acer | Fn + F3 |
The antenna icon may be on the key F3 or F12 |
| Dell | Fn + PrtScn |
On some models there is a slider on the front panel |
5. Enabling Wi-Fi via the command line (for experienced users)
If the GUI is not responding or the adapter is frozen, you can control the Wi-Fi via command line (CMD) or PowerShellThis method is useful if:
- 🖥️ The taskbar or Windows settings are not working.
- 🔄 You need to quickly restart the adapter without rebooting.
- 🛠️ Connection diagnostics required.
Open Command prompt as administrator (Win + X → Terminal (Admin)) and enter:
netsh interface set interface "Wireless Network" enable
If the adapter name is different (for example, Wi-Fi or Wireless Network Connection), check it with the command:
netsh interface show interface
To restart the adapter (useful for connection errors), run:
netsh interface set interface "Wireless Network" disable
netsh interface set interface "Wireless Network" enable
⚠️ Attention: If an error appears after executing the commands The specified interface could not be found., then the adapter is disabled at the hardware level or the driver is not installed. In this case, return to Section 3.
How to reset network settings using PowerShell?
Open PowerShell as administrator and run the command:
Get-NetAdapter | Restart-NetAdapter
This will restart all network adapters, including Wi-Fi. If you need to reset all network settings to factory defaults, use:
netsh int ip reset
netsh winsock reset
Once completed, restart your PC.
6. Troubleshooting Common Wi-Fi Problems in Windows 11
Even if the adapter is enabled, the connection may not work. Here are common errors and their solutions:
| Problem | Possible cause | Solution |
|---|---|---|
| Wi-Fi is on, but no networks are showing up. | The adapter driver is outdated or corrupted. | Update the driver manually via device Manager or from the manufacturer's website |
| Constantly asks for a password | Incorrect router security settings | Check the encryption type on your router (it should be WPA2-PSK or WPA3) |
| There is a connection, but there is no internet access | Problems with DHCP or DNS | Perform in CMD:
ipconfig /release
ipconfig /renew |
| The Wi-Fi icon has disappeared from the taskbar. | Service WLAN AutoConfig disabled |
Enable the service via services.msc (see below) |
If the Wi-Fi icon has disappeared from the taskbar, check the service status. WLAN AutoConfig:
Click
Win + R, enterservices.mscand pressEnter.Find a service
Automatic WLAN configuration(WLAN AutoConfig).If the service is stopped, right-click and select
Launch.Install Launch type on
Automatically.
7. Manually update the Wi-Fi driver
Outdated or corrupted drivers are the most common cause of Wi-Fi issues. In Windows 11, automatic updates don't always work correctly, so it's best to install the driver manually.
Method 1: Through device Manager
Open
device Manager(Win + X).Find your Wi-Fi adapter in the section
Network adapters.Right click →
Update driver→Automatic search.
Method 2: Download the driver from the manufacturer's website
Find out the adapter model (in
Device Manager→Properties→Equipment ID).Go to the website of the laptop or adapter manufacturer (Intel, Qualcomm, Realtek etc.) and find the driver for Windows 11.
Download and install the driver following the instructions.
⚠️ Attention: If after updating the driver Wi-Fi stops working completely, roll it back: Device Manager select Adapter Properties → Driver → Roll Back DriverIf the button is inactive, remove the device and restart your PC (Windows will attempt to install the driver automatically).
FAQ: Frequently asked questions about Wi-Fi in Windows 11
Why doesn't Windows 11 see my Wi-Fi network, but other devices connect?
This may be due to:
- 📡 Router settings: check that the network is not hidden (option
Hide SSIDshould be disabled). - 🔧 Incompatible Wi-Fi standard: if the router only works in mode
802.11ac(5 GHz), and the adapter only supports802.11n(2.4 GHz), connection is impossible. Try changing your router settings. - 🔒 MAC address filtering: If MAC binding is enabled on the router, add the address of your PC (you can find it out using the command
ipconfig /allVCMD).
How do I turn on Wi-Fi if my laptop's keyboard is broken?
If the keys don't work Fn or a hardware switch, try:
Is it possible to enable Wi-Fi via BIOS?
In most cases No — BIOS/UEFI usually has an option to disable the adapter (Wireless LAN Support), but not turning it on. If Wi-Fi was disabled in the BIOS, you need to:
Restart your PC and enter BIOS (
Del,F2,F10orEscwhen loading).Find a section
AdvancedorSystem Configuration.Make sure the option is
Wireless LAN,WLAN SupportorWi-Fiinstalled inEnabled.Save settings (
F10) and reboot.
⚠️ On some laptops (for example, HP) Hardware disabling of Wi-Fi blocks the adapter until it is enabled using a physical button or in the BIOS.
How to reset all network settings in Windows 11?
If Wi-Fi issues persist, you can reset the network stack to factory settings:
Open Parameters (
Win + I) →Network and Internet→Additional network settings.Select
Network reset→Reset now.Confirm the action and restart your PC.
⚠️ After the reset, all saved networks and passwords will be deleted, and network adapters will be reinstalled. You will have to re-enter your Wi-Fi passwords.
Does reinstalling Windows 11 solve Wi-Fi problems?
Reinstalling the system may help if the problem is caused by:
- 🔧 Damage to system files (for example, after a virus or an incorrect update).
- 📁 Driver conflicts (if you installed unofficial versions).
However, if the problem is:
- 💻 Hardware failure of the adapter - reinstallation won't help.
- 🔌 Disabled adapter in BIOS - you will need to turn it on manually.
- 📡 Incorrect router settings — you need to configure the router.
Before reinstalling, try:
Update adapter driver.
Reset network settings (see previous question).
Check your laptop for viruses (Malwarebytes or Kaspersky Virus Removal Tool).