Where to enable Wi-Fi in services: a complete guide

When a laptop or desktop computer stops detecting available wireless networks, it often catches users by surprise. Instead of the usual list of available access points, you might see a crossed-out globe icon or the Wi-Fi icon completely missing from the system tray. Before panicking and taking your device to a service center, it's worth checking your operating system settings, as the problem often stems from disabled settings. system services.

The Windows operating system uses background processes to manage network connections. If one of these processes is stopped or configured to start manually, the wireless module simply won't activate. In this article, we'll detail where the required switch is located in the services registry and how to configure it correctly for stable operation.

Please note that interfaces may differ depending on your operating system version. We'll describe the general paths that apply to most builds, but the locations of some elements may vary slightly. The WLAN AutoConfig service is critical to Wi-Fi functionality in Windows 10 and 11, and disabling it completely blocks network scanning. Let's move on to practical steps to restore functionality.

Diagnostics via Service Manager

The first and most logical step is to check the status of system processes responsible for network activity. You don't need to be a system administrator to perform these steps; just follow the instructions. Open the Run window by pressing the key combination Win + R on the keyboard.

In the dialog box that appears, enter the command services.msc and press Enter. You'll see a list of all running and stopped operating system services. The list is sorted alphabetically, making it much easier to find the component you need. Scroll down to the letter "W."

⚠️ Attention: Be careful when changing the settings of other services in this list. Disabling system processes whose purpose you don't know may result in Windows instability or an inability to boot.

Find the line with the name WLAN AutoConfigThis component is responsible for detecting wireless networks, connecting to them, and managing security profiles. Double-clicking this line will open a properties window displaying the current status and startup type.

If you see that the startup type is set to "Disabled," the system will physically prevent the Wi-Fi module from working. You need to change this setting to "Automatic." After applying the settings, be sure to click the "Start" button if the service is currently stopped. This action initiates a scan of the airwaves.

📊 What was the status of the WLAN AutoConfig service?
Disabled
Manually
Automatically (but didn't work)
I didn't find such a service

Additional network services

Although WLAN AutoConfig is the primary player; in some cases, other components are also responsible for connection stability. This is especially true for corporate networks or when using specialized equipment with advanced functionality. Checking adjacent services will help eliminate hidden conflicts.

In the same window services.msc Please pay attention to the following items. Their presence and status may affect connection speed and authorization:

  • 📡 Network List Service — determines the properties of the networks to which the computer connects and displays them in the control center.
  • 🔐 Remote Access Connection Manager - creates an Internet connection upon request from other network services (important for some VPNs and PPPoE).
  • 💻 Windows Connection Manager — manages network and Internet connections by processing profiles and policies.
  • 🛡️ Cryptography Service - Provides the encryption mechanisms required for secure connections to protected access points.

It is also recommended to set a startup type for each of these services. AutomaticallyIf any of them are frozen or not working correctly, try clicking the "Restart" button in the properties window. This often resolves the issue when the driver is working properly, but a software conflict is blocking data transfer.

Checking device drivers

Even if all services are running correctly, a lack of communication between the operating system and the physical adapter can block operation. A driver is a software intermediary without which Windows can't manage your Wi-Fi module. Let's check its status in Device Manager.

Right-click on the Start button and select device ManagerIn the window that opens, find the "Network Adapters" section and expand it. You should see the name of your wireless adapter, which usually contains the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm.

If the adapter displays a yellow exclamation point, this indicates a driver error. Select "Properties" from the context menu and go to the "Driver" tab. Here, you can try updating the software or, conversely, roll back to a previous version if the problem occurred after an update.

Status in the dispatcher Probable cause Action
The device is hidden (file/edit - show hidden) The adapter is physically disconnected or there is a BIOS failure. Check the switch on the case or the BIOS settings
Code 10 (The device cannot start) Resource conflict or broken driver Remove the device and restart the PC
Unknown device Driver missing Install the driver from the manufacturer's website
It works fine The problem is in the OS or router settings. Network diagnostics and service testing

A common mistake is ignoring the "Power Options" tab in the adapter's properties. The system may automatically turn off the device to save power, after which it cannot wake it up properly. Uncheck "Allow the computer to turn off this device to save power."

Configuration via the Windows registry

In rare cases where standard interfaces fail, you have to resort to the registry. This is the repository of configuration data where deep system settings are defined. Manipulating it requires care, as a single character error can render a branch inoperable.

Open the registry using the command regedit In the Run window, follow the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvcHere we are interested in the parameter StartDouble-clicking on it will allow you to change its value.

For the service to work correctly, the parameter value Start should be equal 2 (Automatic start). If it says there 4, the service is disabled, and if 3 — started manually. Change the value to 2, close the registry, and restart the computer.

What to do if the registry is locked?

If you can't change registry settings, your system may be infected with a virus or your access rights may be corrupted. In this case, we recommend running a system file integrity check from the command line (sfc /scannow) or using antivirus software.

It's also worth checking for a key that blocks wireless interfaces. Some Windows builds have registry policies that forcibly disable Wi-Fi. However, in standard Home versions, this is extremely rare and is most often the result of malware.

Hardware switches and hotkeys

Before delving deeper into the system settings, make sure the Wi-Fi module isn't physically disabled. On many laptops, especially business-class ones (e.g., Lenovo ThinkPad or HP EliteBook), there are hardware switches on the side of the case. These override software settings.

Function keys are also used everywhere. Combination Fn + one of the keys F1-F12 (usually with an antenna or airplane icon) controls wireless modules. If you accidentally pressed this combination, the system could enter Airplane mode, completely disabling radio emissions.

Check the indicators on your keyboard. If the Wi-Fi key lights up orange or red, the module is blocked. Press the key combination again and wait for the indicator to change to white or blue. Windows 10 and 11 also have a software slider called "Airplane Mode" in the Action Center that duplicates this function.

  • ✈️ Airplane mode - completely disables all wireless connections, including Bluetooth and Wi-Fi.
  • 🔘 Physical slider - on older laptops it is located on the front or side panel and is firmly fixed.
  • ⌨️ Hotkeys — require installation of keyboard drivers and manufacturer utilities (HotKey Utility) for correct operation.

⚠️ Attention: If the Airplane Mode indicator remains lit after enabling Wi-Fi and doesn't turn off, the issue may be with the power management driver or a conflict with the laptop manufacturer's utilities. Try uninstalling the manufacturer's wireless network management software.

Resetting network settings and command line

If manipulating services doesn't help, there may be errors or addressing conflicts in the TCP/IP stack. The command prompt is a powerful tool for diagnosing and fixing such issues. Launch it as an administrator using the Start menu search.

Enter the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

The first command resets the Winsock directory, the second resets the IP protocol settings, and the subsequent commands renew the IP address and flush the DNS cache. After completing the entire cycle, be sure to restart the computer. This often helps when services are enabled but the internet connection fails.

☑️ Checklist for actions when there is no Wi-Fi

Completed: 0 / 5

Windows 10 and 11 also have a built-in network reset feature. It's located in the system settings at Settings → Network & Internet → Advanced network settings → Network resetThis feature removes all installed network adapters and reinstalls them with factory settings.

Frequently Asked Questions (FAQ)

Why does the WLAN AutoConfig service disable itself after a reboot?

This could be due to a conflict with antivirus software, damaged system files, or malware. It's also worth checking the Windows event log for errors with codes indicating the reason the service stopped.

Is it possible to turn on Wi-Fi without administrator rights?

No, changing service and driver settings requires elevated privileges. If you don't have an administrator password, you won't be able to start the service manually, but you can try using the physical switch on your laptop.

Does disabling the Connection Manager service affect Wi-Fi performance?

Yes, in modern versions of Windows (10/11), there is a high dependency between network components. Disabling related services may result in the adapter being visible, but not connecting to the network, or the error "Can't connect to this network" being returned.

What should I do if I don't see a wireless adapter in Device Manager?

Most likely, the adapter is disabled in the BIOS/UEFI, is physically faulty, or has a loose connection (if it's removable, such as a Mini-PCIe). It's also possible that the system isn't detecting the device due to a critical failure, and only completely powering down the laptop (removing the battery) for 1-2 minutes will resolve the issue.