Wireless internet has become an integral part of working on a laptop, but sometimes the Wi-Fi connection on devices HP causes difficulties. Especially if you just bought a laptop Pavilion, Envy or Omen, or after reinstallation Windows You've noticed that the network icon has disappeared from the taskbar. In this article, we'll cover all possible Wi-Fi connection methods, from basic ones to troubleshooting more complex issues.
It is important to understand that the process may differ depending on the version. OS (Windows 10/11), laptop model and even type Wi-Fi adapterFor example, on older models HP ProBook You may need to install the drivers manually, while on newer ones Spectre x360 With Wi-Fi 6E Just a few clicks. We've taken into account every detail to ensure the instructions are compatible with 95% of the brand's devices.
If your laptop doesn't see the network at all, first check if it's turned on. airplane mode (key F12 or Fn+F12 on most models HP). Also, make sure your router is working—try connecting to it from your phone or another device.
1. Basic Wi-Fi connection via Windows control panel
The easiest way is to use built-in tools Windows 10/11This method works if the drivers are on Wi-Fi adapter are already installed, and the network icon is displayed in the lower right corner of the screen (even with a red cross).
Instructions:
- 📶 Click on the icon Wi-Fi on the taskbar (next to the clock). If it's not there, expand the hidden icons by clicking the ↑ arrow.
- 🔍 Select your network from the list of available networks. If there is no network, click
Hidden networkand enter the name (SSID) manually. - 🔑 Enter your Wi-Fi password. Please note: the keyboard is on HP may be in the default English layout!
- 💾 Check the box
Connect automaticallyand pressNext.
If an error appears after entering the password "Unable to connect to the network", try:
- 🔄 Reboot the router (turn it off for 30 seconds).
- 📱 Make sure you entered your password correctly (check the letter case!).
- 🛠️ Go to your router settings and change the encryption type from
WPA3onWPA2-PSK(some old adapters HP do not support the new standard).
2. Enable Wi-Fi via Windows settings
If the network icon is missing or the network adapter is disabled by software, use Windows settingsThis method will also help if Wi-Fi suddenly disappears after a system update.
Step-by-step instructions:
- Open
Start → Settings (⚙️) → Network & Internet. - In the section
Wi-Fimove the slider to the positionOn. - Click
Show available networksand choose yours. - Enter the password and save the connection.
If the slider Wi-Fi inactive or missing:
- 🖥️ Check if the adapter is turned on
Device Manager(more on this in the next section). - 🔌 Make sure your laptop doesn't have a physical Wi-Fi switch (on some models HP EliteBook it is located on the side).
- 🔄 Try resetting your network settings:
Settings → Network & Internet → Network reset.
What should I do if there is no "Wi-Fi" section in the settings?
This means the network adapter driver is not installed or is disabled. Proceed to Section 4 of this article to resolve this issue.
3. Hardware Wi-Fi enablement on an HP laptop
Many models HP have physical switch or keyboard shortcut To enable/disable wireless modules. If Wi-Fi isn't working despite the drivers being installed, check these items.
Hardware activation methods:
- 🔘 Button on the body: On some HP ProBook And EliteBook On the left or in front there is a small slider or button with an antenna.
- 🎹 Hotkeys:
- On most models:
Fn + F12. - On HP Pavilion Gaming And Omen:
Fn + F2. - On HP Spectre x360: hold
Fnand press the key with the airplane icon (airplane mode).
- On most models:
- 📱 Touchpad: On some models, swiping the top of the touchpad turns Wi-Fi on/off.
On laptops HP with BIOS from InsydeH2O (most modern models) Wi-Fi may be disabled at the firmware level. To check this, go to the BIOS (key F10 or Esc → F10 when loading) and find the section System Configuration → Built-in Device OptionsMake sure that Wireless LAN installed in Enabled.
☑️ Checking Wi-Fi hardware enablement
4. Installing or updating Wi-Fi drivers
If the laptop does not see the network at all or in Device Manager An unknown device with a yellow exclamation mark is displayed, the problem is driversThis is especially true after reinstalling Windows or upgrading to a new version.
How to install the driver:
- Open
device Manager(Win + X → Device Manager). - Expand the section
Network adapters. - Find the device with the names
Wireless,Wi-Fi,802.11or adapter model (for example, Intel AX201, Realtek RTL8822CE). - If there is a yellow sign next to the device, right-click and select
Update driver → Automatic search.
If automatic search does not help:
- 🌐 Download the driver from official HP website:
- Please enter your laptop model (e.g. HP Pavilion 15-eg0000).
- Select your version of Windows.
- In the section
DriversfindWireless network (Wi-Fi).
Device Manager → Update Driver → Browse my computer for driver software.For laptops with adapters Intel (For example, AX200/AX201) you can use the utility Intel Driver & Support Assistant, which will automatically find the latest version. You can download it from the website. Intel.
⚠️ Note: If your Wi-Fi still doesn't work after installing the driver, check if it conflicts with your network management software (e.g. HP Connection Manager). Try to remove such software through Settings → Applications.
5. Troubleshooting connection issues
Even if Wi-Fi is enabled and networks are visible, the connection may drop out or become unstable. Let's look at common issues and their solutions.
| Problem | Possible cause | Solution |
|---|---|---|
| The laptop sees networks but does not connect. | Incorrect password or encryption type | Check your password, change the encryption type on your router to WPA2-PSK |
| Wi-Fi connects, but there is no internet access | Problems with DHCP or DNS | Reboot your router, enter Google DNS (8.8.8.8) manually |
| The network keeps disconnecting | Saving adapter power | Disable power saving mode in the adapter properties. |
| Slow Wi-Fi speed | 2.4 GHz channel congestion | Switch to 5 GHz in your router settings |
| The laptop does not see the 5 GHz network. | The adapter does not support 5 GHz. | Update your driver or check your router settings. |
If a laptop HP won't connect to a specific network, but other devices work fine:
- 🔧 Forget the network in Windows settings:
Settings → Network & Internet → Wi-Fi → Manage known networks→ select the network and pressForget. - 🔄 Restart your laptop and router.
- 📡 Check if it is enabled on your router MAC address filter (it may block your laptop).
- Open Terminal (
Ctrl + Alt + T). - Update package list:
sudo apt update - Install proprietary drivers:
sudo ubuntu-drivers autoinstall - Restart your laptop:
sudo reboot
⚠️ Note: On some models HP Omen And Pavilion Gaming embedded network management software (HP Network Booster) may conflict with standard Windows drivers. Try uninstalling this software via Settings → Applications.
6. Setting up Wi-Fi on HP laptops with Linux
If you have installed Linux (Ubuntu, Fedora, etc.) on a laptop HP, connecting to Wi-Fi may require additional steps. Many adapters Realtek And Broadcom require installation of proprietary drivers.
Instructions for Ubuntu/Debian:
For adapters Realtek RTL8821CE/RTL8822CE (often found in HP Pavilion 2020–2023) may require manual driver installation:
sudo apt install rtl8821ce-dkms
If Wi-Fi still doesn't work:
- 🐧 Check if the adapter is recognized by the system:
lspci | grep -i network - 🔧 Make sure the network manager is running:
sudo systemctl restart NetworkManager
7. Checking the compatibility of the Wi-Fi adapter and router
Sometimes connection problems are related to incompatibility of standards between the laptop adapter and the router. For example, if your HP Omen equipped with an adapter Intel AX210 (Wi-Fi 6E), and the router only supports Wi-Fi 4 (802.11n), connection errors may occur.
How to check compatibility:
- 📋 Find out your Wi-Fi adapter model:
- In Windows:
Device Manager → Network Adapters. - In Linux:
lspci -knn | grep Net -A3.
- In Windows:
- 🔍 Check the router's specifications (usually found on the sticker at the bottom).
- 🔄 If the adapter supports Wi-Fi 6, and the router is only Wi-Fi 5, try disabling the mode in the router settings
802.11ax(Wi-Fi 6).
For maximum stability, it is recommended:
- 📶 Use range 5 GHz (if the adapter and router support it).
- 🔒 Set channel width
20/40 MHz(in the router settings). - 📡 Disable the feature
BeamformingorMU-MIMO, if they cause problems.
⚠️ Note: On laptops HP with adapters Realtek (For example, RTL8852AE) problems may arise when connecting to networks with WPA3In this case, change the security type on the router to WPA2-PSK.
FAQ: Frequently Asked Questions About Wi-Fi on HP Laptops
My HP laptop can't detect any Wi-Fi networks. What should I do?
First check if the adapter is turned on Device ManagerIf it displays an error, update the driver. Also, make sure that Wi-Fi is not disabled by hardware (key Fn+F12 (or a physical switch). If the adapter is not listed in the device list, it may be disabled in the BIOS or faulty.
How to connect to a hidden Wi-Fi network on HP?
Go to Settings → Network and Internet → Wi-Fi, click Hidden network, enter the network name (SSID) and password. In Linux, use the command:
nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
Why is Wi-Fi slow on my HP?
The reasons may be different:
- 2.4GHz channel is congested - switch to 5GHz.
- Weak signal - move closer to the router or use a repeater.
- Outdated driver - update it via
device Manager. - Provider restrictions - check your tariff.
Is it possible to connect an HP laptop to Wi-Fi without a password?
Yes, if the router is configured to work without a password (open network) or supports WPSTo connect via WPS:
- Press the WPS button on the router (usually it is labeled).
- On your laptop, select the network and click
Connect(no password required).
How to reset network settings on an HP laptop?
In Windows 10/11: Settings → Network & Internet → Status → Network resetIn Linux, run:
sudo nmcli networking off && sudo nmcli networking on
This will delete all saved networks and return the settings to factory defaults.