Laptops HP — are among the most popular devices for work and study, but even they sometimes refuse to connect to a wireless network. The reasons can vary, from a simple disabled adapter to a driver conflict after an update. WindowsIn this article, we'll cover all the current Wi-Fi connection methods available on various models. HP Pavilion, HP Omen, HP EliteBook and other series, including rare cases where standard methods do not work.
It's important to understand that the connection algorithm depends not only on the laptop model, but also on the operating system version. For example, in Windows 11 The network settings menu looks different than in Windows 10, and on some HP With Linux (For example, HP Dev One) the process is radically different. We'll focus on the most common scenarios, but we'll also provide advice for non-standard situations.
If your laptop HP If your device doesn't see the network at all, first check if the Wi-Fi indicator (usually a blue or orange LED next to the keyboard) is on. Its absence often indicates a hardware problem, such as a disabled adapter. BIOS or physical damage to the antenna. In such cases, additional steps will be required, which we will also describe.
1. Basic method: connecting via the Windows panel
Let's start with the simplest method, which works in 90% of cases. This method is suitable for Windows 10/11 and does not require special knowledge. If your laptop HP I have connected to Wi-Fi before, but now the networks are not displayed. First, try this algorithm.
Open the notification panel by clicking on the network icon in the lower right corner of the screen (next to the clock). Windows 11 the icon may look like globe (if connected via a mobile network) or computer with a cross (if the networks are disabled). From the list of available networks, select the desired one and press ConnectIf the network is password protected, enter it and confirm.
- 🔍 If the network is not listed: Make sure the router is turned on and broadcasting a signal (check the indicators on the router). Try rebooting the router by unplugging it for 30 seconds.
- 🔄 If the connection is interrupted: There may be a problem with the power saving settings. Go to
Settings → Network & Internet → Wi-Fi → Manage known networks, select your network and disable the optionSaving battery life. - 🛡️ If a password is required but you don't know it: On the back of the router there is usually a standard combination (field
Wi-Fi PasswordorKey). If the router was provided by the provider, the password may be specified in the contract.
⚠️ Attention: On some laptops HP (For example, HP Spectre x360) The Wi-Fi icon in the notification bar may be missing if the adapter is disabled by hardware. In this case, proceed to next section.
2. Hardware Wi-Fi activation: buttons and key combinations
Many models HP are equipped with physical switches or key combinations to control wireless modules. This is done to save battery life, but often leads to confusion. For example, on HP EliteBook 840 G5 Wi-Fi can be turned off with a separate button on the case, and on HP Pavilion 15 - combination Fn + F12.
Here are the most common hardware enablement methods:
| Laptop model | Key combination | Additional switches |
|---|---|---|
| HP Pavilion 15/17, HP Envy | Fn + F12 (antenna icon) |
No |
| HP Omen 15/16 | Fn + F12 or a separate button on the left side of the case |
The indicator next to the keyboard (should be blue) |
| HP EliteBook 800/1000 | Fn + F2 or a hardware switch on the front panel |
In some modifications there is a slider on the right side |
| HP Spectre x360 | Fn + F12 or double-tap the touchpad (on newer models) |
Check in BIOS (chapter System Configuration) |
If the key combination does not work, check:
- 🔋 Battery charge: below 5% for some models HP automatically turn off Wi-Fi.
- 🔄 Key state
Fn: On some laptops, you need to hold it for 2-3 seconds for it to work. - 🛠️ Physical damage: If the button sticks or doesn't press, it may need repair.
Make sure your laptop is not in Airplane mode.
Check the Wi-Fi indicator (it should be on or blinking)
Press the key combination for your model
Try restarting your laptop by holding the power button for 10 seconds-->
⚠️ Attention: On laptops HP With Linux (For example, HP Dev One) Hardware switches may not work without additional drivers. In this case, use the terminal to control the module:sudo rfkill unblock wifi
sudo systemctl restart NetworkManager
3. Checking network adapter drivers
If Wi-Fi won't turn on either through Windows or hardware, the problem may be with the drivers. This is especially true after a system update or a factory reset. Laptops HP adapters are often used Intel, Realtek or Qualcomm Atheros, and each requires its own drivers.
To check the status of drivers:
- Click
Win + Xand selectdevice Manager. - Expand the tab
Network adapters. - Find the device with the names
Wireless,Wi-Fior802.11. - If there is a yellow exclamation mark next to the name, right-click and select
Update driver.
To automatically search for drivers, use the utility HP Support Assistant (pre-installed on most models). If it is missing, download it from official HP website. An alternative is to manually install the drivers from the adapter manufacturer's website (for example, Intel Driver & Support Assistant).
- 🔧 If the adapter is not in the list: this could mean that it is disabled in BIOS or is physically damaged. Proceed to the next section.
- 🔄 If the driver is updated, but Wi-Fi does not work: try rolling it back to the previous version (in the adapter properties tab
Driver). - 📥 For older models HP (2018 and earlier): You may need to install drivers manually via
Install from the specified location.
⚠️ Attention: Interface details HP Support Assistant Features may vary by region and model. In some countries (e.g., Russia), some features may be limited due to sanctions. Please check the official website for up-to-date information.
4. Enabling Wi-Fi via BIOS/UEFI
It's rare, but it happens that the wireless adapter is disabled at the level BIOS. This can occur after a factory reset, firmware update, or virus activity. To check and enable the module:
- Restart your laptop and when the logo appears HP click
F10(orEsc → F10on new models). - On the menu BIOS go to the section
System Configuration(orAdvanced). - Find the option
Wireless LAN,Wi-Fi AdapterorNetwork Boot. - Set value
Enabled. - Save changes (
F10) and reboot.
On some laptops HP (For example, HP ProBook) the option may be called differently:
Onboard Wi-Fi DeviceWireless Radio ControlLAN/WLAN Switching
If in BIOS There are no such options, which means the adapter is only controlled via Windows or hardware switches. Also, pay attention to the version BIOS: if it is outdated (for example, 2019 on a 2022 laptop), update it via HP Support Assistant.
What should I do if I can't enter BIOS?
If a laptop HP does not respond to F10 or Esc, try:
1. Disable Quick Launch in Windows (Settings → System → Power & sleep → Additional power settings → Choose what the power buttons do → Change settings that are currently unavailable).
2. Use a combination Win + X → Shutdown → Shutdown with UEFI boot (hold Shift when pressed).
3. On some models (HP EliteBook) to enter the BIOS you need to press F2 or F6.
5. Diagnosing connection problems
If a laptop HP sees networks, but does not connect to them (or the connection is constantly disconnected), the reasons may be the following:
- 📶 Weak signal: Check the distance to the router and the presence of obstacles (walls, furniture). Use the utility
netsh wlan show interfacesin the command line to see the signal level (parameterSignal). - 🔒 Incorrect security settings: if the router uses
WPA3, and the laptop adapter does not support it, switch toWPA2-PSKin the router settings. - 🔄 IP address conflict: in the command line, run:
ipconfig /releaseipconfig /renew - 🛡️ Blocked by antivirus or firewall: Temporarily disable protection and try connecting again.
For a more in-depth diagnosis, use the built-in troubleshooter:
- Open
Settings → Network & Internet → Status. - Click
Network troubleshooter. - Follow the instructions on the screen.
HP laptops with Realtek RTL8821CE/RTL8822BE adapters often experience the "Limited Connection" issue due to a conflict with the IPv6 protocol. To resolve this, disable IPv6 in the network properties or update the driver to version 2026.05.12 or later.
6. Alternative connection methods
If standard methods don't work, try these options:
- 📱 Sharing Internet from your phone: turn on access point on your smartphone and connect to it from your laptop. If that works, the problem is with the router.
- 🔌 USB Wi-Fi adapter: A temporary solution for laptops with a damaged integrated module. Any chip-based adapter will work. Realtek RTL8188 or TP-Link TL-WN725N.
- 🔄 Reset network settings: In Windows 11, go to
Settings → Network & Internet → Advanced network settings → Network reset. - 🖥️ Connection via cable: If Wi-Fi doesn't work at all, use Ethernet to download drivers or diagnostics.
For laptops HP With Linux (For example, HP Dev One) manual network configuration via terminal may be required:
sudo nano /etc/network/interfacesAdd the following lines:
auto wlo1
iface wlo1 inet dhcp
wpa-ssid "network_name"
wpa-psk "password"
⚠️ Attention: When using a USB adapter, disable the built-in Wi-Fi module in Device Manager, to avoid conflicts.
7. Common mistakes and their solutions
Let's look at typical error messages and how to fix them:
| Error | Cause | Solution |
|---|---|---|
Failed to connect to the network |
Incorrect password or router settings | Check your password, reboot your router, and reset its settings. |
No connections available |
The adapter is disconnected or faulty | Check it out BIOS, drivers and hardware switches |
Limited connection |
IP or DNS issues | Do it ipconfig /flushdns and reboot the router |
Windows couldn't connect to Wi-Fi |
Driver or service conflict | Update your driver, disable your antivirus, check the service WLAN AutoConfig |
If the error persists, check Windows logs:
- Click
Win + R, entereventvwr.msc. - Go to
Windows Logs → System. - Filter events by keyword
WLANorNetwtw.
FAQ: Frequently Asked Questions
🔹 Why can't my HP laptop detect 5 GHz networks?
This may be due to:
- Outdated adapter driver (update via HP Support Assistant).
- Router settings (check if the mode is enabled)
802.11a/n/ac). - Hardware limitations (older models HP may not support 5 GHz until 2017).
To check support, run the following in the command line:
netsh wlan show drivers
Look for the line Radio types supported - it should be indicated there 802.11a (5 GHz).
🔹 How do I reset network settings on an HP laptop?
IN Windows 10/11:
- Open
Settings → Network & Internet → Status. - Click
Network reset(at the bottom of the page). - Confirm the action and restart the laptop.
This will delete all saved networks and restore factory settings. After the reset, you'll need to re-enter your passwords to connect.
🔹 Is it possible to connect to Wi-Fi without a password?
Technically yes, but only if:
- The router is configured to open network (without encryption).
- You are using WPS (click the button
WPSon the router, then select the network on the laptop). - You have previously connected to this network and the password is saved in Windows (check in
Settings → Network & Internet → Wi-Fi → Manage known networks).
⚠️ Connecting to other people's networks without permission is illegal (Article 272 of the Criminal Code of the Russian Federation).
🔹 Why is Wi-Fi working but there is no internet access?
Reasons and solutions:
- Problems with the provider: Reboot your router, call support.
- Incorrect DNS: Specify DNS in the connection properties
8.8.8.8(Google) or1.1.1.1(Cloudflare). - Blocked by antivirus: Temporarily disable protection or add the network to the exceptions.
- IP conflict: in the command line, run:
ipconfig /releaseipconfig /renew
ipconfig /flushdns
🔹 How do I check which Wi-Fi adapter is installed in my HP laptop?
Methods:
- Through device Manager:
Win + X → Device Manager → Network Adapters. - Via command line:
wmic nic get name, manufacturer - On the official website HP: Enter the serial number of your laptop (found on the sticker at the bottom) in the section
Support.
Typical adapters in laptops HP:
- Intel Wi-Fi 6 AX200/AX201 (new models).
- Realtek RTL8822BE/RTL8723DE (budget series).
- Qualcomm Atheros QCA61x4 (older models Omen).