When your smartphone's wireless module suddenly stops working, it can catch you off guard at the most inopportune moment. You're trying to open a map, check your email, or simply access the internet, only to notice that the slider in the settings has become grayed out and unresponsive. This is a common issue faced by users of both budget and flagship devices from Samsung, Xiaomi, Honor, and other manufacturers.
Reasons for this behavior of the operating system Android Causes can range from a simple software glitch to serious hardware damage. Often, the culprit is a temporary conflict between processes managing network connections or corruption of system files after an unsuccessful update. In rarer cases, it can be a physical detachment of the antenna contacts or a failure of the wireless chip itself.
Before taking your device to a service center, it's worth trying a few DIY steps that, in most cases, will restore functionality. We'll cover a series of steps, from simple reboots to complex system permissions manipulations, so you can get your device back on track without any unnecessary expense.
Basic diagnostics and quick reboot
The first step is to rule out a temporary operating system failure that could be blocking the drivers. Users often ignore this step, relying on sleep mode, but a full reboot is precisely what's needed (reboot) clears RAM and forcibly restarts all system services, including those responsible for radio modules.
If a normal power cycle doesn't help, try a soft reset or interface refresh. To do this, hold down the power button for 10-15 seconds until the device vibrates and the manufacturer's logo appears. On some models Xiaomi or Meizu This action discharges static electricity from the board, which may revive the frozen module.
It's also worth checking that Airplane Mode isn't activated, as it forcibly disables all radio modules. Sometimes the system gets stuck in this state, and even after disabling Airplane Mode, WiFi won't turn on. Try turning Airplane Mode on and off several times in a row, every 5 seconds.
- 📱 Perform a hard reset of your device by holding the power button until the menu appears.
- ✈️ Switch airplane mode: turn on, wait 10 seconds, turn off.
- 🔋 Remove the battery (if removable) for 30 seconds and then reinsert it.
- 🔌 Connect your phone to the charger for 5-10 minutes, then try turning on WiFi.
⚠️ Attention: If after rebooting the WiFi button remains grayed out, but after a few minutes of phone operation it suddenly comes back to life, this may indicate that the chip is overheating or there are problems with the motherboard power supply.
Don't neglect checking the date and time. Incorrect clock settings can block network authorization and cause errors in network services. Make sure that the settings Date and time The "Use network time" box is checked.
Reset network settings and delete profiles
If a simple reboot doesn't work, the problem may be corrupted network configuration files. The operating system stores data on all previously connected access points, and the accumulation of errors in this cache can sometimes lead to the entire module becoming blocked. A solution is to reset the network settings to factory defaults.
This procedure won't affect your personal files, photos, or contacts, but it will delete all saved WiFi passwords, Bluetooth headset settings, and mobile network settings. After the reset, your phone will behave as if it were new in terms of connections, which often resolves software conflicts.
To perform the operation, go to the menu Settings → System → Reset settings → Reset network settings (the path may differ depending on the version Android and the manufacturer's shell). Confirm the action and wait for the device to reboot.
☑️ Check before resetting the network
After logging back in, try enabling wireless. If the button becomes active but you can't connect, try manually adding the network by entering the SSID and password. It's also a good idea to delete old, unused connection profiles using the "Manage Saved Networks" menu.
Impact of system and application updates
Often, non-working WiFi is caused by errors introduced into the system by the latest update. Developers can introduce bugs into new versions. Android or branded shells One UI, MIUI, ColorOS, which conflict with the drivers of a specific hardware.
Check for available updates in the section Settings → About phone → System updateSometimes manufacturers quickly release patches that fix critical connection errors. If the problem appears immediately after installing an update, you might want to consider rolling back the system or waiting for the next patch.
Don't forget about third-party apps either. Utilities designed to "speed up" your phone, clear memory, or manage power can aggressively block radio modules to conserve battery life. Try booting your device in Safe Mode to eliminate any interference from third-party software.
How to enter Safe Mode
Press and hold the power button on the screen. When the "Power off" icon appears, press and hold it for a few seconds. You'll be prompted to enter Safe Mode. Accept. Only system apps can run in this mode.
If WiFi works properly in Safe Mode, one of your installed apps is the culprit. Start uninstalling recently installed apps or those that access network settings until the problem resolves.
Hardware problems and physical damage
When software solutions have been exhausted, physical failure must be considered. The WiFi module in modern smartphones is a miniature chip that can fail due to impact, falls, or moisture. Even a microscopic drop of water inside the case can corrode the contacts.
Another common cause is a loose antenna cable. Drops or strong vibrations can cause the connector connecting the antenna to the motherboard to become dislodged. In this case, the system detects the module's physical presence but is unable to interact with it, blocking the power button.
Diagnosing a hardware problem at home is difficult, but there are some indirect signs. If the phone gets very hot in the camera area or the top of the case when trying to turn on WiFi, this may indicate a short circuit in the module's power supply.
| Symptom | Probable cause | Solution |
|---|---|---|
| The button is grey and cannot be pressed. | Driver failure or cable failure | Reset or disassemble |
| WiFi turns on and then immediately turns off | Overheating or chip malfunction | Replacement of the module in the service center |
| Networks are found but not connected | Password or protocol error | Forget the network, change the encryption type |
| The signal is very weak near the router. | Antenna damage | Replacing the antenna module |
⚠️ Please note: Disassembling your smartphone yourself may void your warranty. If your device is under warranty, it's best to contact an authorized service center immediately.
It's also worth checking that the phone's case isn't deformed. A severe bend in the case can cause microcracks on the circuit board, disrupting the WiFi module's power supply circuits. This may be almost imperceptible visually, but it's critical for the electronics.
Advanced Methods: Engineering Menu and ADB
For experienced users, there are more in-depth diagnostic and recovery methods. Engineering menu Android Allows testing of individual hardware components, including the WiFi module, without loading the main operating system. It is accessed by entering special codes in the dialer.
The most universal code for entering the engineering menu is ##4636##However, on smartphones Xiaomi the code often works ##6484##, and on Samsung — #0#In the menu that opens, select the item WiFi or WLAN TestIf the test fails to run or returns an error, the problem is hardware related.
Another powerful tool is USB debugging and using a computer. By connecting your phone to a PC with Android Debug Bridge (ADB), you can try forcibly restarting network services. This requires developer rights enabled in the settings.
adb shell svc wifi enable
adb shell svc wifi disable
Running these commands via the console can "shake up" a frozen driver. You can also try resetting the radio module settings using the command adb shell settings put global wifi_on 0, and then turn it back on. This is similar to switching the slider programmatically, but at the system command level.
Factory reset and reflashing
If none of the above helps, there remains the “heavy artillery” - a complete data reset (Hard Reset). This action will erase all information from your phone, returning it to its out-of-the-box state. Before doing this, be sure to back up important data to the cloud or your computer.
A reset can be performed through the recovery menu. To do this, turn off the phone and press a combination of buttons (usually Volume up + Power). In the menu that appears, select the item Wipe data/factory resetOnce the procedure is complete, the phone will reboot, and you can test WiFi operation on a clean system.
In extreme cases, especially in the presence of custom firmware or deep system errors, it is necessary to reflash the device via a computer using official utilities (for example, Odin for Samsung or Mi Flash (for Xiaomi). This is a complex process that requires precise selection of the software version for your model.
⚠️ Note: Recovery menu interfaces and methods for accessing them may vary depending on the manufacturer and Android version. Before resetting, check the official website for the exact instructions for your model.
Frequently Asked Questions (FAQ)
Why is the WiFi button greyed out and unpressable after the update?
The update may have corrupted system configuration files or installed an incompatible driver. Try resetting your network settings or performing a full data reset. If that doesn't help, the update may have contained a bug, and you should wait for a patch from the manufacturer.
Can a virus block WiFi on Android?
In theory, yes. Malware can change system settings or block network connections for covert mining or data transfer. Scan your phone with an antivirus and remove any recently installed suspicious apps.
Will replacing the SIM card help if WiFi doesn't work?
In rare cases, a conflict between the SIM card and the mobile phone module can affect WiFi performance, as they share antenna resources. Try removing the SIM card and restarting the phone without it. If WiFi works, the issue may be with the SIM card or its contacts.
What to do if WiFi works but is very slow?
This may not be a malfunction, but rather interference. Try switching from 2.4 GHz to 5 GHz in your router settings, changing the broadcast channel, or moving closer to the signal source. Also, check if there's a traffic limit set in the app settings.