Model Lenovo G50-70, released several years ago, is still actively used in many homes and offices due to its reliability and repairability. However, owners of this device often face a situation where, after reinstalling the operating system or a sudden crash, wireless adapter The network icon may stop functioning. A missing network icon or a red cross in the system tray may be caused by software conflicts or simply disabling the module.
In this article, we'll cover all possible Wi-Fi activation methods in detail, from physical switches to complex driver configurations in Device Manager. Understanding this model's architecture will allow you to quickly restore internet access without calling a service center. Reconnecting It will only take a few minutes if you follow the steps below in sequence.
Before moving on to software methods, you need to make sure that the device itself is working properly. Wi-Fi moduleIn some cases, the problem lies not in Windows settings, but in hardware blocking the signal or a discharged CMOS battery, which interferes with the BIOS settings. We'll examine every aspect of the network interface in this series of laptops.
Physical switches and key combinations
The first thing you need to check on your laptop Lenovo G50-70, is the presence of active hardware wireless blockers. Unlike modern Ultrabooks, where controls are often entirely software-based, engineers in this model have included specific controls. A mechanical slider on the front edge or side of the case can completely deactivate the module's antenna.
If there is no external lever, the main control tool is the function key Fn in combination with one of the F-row keys. On the keyboard, look for an antenna or airplane icon. For the G50-70 series, this is most often the combination Fn + F7 or Fn + F5, depending on the revision of the motherboard and the installed BIOS.
- πΆ Find the key with the image of an antenna on your keyboard (usually F5 or F7).
- π Press and hold the key
Fn, then press the function key once. - π Watch the screen: the Lenovo wireless device management menu should appear.
- π If the Wi-Fi icon is grayed out, tap it or use the arrows to toggle the status On.
β οΈ Attention: On some laptop models, the key combination only works if the original Lenovo Energy Management utilities are installed. Without them, pressing the keys may not produce any visual feedback.
Sometimes the system gets stuck in airplane mode, and the software switch doesn't work. In this case, a full reboot of the device with the power supply disconnected helps. It's also worth checking whether the module is blocked in the settings. BIOS/UEFITo do this, press when turning on the laptop. F2 or Fn+F2, go to the section Configuration and make sure that the item Wireless LAN has status Enabled.
Managing the adapter through the operating system
If the physical buttons are working properly, the next step is to check the settings within Windows. The operating system may programmatically shut down the device to save power or due to a service failure. In Windows 10 and 11, network management is located in a separate menu, but the classic Control Panel interface remains accessible and often more informative.
Open the Start menu and type in the search ncpa.cpl and press Enter. This will open the "Network Connections" window, which displays all network interfaces. Find the "Wireless Network" (Wi-Fi) icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable."
In newer versions of Windows, you can often manage settings through the Action Center. Click the network icon in the lower-right corner of the screen (near the clock). There should be a "Wi-Fi" tile there. If it's grayed out, click it to activate it. Also, check that Airplane Mode isn't enabled, which blocks all radios.
| Icon status | Probable cause | Action |
|---|---|---|
| Red cross | The WLAN service is disabled or the driver is not running. | Checking Services and Device Manager |
| Gray "Disabled" icon | Software shutdown in Windows | Right click -> Enable |
| Yellow triangle | Problems obtaining IP or driver | Troubleshooting |
| There is an icon, but no networks. | The module works, but does not see the network. | Checking antennas and channels |
It is important to note that in The Lenovo G50-70 often experiences conflicts between Bluetooth and Wi-Fi drivers, as they may share the same antenna module. If you recently updated your Bluetooth driver, try rolling back the version or updating your wireless driver to the latest version from the official website.
Working with Device Manager and Drivers
The most common reason for Wi-Fi not working on The Lenovo G50-70 is missing or malfunctioning drivers. Device Manager is the primary diagnostic tool. To access it, right-click the "My Computer" (or "This PC") icon and select "Manage," then "Device Manager."
In the list that opens, find the "Network adapters" section. Expand it. If you see a device with a name containing the words Wireless, Wi-Fi, 802.11 or names of manufacturers like Realtek, Qualcomm Atheros, Broadcom, then the system recognizes the physical device. If there's a yellow exclamation mark or a downward arrow next to the name, the device is not working properly or is disabled.
βοΈ Driver diagnostics
If the wireless adapter is not listed, but there is an "Unknown Device" option, the driver is most likely missing completely. G50-70 It is critical to install the driver in the correct order: first the chipset driver, then the power management driver, and only then the network adapter.
To update the driver, right-click the device and select "Update driver." Select "Search automatically." However, if Windows doesn't find anything new, it's best to download the installation file manually from the Lenovo support website, specifying your exact laptop model. Be sure to restart the laptop after installation.
β οΈ Attention: When installing drivers on Windows 10/11 for an older G50-70 laptop, compatibility mode may be required. If the installer doesn't launch, right-click the file -> Properties -> Compatibility -> Run in Windows 7 or 8 mode.
Setting up WLAN service and power supply
Even if you have the driver, the wireless network will not work if the system service is disabled. WLAN AutoConfigThis service is responsible for detecting and connecting to networks. Often, after system optimization or virus attacks, this service is switched to "Manual" or "Disabled" mode.
To check, click Win + R, enter services.msc and press Enter. In the list, find "WLAN AutoConfig Service" (or WlanSvc). Double-click on it. The startup type should be set to Automatically, and the state is In progressIf this is not the case, change the settings and click "Apply".
Another hidden issue is Windows' aggressive power saving policy. The system may disable the Wi-Fi module to save battery life, then turn it back on incorrectly. To prevent this:
- β‘ Find your Wi-Fi adapter in the Device Manager.
- π± Right-click -> Properties.
- π Go to the "Power Management" tab.
- β Uncheck the box next to "Allow the computer to turn off this device to save power."
After applying these changes, it is recommended to reset your network settings. Open the Command Prompt as administrator and enter the command netsh winsock reset, then restart your computer. This will clear the network protocol cache, which may have accumulated errors.
What should I do if the WLAN service does not start?
If an error occurs when starting the service (for example, code 1068), check for a dependency on the "WLAN Network List Service." It should also be running. In rare cases, you may need to check the registry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc for dependency parameters.
Diagnostics via command line
For advanced users and in cases where the graphical interface doesn't provide answers, the command line becomes an indispensable tool. It allows you to see the actual state of the radio modules and force a reset of their configuration. This is especially relevant for Lenovo G50-70, where protocol conflicts may occur.
Launch Command Prompt (CMD) as administrator. Enter the command netsh wlan show interfacesIf the Wi-Fi adapter is working properly and enabled, you'll see detailed information: the connected network's SSID, status (Connected/Disconnected), radio type (802.11n/ac), and signal strength. If you see the message "Wireless network interface not found," the issue is either driver-related or physically disconnected.
To completely reset your network settings, use the following sequence of commands. They will clear the DNS cache, reset TCP/IP, and update the IP configuration:
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After running these commands, be sure to restart your laptop. Resetting the TCP/IP stack often resolves issues where the adapter appears to be enabled, but the internet isn't working or no networks are detected. In some cases, forcing the adapter's operating mode helps.
Specific problems of the G50-70 model and their solutions
Model The Lenovo G50-70 has a number of specific issues related to its age and the components used. One common issue is the corrosion of the antenna contacts inside the case or the cable becoming detached when the lid is frequently opened. If software solutions don't help, it's worth considering the hardware.
It's also worth mentioning the frequency conflict. This laptop was often equipped with adapters that only operated in the 2.4 GHz band. If your router is configured for 5 GHz only or uses the standard Wi-Fi 6 In compatibility mode, an older laptop may simply not see the network. Try separating the bands in your router settings by giving the 2.4 GHz network a unique name.
The table below lists error codes that may appear in Device Manager and their meanings:
| Error code | Description | Solution |
|---|---|---|
| Code 10 | The device cannot be started. | Power reset, driver reinstallation |
| Code 43 | Windows has stopped the device | Resource conflict, module replacement |
| Code 28 | Drivers not installed | Manually installing software from the Lenovo website |
β οΈ Attention: If error code 43 repeatedly appears in Device Manager after rebooting, there's a high probability that the Wi-Fi module is physically damaged. In G50 series laptops, this module is often a Mini PCIe card and needs to be replaced.
Replacing the module is a simple procedure. Simply remove the bottom cover, unscrew the single screw holding the card in place, unclip the antennas (black and white wires), and replace the module with a similar one. When purchasing a new one, check for compatibility with Lenovo's BIOS; it's best to look for the original part numbers.
Why does my laptop see my neighbors' networks but not mine?
Most likely, your router is operating on a channel unsupported by your old adapter (e.g., channels 12-14), or it's using a 40 MHz channel width in a noisy environment. Try setting your router's channel settings to 1, 6, or 9 and a channel width of 20 MHz.
Is it possible to connect an external USB Wi-Fi adapter?
Yes, this is a great solution for Lenovo G50-70If the integrated module is damaged, purchase an adapter that supports the 802.11n or ac standard. Once connected, Windows will likely install the drivers automatically, or you can use the drivers from the integrated Realtek adapter.
How to check if Wi-Fi is enabled in BIOS?
When turning on the laptop, rapidly press F2. In the BIOS menu, go to the Configuration tab. Find the Wireless LAN line. It should be Enabled. If it says Disabled, change it to Enabled, press F10 to save and exit.
What should I do if the Wi-Fi icon is missing after a Windows update?
Windows 10/11 updates often replace Lenovo drivers with standard ones, which may not work correctly with the G50-70 hardware. Go to Device Manager, find the adapter, select "Update Driver" -> "Let me choose from a list of available drivers," and try selecting an older version or the Microsoft driver instead of the Lenovo one (or vice versa).