Static IP vs Dynamic IP — Which Do You Have?

A static IP never changes; a dynamic IP is handed to you on a lease that eventually rotates. Almost every home Internet connection in the world uses dynamic IPs, but there are specific situations where paying for a static one saves real trouble. This guide explains how DHCP actually assigns addresses, when static is worth it, and how to tell which one you have.

What each one means

A static IP is permanently assigned. It doesn’t change when your router reboots, when a lease expires, or when you unplug the modem for a week. Your device or network keeps the same IP address indefinitely, until someone manually changes it.

A dynamic IP is temporarily assigned by a DHCP server. Your ISP (or your local router) picks one from a pool, gives it to you for a set lease period, and may hand you a different one next time. The dynamic IP you have today might belong to a stranger’s router a week from now.

How DHCP works behind the scenes

DHCP — Dynamic Host Configuration Protocol — is the quiet machinery that gives almost every Internet-connected device its IP. The handshake is known as DORA: Discover, Offer, Request, Acknowledge.

  1. Discover. A freshly-connected device has no IP yet. It broadcasts a “DHCPDISCOVER” packet on the local network: “Anyone out there, please give me an address.”
  2. Offer. A DHCP server (usually your router, or at the ISP level for the modem itself) responds with a “DHCPOFFER” containing a candidate IP, subnet mask, gateway, DNS servers, and lease duration.
  3. Request. The device formally requests the offered address with “DHCPREQUEST”. On a network with multiple DHCP servers, this step signals which offer it’s accepting.
  4. Acknowledge. The server confirms with “DHCPACK”, the lease is recorded, and the device is free to use the IP.

The whole exchange usually completes in under a second. You see it as “joining the network”.

Lease times

A DHCP lease has a finite lifetime. Typical values:

  • Home Wi-Fi: 1–24 hours, sometimes 7 days.
  • Residential ISP (modem to ISP): 24 hours to 7 days.
  • Enterprise guest networks: 1–4 hours.
  • Mobile carriers: often just minutes, because devices hop between towers constantly.

At 50% of the lease (T1), the client tries to renew directly with the server that gave it the lease. If that fails, at roughly 87.5% (T2), it broadcasts a rebind request to any available DHCP server. In normal operation the renewal is invisible and your IP stays the same for weeks or months even on a short lease — the pool is large enough that the server just hands you back the same address.

Why residential ISPs prefer dynamic IPs

From the ISP’s perspective, dynamic addressing is strictly cheaper and more flexible:

  • Pool efficiency. Not everyone is online at once. A pool of 50,000 IPs can serve 80,000+ subscribers if utilization is staggered, though in practice most home ISPs over-provision heavily.
  • Service tiers. Selling “static IP” as a paid add-on segments the market. Business customers pay a premium; residential users get the free default.
  • Abuse containment. If a dynamic IP gets on a spam blocklist, it rotates out of that customer and into the pool. A static IP would stay tarnished forever.
  • Limited IPv4 supply. With the global IPv4 address crunch, dynamic assignment is simply required to keep serving customers.

When you actually want a static IP

Dynamic is fine for browsing, streaming, email, gaming as a client, and 99% of everyday use. Static makes sense when:

  • You run a server at home. A web server, Minecraft server, security-camera NVR, or mail server all need a reachable, stable address. Dynamic DNS can work around dynamic IPs, but a true static IP is simpler.
  • You remote into your home network regularly. SSH, RDP, or a self-hosted VPN each need a known target. If the IP rotates, you have to update bookmarks and clients.
  • A corporate or SaaS firewall requires an allowlist. Some employer VPNs, banking APIs, or trading platforms only accept traffic from a list of permitted IPs.
  • You keep running into CAPTCHA loops or bans. Shared dynamic IPs cycle through pools that may have accumulated reputation damage from previous users.
  • Voice services. Some enterprise VoIP / SIP trunks perform better with a stable source IP for call quality and registration.

Pros and cons at a glance

  Static IP Dynamic IP
Reachability Always at the same address May change after reboot or lease expiry
Privacy Easier to track across sessions Rotates, harder to track long-term
Cost $5–$15/month typical surcharge Free — default for residential
Setup Manual / ISP-provisioned Automatic via DHCP
Hosting friendliness Excellent Needs Dynamic DNS workaround
Blocklist risk Stuck if your IP gets blocked A reboot may give you a clean IP

How to check which one you have

There are two quick tests:

  1. Check your current IP, then check again tomorrow and next week. If it stays exactly the same for weeks on end across router reboots, you probably have a sticky or static IP. If it changes, it’s dynamic.
  2. Look at your ISP account page. Business plans usually state “static IP included” explicitly. Residential plans rarely mention it because they almost never include one.

Note: many dynamic IPs behave like static ones for months at a time because the DHCP server keeps giving you the same address on each renewal. Don’t mistake “hasn’t changed recently” for “can never change” — a long outage or a network reconfiguration on the ISP side can still reassign you.

Dynamic DNS: the compromise

If you have a dynamic IP and need something stable to point at, Dynamic DNS (DDNS) is the standard workaround. Services like DuckDNS, No-IP, and Cloudflare’s DDNS API let you register a hostname like myhouse.duckdns.org and run a small updater client that keeps the DNS record pointed at your current dynamic IP. It’s free, effective, and avoids paying the ISP surcharge unless you specifically need the real thing.

Typical ISP practices

The rough industry pattern in 2026:

  • Home cable/fiber: dynamic by default. Static IP available as an add-on on most ISPs, typically $5–$15 per month, often bundled into “pro” tiers.
  • Business fiber: static IP usually included, sometimes multiple IPs in a /29 block.
  • Mobile / cellular: always dynamic, almost always CGNAT. True public IPv4 on mobile is rare and usually reserved for M2M plans.
  • Fixed wireless (rural WISPs): mixed — many use CGNAT to conserve IPv4 and offer static as a premium.

Check Your Current IP

Use our What Is My IP tool to see your current IP address. Bookmark this page and check back in a week — if the IP has changed, yours is dynamic.

Frequently Asked Questions

How do I request a static IP?

Call or chat with your ISP’s business or support line and ask whether static IP is available on your plan. Many residential plans don’t offer it; you may need to upgrade to a business tier. Expect $5–$15 per month extra, plus possibly a one-time provisioning fee. The ISP will either reconfigure your existing connection or ship you a new modem already bound to the static IP.

Is a static IP worth it for gaming?

For playing games, no — the networking experience is identical on static or dynamic, because you’re a client making outbound connections either way. For hosting a game server that friends connect to, a static IP (or Dynamic DNS) matters because people need a reliable target. Most home gamers are fine with dynamic.

Does a VPN give me a static IP?

Usually the opposite. Consumer VPN providers rotate you through shared IPs by design, so the IP you appear as can change every connection. A few providers offer “dedicated IP” plans for an extra fee — that IP is stable, but it’s still shared only with you by the VPN provider, not something your own ISP owns. If you need a truly static IP on the origin side, a VPS with its own IP is usually a cheaper and cleaner approach.

Will my dynamic IP change when I reboot my router?

Sometimes. It depends on whether your lease has expired and whether your ISP’s DHCP server reassigns pool addresses aggressively. On many ISPs a reboot during the lease window gives you the same IP back. On others, especially after longer off times, you’ll get a new one. The only way to know for sure is to check before and after.

Can my router make my internal IP static?

Yes — that’s called a “DHCP reservation”. In your router’s admin panel, you bind a device’s MAC address to a specific internal IP so it always gets the same address on your LAN. This is a different thing from an ISP static IP — it only affects the private IP inside your home, not the public IP facing the Internet. DHCP reservations are free and extremely useful for printers, NAS boxes, and smart-home hubs.