How to turn on Wi-Fi if your laptop keyboard isn't working

When a laptop keyboard stops working, it always catches you by surprise, especially if you urgently need to access the internet. Most often, users experience function key failure. Fn or the F-row keys, which are responsible for activating the wireless module. Without the ability to press the usual combination, for example Fn + F2 or Fn + F5, the computer remains in airplane mode and the network icon simply disappears from view.

Fortunately, the operating system Windows provides a variety of alternative tools for managing network interfaces without using physical buttons. You can activate the adapter through the graphical interface, system services, or even the command line, bypassing a broken keyboard. In this article, we'll cover all the available methods to help you restore your global network connection.

Before attempting any complex steps, it's worth checking whether the module is blocked by software via Airplane Mode. Sometimes the system mistakenly interprets a driver failure signal as a physical disconnection. If the laptop's indicators are lit but there's no network connection, the problem may lie in a software conflict or a power management setting issue, which we'll address.

Using Network and Adapter Settings

The most reliable and proven way to enable wireless connectivity without using a keyboard is to use the classic network connection management interface. This method works on all versions of Windows, starting with Windows 7 and ending with the current one Windows 11You only need a mouse or touchpad to access the menus you need.

To begin, right-click the network connection icon in the system tray (near the clock) or open "Settings" from the Start menu. You need to find the section responsible for network status. In older versions of the system, the path will look like this: Control Panel → Network and Internet → Network and Sharing CenterIn the new versions of Windows 10 and 11, the interface has been changed, but the essence remains the same.

In the window that opens, find the link "Change adapter settings" (in Windows 11, this may be hidden in advanced network settings). A list of all network interfaces will open. Find the one with the name Wireless network or Wi-FiIf it's grayed out and labeled "Disabled," simply right-click on it and select "Enable."

⚠️ Note: If you don't see a wireless network icon at all in the list of adapters, and instead only see "Ethernet" or "Local Area Connection," this may indicate that the device driver has been removed or the module itself is disabled in the BIOS.

After turning on the adapter, the system will begin searching for available networks. If the drivers are installed correctly, a list of available access points will appear immediately. Otherwise, a red cross may appear next to the icon, indicating that you will need to check the drivers in Device Manager.

Setting up via Windows Device Manager

If standard methods don't help, it's possible the wireless module was forcibly disabled at the driver level or there was a software glitch. In this case, device ManagerThis is a powerful administration tool that allows you to manage all the hardware connected to your computer.

To open the task manager without a keyboard, right-click the Start button and select the appropriate item from the context menu. In the list of devices, find the "Network adapters" section and expand it. Here you will see a list of all network cards, including wired and wireless. Look for a device whose name contains the words Wireless, Wi-Fi, 802.11 or chipset brand name, for example Intel, Realtek, Qualcomm Atheros.

Right-click your adapter. If the context menu contains an "Enable device" option, it was disabled by software—go ahead and click it. If there's no "Enable" option but a "Disable" option, the device is already active. In this case, you can try selecting "Scan for hardware changes" or "Uninstall device" (without removing the drivers), and then select "Action → Scan for hardware changes" from the top menu to have the system reinitialize the module.

A common cause of non-operation is the power saving setting. Windows may disable the adapter to conserve battery power, after which it stops responding to power-on commands. Double-click the adapter, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."

Status in Device Manager Possible cause Action
Gray down arrow The device was manually disabled Right-click → Enable device
Yellow exclamation mark Driver error or resource conflict Update driver or remove device
Code 10 (Unable to start) Hardware initialization failure Reboot or reset BIOS
The device is not on the list The adapter is disabled in the BIOS or is faulty BIOS check or hardware repair

☑️ Diagnostics in Device Manager

Completed: 0 / 4

Activation via command line and PowerShell

For advanced users whose keyboard isn't working but can enter text via the on-screen keyboard or copy-paste, using the command line is an excellent solution. This method allows for low-level control of network interfaces, bypassing graphical interface glitches.

First, you need to open a command prompt with administrator privileges. Right-click Start and select Windows PowerShell (Admin) or Command Prompt (Admin). To find out the exact name of your network connection, enter the command netsh interface show interface and press Enter. In the list, find the name that corresponds to your Wi-Fi (usually "Wireless Network" or "Wi-Fi").

To enable the adapter, use the following syntax. Please note that the interface name must be written exactly as it appears in the system, including quotation marks if the name contains spaces.

netsh interface set interface name="Wireless Network" admin=enabled

If you need, on the contrary, to turn off the interfering adapter, replace the parameter enabled on disabledIn PowerShell, you can use more modern cmdlet commands, for example Enable-NetAdapter -Name"Wi-Fi", but classic netsh Works more stably on older versions of Windows.

⚠️ Important: When entering commands, be extremely careful about letter case and spaces in the interface name. If the command returns an "Interface not found" error, try copying the name from the list returned by the command. show interface.

This method is especially useful when the Windows graphical interface freezes or the Power button in Settings is grayed out. The command line sends a direct request to the system kernel, which often allows you to bypass software blockages.

Using the On-Screen Keyboard for Hotkeys

Many people forget that Windows has a fully-fledged virtual keyboard built into it that emulates physical keystrokes. If your mechanical keyboard is broken but your touchpad is working, you can use the on-screen keyboard to access keyboard shortcuts.

Open Start, find Ease of Access in the list of programs, and launch On-Screen Keyboard. An image of the keyboard will appear on the screen. The problem is that the standard on-screen keyboard doesn't always have function keys. F1-F12 or button FnTo activate them, press the key Fn on the on-screen keyboard itself (if there is one) or go to settings (Options button) and enable the display of function keys.

However, there is a nuance: software pressing Fn The on-screen keyboard often doesn't send a signal to the laptop controller, because Fn It's processed by hardware before reaching the OS. Therefore, this method will only work if your laptop's Wi-Fi switching is implemented via a software hotkey (for example, in the manufacturer's utilities), and not via a hardware switch.

Try pressing the combination on the screen that corresponds to your laptop: Fn + F2, Fn + F5, Fn + F12 or a separate button with an image of an antenna. If after pressing it, the airplane mode indicator lights up on the screen or the network status changes, then the method worked.

Why doesn't Fn work on the on-screen keyboard?

The Fn (Function) key on most laptops is processed by the embedded controller (EC) at the BIOS level, without ever reaching the operating system. Therefore, software emulation via the OS is often ignored by the laptop hardware.

Checking BIOS and UEFI settings

If none of the software methods help, the wireless module may be disabled at the BIOS/UEFI level. This often happens after resetting the motherboard, updating the BIOS, or due to a CMOS battery failure. In this case, the operating system simply doesn't detect the device.

To enter the BIOS, you need to restart the laptop and actively press the enter key while turning it on (before the Windows logo appears). This is usually F2, Del, F10 or EscSince the keyboard isn't fully functional, you'll have to rely on luck or use an external USB keyboard if you have one handy. Without an external keyboard, accessing the BIOS when the built-in keyboard isn't working is nearly impossible, unless your laptop has a touchscreen that supports BIOS entry.

Once in the BIOS menu, use the arrow keys (if enabled) or the mouse (in modern UEFI systems) to navigate. You need to find the section related to device configuration. Look for tabs with the following names: Advanced, Configuration, Security or Power Management.

Inside, find the setting responsible for wireless communication. It may be called Wireless LAN, WLAN Device, Onboard Wireless or Network Adapter. Make sure there is a value next to it. Enabled (Enabled) If it's worth it Disabled, change the value, save the settings (usually the key F10) and reboot.

⚠️ Note: The BIOS interface may vary depending on the laptop manufacturer (HP, Dell, Lenovo, Asus). If you're unsure of what you're doing, it's best to take a photo of the settings screen before changing any settings so you can restore everything to its original state.

Additional methods and use of external devices

In extreme cases, if you can't turn on Wi-Fi using built-in tools and need internet access urgently, you can resort to using external devices. The simplest option is to connect a USB Wi-Fi adapter. Modern operating systems have an extensive driver database and often recognize such adapters automatically, without the need for additional software.

You can also use your smartphone as a USB modem. Connect your phone to your laptop via a USB cable, go to your phone's settings (under "Access Point & Tethering"), and enable "USB Modem." Your computer will treat this as a wired Ethernet connection, allowing you to download the necessary drivers to repair your primary Wi-Fi card or simply access the network.

Another option is to use an external USB keyboard. It's a simple but effective solution. By connecting a regular keyboard, you can easily access the BIOS, check drivers, or use hotkeys that don't work on your laptop's built-in keyboard.

If the problem stems from a physical failure of the keyboard cable (often caused by liquid spills or drops), software solutions will only provide temporary relief. In this case, consider replacing the keyboard module or permanently using external peripherals.

📊 What caused the keyboard on your laptop to break?
Liquid ingress
Mechanical damage
Wear of the cable
Manufacturing defect
Unknown

Frequently Asked Questions (FAQ)

Is it possible to completely disable driver verification so that Windows can find Wi-Fi on its own?

You can completely disable driver digital signature verification through the "Boot Options" menu (press F8 or Shift+Restart), but this won't magically force Windows to find the driver if it's not in the database. However, connecting to the internet via your phone's USB modem often allows Windows Update to automatically download and install a missing driver for the wireless module.

Why did Wi-Fi stop working after reinstalling Windows, even though the keyboard was intact?

Most likely, the new version of Windows is missing a driver for your specific wireless adapter model. The default OS may not support older or specific chipsets. Solution: Download the driver from another device (via phone or another PC) and install it manually, or use a USB modem for the initial connection.

Does a dead CMOS battery affect Wi-Fi performance?

Yes, indirectly. If the BIOS battery dies, the settings may reset to factory defaults, where the wireless module may be disabled by default. This can also cause the system time to reset incorrectly, causing certificate errors when attempting to connect to secure networks.

How to turn on Wi-Fi on an HP or Lenovo laptop without keys?

On HP laptops, the combination often works Fn + F12 (If the orange light is on, Wi-Fi is off). On Lenovo - Fn + F5 or F7If the keys don't work, use the Network and Sharing Center or Device Manager method described at the beginning of the article. Some Lenovo models have a physical switch on the side of the case.

Can a virus disable Wi-Fi?

Yes, there are malware programs that block network adapters or change DNS and proxy settings, making it impossible to connect to the network. Scan your computer with an antivirus program, connect via Ethernet or USB modem, and reset the network settings using the command netsh winsock reset.