Connecting to a wireless network on laptops HP It seems like a simple task until you encounter errors like "No connections available" or "Limited access." Even new models HP Pavilion, Envy or Spectre Sometimes they require manual configuration, especially after reinstalling Windows or updating drivers. In this article, we'll cover all the steps: from basic connection to diagnosing complex issues, such as when a laptop doesn't see the network or constantly loses connection.
We will pay special attention to three key points, which are often missed: choosing the right Wi-Fi standard (802.11ac/ax), setting up adapter power saving and conflicts between the built-in module Intel Wi-Fi 6 and third-party programs like Killer NetworkingWe will also provide up-to-date information on router compatibility. TP-Link, ASUS And Keenetic for 2026.
If your laptop HP It used to connect to the network, but now it refuses to connect - check first device Manager Check for exclamation marks next to network adapters. This will save you an hour of troubleshooting.
1. Preparing your HP laptop for Wi-Fi connection
Before setting up the network, make sure that the laptop hardware is ready for operation. On models HP 2020–2026 (for example, HP Omen 16 or HP EliteBook 840) the Wi-Fi enable button can be:
- 🔄 Combined with a key
F12(requires holdingFn) - 📶 A separate physical button on the side panel (rare, but can be found on HP ZBook)
- 🖥️ Software - in the control center HP Connection Manager
On laptops with two network adapters (For example, Intel AX201 + Killer Wi-Fi) you may need to select a priority module in the BIOS. Go to BIOS Setup (key F10 when booting) and check the section Advanced → System Options → Wireless Device EnableIf the option is disabled, enable it.
⚠️ Note: On some models HP with pre-installed Windows 11 feature automatic connection to public networks enabled by default. This may result in unexpected switching to a weak signal.Wi-Fi Director networks like_Free_WiFi. Disable this option inSettings → Network & Internet → Wi-Fi → Manage known networks.
2. Step-by-step setup of Wi-Fi connection in Windows
Standard algorithm for connecting to a network on laptops HP with Windows 10/11:
- Activating the adapter: Click
Win + X, selectdevice Manager. In the sectionNetwork adaptersfind the device with the names Wireless, Wi-Fi or 802.11If there's a yellow triangle nearby, update your driver (more on that below). - Search for networks: Click on the Wi-Fi icon in the tray (bottom right) or go to
Settings → Network and Internet → Wi-FiTurn on the sliderWi-Fi. - ConnectionSelect your network from the list and enter the password. If your network isn't listed, see the "Laptop Can't Detect Wi-Fi" section.
For corporate networks (e.g. in offices) manual entry of parameters may be required:
- 🔒 Security type:
WPA2-EnterpriseorWPA3-Enterprise - 📜 Verification method:
PEAPorEAP-TTLS - 🔑 Certificate: Usually issued by the network administrator
☑️ Check before connection
On models HP with module Killer Networking (For example, HP Omen 15) the standard connection may be blocked by proprietary software. Go to Killer Control Center (tray icon) and disable the option Bandwidth Control, if it is active.
3. Updating and installing Wi-Fi drivers
Connection problems are 60% due to outdated or corrupted drivers. Laptops HP are particularly sensitive to this due to the frequent use of proprietary drivers for adapters Realtek or Intel.
Methods for updating drivers:
| Method | Instructions | Suitable for |
|---|---|---|
| Automatic update | Launch device Manager → Right-click on the adapter → Update driver → Automatic search | Standard adapters Intel/Qualcomm |
| HP official website | Please enter your laptop model support.hp.com, download the partition driver Wireless | All models including Killer Wi-Fi |
| HP Support Assistant | Install the program from the HP website and run a check for updates. | Laptops with pre-installed Windows |
| Manual installation | Download the driver from the adapter manufacturer's website (Intel, Realtek), install through device Manager | Advanced users |
Critical Information: On HP laptops with Killer Wi-Fi adapters (Omen, Pavilion Gaming models), installing standard Intel drivers may result in loss of functionality of proprietary utilities. Always use the drivers from the HP website for these models.
⚠️ Note: After updating the drivers, restart your laptop and reset the network settings: Settings → Network & Internet → Status → Network resetThis will delete all saved Wi-Fi passwords!
4. HP laptop doesn't detect Wi-Fi: causes and solutions
If the list of available networks is empty or your network is missing, check the following:
- 📡 The router is not broadcasting the SSID.: Go to your router settings (usually
192.168.1.1) and check if the option is enabledEnable SSID Broadcast. - 🔌 Hardware shutdown: On some HP EliteBook Wi-Fi is disabled by a hardware switch on the case. Check the side panels.
- 🛠️ Driver conflict: If in
Device Managertwo network adapters are displayed (for example, Intel And Killer), disable one of them. - 📶 Incompatible standard: The router is operating in the mode
802.11n, and the laptop adapter only supports802.11ac/axChange your router settings.
To diagnose in Windows, run the commands in Command prompt (administrator):
netsh wlan show driversnetsh wlan show interfaces
ping 192.168.1.1
If in the response to the first command you see Supported radio type: 802.11n, and your router is operating in mode 802.11ac — a driver update or adapter replacement is required.
What should you do if your laptop sees other networks but not yours?
This may indicate a Wi-Fi channel incompatibility. In the router settings (Wireless section), try changing the channel from "Auto" to a fixed one (e.g., 6 or 11 for 2.4 GHz). Also, check if the MAC address filter is enabled on the router—your laptop may be blacklisted.
5. Optimize Wi-Fi speed and stability
Even after successful connection, users HP often encounter low speed (less than 50 Mbps with a 100+ Mbps tariff) or connection breaksCauses and solutions:
| Problem | Solution | Tools |
|---|---|---|
| Speed below 10 Mbps | Switch from 2.4 GHz to 5 GHz in your router settings. | 192.168.1.1 → Wireless |
| Constant breaks | Turn off adapter power saving in Device Manager → Power management | Tab Power management |
| High latency (ping) | Enable QoS on your router and prioritize your laptop's traffic by MAC address. | Router Settings → QoS |
| Speed drops when charging | Disable the option USB Selective Suspend in the Windows power plan | Control Panel → Power Options |
For laptops with adapters Intel Wi-Fi 6 (For example, HP Spectre x360) it is recommended to enable the technology 160 MHz Channel Width in the driver settings:
- Open
device Manager→Network adapters→ Right-click on Intel Wi-Fi →Properties. - Go to the tab
Additionally. - Find the parameter
Wireless ModeorChannel Widthand set the valueAutoor160 MHz.
6. Solving specific problems on HP laptops
Some models HP have unique Wi-Fi issues related to their hardware platform:
- 💻 HP Pavilion Gaming: Conflict between Killer Networking and standard drivers. The solution is to completely remove the software. Killer through
Control Panel → Programsand installing drivers from the HP website. - 📱 HP Elite Dragonfly: Problems connecting to 5 GHz networks due to power saving. Disable this option.
Allow the computer to turn off this devicein the adapter properties. - 🔧 HP ZBook Studio: Requires manual configuration of network priorities. Use the command:
netsh wlan set profileorder name="Network_Name" interface="Wi-Fi" priority=1
For models with double graphics (For example, HP Omen 17 With NVIDIA + Intel) sometimes disabling the discrete video card helps Device Manager - this frees up the PCIe bus, which can be used by the Wi-Fi adapter.
⚠️ Note: On laptops HP with pre-installed Windows 11 feature Quick Resume (fast wake from sleep) may cause Wi-Fi issues after waking up. Disable it inSettings → System → Power & sleep → Additional power settings → Customize the power buttons, unchecking the boxQuick Launch.
7. Alternative ways to connect to the Internet
If you are unable to set up Wi-Fi, consider these temporary solutions:
- 📱 USB tethering: Connect your laptop to your smartphone via USB and enable modem mode in your phone's settings.
- 🌐 Mobile Wi-Fi router: Use a 4G/5G router (eg. Huawei E5577) to create a separate network.
- 🔌 Ethernet via adapter: Buy a USB-to-Ethernet adapter (for example, TP-Link UE300) and connect to the router with a cable.
- 💻 Airplane mode with Wi-Fi enabled: Sometimes this resets the network settings. Turn it on
Airplane modefor 30 seconds, then turn off, leaving only Wi-Fi.
For permanent use, we recommend setting up bridge between Ethernet and Wi-Fi, if you have access to a wired internet connection. To do this:
- Connect the Ethernet cable to your laptop.
- Go to
Control Panel → Network and Sharing Center → Change adapter settings. - Select
EthernetAndWi-Fi, right-click →Setting up the bridge.
FAQ: Frequently asked questions about setting up Wi-Fi on HP
My laptop connects to Wi-Fi, but the internet isn't working. What should I do?
Check your IP settings:
- Open
Command lineand enteripconfig /all. - If the address starts with
169.254.x.x— DHCP isn't working. Manually enter the IP (for example,192.168.1.100), mask255.255.255.0, gateway192.168.1.1and DNS8.8.8.8.
Also try disabling IPv6 in the connection properties.
How to reset network settings on an HP laptop?
In Windows 10/11:
- Go to
Settings → Network & Internet → Status. - Click
Network reset→Reset now. - After rebooting, all saved networks and passwords will be deleted.
For a full reset, also follow these steps: Command prompt (administrator):
netsh winsock resetnetsh int ip reset
ipconfig /flushdns
Is it possible to replace the Wi-Fi adapter on an HP laptop?
Yes, but there are some nuances:
- On most models, the adapter is connected via a connector.
M.2 2230(For example, Intel AX200). - Laptops HP Omen And Pavilion Gaming may have a whitelist of allowed adapters in the BIOS.
- To replace it, you will need to disassemble the laptop (warranty violation) and buy a compatible module (for example, Intel AX210 for Wi-Fi 6E).
Please check compatibility on the website before purchasing. pcpartpicker.com.
Why does my HP laptop lose Wi-Fi connection after sleep?
This is a common issue related to adapter power management. Solutions:
- Open
device Manager→Network adapters→ Right-click on your adapter →Properties→ tabPower management. - Uncheck the box
Allow the computer to turn off this device to save power. - Update your adapter driver to the latest version from the HP website.
If the problem persists, turn it off. Quick Launch in the power supply parameters.
How to connect to a hidden Wi-Fi network on an HP laptop?
Hidden networks (with disabled SSID) are added manually:
- Go to
Settings → Network & Internet → Wi-Fi → Manage known networks. - Click
Add a new network. - Enter the network name (
SSID), security type (WPA2-Personal) and password. - Check the box
Connect automatically.
Make sure that your router settings allow connection to a hidden network (option Allow Hidden SSID Connection).