How to Change Your Wi-Fi Network's IP Address: A Step-by-Step Guide for Your Router, PC, and Smartphone

Your device's IP address on a Wi-Fi network is like a digital passport that identifies you online. Sometimes you need to change it: to bypass blocked websites, increase anonymity, resolve local network conflicts, or simply reset settings after a crash. But how do you do this correctly without disrupting your network?

In this article, we will look at all the current methods for changing your IP address, from basic setup static IP on the router before use VPN And proxyYou will learn how to change your address on Windows 10/11, Android/iOS, as well as what to do if the IP doesn't change after a reboot. Important: Some methods may conflict with your provider's policies—we'll warn you about this in advance.

Let's start with the simplest: changing the IP directly in the router settings. This method is suitable if you need to assign a permanent address to a device on the local network or, conversely, force the router to assign a new dynamic IP.

1. How to change the IP address in the router settings

If you need static IP for a specific device (for example, for NAS servers or IP cameras), the easiest way to connect it is through the router control panel. Most modern models (TP-Link, ASUS, Keenetic) support this function.

The instructions are universal for most routers, but the menu paths may differ slightly. For example, MikroTik the setup is done via IP → DHCP Server → Leases, and at Zyxel Keenetic - in the section Home Network → DHCP.

  • 🔌 Connect to the router via cable or Wi-Fi (preferably from the device for which you are setting up an IP).
  • 🌐 Enter the control panel address in your browser. This is usually 192.168.0.1, 192.168.1.1 or 192.168.8.1 (check the router sticker).
  • 🔑 Log in (default logins: admin/admin or admin/password).
  • 📋 Find the section DHCP (or Local Area Network → DHCP).
  • 🔄 In the list of connected devices, find the one you need MAC address or name, click "Reserve" or "Bind IP".
  • ✏️ Enter the desired IP address (e.g. 192.168.1.100) and save the settings.

Check the current IP of the device (via ipconfig or ifconfig)

Make sure the new IP does not conflict with other devices on the network.

Write down the MAC address of the device (needed for binding)

Reboot your router after making changes

-->

Important: Static IP must be located out of DHCP rangeFor example, if the router distributes addresses from 192.168.1.100 to 192.168.1.199, select a value from 192.168.1.2 to 192.168.1.99.

⚠️ Attention: Some providers (eg Rostelecom or Beeline) block access to router settings if it's rented. In this case, changing the IP address is only possible through their personal account or by calling support.

2. Changing a dynamic IP by rebooting the router

If you need new external IP (the one seen by websites), the easiest way is to reboot your router. Most providers issue dynamic IP addresses that are updated with each new connection. However, there are some caveats:

  • ⏳ For some operators (for example, MTS) The IP is not updated immediately, but after 1–24 hours.
  • 🔒 If you have static IP (usually a paid option), rebooting won't help.
  • 📡 When using PPPoE-connection (login/password) IP may change more frequently.

To speed up the process:

  1. Unplug the router for 5-10 minutes.
  2. If used PPPoE, go to the router panel and manually disconnect the connection (section WAN or Internet).
  3. Reconnect and check your IP address using the service. 2ip.ru or whatismyip.com.

Once a day

Once a week

Only after rebooting the router

Never (static IP)

I don't know-->

If the IP address hasn't changed after a reboot, your ISP is most likely using sticky DHCP. In this case, waiting (up to 7 days) or contacting support and requesting an IP reset will help.

3. Changing the IP address on Windows 10 and 11

On computers with Windows You can manually assign a static IP or reset the current dynamic one. This is useful if there are conflicts on the local network or you need to bypass IP restrictions.

Method 1: Via "Network Settings"

  • 🖥️ Click Win + I, select Network and Internet → Wi-Fi (or Ethernet).
  • 🔧 Click on the name of your network → "Configure adapter settings."
  • 📄 Right click on Wi-Fi → "Properties" → "Internet Protocol Version 4 (TCP/IPv4)".
  • 🔢 Select "Use the following IP address" and enter the following information:
ParameterExample of meaningExplanation
IP address192.168.1.150Must be free on your network
Subnet mask255.255.255.0Typically standard for home networks
Main gateway192.168.1.1Your router's address
DNS server8.8.8.8 (Google)You can use Cloudflare 1.1.1.1

After applying the settings, check your connection. If the internet connection drops, revert to automatic IP acquisition.

Method 2: Via the command line

To reset dynamic IP, follow these steps: CMD (as administrator):

ipconfig /release

ipconfig /renew

This will force the router to issue your PC a new address from the DHCP pool.

4. IP settings on Android and iOS

On mobile devices, you can change the IP either manually (for a local network) or using third-party tools to change the external address.

On Android:

  • 📱 Log in Settings → Wi-Fi, click on your network.
  • 🔧 Select "Advanced" or "IP Settings" (the name depends on the version) Android).
  • 📝 Change the mode with DHCP on Static and enter:

Example for the network 192.168.1.0/24:

  • IP address: 192.168.1.200
  • Gateway: 192.168.1.1
  • Network prefix length: 24
  • DNS 1: 8.8.8.8

On iPhone/iPad:

iOS does not support manual IP configuration for Wi-Fi in newer versions (starting with iOS 14). However, it is possible:

  1. Reset network settings: Settings → General → Transfer or reset → Reset network settings.
  2. Use VPN- applications (more about them below) for changing the external IP.
⚠️ Attention: On some firmware versions Android (For example, MIUI on Xiaomi) After manually setting the IP, the Internet may disappear. In this case, return the settings to DHCP and reboot your device.

5. Using VPN and proxy to change external IP

If you need to change external IP (the one that websites see), rather than the local one, it's easiest to use VPN or proxyThis is useful for bypassing geo-blocks, surfing anonymously, or testing access from other countries.

MethodProsConsExamples of services
VPNTraffic encryption, country selectionMay reduce speedNordVPN, ProtonVPN, Windscribe
ProxyQuick IP change, cheaper than VPNNo encryption, less secureLuminati, Smartproxy
TorMaximum anonymityVery slow, blocked by many sitesTor Browser

How to set up VPN on the router (for example, ASUS RT-AX88U):

  1. Go to your router's control panel.
  2. Find the section VPN or OpenVPN.
  3. Download the configuration files (.ovpn) from your VPN provider.
  4. Enter your login/password and connect.
How to check if VPN is working?

Open 2ip.ru before and after connecting to the VPN. If the IP and location have changed, everything is configured correctly. Also, check for DNS leaks through dnsleaktest.com.

Free proxies can also be used to temporarily change your IP address, but they are often unstable and may be unsafe. For example, the extension Hola VPN The browser uses other users' traffic, which is risky.

6. Alternative methods: MAC spoofing and factory reset

If standard methods don't help, you can try more radical approaches. One of them is MAC address spoofing (its substitution). Many providers bind the IP address to the device's MAC address, so changing it can result in a new IP being issued.

How to change MAC address on Windows:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand "Network adapters" and find yours. Wi-Fi-adapter.
  3. Right-click → "Properties" → "Advanced" tab.
  4. Select "Network Address" or "Locally Administered Address" and enter the new MAC (e.g. 00:1A:2B:3C:4D:5E).
  5. Restart your PC.

On Android To change MAC you will need root rights or special applications like Mac Address Changer (does not work on all devices).

Resetting the router to factory settings

If the IP is stuck and won't change in any way, try resetting the router:

  1. Click the button Reset on the back panel of the router (hold for 10-15 seconds).
  2. After rebooting, set up your internet connection again.
  3. Check IP via 2ip.ru.
⚠️ Attention: Resetting your router will erase all settings, including your Wi-Fi password, port forwarding, and guest network. Save your configuration to a file beforehand (section System Tools → Backup).

7. Common problems and their solutions

Errors can occur when changing your IP address. Here are the most common ones and how to fix them:

  • 🚫 "IP address already in use": Check if this address is assigned to another device on the network. Use the command arp -a V CMD to view occupied IPs.
  • 🌐 "No internet access": Make sure the correct one is specified gateway And DNSTry entering Google's DNS (8.8.8.8) or Cloudflare (1.1.1.1).
  • 🔄 IP does not change after rebooting the router: It is possible that the provider uses binding by MAC address. Try it. MAC spoofing.
  • 🔒 Blocking access to router settings: Contact your provider's support - some operators (for example, Dom.ru) restrict access to rented routers.

If after all manipulations the IP remains the same, check:

  • 📡 Settings DHCP on the router (range of issued addresses).
  • 🔧 Having a static IP in your contract with your provider (may be a paid option).
  • 🛡️ Antivirus or firewall - they sometimes block changes to network parameters.

FAQ: Answers to Frequently Asked Questions

Is it possible to change the IP address on public Wi-Fi (in a cafe, airport)?

On public networks, you can't change your router settings, but you can:

  • Use VPN or proxy to change the external IP.
  • Disconnect and reconnect - sometimes a new local IP is issued.
  • Try it MAC address spoofing (on Android with root or Windows).

Please note: many social networks are blocking VPN-traffic.

How do I know if my IP is dynamic or static?

You can check your IP type like this:

  1. Write down the current IP (for example, via 2ip.ru).
  2. Reboot your router and check the IP again.
  3. If the address has changed, the IP is dynamic. If not, it's static.

Also, the IP type is usually specified in the contract with the provider.

Is it legal to change your IP address?

Changing your IP address in itself doesn't violate the law, but its purpose may be illegal. For example:

  • ✅ Legal: bypass geo-blocks of legal services (for example, Netflix in another country).
  • ⚠️ Gray area: Multiple IP changes to bypass bans in games or social networks (may violate the terms of service).
  • ❌ Illegal: changing IP for fraud, hacking, or distributing prohibited content.

In Russia, restrictions on anonymizers have been in effect since 2026, but VPN for personal use are still permitted.

Why do some websites block access after changing my IP?

This happens for several reasons:

  • IP blacklists: If the previous owner of the IP was involved in spam or hacking, sites may block the entire address.
  • Geo-restrictions: Some services (for example, banks) block IPs from other countries.
  • VPN detection: Sites like Amazon or Steam determine VPN-traffic and demand that it be turned off.

Solution: Try another one VPN-server or contact site support.

How to restore the original IP after experiments?

To roll back changes:

  • On Windows/Android: Return the IP settings to Automatic (DHCP).
  • On the router: Reset IP to MAC binding or disable static IP.
  • For external IP: Disable VPN/proxy or reboot the router.

If you changed MAC address, return to the original or reset the network card settings.