Wi-Fi is disabled on Android: 7 ways to enable it in 5 minutes

You opened your smartphone's settings to connect to a network, but instead of a list of available access points, you see a gray notification: "Wi-Fi is disabled" or "Wi-Fi module is disabled"The power button doesn't respond to pressing, and restarting the device doesn't help. Does this sound familiar? This problem occurs on Android-devices of all brands - from budget Redmi to the flagship Samsung Galaxy — and can be caused by both software failures and hardware malfunctions.

In this article we will look at all possible reasons Wi-Fi module shutdowns - from trivial errors in the settings to damage to the antenna - and we will offer 7 proven methods Get your smartphone back up and running. You'll learn how to turn on Wi-Fi through hidden menus and commands. ADB, resetting the settings, or even rebooting the module (yes, that's possible!). And if the problem lies deeper, we'll show you how to diagnose the problem without calling a service center.

Important: Some methods require superuser rights (root) or special tools. We've listed them separately so you can choose the most suitable option. Let's start with the simplest solutions!

1. Checking the obvious: a physical button and Airplane mode

Before digging deeper, make sure the problem isn't just surface level. On some smartphones (especially older models) Sony Xperia or HTC) Wi-Fi may disconnect due to:

  • 🔘 Hardware button on the body (for example, on Samsung Galaxy S5 or LG G3 there was a separate key for wireless modules).
  • ✈️ Airplane mode, which blocks all radio modules, including Wi-Fi, even if it is disabled in the settings.
  • 🔋 Energy saving mode, which aggressively disables background processes (relevant for Xiaomi with MIUI or Huawei with EMUI).

How to check:

  1. Pull down the notification shade and make sure the icon is Airplane mode (✈️) is not active. If it is highlighted, tap it.
  2. Press and hold the power button for 2-3 seconds. Some firmware versions will display a menu with the option Airplane mode - Make sure it is turned off.
  3. Go to Settings → Battery → Power saving mode and turn it off (on Samsung this can be called Adaptive Energy Saving).

If Wi-Fi is still disabled after these steps, proceed to the next step. But first:

📊 What brand is your smartphone?
Samsung
Xiaomi/Redmi/Poco
Huawei/Honor
Google Pixel
OnePlus
Another

2. Software reset of the network: when the system “forgets” the module

A common cause of the problem is a malfunction system service WifiService, which controls wireless connections. In this case, the Wi-Fi button in the settings may be inactive or stuck in the "on" position. "Off"The solution is to reset the network settings to factory defaults.

How to do it:

  1. Open Settings → System → Reset settings (on some devices the path may differ: Settings → General → Reset).
  2. Select an item Reset network settings or Reset Wi-Fi, Mobile Network, and Bluetooth.
  3. Confirm the action (you may be asked to enter a PIN or pattern).
  4. After rebooting, try turning on Wi-Fi again.

What happens after the reset:

  • 📶 All saved Wi-Fi networks and passwords will be deleted.
  • 📱 Mobile Internet settings (APN) will be reset to default.
  • 🔄 Bluetooth devices will unpair and require reconnection.

If resetting doesn't help, the problem may lie in system application cache. Try cleaning it:

  1. Go to Settings → Apps → All apps.
  2. Find the app "Settings" (or «Wi-Fi», if it is highlighted separately).
  3. Tap Storage → Clear Cache.
  4. Repeat for the application «Google Play Services» (it is responsible for background network processes).

3. Hidden developer settings: Forced module activation

On Android There's a hidden developer menu where you can manually manage radio modules. If standard methods don't work, try enabling Wi-Fi via Developer Options.

How to open the developer menu:

  1. Go to Settings → About phone.
  2. Find the item Build number (or MIUI version on Xiaomi).
  3. Tap on it 7 times in a row - a notification will appear "You've become a developer!".
  4. Return to the main settings menu - a new item will appear there For Developers.

Now force Wi-Fi to turn on:

  1. Open Settings → For developers.
  2. Scroll down to the section "Net".
  3. Find the option "Wi-Fi is always on while you sleep" and select "Always".
  4. Activate the switch "Do not turn off data" (if any).
  5. Restart your device.

On some firmware (for example, ColorOS on Oppo/Realme) there is a separate option in the developer menu Turn on Wi-Fi even if it's blocked in the main settings. Look for it in the section Debugging or "Net".

What should I do if the developer menu doesn't open?

If the menu does not appear after 7 taps on "Build number", try:

- Connect the device to the PC and use the command adb shell settings put global development_settings_enabled 1.

- Update the firmware (sometimes bugs with the developer menu are fixed in new versions).

- On some Huawei code required ##2846579## and choose ProjectMenu → Background settings → Developer mode.

4. ADB Commands: Enable Wi-Fi via Computer

If Wi-Fi is disabled at the software level and does not respond to clicks, you can try to enable it through Android Debug Bridge (ADB) — debugging tool Android-devices from a PC. This method works even if the button in the settings is disabled.

What you will need:

  • 🖥️ A computer with installed drivers ADB (you can download it from official Android website).
  • 📱 USB cable (preferably original).
  • 🔧 Enabled USB debugging on a smartphone.

Step-by-step instructions:

  1. Turn on USB debugging:
    1. Go to Settings → For developers (how to open - see the previous section).
    2. Activate the switch USB Debugging.
  2. Connect your smartphone to your PC and open command line (Windows) or terminal (macOS/Linux) in the folder with adb.
  3. Enter the commands one by one:
    adb devices

    (your device should appear)

    adb shell
    su

    (if you have root rights, otherwise skip)

    svc wifi enable
  4. Check your Wi-Fi status:
    svc wifi status

    (must return enabled).

If the team svc wifi enable didn't work, try an alternative method:

settings put global wifi_on 1

am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false

Make sure USB debugging is enabled

Install ADB drivers on your PC

Use the original USB cable

Unlock your smartphone screen before connecting-->

Critical note: On some devices (eg. Samsung With One UI) ADB commands may be blocked by the manufacturer. In this case, only a firmware update or a factory reset will help.

5. Hard reset: reboot the Wi-Fi module

If software methods do not work, the problem may be in hardware module freezeIn this case it will help forced reboot Wi-Fi chip. This doesn't require disassembling the device—just follow a specific sequence of steps.

How to reboot the module:

  1. Turn off your smartphone.
  2. Extract SIM card And memory card (if installed).
  3. Press the key combination:
    • For Samsung: Volume Up + Power + Home (hold for 10-15 seconds).
    • For Xiaomi/Redmi: Volume up + Power (before vibration).
    • For Google Pixel: Volume Down + Power (until the menu appears).
  • If a menu appears Recovery, select «Reboot system now» (use volume buttons to navigate and power to confirm).
  • After rebooting, check your Wi-Fi.
  • Why it works:

    • 🔄 A forced reboot resets the state of all hardware modules, including Wi-Fi.
    • 📡 On some devices this is equivalent "cold" start radio module.
    • 🔋 Removing the SIM card eliminates conflicts with the mobile network (sometimes they block Wi-Fi).

    6. Troubleshooting: When the Hardware is to Blame

    If none of the above methods help, the problem is most likely hardwareHere are the most common faults and their symptoms:

    Cause Symptoms Solution
    Damage to the Wi-Fi antenna Wi-Fi won't turn on, but Bluetooth works. The signal drops when I tilt the phone. Antenna replacement (disassembly required).
    Oxidation of module contacts Wi-Fi disconnects periodically, especially after exposure to moisture. Cleaning contacts with alcohol or replacing the module.
    Motherboard failure Wi-Fi and Bluetooth don't work simultaneously. The device is overheating. Diagnostics at a service center (chip re-soldering is possible).
    Problems with the module power supply Wi-Fi turns on but then immediately turns off. The battery drains quickly. Checking power supply circuits (multimeter required).

    How to check for hardware failure:

    1. Connect your smartphone to your PC and launch it. diagnostic test through ADB:
      adb shell dumpsys wifi

      If the output contains lines with «ERROR» or «FAILED» - this is a sign of hardware failure.

    2. Try turning it on modem mode (Settings → Hotspot & TetheringIf Wi-Fi distribution works, but the connection doesn't, the problem is with the receiving antenna.
    3. Check your smartphone for presence physical damage (swollen battery, traces of oxidation on the connectors, cracks on the case near the antenna).

    Repair cost:

    • 💰 Wi-Fi Antenna Replacement: 1 500–3 000 ₽ (depending on the model).
    • 💰 Resoldering the module: 3 000–8 000 ₽.
    • 💰 Diagnostics in service: 500–1 500 ₽.

    7. Extreme measures: factory reset

    If all the previous methods have failed, there is one last option - full reset of the deviceThis will delete all data, but will return the smartphone to its original state, eliminating software conflicts.

    How to reset:

    1. Save important data (photos, contacts, messages) to your PC or cloud.
    2. Go to Settings → System → Reset settings.
    3. Select "Erase all data (factory reset)".
    4. Confirm the action and wait for the reboot.

    What to do after the reset:

    • 📱 Set up your smartphone as a new device (do not restore a backup if it was created before the problem occurred!).
    • 🔄 Test your Wi-Fi immediately after initial setup.
    • 📲 Install applications one by one, monitoring the network behavior (sometimes the conflict is caused by specific software).

    Warning: on some devices (eg Xiaomi with a locked bootloader) reset may result in Mi account blockingMake sure you remember the login and password for the account linked to your phone!

    FAQ: Frequently asked questions about Wi-Fi not working on Android

    ❓ Why does Wi-Fi turn off by itself even though I haven't turned it off?

    This may be caused by:

    • 🔋 Energy saving mode (turns off Wi-Fi in the background).
    • 📡 Weak signal (some firmware disables Wi-Fi when the network level is low).
    • 🤖 MIUI/EMUI optimization (on Xiaomi And Huawei Wi-Fi may be turned off to save battery.

    Solution: Disable power saving for Wi-Fi in battery settings or install an app «Keep Wi-Fi Alive» from Google Play.

    ❓ Is it possible to turn on Wi-Fi without accessing the settings (for example, if the screen is broken)?

    Yes, there are several ways:

    1. Connect your smartphone to your PC and use ADB- commands (see section 4).
    2. If you have Samsung with support DeX, connect it to a monitor - you might be able to control the settings on the big screen.
    3. Use voice assistant (For example, Google Assistant): Tell Turn on Wi-Fi.
    ❓ After updating the firmware, Wi-Fi stopped working. What should I do?

    This is a typical problem after major updates (for example, with Android 11 on Android 12). Try:

    1. Roll back the firmware to the previous version (if there is a backup copy).
    2. Clear cache via Recovery (press Volume up + Power when loading and select «Wipe cache partition»).
    3. Install custom kernel (required) root and experience).

    If nothing helps, keep an eye on updates—the manufacturer may release a patch.

    ❓ How can I check if the Wi-Fi module is physically working?

    Follow these steps:

    1. Turn on modem mode and try sharing Wi-Fi from your phone. If sharing works but the connection doesn't, the problem is with the receiving antenna.
    2. Connect your smartphone to your PC and enter ADB:
      adb shell dumpsys wifi | grep "Wi-Fi is"

      If the answer is «Wi-Fi is disabled», the module is software-disabled. If there is no response or errors, the module is faulty.

    3. Check your smartphone on network availability via the app «WiFi Analyzer»If the networks are not displayed at all, the module is not working.
    ❓ Should I take my phone to a service center if the Wi-Fi won't turn on?

    Contact the service if:

    • ⚡ You've tried all the methods in the article, but Wi-Fi is still disabled.
    • 💧 The phone fell, got wet or overheated.
    • 📱 Artifacts appear on the screen or the smartphone spontaneously reboots.

    The average cost of diagnostics is 500–1 500 ₽If the problem is in the antenna or contacts, the repair will cost 1 500–5 000 ₽.