DNS Propagation & TTL (Beginner)
> “DNS propagation” is mostly caching. Different networks may see different answers until caches expire.
1) Why DNS changes take time
DNS answers get cached by:
- ISP resolvers
- corporate networks
- routers
- and sometimes browsers/apps
2) What TTL means
**TTL (Time To Live)** tells caches how long they may keep an answer before asking again.
3) Typical propagation times
- With a low TTL (300–900s), changes often appear in minutes.
- With a high TTL (3600–86400s), some users may see old values for hours.
4) The “works for me but not others” explanation
Your network may have refreshed DNS, while someone else is still using a cached answer.
5) Safe migration playbook (beginner-friendly)
1. **Lower TTL** 24–48 hours before a move (e.g., 300–900 seconds).
2. Update records (A/CNAME/MX) to the new target.
3. Verify from multiple networks/devices.
4. After stable, **raise TTL** again (e.g., 3600–86400 seconds).
6) Common mistakes
- Changing records at the wrong DNS host (nameservers point elsewhere).
- Switching nameservers without copying old records.
- Assuming “instant” updates while TTL is still high.
What to learn next
Page changelog
Last updated
- 2026-01-18—Initial or baseline update for this page.
Related articles
Domain & DNS
Domains & DNS Basics
Understand what DNS is, why propagation happens, and how to point a domain to your server safely.
Domain & DNS
Nameservers vs DNS Records (Beginner)
The #1 beginner confusion: where DNS lives, what nameservers do, and where you actually edit records.
Domain & DNS
DNS Records Explained (A, CNAME, TXT, MX)
A practical guide to the DNS record types you'll touch most often when running websites and email.
Was this page helpful?