How to Enable Wi-Fi on an HP ProBook Laptop: 5 Working Methods

The wireless network refuses to work on your HP ProBook, and the Wi-Fi indicator is off or blinking orange? This problem is familiar to many owners of business laptops from Hewlett-Packard, where often the culprit is not only a software glitch, but also the hardware features of the model. Unlike consumer laptops, ProBook equipped with advanced security settings that can block the Wi-Fi adapter at the BIOS level or through corporate policies.

In this article, we will look at all the possible reasons why Wi-Fi does not turn on HP ProBook 430/440/450/640/650 and other models of the series, and we will also give step-by-step instructions for every situation—from basic hotkey activation to manual driver installation and resetting network settings. We'll pay special attention to hidden BIOS functions that the manufacturer does not advertise in the official documentation, but which often become a source of problems.

If you're in a hurry, use the quick checklist in the next section. For a more in-depth diagnosis, read the full article: here you'll find solutions even for rare cases where Wi-Fi drops after a Windows update or hard drive replacement.

Quick Check: 4 Steps Before Setting Up Wi-Fi

Before messing around with settings, follow these simple steps. In 60% of cases, the problem is resolved at this step:

Make sure your router is turned on and distributing the network (check on your phone)

Click Fn + F12 (or the key with the antenna) is the standard combination for Wi-Fi on the ProBook

Look at the wireless network indicator (usually on the right side of the case) - is it white/blue?

Launch device Manager and check if there is an exclamation mark next to Network adapters-->

If Wi-Fi works after these steps, the problem was a mechanical disconnect or temporary glitch. If not, read on.

📊 What is your HP ProBook model?
430/440 G8/G9
450/455 G7/G8
640/650 G9
Another model of the ProBook series
I don't know the model

Method 1: Hotkeys and Hardware Enablement

On laptops HP ProBook The Wi-Fi adapter can be disabled either programmatically or physically—using a special key combination or a hardware switch. The manufacturer uses two control systems:

  • 🔑 Key Fn + F12 — a standard combination for most models. On the key F12 There's usually an antenna drawn on it. Press it once, and the Wi-Fi indicator should light up white or blue.
  • 📶 Hardware switch - on some models (for example, ProBook 640 G2) On the left side of the case there is a physical slider for the wireless modules. Move it to the position ON.
  • 🖥️ Combination Fn + PrtScr — a rare option, but found on older ProBook models (pre-2018). Try it if the standard combination doesn't work.

If after pressing the keys the Wi-Fi indicator does not light up or blinking orange—this indicates that the adapter is blocked at the BIOS level or drivers are missing. Proceed to the next method.

Method 2: Check BIOS/UFEI settings

One of the most common reasons why Wi-Fi doesn't turn on HP ProBook — a disabled adapter in the BIOS. This is especially true for corporate laptops, where administrators may have blocked wireless modules via security policies. To check:

  1. Restart your laptop and press immediately F10 (or Esc → F10 (on some models) to enter BIOS.
  2. Go to the section System Configuration → Built-In Device Options.
  3. Find the parameter Wireless LAN or WLAN - he must be in position Enabled.
  4. If there is a point Wireless Button Control - install it in OS Controlled.
  5. Save changes (F10 → Yes) and reboot.

On new models (ProBook 650 G9 and newer) the path may differ: Advanced → Device Options → Wireless Devices.

What to do if there is no Wireless LAN option in BIOS?

On some ProBooks (especially those with a module Intel AX201/AX210) the option is hidden. Try:

1. Update BIOS to the latest version from the official HP website.

2. Reset BIOS to factory settings (F9 → Load Defaults).

3. If the laptop is corporate, protection may be enabled. HP Sure Start, which blocks changes. In this case, administrator access is required.

⚠️ Attention: On models with HP Sure Start (For example, ProBook 640 G6) Resetting the BIOS may require entering a recovery code. Make sure you have a backup copy of your data before changing any settings.

Method 3: Installing and updating drivers

If the Wi-Fi adapter is enabled, but networks are still not displayed, the problem is most likely with the drivers. HP ProBook They often conflict with universal Windows drivers, especially after major updates (for example, upgrading from Windows 10 to 11). Here's how to fix it:

Step 1: Check the current driver status

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the branch Network adapters.
  3. Find the device with the names Wi-Fi, Wireless, Intel or Realtek.
  4. If there is an exclamation mark next to it, the driver is not working properly.

Step 2: Automatic Update

Right-click on the adapter → Update driver → Automatic searchIf Windows finds an update, install it and reboot.

Step 3: Manual installation from the HP website

Automatic search often fails to find up-to-date drivers. Download them manually:

  1. Go to HP official website (enter your laptop model in the search).
  2. In the section Drivers Find the latest version for your adapter (eg. Intel Wi-Fi 6 AX201).
  3. Download and install the driver following the instructions.
Adapter model Common problems Recommended driver
Intel Wi-Fi 6 AX200/AX201 No 5GHz networks, slow speed Version 22.240.0 or later
Realtek RTL8822CE Constant connection breaks Version 2026.0.10.204
Broadcom 43142 Does not connect to hidden networks Version 7.35.346.0
⚠️ Attention: If Wi-Fi disappears completely after installing the driver, roll back to the previous version via Device Manager → Adapter Properties → Roll Back AdapterThis is a common problem with drivers. Realtek on ProBook 450 G8.

Method 4: Diagnostics via command line

If the drivers are installed but Wi-Fi still isn't working, check the adapter's status using the command line. This method helps identify hidden errors that aren't visible in the graphical interface.

Open Command prompt as administrator (Win + X → Terminal (Administrator)) and execute the commands in order:

netsh wlan show drivers

netsh wlan show interfaces

ping 8.8.8.8

ipconfig /all

What to look for in the results:

  • 🔍 In conclusion netsh wlan show drivers line Radio type must contain 802.11n/ac/ax. If there Absent — the adapter is disabled at the hardware level.
  • 📡 In netsh wlan show interfaces check the status State - If disconnected, try connecting manually through netsh wlan connect name=NETWORK_NAME.
  • 🌐 If ping 8.8.8.8 It works, but the internet doesn't work - the problem is in the DNS (fix it via ipconfig /flushdns).

Method 5: Reset network settings and services

Sometimes Wi-Fi won't turn on due to a Windows service failure or a network profile conflict. Perform a hard reset:

Reset via Windows Settings

  1. Open Settings → Network & Internet → Status.
  2. Click Network Reset → Reset Now.
  3. Confirm the action and wait for the reboot.

Manual reset of services

If resetting via parameters did not help, run these commands in Command Prompt (Administrator):

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

sc config Wlansvc start= auto

sc start Wlansvc

Once completed, restart your laptop. This will reset all network services to factory settings.

⚠️ Attention: On corporate ProBooks with HP Client Security Resetting the network may delete connection certificates for work VPNs. If your laptop was company-issued, check with your IT department to make sure this is allowed.

Common mistakes and their solutions

Let's look at the specific mistakes that owners encounter. HP ProBook, and ways to eliminate them:

Error Cause Solution
The Wi-Fi indicator is blinking orange Hardware Lock (Airplane Mode) Click Fn + PrtScr or check the BIOS
The network connects, but there is no internet access. Incorrect IP/DNS settings Set DNS 8.8.8.8 And 8.8.4.4 manually
Wi-Fi disappears after sleep/hibernation Adapter power saving Turn it off Allow the device to turn off to save power in the adapter properties
5 GHz networks are not visible Outdated driver or router settings Update the driver and check the channel on the router (should be ≤ 149)

If none of the methods helped, the problem may be in physical malfunction Wi-Fi module. On HP ProBook the adapter is often connected via a connector M.2 2230 (key A+E) and may become corroded or come out of the slot. In this case, disassembling the laptop is required.

FAQ: Answers to Frequently Asked Questions

Why does Wi-Fi on my ProBook 450 G8 only work after a reboot?

This is a known issue with the drivers. Intel AX201 on Windows 11. Solution:

  1. Disable fast startup: Control Panel → Power Options → Choose what the power buttons do → Change unavailable settings → Uncheck "Turn on fast startup".
  2. Install the driver version 22.200.0 (not newer!) from the HP website.
How do I turn on Wi-Fi if my keyboard doesn't work (I can't press F12)?

Use the virtual keyboard:

  1. Open Start → Ease of Access → On-Screen Keyboard.
  2. Click Fn on the virtual keyboard, then click on F12.
  3. Or turn on Wi-Fi via Settings → Network and Internet → Wi-Fi (if the adapter is not blocked in BIOS).
Is it possible to replace the Wi-Fi module on the ProBook with a more powerful one?

Yes, but with restrictions:

  • 🔧 ProBook 430/440/450 support modules M.2 2230 (key A+E) - for example, Intel AX210 or Qualcomm FastConnect 6800.
  • ⚠️ On models with HP Sure Start (for example, 650 G9) the new module may not work without flashing the BIOS.
  • 🛠️ To replace it, you need to disassemble the laptop (remove the bottom cover and disconnect the battery).

Before purchasing, check compatibility on the module manufacturer's website.

Wi-Fi stopped working after updating the BIOS. What should I do?

This is a typical problem when updating the BIOS on ProBook With Intel Wi-Fi 6Solutions:

  1. Roll back to the previous BIOS version (if you have a backup copy).
  2. Reset BIOS to factory settings (F9 → Load Defaults).
  3. Install the Wi-Fi driver manually (see Method 3), even if Windows says it is up to date.

If nothing helps, contact HP support, specifying the BIOS version and adapter model.

How to enable Wi-Fi on ProBook with Linux (Ubuntu, Fedora)?

On Linux the process is different:

  1. Check if the adapter is recognized: lspci | grep -i network.
  2. If the adapter is visible, but Wi-Fi does not turn on, use:
    sudo rfkill unblock wifi
    

    sudo systemctl restart NetworkManager

  3. For Intel AX200/AX210 Kernel version 5.4+ may be required. Update your system:
    sudo apt update && sudo apt upgrade