Why Wi-Fi might not work on Windows 10 Pro and how to fix it
Wireless network on Windows 10 Professional Sometimes the computer refuses to turn on for the most unexpected reasons, ranging from accidental key presses to driver failures. If you see a red cross on the network icon or the message "No connections available," don't rush to reinstall the system. In 90% of cases, the problem can be resolved in 2-3 minutes using standard OS tools.
This instruction covers all possible activation methods. Wi-Fi adapter — from basic (via the taskbar) to advanced (via PowerShell And Registry Editor). We will also look at typical mistakes like Error 10 in the Device Manager or the absence of the Wi-Fi button in the settings. If your laptop or PC has Windows 10 Pro If you suddenly lost connection with your router, follow the step-by-step instructions below.
Important: On some enterprise versions of Windows 10 Pro, access to network settings may be restricted by domain policies. In this case, you will need administrator privileges or assistance from your IT department.
Method 1: Turn on Wi-Fi via the taskbar (fastest)
If the adapter is physically functional but the wireless network is disabled software-wise, the easiest way to restore it is to use the network icon in the lower-right corner of the screen. This method works even if you don't know the router password or don't have administrator rights.
Steps:
- 🖱️ Left-click on the icon networks (or Wi-Fi) in the notification area (next to the clock).
- 🔄 If the icon is grey or has a strikethrough, click on it again to activate it.
- 📶 In the list that appears, select your network and click
Connect. - 🔑 Enter your password (if required) and confirm.
If the network icon is missing altogether, it may mean that:
- ❌ The adapter is disabled in
Device Manager. - ❌ The Wi-Fi driver is not installed or is not working properly.
- ❌ Activated in the system airplane mode.
Method 2: Using laptop keys (hotkeys)
Laptop manufacturers often assign individual keys or combinations of keys to control wireless modules. Windows 10 Pro These combinations work regardless of system settings, which is useful in case of software failures.
Typical combinations for popular brands:
| Brand | Key combination | Note |
|---|---|---|
| HP | Fn + F12 |
On some models - Fn + antenna key (usually F12 or F2). |
| Lenovo | Fn + F7 or Fn + F5 |
May need to hold Fn 2-3 seconds. |
| Dell | Fn + PrtSc or Fn + F2 |
On business models (Latitude, Precision) a separate hardware button is sometimes used. |
| ASUS | Fn + F2 |
Gaming laptops (ROG) may have a dedicated button Wi-Fi. |
| Acer | Fn + F3 or Fn + F5 |
On older models, there is a switch on the front panel. |
If the combination does not work:
- Check if it is enabled Fn Lock (Some keyboards have a separate button).
- Update your keyboard driver via
device Manager. - Check your BIOS/UEFI - sometimes Wi-Fi is disabled at the hardware settings level.
Method 3: Activation via Windows Settings (universal method)
If hotkeys don't help, try turning on Wi-Fi through the standard settings. Windows 10 ProThis method works on all devices, including desktop PCs with external USB adapters.
Step-by-step instructions:
- Open
Start → Settings (⚙)or clickWin + I. - Go to the section
Network and Internet. - In the left menu, select
Wi-Fi. - Move the slider Wi-Fi in position
On. - Click
Show available networksand choose yours.
If the slider Wi-Fi not in settings:
- 🔧 Check it out
device Managerfor the presence of an adapter (see Method 5). - 🔄 Restart your computer - sometimes this restores missing options.
- 🛠️ Launch Network troubleshooting (button in the same settings section).
The adapter is not physically disconnected (button on the laptop case)
Airplane mode is off (Win + A → Airplane Mode)
The Wi-Fi driver is installed (check in Device Manager)
The router is turned on and distributing the network (check on other devices) -->
Method 4: Enabling via Network Connections (alternative route)
If the default settings don't work, you can manage Wi-Fi through the classic control panel. This method is especially useful on enterprise versions. Windows 10 Pro, where some features are limited by policies.
Instructions:
- Click
Win + R, enterncpa.cpland pressEnter. - Find a connection Wireless network (Wireless Network Connection).
- If the icon is grey, right-click and select
Turn on. - If the adapter is not in the list, see Method 5 (driver problem).
Additional actions in this window:
- 🔄 To reset network settings, right-click →
Properties → Configure → Advancedand reset the settings to factory settings. - 📡 If the network connects but there is no internet access, check
IPv4 protocolin the connection properties (must be in modeObtain an IP automatically).
What should I do if there is no "Wireless Network" icon?
This means that the adapter driver is not installed or is disabled. Go to device Manager (Win + X → Device Manager), find the section Network adapters and check for the presence of the device with the words Wireless, Wi-Fi or 802.11If it's not there, install the driver from the laptop or adapter manufacturer's website.
Method 5: Check and enable the adapter in Device Manager
If the previous methods did not work, the problem most likely lies in the driver or a hardware problem with the module. device Manager will help diagnose the adapter's status and restart it if necessary.
How to check:
- Open
device Manager(Win + X → Device Manager). - Expand the section Network adapters.
- Look for devices with names like:
- Intel Wireless-AC,
- Qualcomm Atheros Wi-Fi,
- Realtek RTL8xxx,
- Broadcom 802.11.
Activate the device.Update driver).Common errors in Device Manager and their solutions:
| Error code | Cause | Solution |
|---|---|---|
Code 10 |
The driver does not start | Remove device → Action → Update Configuration |
Code 45 |
The device is disabled | Right click → Engage |
Code 28 |
No drivers | Download the driver from the laptop/adapter manufacturer's website |
Code 43 |
Hardware failure | Restart your PC and check the physical connection of the adapter. |
Method 6: Enable Wi-Fi via Command Prompt or PowerShell
For advanced users or system administrators managing Windows 10 Pro Remotely, it's more convenient to use console commands. This method is also useful if the graphical interface is unstable.
Option 1: Via the command line (CMD)
netsh interface set interface "Wireless Network" enable
If the connection name is different, check it with the command:
netsh interface show interface
Option 2: Via PowerShell (with administrator rights)
Get-NetAdapter | Where-Object {$_.Name -Like "Wireless"} | Enable-NetAdapter
To disable:
Disable-NetAdapter -Name "Adapter_Name" -Confirm:$false
Option 3: Reset the network (if Wi-Fi does not turn on)
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing the commands, restart your computer.
Common problems and their solutions
Even after successfully turning on Wi-Fi on Windows 10 Pro Additional complications may arise. Here are the most common scenarios and how to resolve them:
1. Wi-Fi turns on but doesn't connect to the network
- 🔄 Reboot your router (unplug it for 30 seconds).
- 🔑 Make sure your password is entered correctly (sometimes case is important!).
- 📡 Check if the network SSID is hidden in the router settings.
- 🛠️ In
Settings → Network → Wi-Fi → Manage known networksdelete the old network and reconnect.
2. The connection keeps dropping out
- 📶 Check your signal strength - if it is weak, move closer to the router or use repeater.
- 🔄 In the router settings, change the Wi-Fi channel (for example, from
Autoon6or11). - 🛡️ Turn it off energy savings for adapter:
- Open
device Manager. - Right button on the adapter →
Properties → Power Management. - Uncheck the box
Allow the computer to turn off this device to save power.
- Open
3. There is no Wi-Fi button in the settings
- 🔧 Install the adapter driver manually (download from the manufacturer's website).
- 🔄 Check it out Windows services:
- Click
Win + R, enterservices.msc. - Find
WLAN AutoConfig ServiceAndNetwork List Service. - Make sure both services are running (startup type:
Automatically).
- Click
- 🛠️ If the adapter Intel, install Intel PROSet/Wireless Software - it adds advanced settings.
- Roll back the update (
Settings → Update & Security → Windows Update → View update history → Uninstall updates). - Install the driver manually from the laptop/adapter manufacturer's website.
- Reset network (
Settings → Network & Internet → Status → Network reset). - 🖱️ External USB mouse.
- 📱 Remote connection via TeamViewer or AnyDesk (if there is cable access).
- 🔧 The hardware Wi-Fi button on the laptop case (if available).
- 💻 Connect your keyboard via USB and use hotkeys (
Fn + F2/F5/F12(depending on the model). - Restart your PC and press
Del,F2,F12orEsc(depending on the motherboard). - Find the section
AdvancedorConfiguration. - Look for parameters like:
Wireless LAN Support,Onboard WLAN,Wi-Fi Adapter.
- Set value
Enabledand save the settings (F10).
FAQ: Answers to Frequently Asked Questions
🔹 Why did Wi-Fi disappear after updating to Windows 10 Pro?
Updates sometimes reset drivers or network settings. Try:
🔹 How do I turn on Wi-Fi if the keyboard or touchpad isn't working?
Use:
🔹 Is it possible to enable Wi-Fi via BIOS?
There is usually an option in BIOS/UEFI to enable/disable it. Wireless LAN or WLANTo get there:
Attention: Changing BIOS settings may cause system instability. Do not change other settings unless you are sure of their purpose.
🔹 The Wi-Fi is working, but the speed is very slow. What should I do?
The problem could be with either your PC or your router. Check the following in order:
- 📶 Router:
- Reboot it.
- Change your Wi-Fi channel to a less busy one (use apps like Wi-Fi Analyzer).
- Update the firmware.
- 🖥️ Computer:
- Update your Wi-Fi adapter driver.
- Turn it off
QOSorWi-Fi Sensein the network settings. - Check if other software (torrents, cloud synchronization) is loading the traffic.
- Use range
5 GHz(if the router supports it). - Turn off devices that may cause interference (microwaves, cordless phones).
- Check your internet cable—sometimes the problem isn't with your Wi-Fi, but with your provider's connection.
🔹 How do I turn on Wi-Fi if Windows 10 Pro won't boot?
If the system won't start, but you urgently need to activate Wi-Fi (for example, to perform a network recovery), try:
- 🔄 Boot into Safe Mode with Networking:
- At the login screen, hold
Shiftand pressReboot. - Select
Diagnostics → Advanced options → Boot options → Restart → F5.
- At the login screen, hold
Attention: In Safe Mode, some network functions may be limited. For full Wi-Fi functionality, Windows must boot normally.