A dynamic IP address is leased to your connection for a period and may change when that lease renews. A static IP address is permanently assigned and never changes unless you ask for it to. Almost every home connection in the world is dynamic; static addresses are a paid extra sold mostly to businesses.
Side by side
| Dynamic | Static | |
|---|---|---|
| Changes over time | Yes, unpredictably | No |
| Cost | Included | Usually a monthly fee |
| Who has one | Nearly all home users | Businesses, servers, some enthusiasts |
| Hosting a server | Needs dynamic DNS | Works directly |
| Being allow-listed | Breaks when the address changes | Reliable |
| Privacy | Slightly better — the address rotates | Slightly worse — a fixed identifier |
| Setup | Automatic | Often manual configuration |
How to tell which one you have
There is no flag on the address itself, so you have to observe it over time. Check your current IP address and write it down. Restart your router, wait a few minutes, and check again. Repeat over a few days.
- The address never changes across several restarts and several days — it is static, or a dynamic lease so long-lived that the difference is academic.
- It changes after a restart — definitively dynamic.
- It changes on its own overnight — dynamic with a short lease, common in some countries where providers rotate addresses daily.
The quickest answer is simply to ask your provider. Static addresses are a billed line item, so they know exactly what you have.
Why providers use dynamic addresses
IPv4 addresses ran out. A provider with 100,000 customers does not have 100,000 spare public addresses, but at any moment only a fraction of connections are active, so a smaller pool can be recycled between them. Dynamic allocation is the mechanism that makes that possible.
The same pressure produced carrier-grade NAT, where many subscribers share one public address
simultaneously. If your router shows an address starting 100.64 through
100.127, that is what is happening, and it rules out inbound connections entirely. The
WAN IP page covers how to check.
When a static IP is genuinely worth it
Pay for one if you need something outside your network to find you reliably:
- Hosting anything. A web server, game server, mail server or VPN endpoint at home.
- Remote access. Security cameras, a NAS, or remote desktop into a machine at the office.
- Corporate allow-lists. Databases and admin panels that only accept known addresses. A changing address means being locked out at random.
- Running a mail server. Reputation systems weigh the sending address heavily, and dynamic ranges are widely distrusted by spam filters.
Skip it for browsing, streaming, video calls and gaming. None of them benefit. The persistent myth that a static address reduces lag has no basis — latency is a function of routing and distance, not of how the address was assigned.
Dynamic DNS: the free alternative
For most home use cases, dynamic DNS removes the need to buy anything. A small client on your router
or a computer watches your public address and updates a hostname whenever it changes. You connect to
myhome.example.net, and it always resolves to wherever you are now.
Most consumer routers include support for the main providers. It handles remote camera access, home servers and remote desktop perfectly well. Where it falls short is corporate allow-lists, which demand a literal address, and mail servers, where the underlying address reputation is what matters.
The privacy angle
A static address is a permanent identifier attached to your connection, so it is marginally worse for privacy than one that rotates. In practice the difference is small: dynamic addresses often persist for weeks, and cookies and browser fingerprinting identify you far more effectively than either. See the browser privacy check for what your device gives away regardless of address.
If your concern is privacy rather than reachability, a static address is the wrong lever entirely — look at hiding your IP address instead.