Modern smartphones usually connect to wireless networks automatically, but situations often arise when the standard algorithm does not work. Set up Wi-Fi on Android manually This is necessary if the router hides the network name (SSID) or requires specific security settings that the system cannot detect automatically. Without this information, the device will simply not see the access point or will endlessly attempt to obtain an IP address.
Manual configuration is also indispensable in corporate networks or when using specialized equipment where the DHCP server is disabled. In such cases, the user must manually enter the IP address, subnet mask, and gateway. Android provides a fairly flexible toolkit for solving these problems, although the menu interface may differ depending on the version of the operating system and the manufacturer's shell.
In this guide, we'll cover all the details of creating a new connection from scratch. You'll learn where to find hidden settings, how to correctly enter data for a static IP, and what to do if the system requires certificates. The main difference between manual and automatic settings is that the user is fully responsible for the correctness of the entered digital values. Even a single character error will make connection impossible.
Why might you need to manually configure Wi-Fi?
The main reason for delving into the depths of the menu is security. Network administrators often hide SSID (network name) so it doesn't appear in the general list of available connections. In this case, the phone won't be able to find the router itself; you need to tell it exactly who to look for. This is a common practice in offices and private homes with high data security requirements.
Another scenario is IP address conflicts or the need to reserve a specific address for a device. If your network has many devices, the router's DHCP server may assign addresses erratically, sometimes leading to problems. printers or NAS storageBy manually entering a static IP address, you ensure that your smartphone will always have the same address on the local network.
⚠️ Important: When manually setting a static IP, ensure the selected address is not already in use by another device. Duplicate IP addresses on the same network will result in internet loss on both devices.
Manual intervention is also required when using proxy servers. This is especially true for corporate networks where traffic is filtered, or to bypass restrictions in certain regions. The default automatic mode rarely offers fields for entering a proxy address, so they must be enabled through advanced settings.
Preparing data before starting setup
Before accessing your smartphone's menu, you need to gather accurate information about your wireless network settings. If you're setting up a home router, this information is usually found on a sticker on the bottom of the device or in the documentation. For corporate networks, your system administrator will provide all the necessary information, including encryption type and domain.
You will need the following key parameters:
- 📡 SSID — the exact network name, including letter case (for example, Home_WiFi_5G).
- 🔐 Security type — most often it is WPA2/WPA3-Personal, but it can be WEP (outdated) or corporate WPA-Enterprise.
- 🔑 Password — case-sensitive access key.
- 🌐 Data for statics — IP address, gateway (router), subnet mask and DNS (if DHCP is disabled).
Pay special attention to the encryption type. If the router is configured for WPA3, and you try to connect a device that only supports WPA2If you manually select the wrong type, the connection will fail. In modern versions of Android, the system often automatically detects the security type, but when manually setting up hidden networks, you often have to select this option from a list.
How to connect to a hidden Wi-Fi network (Hidden SSID)
The most common user request is "how to manually set up Wi-Fi on Android" when the network simply isn't visible in the list. In this case, don't wait for its name to appear in the list of available networks. You'll need to create a new connection profile from scratch, specifying the exact network name.
The process looks like this:
1. Open Settings and go to the section Wi-Fi (or Connections).
2. Turn on the wireless module if it is turned off.
3. Scroll down the list of networks to the very bottom and find the item Add a network (on some shells it is called Another network or hidden in the three-dot menu).
In the window that opens, in the field SSID Enter the network name manually. This is a critical step: any extra space or capitalization error will result in access being denied. Next, select the security type from the drop-down list. Most commonly, it's WPA/WPA2-PersonalAfter selecting the security type, a password entry field will appear.
⚠️ Note: The menu interface may vary depending on the Android version. On some Samsung or Xiaomi smartphones, the option to add a network may be located in the top menu (three dots or gear) rather than at the bottom of the list.
After entering the password, click the button ConnectThe phone will begin searching for the network with the specified name and attempt to authenticate. If all the information is entered correctly, the status will change to "Connected," and the Wi-Fi icon will appear in the status bar.
☑️ Check before connecting a hidden network
Setting up a static IP address on Android
Sometimes automatic IP address acquisition (DHCP) is unstable, or the network requires fixed addressing. To switch to manual mode, first find an existing network in the list (or add a new one as described above), click on it (or the gear icon next to it), and select Change or Additionally.
In the advanced settings, find the item IP settingsBy default, the value is DHCPClick on it and select Static (Static). After this, additional fields will open for manual filling:
| Parameter | Description | Example of meaning |
|---|---|---|
| IP address | The unique address of a device on the network | 192.168.1.150 |
| Gateway | Router address (usually .1 or .254) | 192.168.1.1 |
| Network prefix length | Subnet mask in CIDR format | 24 |
| DNS 1 | Primary name server | 8.8.8.8 |
Field Network prefix length often raises questions. This is the modern equivalent of the subnet mask. For most home networks with the standard mask of 255.255.255.0, the prefix value is 24If you enter an incorrect value, your phone may not see other devices on the local network or be unable to access the Internet.
In the IP address field, the last digits (host) can be any number between 2 and 254, as long as they don't match the addresses of other devices. For example, if your router has the address 192.168.1.1, your phone could be assigned 192.168.1.55.
What is DNS and why change it?
DNS (Domain Name System) translates human-readable website addresses (e.g., google.com) into server IP addresses. Providers' standard DNS services can be slow or block some resources. Manual settings often include Google's DNS (8.8.8.8) or Cloudflare's DNS (1.1.1.1) to speed up page loading and enhance privacy.
Using a proxy server and advanced options
In corporate environments or when using specific traffic filters, proxy configuration may be required. In the same menu where you selected the IP type (static or DHCP), there is often a section Proxy. By default it is No, but when choosing Manually Input fields will open.
You will need to enter:
- 🖥️ Proxy hostname — IP address or domain name of the proxy server.
- 🔢 Proxy port — a numeric value (for example, 8080 or 3128).
- 🚫 Do not use proxy for — a list of addresses (comma separated) that will bypass the proxy server.
If the network requires proxy server authentication, Android will also prompt you to enter your username and password. Please note that this information may be transmitted in cleartext if you aren't using a secure connection, so be careful when entering sensitive information on public networks.
You can also find the option in the advanced settings MAC addressSome routers filter devices by this unique identifier. Newer versions of Android (starting with 10) use MAC address randomization by default for privacy. If your router is configured to filter by MAC, you should select this option. Device MAC address (real), not random.
Troubleshooting connection issues and errors
Even with careful data entry, errors can still occur. The most common is "Obtaining IP address..." followed by abort. This almost always indicates an incorrectly entered static IP address or an address conflict. Check that the address you selected isn't already in use by another device, and ensure the gateway is entered correctly.
If your phone says "Authentication Error," the problem lies with the password or encryption type. Try forgetting the network (button Delete or Forget in the network profile) and recreate the profile. Sometimes temporarily disabling the "MAC address randomization" feature in the specific network settings helps.
⚠️ Note: Wi-Fi settings may reset after a system update or network reset. If maintaining a static IP address is critical, please write it down separately.
In rare cases, the problem may be frequency incompatibility. If your router only broadcasts 5 GHz and your phone is old, it simply won't detect the network, no matter how much you configure it. Make sure your device supports the standards. 802.11ac or ax, if you are trying to connect to a high-speed network.
Frequently Asked Questions (FAQ)
Where can I find the MAC address for filtering on my router?
The MAC address can be found in the section Settings → About the phone → General informationIt's also displayed in the Wi-Fi connection status by clicking the gear icon next to the active network. Remember about randomization: router filtering often requires the actual MAC address, not a random one.
Is it possible to set up Wi-Fi without entering a password?
Only if the network is open (unencrypted), which is highly discouraged. On secured networks, a password is required. However, if the router has WPS configured, you can connect using a push-button or PIN code. However, on modern versions of Android, WPS support is often limited or removed for security reasons.
What should I do if the "Add network" field is grayed out or inactive?
Make sure Wi-Fi is enabled. In some enterprise profiles (MDM), the administrator may prohibit new connections. Also, check that Airplane Mode isn't enabled.
How to return to automatic IP acquisition?
Go to the settings of the saved network, select Change (or pencil icon), find the item IP settings and switch it from Static back to DHCP. Save the changes.