How to Enable Wi-Fi on a Motherboard: From BIOS to Drivers

Have you built a new computer or upgraded your motherboard, but can't connect to a wireless network? The problem most often stems not from the router, but from incorrect settings on the board itself or the operating system. The built-in Wi-Fi module (if your model has one) requires proper activation at several levels: from the hardware switch to the software drivers.

In this article, we will look at all possible ways to enable Wi-Fi on motherboards with an integrated adapter - from checking the physical connection of the antennas to the intricacies of setting it up BIOS/UEFI and installing drivers in Windows 10/11 or LinuxWe'll pay special attention to common errors that may prevent a module from being detected by the system, and how to resolve them without contacting a service center.

If your motherboard does not have built-in Wi-Fi (for example, budget models with chipsets B450 or H310), but you want to add a wireless connection - at the end of the article we will give recommendations on choosing external adapters and setting them up.

1. Checking the presence of a Wi-Fi module on the motherboard

Before attempting to enable Wi-Fi, make sure your motherboard is equipped with it. Not all models have a built-in wireless adapter—it's most often found in premium series (ASUS ROG, MSI MEG, Gigabyte AORUS) or boards with suffixes Wi-Fi/AC/AX in the title (for example, ASUS Prime Z690-P WiFi).

How to check:

  • 🔍 Visual inspection: On the back of the board, look for two antenna connectors (usually marked as Wi-Fi or ANT1/ANT2). If they are not there, there is no module.
  • 📄 Documentation: Check the specifications on the manufacturer's official website. In the section Wireless or Connectivity there should be a mention of support Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax).
  • 💻 Device Manager: IN Windows open device Manager (Win+X → device Manager) and check the branch Network adaptersAvailability of devices with names Intel Wireless-AC, Qualcomm Atheros or MediaTek Wi-Fi confirms the presence of the module.

If you don't have the module, but want to add Wi-Fi, you can use:

  • 🖥️ PCIe adapter: Internal cards (eg. TP-Link Archer TX3000E) with support Wi-Fi 6 and connector PCIe x1.
  • 🔌 USB adapter: Compact devices (eg ASUS USB-AX56) for laptops and PCs without free slots.
  • 📡 M.2 adapter: Format modules M.2 2230 (For example, Intel AX200), if the board has a corresponding slot with a key E.
⚠️ Attention: Some motherboards have a connector M.2 Key E for the Wi-Fi module, but it's not enabled by default. In this case, the module must be purchased and installed separately.

2. Activating Wi-Fi in BIOS/UEFI

Even if the Wi-Fi module is physically present, it may be disabled in the BIOS settings. This is a common situation after a factory reset or firmware update. To enable the module:

  1. Restart your computer and enter BIOS by pressing Del, F2 or F12 (the key depends on the board manufacturer).

  2. Locate the section related to wireless devices. Depending on your BIOS version, it may be called:

    • Advanced → Onboard Devices Configuration
    • Peripherals → Wireless LAN
    • Settings → Wi-Fi/Bluetooth
  • Find the parameter Wi-Fi, WLAN or Wireless LAN Controller and set the value Enabled.

  • Save changes (F10) and restart your PC.

  • Examples of BIOS interfaces for popular manufacturers:

    Manufacturer BIOS section Parameter to enable
    ASUS Advanced → Onboard Devices Configuration Wi-Fi Controller ModeEnabled
    MSI Settings → Advanced → Integrated Peripherals Wireless LAN ControllerEnable
    Gigabyte Peripherals → USB Configuration Onboard Wi-FiEnabled
    ASRock Advanced → Chipset Configuration Wireless LANAuto or Enabled

    If there is no mention of Wi-Fi in the BIOS, this may mean:

    • 🔌 The module is not connected to the connector M.2 Key E (if it is removable).
    • 🔄 The BIOS firmware is outdated and does not support your module (you need to update it).
    • ❌ The module is physically damaged or faulty.
    📊 What is your motherboard manufacturer?
    ASUS
    MSI
    Gigabyte
    ASRock
    Another

    3. Installing and updating drivers

    Even if Wi-Fi is enabled in the BIOS, without the correct drivers the module will not work in the operating system. Let's look at the process for Windows 10/11 And Linux.

    For Windows:

    1. Open device Manager (Win + X → Device Manager).

    2. Expand the branch Network adaptersIf there is a device with an exclamation mark (for example, Unknown Device), this is your Wi-Fi module without a driver.

    3. Download the driver from the official website of the motherboard manufacturer (section Support → Drivers). Look for a driver for Wireless LAN or Wi-Fi.

    4. Install the driver and restart your PC. The Wi-Fi icon should appear in the system tray.

    Popular Wi-Fi module models and their drivers:

    • 📡 Intel AX200/AX201/AX210: Driver Intel PROSet/Wireless from the website Intel.
    • 📡 Qualcomm Atheros QCA61x4: Driver Qualcomm Wi-Fi Driver from the board manufacturer's website.
    • 📡 MediaTek MT7921: Driver MediaTek Wi-Fi 6 Driver (often supplied with the board).

    For Linux (Ubuntu/Debian):

    Most distributions already include drivers for popular Wi-Fi modules in the kernel, but sometimes manual installation is required:

    sudo apt update
    

    sudo apt install firmware-iwlwifi # For Intel Wi-Fi

    sudo modprobe iwlwifi

    If the module is not detected, check the support for your model on the website Linux Wireless Wiki.

    ☑️ Check Wi-Fi drivers

    Completed: 0 / 5
    ⚠️ Attention: Never download drivers from third-party websites (for example, driverpack.io). They often contain malware. Use only official sources: motherboard manufacturer websites (ASUS, MSI etc.) or Wi-Fi chips (Intel, Qualcomm).

    4. Checking the physical connection of the antennas

    If the Wi-Fi module is enabled in the BIOS and the drivers are installed, but networks are still not visible, the problem may be with the antennas. Most motherboards with Wi-Fi come with two removable antennas that connect to the connectors. ANT1 And ANT2 on the back panel.

    What to check:

    • 📶 Connection: The antennas must be screwed tightly into the connectors. Check for loose connections.
    • 🔄 Position: Antennas must be vertical and not touch the metal parts of the case (this will degrade the signal).
    • 🔧 Integrity: Inspect the antenna cables for damage. If the cable is damaged, it must be replaced.

    If antennas are lost or damaged, compatible replacements can be used. For example, antennas with a connector are compatible with most boards. IPEX/U.FL and frequency 2.4/5 GHzPopular models:

    • 📡 TP-Link TL-ANT2408CL (2 pcs., 2dBi)
    • 📡 ASUS Wi-Fi Antenna (included with some boards)
    • 📡 D-Link ANT24-0700 (universal, 7dBi)

    5. Setting up Wi-Fi in the operating system

    After successfully activating the module at the hardware level, all that remains is to configure the network connection. Let's look at the process for Windows And Linux.

    Windows 10/11:

    1. Click on the network icon in the tray (bottom right) and select the desired network.

    2. Enter your password and click Connect.

    3. If the network is not listed, click Troubleshooting or check if the adapter is turned on Network and Control Center.

    If the connection fails:

    • 🔄 Restart the adapter: IN Device Manager Right-click on your Wi-Fi adapter and select Disconnect the device, then Turn on the device.
    • 📡 Change the channel on the router: In the router settings (192.168.1.1) try setting a fixed channel (eg 6 for 2.4 GHz or 36 for 5 GHz).
    • 🔒 Check the security type: Make sure your router is using WPA2-PSK or WPA3 (outdated WEP may not be supported).

    Linux (Ubuntu/Debian):

    To connect to Wi-Fi in Linux, use the utility nmcli or graphical interface NetworkManager:

    # View available networks
    

    nmcli dev wifi list

    Connecting to the network

    nmcli dev wifi connect "Network_Name" password "password"

    If networks are not displayed, check the adapter status:

    ip a # Check interfaces (look for wlan0 or wlp3s0)
    

    sudo ifconfig wlan0 up # Enable the adapter (if disabled)

    How to reset network settings in Windows?

    If the connection keeps dropping, try resetting the TCP/IP stack. Open a command prompt as administrator and run: netsh int ip reset netsh winsock reset

    After this, restart your PC.

    6. Diagnosis of typical problems

    If Wi-Fi still doesn't work, use this table for diagnostics:

    Symptom Possible cause Solution
    Wi-Fi is not enabled in BIOS The module is not connected to M.2 Key E or faulty Check the physical connection of the module. If it is removable, reinstall it.
    The Device Manager shows Unknown Device Driver missing Download the driver from the official website of the board or Wi-Fi chip manufacturer.
    The network is visible but does not connect. Incorrect password or security type Check your router settings (should be WPA2-PSK or WPA3).
    The signal is weak or keeps dropping out Poor antenna position or interference Move the antennas away from metal objects. Try changing the channel on your router.
    Wi-Fi works, but only at 2.4 GHz The driver does not support 5 GHz. Update the driver to the latest version from the manufacturer's website.

    If the problem persists, check:

    • 🔌 Nutrition: Some motherboards require an additional connector to be connected. USB 2.0 to the Wi-Fi module (for example, for Intel AX200).
    • 🔄 Device conflicts: IN Device Manager Check for conflicts (yellow exclamation mark).
    • 📡 Regional settings: Some countries have restricted 5 GHz channels. Check your router settings.
    ⚠️ Attention: On some motherboards (eg. ASUS ROG Strix) The Wi-Fi module may conflict with other devices connected to PCIe x1-slots. Try temporarily disabling other expansion cards (such as a sound card) and see if Wi-Fi returns.

    7. Alternative ways to connect to Wi-Fi

    If the built-in Wi-Fi module does not work or is missing, you can use alternative solutions:

    External USB adapters

    The easiest way to add Wi-Fi is to buy a USB adapter. They plug into any available port. USB 2.0/3.0 and do not require installation in a case. Popular models:

    • 🔌 TP-Link Archer T2U Plus (Wi-Fi 5, 2.4/5 GHz, removable antenna).
    • 🔌 ASUS USB-AX56 (Wi-Fi 6 support 160 MHz).
    • 🔌 Edimax EW-7811Un (compact, Wi-Fi 4, for basic tasks).

    PCIe adapters

    If you have a free slot PCIe x1, you can install an internal Wi-Fi card. Benefits:

    • 📶 More stable signal due to antennas located outside the case.
    • 🔧 Support for modern standards (Wi-Fi 6E, Bluetooth 5.2).
    • 🖥️ No occupied USB ports.

    Recommended models:

    • 🖥️ TP-Link Archer TX3000E (Wi-Fi 6, 2400 Mbps, Bluetooth 5.0).
    • 🖥️ ASUS PCE-AX58BT (Wi-Fi 6, external antenna with magnetic base).

    Powerline adapters

    If Wi-Fi is fundamentally unsuitable (for example, due to thick walls), use Powerline adaptersThey transmit the internet signal through electrical wiring:

    • 🔌 TP-Link AV1000 (speed up to 1000 Mbps, a pair of adapters).
    • 🔌 Devolo Magic 2 Wi-Fi (with built-in Wi-Fi repeater).

    8. Frequently Asked Questions (FAQ)

    Is it possible to add Wi-Fi to a motherboard without an integrated module?

    Yes, this will work:

    • 🖥️ PCIe adapter (if there is a free slot PCIe x1).
    • 🔌 USB adapter (the simplest option).
    • 📡 M.2 module (if there is a connector on the board Key E).

    Please check compatibility with your operating system before purchasing.

    Why does Wi-Fi only work on 2.4 GHz, but 5 GHz is not visible?

    Possible reasons:

    • 📡 The driver does not support 5 GHz (update it from the manufacturer's website).
    • 🔧 The 5 GHz band is disabled in the router settings.
    • 📶 Your country restricts the use of some 5 GHz channels (check your router's regional settings).
    How do I find out the Wi-Fi module model on my motherboard?

    Methods:

    • 🖥️ In Windows: Open Device Manager → Network Adapters and look at the title.
    • 🐧 In Linux: Run the command lspci | grep -i wireless.
    • 📄 Check the motherboard specifications on the manufacturer's website.
    Do I need to update my BIOS for Wi-Fi to work?

    You may need to update your BIOS if:

    • 🔄 Your motherboard is new, and the Wi-Fi module is more modern (for example, Wi-Fi 6E on a board with outdated firmware).
    • 🐛 The current BIOS version contains bugs that prevent the wireless adapter from working.

    Before updating BIOS Necessarily:

    • 🔌 Connect an uninterruptible power supply (a power outage during firmware upgrade can kill the board).
    • 📥 Download firmware only from the manufacturer's official website.
    Can antivirus block Wi-Fi?

    Yes, some antiviruses (for example, Kaspersky, Avast) have a network protection module that can block connections. To check:

    1. Temporarily disable your antivirus.
    2. Try connecting to Wi-Fi.
    3. If the connection works, add the network to your antivirus exceptions.