How to turn on Wi-Fi on a laptop without a working keyboard: all the methods

A broken laptop keyboard is an unpleasant situation, but not critical if you urgently need to connect to Wi-Fi without physical access to the keys. Fn or combinations like Fn + F2 Enabling wireless networking seems impossible. However, there are workarounds: from built-in tools Windows to hardware solutions. In this article, we'll cover all the working methods, including those that will work even if the keyboard or touchpad is completely broken.

It's important to understand: the method depends on the cause of the breakdown. If the keyboard doesn't respond due to software failure (for example, after updating drivers), software solutions will work. If the problem hardware (physical damage, liquid ingress), external devices will be required. We'll cover both scenarios, as well as the nuances for different operating systems—from Windows 10/11 to Linux Ubuntu.

Before you begin, check if the Wi-Fi indicator on your laptop is lit. If so, the network is already active, and the issue may be with the connection settings. If the indicator is off or flashing orange, proceed to the instructions below.

📊 What caused the keyboard to stop working?
Liquid got in
Mechanical damage
Software glitch
Unknown
Another option

1. Turn on Wi-Fi using the Windows on-screen keyboard

The most obvious way is to use the virtual keyboard built into WindowsIt allows you to emulate keystrokes. Fn and function keys (F1-F12). This method works if the touchpad works, or you have a connected mouse (even a wireless one via Bluetooth).

How to open the on-screen keyboard without a physical one:

  • 🖱️ If the mouse works: right-click on launch → select Accessibility featuresOn-screen keyboard.
  • 🔍 Via search: click the magnifying glass on the taskbar → type "on-screen keyboard" → select the app.
  • 📁 Manually: Follow the path C:\Windows\System32\osk.exe and run the file (you can do this via Explorer with your mouse).

Next, proceed as follows:

  1. On the on-screen keyboard, press Fn (usually in the bottom row).
  2. Then click on the key responsible for Wi-Fi (most often F2, F3 or F12 — depends on the laptop model).
  3. Wait 5-10 seconds: the Wi-Fi indicator should light up and a network icon should appear in the tray.

Make sure your mouse or touchpad is working|

Check if the on-screen keyboard is disabled in Ease of Access settings|

If the keyboard does not open, force restart the laptop while holding down the power button |

Try connecting an external USB keyboard (if available)

-->

A nuance for Windows 11: On some builds, the on-screen keyboard may not display the key FnIn this case, try:

  • 🔄 Switch to full mode (Options button → Show keyboard for text input).
  • 🖥️ Use command line (more about her in the next section).
⚠️ Attention: If after pressing Fn + Fx Wi-Fi does not turn on, check if the adapter is disabled in Device ManagerTo do this, use the on-screen keyboard to press Win + Xdevice ManagerNetwork adapters and find the device with the word Wireless or Wi-Fi in the title. If there is a down arrow next to it, right-click and select Activate the device.

2. Managing Wi-Fi via the command line (CMD)

If the on-screen keyboard doesn't help or the key Fn It is not available, you can turn on Wi-Fi through command lineThis method is universal and works even with a partially inoperative system.

Instructions:

  1. Open CMD:
    • 🔍 Via search: enter "cmd" → select "Run as administrator".
    • 🖱️ Through the menu Win + X: Right-click on Start → “Windows Terminal (Administrator)”.
  • Enter the command to check the adapter status:
    netsh interface show interface "Wireless Network"

    Find the line in the answer Administrator status. If there Disabled, proceed to the next step.

  • Enable the adapter with the command:
    netsh interface set interface "Wireless Network" enable
  • Connect to the network:
    netsh wlan connect name="NETWORK_NAME"

    (replace NETWORK_NAME (the name of your Wi-Fi network).

  • For Linux (Ubuntu/Debian):

    • 🐧 Open the terminal (Ctrl + Alt + T - if the keyboard is partially working, or through the application menu).
    • Enter the commands:
      sudo ip link set wlan0 up
      sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"
    What to do if CMD doesn't recognize the netsh command?

    If after entering netsh The error "not an internal or external command" appears, which means:

    1. The command prompt was not launched as an administrator (you need to close it and reopen it with administrator rights).

    2. System files are damaged (try running sfc /scannow).

    3. The service is disabled in the system Autoconfig (check in services.msc).

    A critical detail: if the Wi-Fi adapter is disabled at the hardware level (via the BIOS or a physical switch), CMD commands will not work. In this case, proceed to method #4.

    3. Using a USB Wi-Fi adapter

    If the keyboard does not work at all, and the built-in Wi-Fi module is disabled at the BIOS level, the most reliable solution is external USB adapterThis small device (costing from 300 rubles) connects to any available port and is immediately detected by the system as a network adapter.

    How to select and connect:

    • 🛒 Models for Windows: TP-Link TL-WN725N, ASUS USB-AC51 (support Wi-Fi 5 And Wi-Fi 6).
    • 🐧 For Linux: check compatibility on the manufacturer's website (look for drivers for Ubuntu/Debian).
    • 🔌 Connect the adapter to the USB port → wait for the drivers to be installed automatically (in Windows 10/11 they are installed independently).
    • 📶 Click on the network icon in the tray → select your Wi-Fi network → enter the password.
    Adapter model Speed Windows support Linux support Price (2026)
    TP-Link TL-WN725N 150 Mbps ✅ (drivers included) ✅ (requires manual installation) ~350 rubles
    ASUS USB-AC51 433 Mbps ✅ (Plug & Play) ❌ (limited support) ~1,200 rubles
    Edimax EW-7811Un 150 Mbps ✅ (driver rtl8188eu) ~400 rubles

    Advantages of the method:

    • ✅ Works even if the keyboard and touchpad are completely inoperative.
    • ✅ Does not require access to BIOS or system settings.
    • ✅ Can be used on any device (including PCs without Wi-Fi).
    ⚠️ Attention: Cheap adapters (especially no-name ones with AliExpress) may not support modern standards Wi-Fi 6 or have driver issues. Before purchasing, check reviews for compatibility with your OS version.

    4. Enabling Wi-Fi via BIOS/UEFI

    If Wi-Fi is disabled at the BIOS level (for example, after a factory reset or update), you can enable it directly in the configuration menu. This method is useful if the keyboard doesn't work, but you can access the BIOS via mouse (this is possible in modern UEFI systems).

    Step-by-step instructions:

    1. Turn off your laptop → turn it on while immediately holding down the key to enter BIOS (usually Del, F2, F12 or Esc — depends on the model). If the keyboard does not work, try:
      • 🔄 Use hardware button (on some laptops, for example, Lenovo, there is a separate button Novo Button to enter BIOS).
      • 🖱️ Connect USB keyboard (even the cheapest one) - it will work in BIOS.
  • In the BIOS menu, find the section AdvancedOnboard Devices Configuration (or similar).
  • Find the parameter Wireless LAN, Wi-Fi or WLAN and set the value Enabled.
  • Save settings (F10) and restart the laptop.
  • Wi-Fi settings location in BIOS for popular brands:

    • ASUS: Advanced → Onboard Devices Configuration → Wireless Radio Control.
    • HP: System Configuration → Built-In Device Options → WLAN.
    • Lenovo: Configuration → Wireless → WLAN.
    • Acer: Main → F12 Boot Menu → Network Boot → Wireless LAN.

    If Wi-Fi still doesn't work after enabling it in BIOS, check:

    • 🔧 Are the adapter drivers installed (in Device Manager There should be no exclamation marks next to network devices).
    • 🔄 Have your network settings been reset after a Windows update (try rolling back the driver).

    5. Connect to Wi-Fi via smartphone (USB tethering or Bluetooth)

    If all the previous methods didn't work and you need the Internet urgently, you can use your smartphone as modemThis is a temporary solution, but it will save you in a critical situation.

    Method 1: USB tethering

    1. Connect your smartphone to your laptop via USB cable.
    2. Turn on your phone Modem mode (Android: Settings → Network & Internet → Hotspot & Tethering; iPhone: Settings → Tethering).
    3. On your laptop, a network connection icon (usually with the name of your phone) will appear in the tray.

    Method 2: Bluetooth tethering

    • 📱 Turn on Bluetooth and modem mode on your phone (as in method 1).
    • 🖥️ On your laptop, open Settings → Devices → Bluetooth → connect to your phone.
    • 🔗 In your phone settings, select the option Connecting via Bluetooth.

    Limitations of the method:

    • ⚠️ The speed will be lower than direct Wi-Fi (especially when using Bluetooth tethering).
    • ⚠️ Some operators block tethering or limit traffic.
    • ⚠️ On iPhone installation may be required iTunes for USB tethering.

    6. Alternative solutions: System restore or reset

    If Wi-Fi does not turn on due to a software failure (for example, after updating drivers or a virus attack), this will help system restore or a factory reset. These methods should be used as a last resort, as they may delete user data.

    Restore via a rollback point:

    1. Open Control Panel → Recovery → Open System Restore.
    2. Select a rollback point to a date when Wi-Fi worked.
    3. Confirm the action and wait for the reboot.

    Reset Windows (without data loss):

    1. Go to Settings → Update & Security → Recovery.
    2. Select Reset your computer to its original stateSave my files.
    3. Follow the instructions (it will take about 30-60 minutes).
    ⚠️ AttentionIf your laptop came with Windows pre-installed, resetting it may restore the trial version of Office or bloatware (unnecessary programs). You can remove them manually via Settings → Applications.

    For Linux similar actions are performed through the terminal:

    • 🐧 Restoring packages:
      sudo apt-get install --reinstall network-manager
    • 🔄 Reset network settings:
      sudo rm /etc/NetworkManager/system-connections/*
      sudo systemctl restart NetworkManager

    7. Hardware malfunctions: when repairs are essential

    If none of the methods helped, the problem may be in physical damage Wi-Fi module or keyboard. Here are some signs that your laptop needs repair:

    • 🔴 The Wi-Fi indicator does not light even after all the manipulations.
    • 🔌 In Device Manager The adapter is displayed with an error (code 10, 43 or 45).
    • 💧 The keyboard shows signs of liquid, oxidation, or mechanical damage.
    • 🔊 When turning on the laptop, you hear extraneous sounds (cracking, squeak) - this may indicate problems with the motherboard.

    What you can do yourself:

    • 🔧 Check the Wi-Fi antenna connections (on some laptops, they're connected to a module and can become detached). To do this:
      1. Remove the back cover of the laptop (you will need a screwdriver) PH00).
      2. Find the Wi-Fi module (usually next to the cooler, looks like a small board with two antenna wires).
      3. Carefully disconnect and reconnect the antennas.
  • 🧹 Clean the module contacts with an eraser (if there is oxidation).
  • When to contact service:

    • 💻 If the Wi-Fi module is burned out (determined by a multimeter).
    • ⌨️ If the keyboard does not work due to damage to the cable.
    • 🔋 If the problem is in the motherboard's south bridge (requires resoldering).
    • Problem Cost of repairs (2026) Term
      Replacing the Wi-Fi module 800–2,000 rubles 1–2 days
      Replacing the keyboard cable 1,000–2,500 rubles 2-3 days
      Re-soldering the south bridge 3,000–6,000 rubles 3–7 days
      Cleaning from liquid 1,500–4,000 rubles 2–5 days
      ⚠️ AttentionIf your laptop is under warranty, do not disassemble it yourself—this will void the warranty. Contact the brand's official service center (ASUS, HP, Lenovo and others).

      FAQ: Frequently Asked Questions

      Is it possible to turn on Wi-Fi without a keyboard on a MacBook?

      On MacBook If your keyboard isn't working, you can turn on Wi-Fi using:

      1. Siri voice assistant: Say "Turn on Wi-Fi" (if the microphone is working).
      2. Touch Bar: If the touchpad is active, tap the Wi-Fi icon.
      3. USB keyboard: connect an external keyboard and use the shortcut Shift + Option + Brightness (for models with macOS Monterey and newer).

    You can also use terminal:

    networksetup -setairportpower en0 on

    (Where en0 — the name of the Wi-Fi interface, check via networksetup -listallhardwareports).

    Why doesn't Wi-Fi work after enabling it in BIOS?

    Possible reasons:

    • 🔧 The adapter driver is corrupted.: open device Manager → delete the device with the name Wireless → Restart your laptop (the driver will be installed automatically).
    • 🔄 The network is disabled in Windows settings.: check Settings → Network and Internet → Wi-Fi — the slider should be in the “On” position.
    • 🛡️ Antivirus is blocking the network: temporarily disable protection (eg. Kaspersky or Avast) and check the connection.
    • 🔌 Hardware lock: on some laptops (eg. Dell Latitude) there is a physical Wi-Fi switch on the case.
    How do I turn on Wi-Fi on a Linux laptop if the keyboard isn't working?

    IN Ubuntu/Debian:

    1. Connect USB mouse (if the touchpad does not work).
    2. Open the terminal via the application menu or a shortcut Ctrl + Alt + T (if the keys work partially).
    3. Enter the commands:
      sudo ip link set wlan0 up
      sudo nmcli radio wifi on
    4. Connect to the network:
      sudo nmcli dev wifi connect "NETWORK_NAME" password "PASSWORD"

    If the terminal is not available, use USB-Wi-Fi adapter (as in method #3).

    What should I do if my laptop doesn't see the network after turning on Wi-Fi?

    The problem may be:

    • 📡 Wrong region: V Device Manager Open the Wi-Fi adapter properties → tab Additionally → install Country Region in the meaning of your country (for example, #5 (RU) for Russia).
    • 🔄 Channel conflict: if the router is operating on the channel 12–14, and the adapter does not support them, change the router channel to 1–11.
    • 🔋 Energy savings: in the adapter properties, disable the option Allow the computer to turn off this device to save power.

    Also try update driver manually from the laptop manufacturer's website (not through Windows Update).

    Is it possible to turn on Wi-Fi via Safe Mode?

    Yes, but with restrictions:

    1. Restart your laptop → hold down while starting Shift + F8 (For Windows 7) or Shift + Restart (V Windows 10/11 via the start menu).
    2. Select Safe Mode with Networking.
    3. In safe mode, Wi-Fi should work automatically (if the problem was in drivers or services).

    If the network does not appear, the problem hardware (see section 7).