You just bought a new laptop HP Pavilion or encountered a problem on the old one HP Envy — the Wi-Fi indicator is off, the network is unavailable, and a red cross is displayed in the tray? Do not rush to take the device to a service center. In 90% of cases, the problem is solved in 5 minutes without special skills.
In this article we will look at all possible ways to enable Wi-Fi on laptops HP - from basic (hot keys and physical switch) to advanced (BIOS settings, driver updates and diagnostics via cmd). We will pay special attention to typical user mistakes that cause the wireless network to refuse to work even after all the manipulations. For example, did you know that on some models HP Omen Wi-Fi is blocked in mode Game Mode?
The material is relevant for all modern lines HP: Pavilion, Envy, Spectre, Omen, ProBook, EliteBook, as well as outdated series Compaq And Presario. If your model is not mentioned, don’t worry: the algorithms are universal for any Windows 10/11 or Linux.
1. Hotkeys and physical Wi-Fi switch
The fastest way is to use keyboard shortcut or hardware switch. On laptops HP the combination is usually responsible for activating Wi-Fi Fn + F12, but there are nuances:
- 🔹 On HP Pavilion And HP Envy - most often
Fn + F12(antenna icon on the key). - 🔹 On HP Omen and game models - maybe
Fn + F2or a separate backlit button. - 🔹 On business lines (ProBook, EliteBook) - sometimes a side switch on the case is used.
- 🔹 On older models (Compaq Presario) - key
F12withoutFn.
If the combination doesn't work:
- Make sure
Fnnot locked (on some models there is a buttonFn Lock). - Check to see if the Wi-Fi light is on (usually the blue or orange LED next to the keys).
- If the indicator flashes red, this indicates an adapter error (go to the section about drivers).
⚠️ Attention: On laptops HP Spectre x360 (2020-2023) The physical Wi-Fi switch can be hidden under the case cover on the side. It's easy to miss if you don't know about this feature.
- Pavilion
- Envy
- Omen/Spectre
- ProBook/EliteBook
- Other model
2. Enable Wi-Fi through Windows Settings
If hotkeys do not help, check your operating system settings. B Windows 10/11 The wireless network can be activated in several ways:
Method 1. Through the notification panel:
- Click on the network icon in the lower right corner (next to the clock).
- If Wi-Fi is turned off, click on the tile
Wi-Fi(it will be gray). - Select your network from the list and enter the password.
Method 2. Through "Options":
- Open
Start → Settings → Network and Internet. - Go to the tab
Wi-Fi. - Move the slider
Wireless networkto positionOn.
| Problem | Possible reason | Solution |
|---|---|---|
| Wi-Fi button in settings is greyed out | The adapter is disabled in the BIOS or the driver is not installed | Check BIOS (section 4) or update driver (section 5) |
| The network does not find any access point | The adapter works, but the antenna is damaged | Check the physical connection of the antenna (Section 7) |
| Wi-Fi turns on but immediately turns off | Conflict with software (eg VPN) | Run msconfig and disable autoloading of unnecessary programs |
HP laptops with Windows 11 preinstalled can have Battery Saver enabled, which automatically turns off Wi-Fi when the battery level is low (less than 20%). To disable it, go to Settings → System → Power and Sleep → Advanced power settings and uncheck the box Allow devices to turn off to save power.
3. Checking the adapter status in Device Manager
If Wi-Fi does not turn on either through the keys or through the parameters, the problem may lie in adapter driver or disabling it at the system level. Let's check this:
- Click
Win + Xand selectDevice Manager. - Expand the tab
Network adapters. - Find the device with names
Wireless,Wi-Fior802.11(For example, Intel Wi-Fi 6 AX201 or Realtek RTL8822CE). - 🔸 The adapter is marked with a yellow exclamation mark → The driver is not working correctly (update it, section 5).
- 🔸 Adapter is not listed → Either it is disabled in the BIOS, or it is physically damaged.
- 🔸 Gray adapter → It is disabled. Right click and select
Engage.
Possible scenarios:
⚠️ Attention: On some laptops HP (For example, HP ProBook 450 G8) Device Manager may show two wireless adapters: one for Wi-Fi and one for Bluetooth. Don't confuse them - we need the one whose name containsWirelessorWi-Fi.
☑️ Wi-Fi adapter diagnostics
4. Enable Wi-Fi via BIOS/UEFI
If your adapter doesn't appear in Device Manager or doesn't respond to commands, it may be disabled at BIOS level. This is a common problem after updating the BIOS or doing a factory reset.
To enable Wi-Fi in BIOS:
- Restart your laptop and click
F10(on most models HP) orEsc → F10(on new devices). - Go to section
System Configuration(orAdvanced). - Find the parameter
Wireless LAN,Wi-Fi AdapterorNetwork Boot. - Set value
Enabled. - Save changes (
F10) and reboot.
On some models (HP EliteBook 840 G7 and newer) the option may be called WWAN/WLAN Switch or hide in the submenu Security. If you do not find the parameter, check the BIOS version (an update may be required).
What to do if there is no Wi-Fi option in BIOS?
On some HP laptops (especially business lines), Wi-Fi management is moved to the operating system, and this option is not available in the BIOS. In this case, skip this step and proceed to checking drivers or hardware diagnostics.
5. Update or reinstall the Wi-Fi driver
Outdated, damaged or incompatible drivers are the #1 reason for Wi-Fi not working. Let's figure out how to update or install them again.
Method 1. Automatic update via Windows:
- Open
Device Manager(as in section 3). - Right-click on the Wi-Fi adapter and select
Update driver. - Click
Automatic search.
Method 2: Manual installation from HP website:
- Go to official HP support site.
- Enter your laptop model (for example, HP Pavilion 15-eg0000).
- In the section
DriversfindWireless network (Wi-Fi). - Download the latest driver and install it.
Method 3. Uninstall and reinstall:
- In Device Manager, remove the Wi-Fi adapter (right button →
Remove device). - Restart your laptop and Windows will automatically reinstall the driver.
⚠️ Attention: If after updating the driver Wi-Fi stops working completely, roll back to the previous version. To do this, in Device Manager, select Properties → Driver → Roll Back. This is true for laptops HP Omen with adapters Killer Wireless - their latest drivers often conflict with Windows 11.
If you do not have access to the Internet to download drivers, use another laptop or phone to download the file to a USB flash drive. An alternative is to connect to the network via an Ethernet cable (if there is a port).
6. Diagnostics via command line (CMD)
If the previous methods did not work, check the status of the adapter and network settings via cmd. This method will help identify hidden problems, such as IP address conflicts or a disabled protocol.
Diagnostic commands:
netsh wlan show drivers # Проверка состояния драйвера Wi-Finetsh wlan show interfaces # Список доступных сетей
ipconfig /all # Просмотр сетевых настроек
ping 8.8.8.8 # Проверка подключения к интернету
How to enable Wi-Fi via CMD:
netsh interface set interface "Беспроводная сеть" enable
If the command returns an error Failed to find interface, means:
- 🔌 The adapter is disabled physically or in the BIOS.
- 🔌 The driver is not installed.
- 🔌 The device is damaged.
Reset network settings (if Wi-Fi connects but does not work):
netsh winsock resetnetsh int ip reset
ipconfig /flushdns
ipconfig /release
ipconfig /renew
After running the commands, restart your laptop.
If the team ping 8.8.8.8 It is successful, but the sites do not open, the problem is in the DNS. Try changing your DNS server to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) in the adapter settings.
7. Hardware check: antenna and Wi-Fi module
If software methods do not help, the problem may be physical damage adapter or antennas. This is relevant if:
- 🔧 The laptop has been dropped or repaired.
- 🔧 Wi-Fi was working, but suddenly stopped (without changing the settings).
- 🔧 The Wi-Fi indicator does not light up at all.
How to check the antenna:
- Turn off the laptop and remove the battery (if it is removable).
- Remove the back cover (you will need a screwdriver).
- Find the Wi-Fi module (usually next to the SSD, connected by two thin wires - antennas).
- Make sure the wires are tightly connected to the connectors
MAINAndAUX.
Signs of a faulty Wi-Fi module:
- 🚨 Blackened or swollen capacitors are visible on the module.
- 🚨 Antennas are torn off or broken.
- 🚨 The module is not fixed in the slot
M.2(if it is removable).
⚠️ Attention: On laptops HP Spectre x360 (2021-2023) The Wi-Fi module is often soldered to the motherboard. In this case, self-repair is impossible; a service call is required.
FAQ: Frequently asked questions about Wi-Fi on HP laptops
Why does Wi-Fi work but the speed is very low?
The reasons may be different:
- 📶 The laptop is connected to a 2.4 GHz network instead of 5 GHz (check in the router settings).
- 📶 The adapter driver is out of date (update it as in section 5).
- 📶 Programs that consume traffic (VPN, torrents, cloud services) are running in the background.
- 📶 Wi-Fi antennas are poorly secured (disassemble the laptop and check the connection).
Also on HP Omen And HP Pavilion Gaming mode can be activated Killer Control Center, which prioritizes traffic for games and limits speed for other tasks. Disable it in the tray.
Is it possible to turn on Wi-Fi without a keyboard (if it's broken)?
Yes, there are several ways:
- Connect an external USB keyboard and use the hotkeys (
Fn + F12). - Turn on Wi-Fi via
Windows Settings(section 2). - Use
on-screen keyboard(Win + Ctrl + O) to enter commands intoCMD. - If your laptop supports it, connect via
Ethernetand update the drivers.
Wi-Fi turns on but immediately turns off. What to do?
This is a typical problem due to:
- ⚡ Energy Saving: Disable the option
Allow device to turn off to save powerin the adapter properties (device manager). - ⚡ Software conflict: Remove programs like Killer Network Manager, McAfee Safe Connect or VPN clients.
- ⚡ Unstable driver: Roll back to the previous version (section 5).
Also check if the laptop is overheating - on HP Pavilion Gaming The Wi-Fi adapter may turn off at temperatures above 85°C.
How to enable Wi-Fi on HP with Linux (Ubuntu, Mint)?
In most distributions the algorithm is as follows:
- Open a terminal (
Ctrl + Alt + T). - Enter the command to check the adapter status:
ip aLook for an interface with the name
wlo1orwlp3s0. - If the adapter is disabled, enable it:
sudo ip link set wlo1 up(replace
wlo1to your interface). - Install the network management utility:
sudo apt install network-manager
If Wi-Fi is not detected, install proprietary drivers:
sudo ubuntu-drivers autoinstall
Where can I find my HP laptop serial number to download drivers?
There are 4 ways:
- Turn over the laptop - serial number (
S/N) is indicated on the sticker. - On Windows:
Start → Settings → System → About(scroll down). - In BIOS: When booting, press
F10— the number will be displayed on the main screen. - Via CMD:
wmic bios get serialnumber