Website Migration Guide 2026 — How to Move Your Site Without Downtime

Migration Guide

⚠️
Affiliate Disclosure: This guide contains affiliate links. If you purchase through our links, we may earn a commission at no extra cost to you. Read our full disclosure →

📋 Quick Summary — Migration Guide 2026

What You’ll Learn in This Website Migration Guide

  • When & why to migrate your hosting
  • Pre-migration checklist — nothing missed
  • Step-by-step WordPress migration guide
  • How to migrate with zero downtime
  • DNS propagation explained simply
  • Free vs paid migration tools compared
Best host to migrate to: Hostinger — free migration included


Get Free Migration →

📑 Table of Contents

  1. When Should You Migrate Your Hosting?
  2. Pre-Migration Checklist — Do This Before Anything
  3. Choosing Your New Hosting Provider
  4. WordPress Migration — Step-by-Step Guide
  5. Manual Migration — cPanel to cPanel
  6. Migrating to VPS — Shared to VPS Guide
  7. DNS Propagation — How to Switch Without Downtime
  8. Post-Migration Checklist — Verify Everything
  9. Frequently Asked Questions

Migrating your website to a new hosting provider sounds intimidating — but with the right process, it’s a straightforward task that can be completed in under 2 hours with zero downtime for your visitors. This complete website migration guide for 2026 walks you through every step, from backing up your files to switching your DNS, so nothing gets lost and your site stays live throughout the entire process.

Whether you’re migrating from a slow shared host to Hostinger, moving from shared hosting to a Contabo VPS, or switching from one WordPress host to another — this guide covers all scenarios with exact commands and steps you can follow immediately.

🚀 Migrate to Hostinger — Free Migration Service Included
Our team migrates your website for free — zero downtime, zero data loss, done in 24 hours


Get Free Migration →

🤔 When Should You Migrate Your Hosting?

Migrating hosting takes time and carries small risks if done incorrectly — so it’s worth being sure you actually need to move before you start. Here are the clear signs that it’s time to switch providers:

🐢

Your site is slow — consistently over 2 seconds

If GTmetrix or Google PageSpeed reports load times over 2 seconds and you’ve already optimised images and plugins, your hosting is the bottleneck. Migrating to a LiteSpeed host like Hostinger can cut load times to under 0.8 seconds without any other changes.

📉

Frequent downtime — multiple outages per month

If UptimeRobot shows your site going down more than a few hours per month, your host is failing to deliver even the 99.9% uptime they promise. Downtime directly costs you traffic, rankings, and revenue.

💸

Renewal price shock — your bill is doubling

If your introductory period is ending and the renewal price feels unjustifiable — switching hosts resets you to a new provider’s promotional pricing. This is a legitimate and common strategy to keep costs low.

🎧

Poor support — hours waiting for help

If your current host takes 24+ hours to respond to tickets or doesn’t offer live chat, migrating to a host with 24/7 live chat (Hostinger responds in under 2 minutes) is a quality-of-life upgrade that will save you hours of frustration.

📈

You’ve outgrown shared hosting

If your site consistently gets 30,000+ monthly visitors and shared hosting can’t keep up with traffic spikes, it’s time to migrate to a VPS. Contabo VPS at $5.99/month gives you 8 GB dedicated RAM that shared hosting simply can’t match.

When NOT to migrate

Don’t migrate if: your site performs well, your renewal price is reasonable, and you’re happy with support. Migration always carries a small risk and requires effort — only do it when there’s a clear benefit to justify the work.

✅ Pre-Migration Checklist — Do This Before Anything

Before touching a single file, complete this checklist. Skipping any step risks data loss or extended downtime during your migration:

1
Create a complete backup of your entire website

Use UpdraftPlus (free) or your host’s backup tool to download a full backup — all files AND database. Store it on your local computer AND on Google Drive. This is your safety net if anything goes wrong.

2
Note down all your current settings

Write down: PHP version, MySQL version, current nameservers, all email accounts, WordPress admin URL and credentials, and any cron jobs. Screenshot your cPanel configuration if applicable.

3
Lower your DNS TTL to 300 seconds (5 minutes)

Do this 24–48 hours before migration. A lower TTL means DNS changes propagate faster globally — reducing potential downtime from hours to minutes when you switch. Find this in your domain registrar’s DNS settings.

4
Sign up for your new hosting account first

Have your new hosting account ready and set up before touching your old one. Never cancel your old hosting until your new site is confirmed working. Run both in parallel during the migration.

5
Schedule migration during low-traffic hours

Check your Google Analytics for when traffic is lowest — typically 2–5am in your visitors’ primary time zone. Even with perfect execution, brief interruptions can occur during DNS switching, so minimise the impact.

Put your site in maintenance mode (optional but recommended)

Install the free WP Maintenance Mode plugin and activate it during migration. Visitors see a friendly “We’re upgrading” page instead of a broken site if anything goes wrong mid-migration.

🏆 Choosing Your New Hosting Provider

Your choice of new host determines whether the migration effort pays off. Here are the best providers to migrate to in 2026:

🥇 BEST HOST TO MIGRATE TO

Hostinger — Free Migration + Fastest Speed

$3.99/mo

  • Free website migration service
  • LiteSpeed — dramatically faster
  • Free domain included
  • Daily backups on Business plan
  • 24/7 live chat support
  • 30-day money-back guarantee


🚀 Migrate to Hostinger — Free Migration + 20% OFF →

🖥️ MIGRATE TO VPS

Contabo VPS — When You’re Ready for More Power

$5.99/mo

For users migrating from shared hosting to VPS — Contabo gives you 8 GB RAM and full root access at $5.99/mo. Best choice for high-traffic sites, n8n automation, game servers, and developers.


Contabo VPS Plans →


🔥 Limited Edition VPS →

🏆 WORDPRESS.ORG RECOMMENDED

Bluehost — Migrate to Official WordPress Host

$2.95/mo

Bluehost offers a free migration plugin (Bluehost Website Migration) that makes moving your WordPress site straightforward. WordPress.org recommended and phone support included.


Migrate to Bluehost →

🔄 WordPress Migration — Complete Step-by-Step Guide

This is the most common migration scenario — moving a WordPress site from one shared host to another. We’ll use Hostinger as the destination, but the same steps apply to any host. Two methods: plugin-based (easiest) and manual (most reliable).

Method 1 — Using Duplicator Plugin (Recommended, Free)

1
Install Duplicator on your old site

WordPress Admin → Plugins → Add New → search “Duplicator” → Install & Activate. Duplicator creates a complete snapshot of your entire WordPress site — files and database — in a single ZIP archive.

2
Create a new package

Duplicator → Packages → Create New → Next → Build. Wait for the build to complete (2–10 minutes depending on site size). Download both the Installer file (installer.php) and the Archive file (your-site_date_archive.zip) to your computer.

3
Set up your new hosting account

Sign up for Hostinger (or your chosen new host). In hPanel, add your domain to the hosting account. Create a new MySQL database and user via hPanel → Databases → MySQL Databases. Note the database name, username, and password — you’ll need these in step 5.

4
Upload both Duplicator files to new host

Using hPanel’s File Manager or FTP, upload both files (installer.php and the archive ZIP) to the public_html folder of your new hosting account. Make sure public_html is empty first — no default files.

5
Run the installer

Navigate to http://yournewsite.com/installer.php in your browser. The Duplicator installer wizard guides you through entering your new database credentials. Click through the steps — it extracts all files and imports your database automatically.

6
Test your site before switching DNS

Before switching DNS, verify your new site works by editing your computer’s hosts file to point your domain to the new server IP temporarily. Check all pages, forms, and WooCommerce checkout work correctly. Only switch DNS once everything is confirmed working.

💡 Hostinger’s Free Migration Service

Don’t want to do this yourself? Hostinger’s team will migrate your entire site for free when you sign up through our link. Simply open a support chat, provide your old host’s cPanel credentials, and Hostinger handles everything — files, database, DNS, and SSL setup — within 24 hours. Get free migration →

🔧 Manual Migration — cPanel to cPanel

For non-WordPress sites or when you want full control over the migration, the manual method is the most reliable. It works for any website type:

Step 1 — Export database from old host

Old cPanel → phpMyAdmin → Select your database → Export → Quick → Format: SQL → Go. Save the .sql file to your computer. This exports all your posts, pages, settings, users, and plugin data.

mysqldump -u username -p database_name > backup.sql

Step 2 — Download all files via FTP

Use FileZilla (free) to connect to your old host via FTP. Download the entire public_html folder to your computer. For a typical WordPress site, this is 50–500MB depending on your media library size.

Host: ftp.youroldhost.com | User: your_cpanel_user | Port: 21

Step 3 — Create database on new host

New host cPanel → MySQL Databases → Create New Database and User. Assign the user to the database with All Privileges. Note the database name, username, and password — you’ll update wp-config.php with these.

Step 4 — Import database to new host

New host cPanel → phpMyAdmin → Select new database → Import → Choose your .sql file → Go. For large databases (over 50MB), use the command line or a tool like BigDump to avoid import timeout issues.

mysql -u username -p new_database_name < backup.sql

Step 5 — Upload files to new host

Connect to your new host via FTP or File Manager. Upload all files from your local public_html folder to the new host’s public_html directory. Update wp-config.php with the new database name, username, password, and host (usually ‘localhost’).

Step 6 — Update wp-config.php for new database

Edit wp-config.php in your new public_html and update these 4 lines:

define(‘DB_NAME’, ‘new_database_name’);
define(‘DB_USER’, ‘new_db_username’);
define(‘DB_PASSWORD’, ‘new_db_password’);
define(‘DB_HOST’, ‘localhost’);

⚡ Migrating to VPS — Shared to VPS Guide

Moving from shared hosting to a VPS is a bigger jump than switching shared hosts — but the performance gain makes it worthwhile when your site has outgrown shared resources. Here’s the streamlined path using Contabo VPS:

1. Order Contabo VPS + Install Ubuntu 22.04

Sign up for Contabo Cloud VPS 10, select Ubuntu 22.04 as OS, and choose your region. You’ll receive SSH credentials by email within 1–2 hours of ordering.

2. Install a Control Panel on Your VPS

Install CyberPanel (free, OpenLiteSpeed — similar performance to Hostinger’s LiteSpeed setup): sh <(curl https://cyberpanel.net/install.sh). CyberPanel gives you a visual dashboard to manage sites, databases, SSL, and email from a browser.

3. Create Website in CyberPanel

Login to CyberPanel (https://your_vps_ip:8090) → Websites → Create Website → enter your domain. CyberPanel creates the website directory, database, and configures the web server automatically.

4. Migrate Files Using Duplicator or Manual Method

Follow either the Duplicator plugin method or manual migration method described above, using your new Contabo VPS as the destination. The process is identical — just upload to your VPS’s web root directory instead of shared hosting’s public_html.

5. Install Free SSL with Certbot

CyberPanel can issue Let’s Encrypt SSL from the dashboard — Websites → SSL → Issue SSL. Or via command line: certbot --webroot -d yourdomain.com. SSL is free and renews automatically every 90 days.

🌐 DNS Propagation — How to Switch Without Downtime

DNS propagation is the process of your domain name pointing to the new server instead of the old one. Understanding how it works is critical to a clean migration:

⏱️

How long does DNS propagation take?

Typically 15 minutes to 48 hours. If you lowered your TTL to 300 seconds 24 hours before switching (as recommended in the pre-migration checklist), most locations will update within 15–30 minutes. Without the TTL reduction, it can take up to 48 hours.

🔄

How to switch DNS — two methods

Method A (Nameserver change): Go to your domain registrar → DNS Settings → Update nameservers to your new host’s nameservers (e.g., Hostinger: ns1.dns-parking.com, ns2.dns-parking.com). Simplest method — moves all DNS control to the new host.

Method B (A record change): Keep your current nameservers and only update the A record to point to your new server’s IP address. More granular control — useful if you have other services (email, subdomains) staying on the old host.

🔍

How to check DNS propagation progress

Visit whatsmydns.net and enter your domain. It shows whether the domain points to your old or new IP address from locations around the world. Once all green checkmarks appear, propagation is complete globally.

Zero-downtime strategy — run both sites in parallel

Keep your old hosting account active and running until DNS has fully propagated everywhere. During propagation, some visitors will see the old site and some will see the new one — both should be identical. Only cancel your old hosting 48 hours after switching DNS when you’re confident propagation is complete.

✅ Post-Migration Checklist — Verify Everything

Once DNS has propagated and your new site is live, run through this complete verification checklist before declaring the migration successful:

Site loads on HTTPS — Visit your domain and confirm the padlock appears. If not, reinstall SSL via your new host’s control panel.

All pages load correctly — Click through your main pages, blog posts, and any custom post types. Check for broken layouts or missing content.

All images display correctly — Image paths can break during migration. Look for any missing images and re-upload if needed via Media → Library in WordPress.

Contact forms work — Submit a test through every form on your site. Verify the confirmation email arrives. Check SMTP settings if email isn’t sending from the new server.

WordPress admin login works — Log into your WordPress dashboard and confirm all settings, plugins, and content are intact and unchanged.

Run GTmetrix speed test — Run a speed test from GTmetrix.com and compare to your pre-migration baseline. You should see a notable improvement. If not, check LiteSpeed Cache is active.

Update Google Search Console — No URL change action needed if your domain stays the same. However, fetch and inspect a few URLs in Search Console to confirm Google can crawl the new server.

Set up new backup schedule — Configure UpdraftPlus or use the new host’s backup system to ensure your new site is backed up regularly. Don’t assume backups transferred over from your old host.

Cancel old hosting (after 48 hours minimum) — Only after all the above checks pass and you’ve waited at least 48 hours after DNS switch. Don’t cancel too early — DNS propagation can take up to 48 hours in some regions.

❓ Frequently Asked Questions

How long does a website migration take?

The actual file transfer and setup takes 30 minutes to 3 hours depending on your site size and method. DNS propagation takes an additional 15 minutes to 48 hours. A small WordPress blog using Duplicator can be migrated in under an hour. A large WooCommerce store with 10,000 products may take a full day. Hostinger’s free migration service completes in 24 hours with zero effort from you.

Will my SEO rankings drop after migrating?

If done correctly — no, or even improved. Your URLs stay the same, your content stays the same, and Google only sees a faster loading site. However, there may be a brief period of 1–3 days where rankings fluctuate slightly as Google recrawls your site from the new server. If you migrate to a faster host (like from Apache to LiteSpeed), Core Web Vitals improve and rankings typically increase within 2–4 weeks.

Can I migrate my website for free?

Yes — multiple ways. Hostinger includes a free migration service where their team handles everything for you. Alternatively, use the free Duplicator WordPress plugin to do it yourself at no cost. The only cost is the new hosting account itself, which starts from $1.99/month on Hostinger.

What’s the safest way to migrate without losing data?

The three pillars of a safe migration: (1) Complete backup stored in two locations before starting. (2) Keep old hosting active until the new site is confirmed working. (3) Test new site thoroughly before switching DNS. Following these three rules eliminates virtually all data loss risk.

How do I migrate email accounts when switching hosts?

Email migration requires additional steps beyond website migration. Export all emails from your old host via IMAP (use Thunderbird or the Email Migration tool in your new host’s cPanel). Recreate email accounts on the new host with the same addresses. Update your MX records after the new accounts are ready. Alternatively, use a separate email service like Google Workspace or Zoho Mail that’s independent of your hosting — this eliminates the email migration problem entirely.

Should I inform Google when I migrate to a new host?

If your domain stays the same — no action is required. Google will automatically detect the new server when it next crawls your site. To speed this up, use Google Search Console → URL Inspection → Request Indexing for your homepage after migration. Google typically recrawls major sites within 1–7 days. If you’re also changing your domain (not recommended), then a Change of Address notification in Search Console is required.

🚀

Ready to Migrate to a Faster Host?

Hostinger includes free migration with every new account — their team handles your entire site transfer within 24 hours, with zero downtime and zero data loss. Or migrate yourself using our step-by-step guide above.


🔥 Migrate to Hostinger — Free + 20% OFF →


💪 Migrate to Contabo VPS →

*Affiliate links — free migration + 30-day money-back guarantee

Get the Best Hosting Deals in Your Inbox

Exclusive discounts, honest reviews and new guides — no spam, ever.