{"id":169,"date":"2026-05-29T23:04:29","date_gmt":"2026-05-30T06:04:29","guid":{"rendered":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/"},"modified":"2026-05-29T23:04:29","modified_gmt":"2026-05-30T06:04:29","slug":"understanding-dns-propagation-time","status":"publish","type":"post","link":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/","title":{"rendered":"Understanding DNS Propagation Time: What It Is and Why Your Site Isn&#8217;t Loading Yet"},"content":{"rendered":"<h2>Overview<\/h2>\n<p>DNS propagation is the time it takes for DNS record changes to spread across the global network of DNS servers after you make an update. When you move a domain to Host &amp; Tech, change your nameservers, or update an A record, that change doesn&#8217;t go live everywhere at once. It ripples outward, and how fast that happens depends on a setting called TTL (Time to Live).<\/p>\n<p>Most users run into this after migrating a site or launching a new one. They update the nameservers, wait a few minutes, and then wonder why the site is still pointing at the old host. The frustrating reality is that you can&#8217;t force the entire internet to update immediately \u2014 but you can understand what&#8217;s happening and minimize the wait if you plan ahead.<\/p>\n<p>This article explains how DNS propagation works, what TTL actually controls, how to check propagation status, and what to do when something seems stuck.<\/p>\n<hr>\n<h2>Prerequisites<\/h2>\n<ul>\n<li>Access to your domain registrar account (where you manage nameservers) or your DNS zone editor in cPanel\/WHM\/Plesk<\/li>\n<li>The new DNS records or nameservers you plan to use<\/li>\n<li>Basic familiarity with DNS record types (A, CNAME, MX) is helpful but not required<\/li>\n<li>Optional: a terminal\/command prompt for manual DNS lookups<\/li>\n<\/ul>\n<hr>\n<h2>How DNS Propagation Actually Works<\/h2>\n<p>When someone types your domain into a browser, their device asks a DNS resolver (usually run by their ISP or a public service like Google&#8217;s <code class=\"\" data-line=\"\">8.8.8.8<\/code>) to look up the IP address for that domain. That resolver checks its local cache first. If it has a recent answer cached, it uses that \u2014 no matter what you changed at the source.<\/p>\n<p>That cached answer stays valid until the TTL expires. TTL is a number (in seconds) attached to every DNS record. A TTL of <code class=\"\" data-line=\"\">3600<\/code> means resolvers can cache that record for one hour before they have to re-check. A TTL of <code class=\"\" data-line=\"\">86400<\/code> means 24 hours.<\/p>\n<p>So when people say &#8220;DNS propagation takes 24\u201348 hours,&#8221; what they really mean is: every resolver on the planet has to wait for its cached copy of your old record to expire before it fetches the new one. Resolvers in different countries, on different networks, cached your record at different times \u2014 so they expire at different times. That&#8217;s why you might see your new site immediately on your phone but your colleague in another city still sees the old one.<\/p>\n<p>\ud83d\udcdd <strong>Note:<\/strong> DNS propagation and nameserver propagation aren&#8217;t exactly the same thing. Changing individual records (like an A record) within an existing zone is usually faster than changing your domain&#8217;s nameservers entirely, because nameserver changes also require the TLD registry (e.g. <code class=\"\" data-line=\"\">.com<\/code>, <code class=\"\" data-line=\"\">.ca<\/code>) to update its delegation records.<\/p>\n<hr>\n<h2>Step-by-Step: Managing DNS Propagation<\/h2>\n<h3>Step 1 \u2014 Lower Your TTL Before You Make Changes<\/h3>\n<p>This is the most useful thing you can do, and most people skip it. If you know you&#8217;re migrating a site or changing nameservers in the next few days, lower your TTL to <code class=\"\" data-line=\"\">300<\/code> (5 minutes) at least 24\u201348 hours before you make the actual change. That way, when you do update the record, resolvers only need to wait 5 minutes to pick it up instead of 24 hours.<\/p>\n<p>In cPanel, go to <strong>Domains &gt; Zone Editor<\/strong>, find your A record or relevant record, click <strong>Edit<\/strong>, and change the TTL field to <code class=\"\" data-line=\"\">300<\/code>. In Plesk, go to <strong>Websites &amp; Domains &gt; DNS Settings<\/strong>, click the record, and update the TTL there.<\/p>\n<p>\u26a0 <strong>Warning:<\/strong> Don&#8217;t forget to raise the TTL back to something reasonable (like <code class=\"\" data-line=\"\">3600<\/code> or <code class=\"\" data-line=\"\">14400<\/code>) after migration is complete. A permanently low TTL means every DNS lookup has to hit the authoritative server more often, which adds unnecessary load and slightly increases resolution time for visitors.<\/p>\n<h3>Step 2 \u2014 Make Your DNS Change<\/h3>\n<p>Update your record in whichever system controls your zone. If Host &amp; Tech is managing your DNS (which is the case with our <a href=\"https:\/\/www.hostandtech.com\/shared-hosting\/\">Shared Hosting<\/a> plans and most managed setups), you&#8217;ll do this through cPanel&#8217;s Zone Editor or via WHM for resellers.<\/p>\n<p>If you&#8217;re only changing nameservers (full DNS migration), log into your registrar and point the nameservers to the ones provided in your Host &amp; Tech welcome email. They&#8217;ll look something like:<\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-1\"><code class=\"\" data-line=\"\">ns1.hostandtech.com\nns2.hostandtech.com<\/code><\/pre>\n<\/div>\n<p>\ud83d\udcdd <strong>Note:<\/strong> Nameserver changes are processed by the domain registry, not just your registrar. ICANN requires registries to process these updates within 24 hours, but in practice most TLDs (including <code class=\"\" data-line=\"\">.com<\/code> and <code class=\"\" data-line=\"\">.ca<\/code>) push the change out within a few hours.<\/p>\n<h3>Step 3 \u2014 Check Propagation Status<\/h3>\n<p>Don&#8217;t just keep refreshing your browser \u2014 your local DNS cache will keep serving the old result even after most of the world has moved on. Use these tools and commands instead:<\/p>\n<p><strong>Online tools:<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/dnschecker.org\" target=\"_blank\" rel=\"noopener\">dnschecker.org<\/a> \u2014 shows your record&#8217;s current value from ~30 locations worldwide<\/li>\n<li><a href=\"https:\/\/www.whatsmydns.net\" target=\"_blank\" rel=\"noopener\">whatsmydns.net<\/a> \u2014 good for a quick global snapshot<\/li>\n<\/ul>\n<p><strong>From the command line (Linux\/macOS):<\/strong><\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-2\"><code class=\"\" data-line=\"\"># Query a specific public resolver to bypass your local cache\ndig @8.8.8.8 yourdomain.com A\n\n# Check what TTL is currently being served\ndig yourdomain.com A +ttlunits\n\n# Check nameserver delegation\ndig yourdomain.com NS<\/code><\/pre>\n<\/div>\n<p><strong>From Windows (Command Prompt or PowerShell):<\/strong><\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-3\"><code class=\"\" data-line=\"\">nslookup yourdomain.com 8.8.8.8<\/code><\/pre>\n<\/div>\n<p>If <code class=\"\" data-line=\"\">dig @8.8.8.8<\/code> returns the correct new IP but your browser still shows the old site, the problem is your local DNS cache \u2014 not propagation.<\/p>\n<h3>Step 4 \u2014 Flush Your Local DNS Cache<\/h3>\n<p>If the global resolvers have your new record but your machine still doesn&#8217;t, flush the local cache:<\/p>\n<p><strong>macOS (Ventura\/Sonoma\/Sequoia):<\/strong><\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-4\"><code class=\"\" data-line=\"\">sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder<\/code><\/pre>\n<\/div>\n<p><strong>Windows 10\/11:<\/strong><\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-5\"><code class=\"\" data-line=\"\">ipconfig \/flushdns<\/code><\/pre>\n<\/div>\n<p><strong>Linux (systemd-resolved):<\/strong><\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-6\"><code class=\"\" data-line=\"\">sudo resolvectl flush-caches<\/code><\/pre>\n<\/div>\n<p>After flushing, close and reopen your browser. Browsers also maintain their own internal DNS cache. In Chrome, you can clear it at <code class=\"\" data-line=\"\">chrome:\/\/net-internals\/#dns<\/code> \u2014 click <strong>Clear host cache<\/strong>.<\/p>\n<hr>\n<h2>Common Issues &amp; Troubleshooting<\/h2>\n<h3>Site still shows old host after 48 hours<\/h3>\n<p>First, verify the change actually saved at the authoritative source. Run:<\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-7\"><code class=\"\" data-line=\"\">dig @ns1.hostandtech.com yourdomain.com A<\/code><\/pre>\n<\/div>\n<p>If this returns the wrong IP, the record wasn&#8217;t saved correctly on the authoritative nameserver \u2014 propagation has nothing to do with it. Log back into your zone editor and confirm the A record is pointing to the right IP. If the authoritative answer is correct but resolvers worldwide still show the old value after 48 hours, check whether the old record had an unusually high TTL (like <code class=\"\" data-line=\"\">86400<\/code> or higher). Some registrars default to 48-hour TTLs.<\/p>\n<h3>Different results depending on which network you&#8217;re on<\/h3>\n<p>This is normal during propagation, but if it persists past 72 hours, it usually means one ISP&#8217;s resolver is being stubborn. Some ISPs override TTL values and cache records longer than they should. There&#8217;s not much you can do about it directly \u2014 but you can tell affected users to switch their device&#8217;s DNS to <code class=\"\" data-line=\"\">1.1.1.1<\/code> (Cloudflare) or <code class=\"\" data-line=\"\">8.8.8.8<\/code> (Google) temporarily, which will bypass the ISP&#8217;s resolver entirely.<\/p>\n<h3>Email stopped working after changing nameservers<\/h3>\n<p>This happens when MX records weren&#8217;t recreated in the new DNS zone before the nameserver change went live. When you migrate to Host &amp; Tech nameservers, the new zone needs to have all your existing records \u2014 A, MX, CNAME, TXT \u2014 before you flip the nameservers. Check your MX records with:<\/p>\n<div class=\"ht-code-snippet\"><button class=\"ht-code-snippet__copy\" type=\"button\" aria-label=\"Copy code\"><\/button><span class=\"ht-code-snippet__feedback\">Copied to clipboard<\/span><\/p>\n<pre class=\"ht-code-snippet__code\" id=\"code-block-8\"><code class=\"\" data-line=\"\">dig yourdomain.com MX<\/code><\/pre>\n<\/div>\n<p>If they&#8217;re missing or wrong, add them in cPanel&#8217;s Zone Editor immediately. Mail will resume once the correct MX records propagate, but any mail sent during the gap may have bounced.<\/p>\n<h3>Propagation checker shows the new IP but HTTPS returns a certificate error<\/h3>\n<p>DNS is working fine \u2014 this is a TLS\/SSL issue. The SSL certificate was likely issued for the old server or hasn&#8217;t been provisioned on the new one yet. On Host &amp; Tech shared hosting and managed WordPress plans, AutoSSL runs automatically via cPanel, but it needs the domain to be resolving to the server first. Wait for propagation to complete fully, then trigger AutoSSL manually: in WHM go to <strong>SSL\/TLS &gt; Manage AutoSSL<\/strong> and run it for the account.<\/p>\n<h3>TTL shows 0 or a very low number unexpectedly<\/h3>\n<p>A TTL of <code class=\"\" data-line=\"\">0<\/code> in a <code class=\"\" data-line=\"\">dig<\/code> response usually means you&#8217;re seeing a cached answer that&#8217;s about to expire \u2014 it&#8217;s the remaining cache lifetime, not the record&#8217;s actual TTL. Run the query against the authoritative nameserver directly (as shown in Step 3) to see the real configured TTL value.<\/p>\n<hr>\n<h2>FAQ<\/h2>\n<div class=\"ht-faq-section\">\n<h2>Frequently Asked Questions<\/h2>\n<div class=\"ht-faq-item\">\n<h3 class=\"ht-faq-question\">How long does DNS propagation take?<\/h3>\n<div class=\"ht-faq-answer\">\n<p>Most DNS changes propagate within 1\u20134 hours for the majority of users worldwide. The 24\u201348 hour figure is the worst-case ceiling, not the average. If you lowered your TTL to 300 seconds before making the change, most resolvers will pick up the new record within 5\u201310 minutes.<\/p>\n<\/div>\n<\/div>\n<div class=\"ht-faq-item\">\n<h3 class=\"ht-faq-question\">Why does my site load correctly on my phone but not my computer?<\/h3>\n<div class=\"ht-faq-answer\">\n<p>Your phone and computer are likely using different DNS resolvers, which cached your old record at different times. Your computer&#8217;s local DNS cache may also be holding onto the old result. Flush your DNS cache using the commands in Step 4 above and clear your browser&#8217;s internal DNS cache as well.<\/p>\n<\/div>\n<\/div>\n<div class=\"ht-faq-item\">\n<h3 class=\"ht-faq-question\">Can I speed up DNS propagation?<\/h3>\n<div class=\"ht-faq-answer\">\n<p>Yes, but only if you act before making changes. Lower your record&#8217;s TTL to 300 seconds at least 24 hours in advance \u2014 this is the single most effective thing you can do. Once you&#8217;ve already made the change with a high TTL, there&#8217;s no way to force remote resolvers to refresh early. You just have to wait.<\/p>\n<\/div>\n<\/div>\n<div class=\"ht-faq-item\">\n<h3 class=\"ht-faq-question\">Does DNS propagation affect email as well as the website?<\/h3>\n<div class=\"ht-faq-answer\">\n<p>Yes. Any DNS record type can take time to propagate, including MX records that control email routing. If you&#8217;re migrating hosting and need email to keep working without interruption, make sure your MX records are correctly configured in the new zone before you switch nameservers.<\/p>\n<\/div>\n<\/div>\n<div class=\"ht-faq-item\">\n<h3 class=\"ht-faq-question\">What&#039;s the difference between TTL and DNS propagation?<\/h3>\n<div class=\"ht-faq-answer\">\n<p>TTL is a setting on a DNS record that tells resolvers how long to cache it. DNS propagation is the real-world process of those caches expiring and resolvers fetching the updated record. TTL directly controls how long propagation takes \u2014 a shorter TTL means faster propagation, a longer one means slower.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>You just pointed your domain to a new host and your site still isn&#8217;t loading. DNS propagation is almost certainly the reason. Here&#8217;s what&#8217;s actually happening behind the scenes and how to track it.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[44],"tags":[324,181,326,105,325,329,328,327],"class_list":["post-169","post","type-post","status-publish","format-standard","hentry","category-domains","tag-dns-propagation","tag-dns-records","tag-domain-dns","tag-nameservers","tag-ttl","tag-understanding-dns-propagation-time","tag-understanding-dns-propagation-time-what-it-is-and-why-your-site-isnt-loading-yet","tag-zone-transfer"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Understanding DNS Propagation Time: What It Is and Why Your Site Isn&#039;t Loading Yet<\/title>\n<meta name=\"description\" content=\"Learn what DNS propagation is, why it takes up to 48 hours, how TTL affects it, and what you can actually do while you wait.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Understanding DNS Propagation Time: What It Is and Why Your Site Isn&#039;t Loading Yet\" \/>\n<meta property=\"og:description\" content=\"Learn what DNS propagation is, why it takes up to 48 hours, how TTL affects it, and what you can actually do while you wait.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/\" \/>\n<meta property=\"og:site_name\" content=\"Host And Tech knowledge base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/stshostandtech\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-30T06:04:29+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@stshostandtech\" \/>\n<meta name=\"twitter:site\" content=\"@stshostandtech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#\\\/schema\\\/person\\\/b6fa79c48ddaba71af32e395c5b017ee\"},\"headline\":\"Understanding DNS Propagation Time: What It Is and Why Your Site Isn&#8217;t Loading Yet\",\"datePublished\":\"2026-05-30T06:04:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/\"},\"wordCount\":1629,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#organization\"},\"keywords\":[\"DNS propagation\",\"DNS records\",\"domain DNS\",\"nameservers\",\"TTL\",\"Understanding DNS Propagation Time\",\"Understanding DNS Propagation Time: What It Is and Why Your Site Isn't Loading Yet\",\"zone transfer\"],\"articleSection\":[\"Domains &amp; DNS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/\",\"url\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/\",\"name\":\"Understanding DNS Propagation Time: What It Is and Why Your Site Isn't Loading Yet\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#website\"},\"datePublished\":\"2026-05-30T06:04:29+00:00\",\"description\":\"Learn what DNS propagation is, why it takes up to 48 hours, how TTL affects it, and what you can actually do while you wait.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/domains\\\/understanding-dns-propagation-time\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding DNS Propagation Time: What It Is and Why Your Site Isn&#8217;t Loading Yet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/\",\"name\":\"Host And Tech knowledge base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#organization\",\"name\":\"Host And Tech knowledge base\",\"url\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo-dark.png\",\"contentUrl\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo-dark.png\",\"width\":1134,\"height\":395,\"caption\":\"Host And Tech knowledge base\"},\"image\":{\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/stshostandtech\",\"https:\\\/\\\/x.com\\\/stshostandtech\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/#\\\/schema\\\/person\\\/b6fa79c48ddaba71af32e395c5b017ee\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aa1edac8bbadb442e059a5b65ad45a3b2e3ce689202373b96e3e567517ae4b39?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aa1edac8bbadb442e059a5b65ad45a3b2e3ce689202373b96e3e567517ae4b39?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/aa1edac8bbadb442e059a5b65ad45a3b2e3ce689202373b96e3e567517ae4b39?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/hostandtech.com\\\/kb\"],\"url\":\"https:\\\/\\\/hostandtech.com\\\/kb\\\/author\\\/admin_fjj7qydm\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Understanding DNS Propagation Time: What It Is and Why Your Site Isn't Loading Yet","description":"Learn what DNS propagation is, why it takes up to 48 hours, how TTL affects it, and what you can actually do while you wait.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/","og_locale":"en_US","og_type":"article","og_title":"Understanding DNS Propagation Time: What It Is and Why Your Site Isn't Loading Yet","og_description":"Learn what DNS propagation is, why it takes up to 48 hours, how TTL affects it, and what you can actually do while you wait.","og_url":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/","og_site_name":"Host And Tech knowledge base","article_publisher":"https:\/\/www.facebook.com\/stshostandtech","article_published_time":"2026-05-30T06:04:29+00:00","author":"admin","twitter_card":"summary_large_image","twitter_creator":"@stshostandtech","twitter_site":"@stshostandtech","twitter_misc":{"Written by":"admin","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/#article","isPartOf":{"@id":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/"},"author":{"name":"admin","@id":"https:\/\/hostandtech.com\/kb\/#\/schema\/person\/b6fa79c48ddaba71af32e395c5b017ee"},"headline":"Understanding DNS Propagation Time: What It Is and Why Your Site Isn&#8217;t Loading Yet","datePublished":"2026-05-30T06:04:29+00:00","mainEntityOfPage":{"@id":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/"},"wordCount":1629,"commentCount":0,"publisher":{"@id":"https:\/\/hostandtech.com\/kb\/#organization"},"keywords":["DNS propagation","DNS records","domain DNS","nameservers","TTL","Understanding DNS Propagation Time","Understanding DNS Propagation Time: What It Is and Why Your Site Isn't Loading Yet","zone transfer"],"articleSection":["Domains &amp; DNS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/","url":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/","name":"Understanding DNS Propagation Time: What It Is and Why Your Site Isn't Loading Yet","isPartOf":{"@id":"https:\/\/hostandtech.com\/kb\/#website"},"datePublished":"2026-05-30T06:04:29+00:00","description":"Learn what DNS propagation is, why it takes up to 48 hours, how TTL affects it, and what you can actually do while you wait.","breadcrumb":{"@id":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hostandtech.com\/kb\/domains\/understanding-dns-propagation-time\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hostandtech.com\/kb\/"},{"@type":"ListItem","position":2,"name":"Understanding DNS Propagation Time: What It Is and Why Your Site Isn&#8217;t Loading Yet"}]},{"@type":"WebSite","@id":"https:\/\/hostandtech.com\/kb\/#website","url":"https:\/\/hostandtech.com\/kb\/","name":"Host And Tech knowledge base","description":"","publisher":{"@id":"https:\/\/hostandtech.com\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostandtech.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostandtech.com\/kb\/#organization","name":"Host And Tech knowledge base","url":"https:\/\/hostandtech.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostandtech.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/hostandtech.com\/kb\/wp-content\/uploads\/2026\/05\/logo-dark.png","contentUrl":"https:\/\/hostandtech.com\/kb\/wp-content\/uploads\/2026\/05\/logo-dark.png","width":1134,"height":395,"caption":"Host And Tech knowledge base"},"image":{"@id":"https:\/\/hostandtech.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/stshostandtech","https:\/\/x.com\/stshostandtech"]},{"@type":"Person","@id":"https:\/\/hostandtech.com\/kb\/#\/schema\/person\/b6fa79c48ddaba71af32e395c5b017ee","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/aa1edac8bbadb442e059a5b65ad45a3b2e3ce689202373b96e3e567517ae4b39?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/aa1edac8bbadb442e059a5b65ad45a3b2e3ce689202373b96e3e567517ae4b39?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/aa1edac8bbadb442e059a5b65ad45a3b2e3ce689202373b96e3e567517ae4b39?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/hostandtech.com\/kb"],"url":"https:\/\/hostandtech.com\/kb\/author\/admin_fjj7qydm\/"}]}},"_links":{"self":[{"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/posts\/169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/comments?post=169"}],"version-history":[{"count":0,"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/posts\/169\/revisions"}],"wp:attachment":[{"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/media?parent=169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/categories?post=169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hostandtech.com\/kb\/wp-json\/wp\/v2\/tags?post=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}