Glossary

Networking

Dynamic IP address

A public IP address an internet provider assigns to a line for a limited time, so it can change after a reconnect, on a schedule, or when the lease ends.

Updated 19 September 2026 · 19 primary sources

A dynamic IP address is one that an internet provider assigns to a connection for a limited time from a shared pool, rather than for good. When the line reconnects, the lease runs out or the provider renumbers, the connection can come back with a different address. Home lines are usually set up this way. BT's own help pages put it plainly: an address "is usually provided dynamically".

Dynamic does not mean the address changes often. RIPE Atlas, a network of measurement probes that volunteers run at home, records each probe's public address every day. Of 2,760 home probes connected on both 11 and 18 September 2026, 15.6 percent had a new IPv4 address a week later. Over 30 days, 26.8 percent of 2,672 did. The provider decides almost everything.

How often does a dynamic IP change?

It depends on the network far more than on the word. Four providers with at least 25 home probes changed no address at all in 30 days. They were Free in France, KPN in the Netherlands, Init7 in Switzerland and Andrews & Arnold in the UK. Comcast, AT&T and Verizon changed fewer than one in ten. At the other end, 1&1 Versatel in Germany and Starlink changed almost every address within a week.

The pattern has moved. A study of RIPE Atlas probes in 2015 found Deutsche Telekom reassigning addresses every 24 hours and Orange every 168 hours. In September 2026, 39.6 percent of Telekom home lines had a new address within a week, so most no longer change daily. Orange France changed 4.8 percent in the same week.

Home probes whose public IPv4 address changed, per provider with at least 24 of them in both windows. RIPE Atlas probe archives of 19 August, 11 September and 18 September 2026; only probes connected on both days compared.
ProviderCountryNew address within 7 daysNew address within 30 days
1&1 VersatelGermany35 of 3735 of 36
StarlinkUnited States37 of 3835 of 36
Deutsche TelekomGermany53 of 134107 of 131
Vodafone GermanyGermany2 of 6812 of 67
Orange FranceFrance4 of 839 of 78
Bouygues TelecomFrance0 of 292 of 26
ComcastUnited States2 of 776 of 79
VerizonUnited States1 of 483 of 46
Freedom InternetNetherlands0 of 372 of 34
AT&TUnited States0 of 562 of 53
Aussie BroadbandAustralia0 of 281 of 29
FreeFrance0 of 1220 of 117
KPNNetherlands0 of 530 of 50
Init7Switzerland0 of 280 of 25
Andrews & ArnoldUnited Kingdom0 of 240 of 25
All home probes91 to 94 countries431 of 2,760715 of 2,672

What makes the address change

The best-known mechanism is DHCP. Its standard of March 1997 calls it dynamic allocation: the server assigns an address "for a limited period of time". The router renews that lease before it ends, so a DHCP address can stay the same for months while the line stays up.

Some DSL providers do not use DHCP at all. They open a PPPoE session and set the address per session. One large European provider told the 2016 study that it changed addresses after 24 hours "as a privacy feature". The same study found that outages count too: in 2015, Orange changed a line's address even after the shortest outage.

Carrier-grade NAT adds a third case. Starlink's default IPv4 setup gives each dish an address from 100.64.0.0/10 and translates it to a shared public one; a public address is an option on its Priority plans. Its home probes showed a new public address nearly every week.

The ways a home line gets its address, and what makes that address change.
MechanismDefined inThe address changes when
DHCP leaseRFC 2131, March 1997The lease is not renewed, for example after the router was off longer than the lease
PPPoE sessionRFC 2516, February 1999The session ends: a reconnect, an outage, or a forced reconnect on the provider's schedule
Carrier-grade NATRFC 6598, April 2012The provider maps the line to another shared public address
IPv6 prefix delegationRFC 8415, November 2018The provider hands out a new prefix, usually on reconnect when prefixes are not persistent
IPv6 temporary addressRFC 8981, February 2021Every day by default on the device itself, even when the prefix stays

Does an IPv6 address change too?

In two ways. The provider delegates a prefix to the home network, and that prefix can change like an IPv4 address. Among home probes with IPv6, 12.4 percent had a new /64 within a week and 22.3 percent within 30 days.

A RIPE guide for operators, published in October 2017, advises against this. It calls non-persistent prefixes "considered harmful" and recommends persistent ones by default, while asking providers in countries with "specific legal environments" to offer changing, privacy-oriented prefixes as an option.

Inside the network, each device also rotates its own temporary address. Since February 2021 the standard default is a new preferred address every day, valid for two days. The 2007 version had allowed seven.

Static vs dynamic IP

A static IP address is one the provider does not change. It is often an extra, for example on business lines. It matters when other people need to find you at the same address: a mail server, a camera you reach from outside, or an IP allowlist.

Spamhaus, for example, expects a mail server to sit on a static address with matching reverse DNS. BT says a dynamic address "is not suitable if you want a computer to be permanently visible on the internet".

Static and dynamic addresses side by side, from the standards and provider documentation cited below.
Dynamic IPStatic IP
How you get itBy default on most home linesOften an extra, for example on business lines
When it changesAfter a reconnect, a lease end or a provider scheduleRarely: when the contract or the setup changes
Reaching you from outsideNeeds dynamic DNS or a relayWorks directly
IP allowlistsBreak when the address changesKeep working
A ban or a blockCan pass to the next customer who gets the addressStays with you

What a changing address means for proxies

A residential proxy borrows home connections, so it inherits their addresses and their changes. Residential lines are sold as a rotating proxy by default, and a sticky session can hold an exit only as long as the household keeps its address.

Your own address matters too. If a proxy account lets you in by IP whitelisting and your home line is dynamic, access stops the day the address changes. Proxy authentication with a username and password does not depend on your address at all.

Blocklists face the same problem from the other side. The authors of the 2016 study pointed out that a ban on a dynamic address can outlive the person it was meant for. On some networks, a user could get a new address simply by restarting the router.

Where the term comes from

Early networks set addresses by hand or from a fixed table. BOOTP, published in September 1985, looked each machine up in a database "relating hardware address to IP address", so a machine always got the same one. Dial-up changed that. From May 1992 a PPP link could ask the other side for an address each time it connected, so every call could bring a different one.

DHCP, first published in October 1993 and revised in March 1997, made the idea general. It is based on BOOTP but adds "automatic allocation of reusable network addresses". PPPoE, published in February 1999, kept the dial-up session for broadband lines, for providers that wanted to "maintain the session abstraction associated with PPP".

IPv6 added privacy to the reasons for change. A standard of January 2001 gave devices temporary addresses that rotate, and the current version, of February 2021, makes them change every day by default.

How HProxy handles it

Our residential sticky sessions hold an exit for up to 24 hours on the Premium and Plus pools. Our own documentation says it plainly: the address can still change early if that device leaves the network, so write a retry. On Residential Premium the IP whitelist takes up to 150 addresses per plan; if your own line is dynamic, use the generated lines with a password instead.

Frequently asked questions

How often does a dynamic IP change?

It depends on the provider. In RIPE Atlas data from September 2026, 15.6 percent of home connections had a new IPv4 address after a week and 26.8 percent after 30 days. Some providers changed none in 30 days; 1&1 Versatel and Starlink changed almost every address within a week.

Is a dynamic IP the same as DHCP?

No. DHCP is one way to assign an address, and it can also hand out a fixed one. Some DSL lines get their address from a PPPoE session instead, and carrier-grade NAT shares one public address between many lines. Dynamic describes how long the address lasts, not which protocol assigned it.

How can I tell if my IP address is static or dynamic?

Check your contract or ask the provider: a static address is normally listed as its own item. You can also note your public address today and compare it after a router restart and again after a week. A reverse DNS name with words such as dynamic, pool or pppoe points the same way.

Can you whitelist a dynamic IP address?

You can, but the entry breaks when the address changes. The usual ways around it are a dynamic DNS name that follows the address, or signing in with credentials instead of by address. For a proxy account, that means username and password authentication rather than IP whitelisting.

Is my dynamic IP address shared with other customers?

Not at the same moment on most lines: the address is yours until the provider takes it back into the pool and hands it to someone else. Behind carrier-grade NAT, though, many customers share one public address at the same time.

Is a dynamic IP safer than a static one?

It makes tracking by address alone harder over days, which is why some providers change addresses on purpose for privacy. It hides nothing within a session: every site still sees the address you have now. Providers can link an address and a time to a customer, which is why RIPE notes that persistent prefixes spare them expensive logging.

Back to the full glossary.

HProxy.

Do not take our word for it.Measure it yourself.

Runs in your browser against the live address. No signup, no stored list.

HProxy