How to Enable WiFi in BIOS: A Complete Setup Guide

Modern users often face the need to configure a wireless connection at the deepest level of the system. The question is, How to enable WiFi in BIOS, occurs when the operating system doesn't recognize the adapter or requires the module to be activated before installing Windows. Many people mistakenly believe that accessing the internet via BIOS requires complex steps, but in reality, everything depends on the correct firmware settings.

It is important to understand that the BIOS itself (or its modern equivalent UEFI) is not intended for surfing the web in the conventional sense. However, it does control hardware Your Wi-Fi adapter. If the module is disabled at the hardware or firmware level, no Windows drivers will help. That's why initial setup is a critical step in diagnosing and preparing your computer.

In this article, we'll cover all the nuances of activating wireless modules, from finding hidden settings to working with external USB adapters. You'll learn why UEFI This article will cover fundamental differences from older BIOS versions and how this impacts feature availability. It will also discuss common issues where an option is simply missing from the menu.

Differences between Legacy BIOS and UEFI in the context of network settings

Traditional Legacy BIOS, which had been used for decades, had extremely limited functionality. In older firmware versions (pre-2010-2012), WiFi management options were often completely absent, as wireless modules were rare at the time or connected via separate expansion cards not integrated into the chipset. Users of such systems could only rely on basic port management.

The situation has changed dramatically with the advent of technology. UEFI (Unified Extensible Firmware Interface). The modern interface supports graphical controls, mouse interaction, and, most importantly, advanced peripheral management features. It was the UEFI environment that introduced the ability to fine-tune Wireless LAN, Bluetooth and other modules immediately before loading the OS.

It's worth noting that even in modern systems, motherboard manufacturers may hide advanced settings. This is done to simplify the interface for the end user. To access full functionality, you often need to switch to Advanced Mode or unlock the hidden menu.

⚠️ Attention: The UEFI interface varies across different manufacturers (ASUS, Gigabyte, MSI, Dell). If you don't see the items described below, look for similar names in the Peripherals or Onboard Devices sections.

Another key difference is support for security protocols. The old BIOS couldn't correctly handle modern encryption standards during boot, whereas UEFI is fully prepared to work with Secure Boot and network security at the firmware level.

Finding and activating the built-in Wi-Fi module in the UEFI menu

To get started, you need to enter the setup menu. This is usually done by pressing the keys Delete or F2 immediately after turning on your computer. Once you reach the main menu, don't rush to change any settings. First, assess the mode you're in. If you're looking at a simple screen with several tabs, look for the button Advanced or click F7 to switch to advanced mode.

Wireless adapter settings are usually found in the section related to peripherals. Look for tabs with the following names: Onboard Devices Configuration, Peripherals or Integrated Peripherals. Within this section, you will need to find the item responsible for wireless communication. It may be called WiFi Controller, Wireless LAN or Onboard WLAN.

Make sure the parameter value is set to EnabledIf there is a value Disabled, the module is physically disconnected from the system, and the operating system will not be able to detect it. After changing the setting, be sure to save the changes, usually by pressing F10.

☑️ WiFi activation algorithm

Completed: 0 / 5

In some cases, especially on laptops, activation in the BIOS may be blocked by security settings or a power saving profile. Check the section Power Management or ErP ReadySometimes enabling deep power saving disables network cards to reduce power consumption when off.

Setting up external USB Wi-Fi adapters and network booting

If your motherboard doesn't have a built-in module, you can use an external USB adapter. For it to work correctly in the BIOS environment (for example, for network OS installation or diagnostics), you need to configure support for USB devices. This is especially important if you plan to use PXE Boot or other network functions before Windows boots.

In the section Boot or Startup find the parameter USB Support or Legacy USB Support. It must be activated (Enabled). Without this item, the BIOS may not initialize the USB ports until the operating system drivers are loaded, which will make it impossible to use the WiFi dongle at an early stage.

Also worth paying attention to is the function Network StackThis option enables the use of network protocols (IPv4/IPv6) directly in UEFI. If you need the computer to communicate with the network before the OS boots (for example, for remote administration or installing drivers over the network), this option should be enabled.

Parameter Default value Recommended value Function Description
WiFi Controller Enabled Enabled Includes a built-in wireless module
Legacy USB Support Auto Enabled Support for USB devices in DOS/BIOS
Network Stack Disabled Enabled Enabling UEFI network protocols
ErP Ready Disabled Disabled Power saving mode (can disable WiFi)
What is PXE Boot?

PXE (Preboot Execution Environment) is a technology that allows a computer to boot over a network. This means the operating system or installer can reside on a remote server, rather than on a hard drive or flash drive. Wi-Fi over PXE requires support from the adapter itself and the BIOS firmware, which is rare in home environments but common in corporate networks.

Please remember that for a USB WiFi adapter to work in the BIOS, specific drivers built into the adapter itself (so-called "smart" adapters) or standard support may be required. EFI Network DriverRegular cheap whistles can only work after loading Windows.

Driver issues and missing WiFi option in BIOS

Users often search for how to enable WiFi in the BIOS but simply can't find the appropriate option in the menu. This doesn't always indicate a problem. First, it could indicate that your motherboard doesn't have a built-in wireless module. In such cases, searching for the setting WLAN meaningless.

The second common cause is an outdated BIOS version. Manufacturers often add support for new devices and fix bugs in newer firmware versions. If your BIOS is several years old, it may not correctly detect modern communication modules. In this case, it's recommended to visit the manufacturer's website and check for updates.

⚠️ Attention: Updating the BIOS is a risky procedure. Interrupting the update process (such as a power surge or shutting down the PC) can cause irreversible damage to the motherboard. Make sure your laptop is fully charged and your desktop is connected to an uninterruptible power supply.

Also worth checking out Device Manager in an already-booted Windows. If the device is displayed with a yellow exclamation mark or as "Unknown Device," the problem lies with the drivers, not the BIOS. However, if the device isn't even listed in the Device Manager, it may be disabled at the hardware level.

Sometimes the WiFi option is hidden in a submenu Chipset or South Bridge ConfigurationCarefully review all tabs. On some ASUS or MSI motherboards, wireless settings may be located in a separate tab. Wireless on the main UEFI screen.

📊 Have you encountered the lack of WiFi in BIOS?
Yes, I looked and didn't find it.
Found it right away in Advanced
I don't have built-in WiFi.
I don't know where to look

Using the command line and hotkeys to control

Besides the graphical interface, there are alternative control methods. On some laptops (Lenovo, HP, Dell), a key combination is used to turn WiFi on/off, for example, Fn + F2 or Fn + F12If wireless devices are blocked in the BIOS, these keys may not work, but they often take precedence over software settings.

In the UEFI Shell environment (if installed), you can use commands to view the configuration of PCI devices. This is an advanced level, but it allows you to see if the firmware recognizes your WiFi adapter. The command pci or devices will display a list of connected devices. Look for devices with a Vendor ID corresponding to their WiFi chip manufacturer (Intel, Qualcomm Atheros, Realtek).

For diagnostics in Windows, you can use the command line. Run cmd as administrator and enter the command to check the status of the radio modules:

netsh wlan show interfaces

If the adapter is disabled by software, the command netsh wlan set interface name="Wi-Fi" admin=enable can force it to activate if the drivers are installed correctly. However, if the lock is at the BIOS level, this command will return an error.

Diagnosing and resolving common connection errors

If you've completed all the settings but WiFi isn't working, run a full diagnostic. First, reset the BIOS settings to default (Load Optimized Defaults). Sometimes conflicting parameters prevent the hardware from initializing correctly. After resetting, reactivate the WiFi module.

Check the physical connection. In laptops, the WiFi module is often a small card. Mini PCIe or M.2, which is inserted into the slot on the motherboard. The contacts may have come loose due to vibration. Carefully (with the power off and the battery removed) check the tightness of the card and antenna wires.

Pay attention to your antivirus software and firewalls. Some security programs have their own network control modules that can block connections at a low level, creating the illusion of a BIOS issue. Try temporarily disabling your third-party antivirus.

Symptom Possible cause Solution
No WiFi icon The adapter is disabled in BIOS. Enable WiFi Controller in UEFI
The network list is empty WLAN AutoConfig service is disabled Start a service in Windows (services.msc)
Error code 10/43 Driver conflict Remove the device in the Device Manager and update the driver.
The adapter is not visible Physical damage or loose contacts Check the antenna and card connections
⚠️ Attention: If WiFi still doesn't work after all these steps, and Device Manager shows an "Unknown Device" error code, the WiFi module itself may be faulty. In this case, BIOS software settings won't help; the hardware component will need to be replaced.

Remember that connection stability depends not only on BIOS settings but also on signal quality and channel load. However, a properly configured BIOS is the foundation without which the network cannot function properly.

Frequently Asked Questions (FAQ)

Is it possible to distribute WiFi via BIOS?

No, BIOS (or UEFI) is an input/output system designed to initialize hardware and launch the operating system bootloader. It does not have the functionality to create an access point, route traffic, or share the internet. Wi-Fi sharing requires an operating system (Windows, Linux) and the appropriate software.

Why did WiFi disappear after updating the BIOS?

When updating the firmware, the BIOS settings are often reset to factory settings (Defaults). Your WiFi module may have been disabled by default, or security standards may have been updated, requiring manual reconfiguration. Go to your BIOS and check if this setting is enabled. Wireless LAN or WiFi Controller.

How to enter BIOS if the keys don't work?

Windows 10 and 11 have a quick launch feature. Press and hold the key Shift and select "Restart" from the Start menu. Then go to: Troubleshooting → Advanced options → UEFI Firmware Settings → RestartThe computer will enter BIOS itself.

Does BIOS setting affect internet speed?

BIOS settings usually don't have a direct impact on data transfer speed. However, if power saving modes are enabled (for example, ErP (or specific PCIe Link State settings), the WiFi module may operate in a reduced power mode, which could theoretically reduce stability or responsiveness, although the difference in real-world use is often unnoticeable.

Do I need to update the BIOS for my new WiFi 6 adapter?

Yes, this is recommended. Older BIOS versions may not contain the microcode to properly support new communication standards, such as WiFi 6 (802.11ax)The update will ensure compatibility and stable operation at high speeds.