Without a stable connection to Wi-Fi A modern smartphone loses half its functionality: there's no fast internet for streaming, app updates, or data syncing. However, even experienced users sometimes encounter difficulties when first turning on a wireless network—especially if it's a new model with a non-standard interface or after a factory reset.
In this article we will look at all possible ways to turn on Wi-Fi on devices running Android (from version 9 to 14), including hidden features for saving battery life and troubleshooting common issues. From the classic notification bar method to engineering menu commands, you'll find instructions for any situation. And if your phone stubbornly refuses to detect a network, there's a solution at the end of the article. section with answers to frequently asked questions.
1. Standard way: notification panel
The fastest and most versatile method is to use notification panels (aka "curtain"). It works on 99% of devices, from budget ones Redmi to the flagship Google PixelHere's how to do it:
- Unlock the screen phone (PIN code, pattern or fingerprint).
- Swipe from top to bottom on the screen to open the notification panel. On some models (e.g., Samsung Galaxy S23) must be done twice for full disclosure.
- Find the icon Wi-Fi (This is usually an icon shaped like a fan or antenna with radiating waves.) If the icon is gray, the network is disabled.
- Tap the icon onceto activate Wi-Fi. The icon will change to blue (or green on some firmware versions).
If after turning on the icon appears next to the icon exclamation mark or the message "No Internet access" means the phone is connected to the network, but it doesn't provide internet access. In this case, check:
- 🔄 Reboot your router (turn off the power for 30 seconds).
- 📶 Make sure you are in the network coverage area - sometimes the signal is weaker than it seems.
- 🔒 Correctness of the password (if the network is secure).
2. Via Android settings: full control
If the notification bar is not responding or you want to configure connection settings (for example, network priority or power saving mode), use the settings menu. The path may vary slightly depending on the version. Android and the manufacturer's shell, but the general scheme is as follows:
- Open the app
Settings(gear icon on the home screen or in the application menu). - Go to the section
Network and Internet(on Xiaomi —Wi-Fi, on Samsung —Connections). - Activate the switch
Wi-Fiat the top of the screen. - Wait for your phone to find available networks and select yours from the list.
- If required, enter your password and click
Connect.
Additional options are also available in this menu:
| Function | Description | Recommendation |
|---|---|---|
Auto-connection |
The phone automatically connects to saved networks. | Turn it on if you often visit the same places (home, work) |
Smart connection (Samsung) |
Automatically switches between Wi-Fi and mobile data | Disable if you want to always use Wi-Fi only |
Modem mode |
Allows you to share your internet connection from this phone. | Use only when necessary - drains battery |
Additional settings |
IP address, proxy, network frequency (2.4/5 GHz) | Change only if you know what you are doing. |
On phones with Android 12+ A "Fast Connect" feature has been added to the Wi-Fi settings, which speeds up the authorization process on public networks (such as hotels and cafes). It works automatically, but can be disabled. Settings → Google → Devices & Sharing → Quick Connect.
3. Voice assistant: turn on Wi-Fi hands-free
If you need to turn on Wi-Fi but your hands are busy (for example, when you are cooking or holding bags), you can use voice assistantThis method works on all devices with Google Assistant (pre-installed on most smartphones) or Bixby (on Samsung).
Instructions for Google Assistant:
- Tell
Okay, Google.or press and hold the buttonHome(on some models - swipe from the corner of the screen). - Say the command:
Turn on Wi-FiorConnect to Wi-Fi. - If you need to connect to a specific network, say:
Connect to the network [network name].
For Bixby (on Samsung):
- Press and hold the button
Bixby(usually on the left under the volume buttons) or sayHello, Bixby. - Tell:
Turn on Wi-FiorFind nearby Wi-Fi networks.
⚠️ Attention: Voice assistants require microphone and internet access to process commands. If Wi-Fi is turned off and mobile data is disabled, the command may not work.
4. Hidden networks and manual connection
Some routers are configured so that do not broadcast the network name (SSID) — This is done for security reasons. In this case, the phone won't see the network in the list of available networks, and it will need to be added manually. Here's how:
- Open
Settings → Network & Internet → Wi-Fi. - Click
Add a network(orOther networkson Xiaomi). - Enter exact network name (SSID) — case is important! For example,
MyWiFi_5GAndmywifi_5g- these are two different networks. - Select the security type (usually
WPA2-PSKorWPA3-PSK). - Enter your password and click
Save.
If you don't know the hidden network name or security type, check:
- 📋 On the router sticker (usually on the bottom panel).
- 🖥️ In the router's web interface (enter in browser
192.168.0.1or192.168.1.1, login/password - usuallyadmin/admin). - 📞 At the Internet provider (if the router was given to them).
What to do if the phone does not save the hidden network?
If after manually adding a network it disappears from the list or the phone does not connect automatically, try:
1. Remove the network from saved (Settings → Wi-Fi → Saved Networks → Forget).
2. Restart your phone and router.
3. Add the network again, making sure to enter the SSID no spaces at the beginning/end.
4. Check if the “Auto-connect” box is checked (it should be enabled).
5. Wi-Fi Problems: Diagnostics and Solutions
If Wi-Fi doesn't turn on or keeps disconnecting, the problem could be either your phone or your router. diagnostic checklist:
✅ Restart your phone and router
✅ Check if Wi-Fi works on other devices
✅ Make sure there is no outstanding debt on your provider's account
✅ Update your phone firmware (Settings → System → Software Update)
✅ Reset network settings (Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth)
-->
Common errors and their solutions:
| Problem | Possible cause | Solution |
|---|---|---|
| Wi-Fi turns on but doesn't connect to the network | Incorrect password or authentication failed | Remove the network from your saved connections and reconnect. Check the password's case. |
| The network connects, but there is no internet. | Problems on the provider's side or incorrect IP settings | Restart your router. In your phone's Wi-Fi settings, set Obtain an IP automatically. |
| Wi-Fi turns off by itself | Power saving mode or firmware error | Turn it off Adaptive battery in the power settings. Update your phone's software. |
| The phone does not see the 5 GHz network. | The range is not supported or is disabled in the router. | Check your router settings (enable 5 GHz). Enable it on your phone. Wi-Fi Range: Auto. |
⚠️ Attention: If the problem persists after resetting the network settings, and Wi-Fi works on other devices, this may indicate hardware failure (The Wi-Fi module is damaged). In this case, contact a service center, especially if the phone is under warranty.
6. Alternative methods: engineering menu and ADB
For experienced users there is advanced methods Wi-Fi enablement methods that can help if standard methods don't work. Use them with caution!
Method 1: Engineering menu (for advanced users only)
- Open the app
Telephoneand enter the combination:##4636##. - In the menu that opens, select
Wi-Fi Information. - Click
Turn on Wi-Fi(if the option is available).
Method 2: ADB Commands (Requires a PC)
- Install ADB to your computer and connect your phone via USB (with debugging enabled).
- Enter in the command line:
adb shell svc wifi enable - To connect to the network, use:
adb shell cmd wifi connect-network <SSID> <password>(replace
<SSID>And<password>on real data).
FAQ: Answers to Frequently Asked Questions
My phone can't see any Wi-Fi networks. What should I do?
First check if it is turned on airplane mode (Settings → Network & Internet → Airplane Mode). If yes, disable it. If not, try:
- Restart your phone.
- Update the firmware (
Settings → System → Software Update). - Reset network settings (
Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth).
If nothing helps, the Wi-Fi module may be faulty - contact a service center.
How to turn on Wi-Fi if the sensor is not working?
If the screen does not respond to touch, but the phone turns on, try:
- Connect USB mouse via OTG adapter and control the cursor.
- Use voice assistant (Tell
Ok Google, turn on Wi-Fi). - If you have access to a PC, use ADB commands (see section above).
Why is Wi-Fi slow on Android?
The reasons may be different:
- 📡 The router channel is overloaded — change the channel in the router settings (select 1, 6 or 11 for 2.4 GHz).
- 📱 Background applications - Close unnecessary programs in the recent tasks menu.
- 🔋 Power saving mode - disable it in battery settings.
- 🔄 Outdated firmware — update your phone and router software.
Also try connecting to a 5 GHz network (if your router supports it) - it's usually faster and less congested.
Is it possible to turn on Wi-Fi via SMS or call?
No, there are no standard commands for turning on Wi-Fi via SMS or a call. However, some manufacturers (for example, Samsung) allow you to manage your phone's functions through the service Find My Mobile, if the device is linked to an account. To do this:
- Go to the website
findmymobile.samsung.comfrom another device. - Log in using the same account Samsung, as on the phone.
- Select your phone and use the option
Device management.
There are no similar services for other brands.
How to turn on Wi-Fi on Android Auto?
If you connect your phone to your car's system Android AutoWi-Fi can be used for wireless connection. To activate it:
- Connect your phone to the car via USB (for first setup).
- In the settings Android Auto turn it on on your phone
Wireless mode. - Follow the on-screen instructions in your car to pair via Wi-Fi.
Please note: Not all machines support wireless connection. Android Auto.