How to Change Your IP Address: Step by Step Guide

There are many reasons to change your IP address: improving privacy, bypassing geo-blocks, fixing network issues, or accessing region-restricted content. Whether you want to change your public IP (visible to the Internet) or your private IP (on your local network), this guide covers every method for every device.

Public IP vs Private IP: What Are You Changing?

Before changing your IP, understand which one you're modifying. Your public IP is assigned by your ISP and is visible to every website you visit — check yours at miip.link. Your private IP is assigned by your router on your local network (usually 192.168.x.x). Changing your public IP affects how the Internet sees you; changing your private IP only affects your local network.

Method 1: Use a VPN (Easiest and Most Effective)

A VPN is the simplest and most reliable way to change your public IP address. It encrypts your traffic and routes it through a server in another location, giving you that server's IP address.

  1. Choose a VPN provider (NordVPN, ExpressVPN, Surfshark, etc.)
  2. Download and install the VPN app
  3. Connect to a server in your desired country
  4. Check your IP at miip.link to verify it changed

Pros: Instant, works on all devices, encrypts your traffic, access geo-blocked content

Cons: Costs money ($3-12/month), slight speed reduction

Method 2: Restart Your Router

If you have a dynamic IP (most residential connections do), restarting your router may give you a new IP address from your ISP's pool.

  1. Note your current IP at miip.link
  2. Unplug your router from power
  3. Wait 5 minutes (longer is better — your ISP needs to release the lease)
  4. Plug the router back in and wait for it to fully connect
  5. Check your IP again — if it changed, success!

Note: This doesn't always work. Some ISPs assign the same IP for extended periods. If it doesn't change, try leaving the router off for longer (15-30 minutes).

Method 3: Change Your Private IP (Windows)

# Release your current IP
ipconfig /release

# Renew with a new IP
ipconfig /renew

To set a static private IP:

  1. Open Settings → Network & Internet → Change adapter options
  2. Right-click your connection → Properties
  3. Select "Internet Protocol Version 4 (TCP/IPv4)" → Properties
  4. Select "Use the following IP address"
  5. Enter IP (e.g., 192.168.1.100), Subnet mask (255.255.255.0), Gateway (192.168.1.1)
  6. Click OK

Method 4: Change Your Private IP (macOS)

# Release DHCP lease
sudo ipconfig set en0 DHCP

# Renew
sudo ipconfig set en0 DHCP

To set a static private IP:

  1. Open System Preferences → Network
  2. Select your connection → Advanced → TCP/IP
  3. Change "Configure IPv4" to "Manually"
  4. Enter IP address, subnet mask, and router
  5. Click OK

Method 5: Change DNS Settings

While changing DNS doesn't change your IP address, it can improve your browsing speed and privacy by using faster, more secure DNS servers like Cloudflare (1.1.1.1) or Google (8.8.8.8). See our DNS servers guide for step-by-step instructions.

Method 6: Use a Proxy Server

A proxy works like a VPN but only covers your browser traffic. It's free but less secure since it doesn't encrypt your data. Configure your browser's proxy settings or use a web-based proxy like Hidester or KProxy.

Method 7: Use Tor Browser

Tor provides maximum anonymity by bouncing your traffic through three encrypted nodes worldwide. It's free but very slow — not suitable for streaming or large downloads. Download Tor Browser from torproject.org.

When You Cannot Change Your IP

Which Method Should You Use?

GoalBest MethodWhy
PrivacyVPNEncrypts traffic + changes IP
Access geo-blocked contentVPNChoose country + encryption
Fix network issuesRestart routerFree and simple
Change local network IPManual configPermanent, free
Maximum anonymityTorFree, multi-layer encryption
Quick browsing changeWeb proxyNo installation needed

FAQ

Will changing my IP affect my Internet speed?

Using a VPN may reduce speed by 10-20% due to encryption overhead. Restarting your router or changing your private IP has no speed impact. Tor is significantly slower than normal browsing.

Is it legal to change my IP address?

Yes, changing your IP address is legal in most countries. Using a VPN, proxy, or Tor is completely legal. What you do while using a changed IP must still be legal.

How do I know if my IP changed?

Visit miip.link before and after making changes. If the IP shown is different, it worked.

Check your current IP address at miip.link — verify your IP change instantly.