Skip to content

WordPress.org to WordPress.com: I Moved a Live Site to Managed Hosting (2026)

I moved a live self-hosted WordPress site to WordPress.com managed hosting. What transfers, what does not, what changed, the honest catch, and the 2026 pricing.

Sunny Kumar
Sunny Kumar7 min read
TL;DR

Moving from self-hosted WordPress.org to WordPress.com managed hosting hands the server work, updates, security patching, backups, SSL, CDN, to the platform, so you stop being a part-time sysadmin. A free guided migration (or a plugin like WPvivid) moves your content, media, theme, plugins and users, though not everything (subscribers, config edits and licenses need re-doing). You lose some low-level control and live inside WordPress.com's ecosystem, but for most site owners the trade is worth it. Paid plans start at $4/month, and plugins now work on all of them.

For years I ran my own WordPress servers. Updates, backups, security plugins, the 2 a.m. "why is the site down" panic. All of it.

Then I moved a live site to WordPress.com's managed hosting to see what I was actually holding onto.

Short version: the server work disappeared, and I did not miss it.

This is the honest account of that move, what transferred, what did not, what genuinely changed, the catch nobody mentions, and what it costs in 2026.

From WordPress.org to WordPress.com: self-hosted (you run the server) moving to managed (they run it for you)
The whole move in one line: from running the server yourself to letting the platform run it for you.

WordPress.org vs WordPress.com: what is the difference?

Same WordPress software. Completely different responsibility model.

WordPress.org (self-hosted)WordPress.com (managed)
Who runs the serverYouThe platform
Updates & patchingYour jobAutomatic
Security & backupsPlugins you configureBuilt in
SSL, CDN, firewallYou set upIncluded
ControlTotalHigh, within guardrails
Best forFull control, any hostOwners who want to just publish

Self-hosted gives you total control, and total responsibility. Managed trades a little of that control for someone else doing the maintenance. That is the entire decision.

Why I finally left self-hosted

Not because self-hosting is bad. Because the maintenance never ends.

Every week: core updates, plugin updates, a caching plugin to babysit, a security plugin to configure, backups to verify. None of it is writing. All of it is the tax you pay to keep the lights on.

And the biggest risk is the boring one, falling behind. Patchstack's State of WordPress Security 2025 found that 96% of new WordPress vulnerabilities in 2024 were in plugins, not core. Sucuri's data tells the same story from the other side: a large share of hacked sites were running outdated software at the point of infection, and its scanners flag hundreds of thousands of infected sites a year.

Managed hosting does not make you invincible. But it takes the single most common failure, unpatched software, off your plate. That was enough for me to test the move. (If you want the deeper security picture, Kinsta's write-up on WordPress security is a solid read.)

How the migration actually works

I cloned one of my live sites to test this properly, rather than gamble with the real thing. There are two routes.

Option A: free guided migration (the easy way)

WordPress.com's team will move your self-hosted site for you, free. You request it, they handle it, usually within a few business days, and your live site stays up the whole time. You just need a paid plan on the destination. For most people, this is the right choice.

Option B: WPvivid plugin (the hands-on way)

This is the route I took to watch every step. Back up the old site into a single archive with WPvivid (files + database together), then import that archive into a fresh WordPress.com site. Note: WPvivid is a third-party plugin, not the WordPress.com service, so you are driving.

Let it transfer

Posts, pages, media, the theme, plugins, users and settings come across. Reconnect Jetpack if prompted. Then point your domain at the new host and you are live.

Warning

What does NOT transfer (plan for it)

The import moves content, not everything. Budget to redo: email subscribers, post likes, wp-config.php/functions.php edits, and plugin/theme licenses (re-confirm with each developer). Multisite is not supported. And the import overwrites the destination, so always import into a fresh site, never one with content you want to keep.

What changed after the move

The dashboard is where it clicks. The environment is simply handled.

WordPress.com hosting dashboard showing managed WordPress 7.0 and PHP 8.4, the Personal plan, storage and backup cards
Managed WordPress 7.0 on PHP 8.4, kept current for me, with backups, security and storage all handled from one screen.

No more version anxiety. WordPress core, PHP, SSL, the CDN and the firewall are all managed for you, currently WordPress 7.0 on PHP 8.4, patched without me touching a thing. Activity is logged automatically too, so I can see every login and setting change.

WordPress.com activity log showing logins and setting changes tracked automatically with timestamps
Every login, setting change and plugin action is logged automatically, no security plugin required.

The plugins I could finally delete

This was the satisfying part. A pile of plugins I maintained for years, gone, because the platform does their job natively.

Six features built into WordPress.com that replace plugins: site stats, anti-spam, newsletter, image CDN, social sharing and SEO controls
Six plugins replaced by built-in features, less to install, less to update, less to break.

Stats, anti-spam (Akismet), newsletter and subscriptions, image optimisation and CDN, social sharing, and basic SEO controls all ship built in. My caching plugin (LiteSpeed) and security plugin (MalCare) became redundant overnight.

WordPress.com installed plugins list showing Jetpack managed by WordPress.com alongside migrated plugins
After the move: Jetpack is automatically managed, and the legacy caching and security plugins are safe to delete.

Fewer plugins is not just tidiness. Since 96% of vulnerabilities come through plugins, every one you remove is one less door to lock.

Speed and scale, without the tuning

On self-hosted, performance is your problem: caching, a CDN, a server sized for your worst day. Here it is the platform's problem.

WordPress.com performance claims: 99.999% uptime with failover, 28+ data centres, 100+ PHP workers, unmetered bandwidth
WordPress.com's own performance claims. Treat the headline numbers as its marketing, but the managed-scale model is real.

WordPress.com advertises 99.999% uptime with automatic failover, a CDN across 28+ data centres on six continents, burst scaling to 100+ PHP workers, and unmetered bandwidth on every plan. Take the "five nines" and "unmetered" as vendor marketing (there is a fair-use policy), but the point stands: you stop sizing servers and start just publishing. For images specifically, the built-in CDN does what I used to wire up with an image CDN by hand.

It is not just for beginners

The biggest myth. Managed hosting is not training wheels, the Business plan hands you a full developer toolkit.

WordPress.com Business plan developer tools: SSH, SFTP, WP-CLI, staging, GitHub deploys, phpMyAdmin, error logs and PHP version control
On the Business plan: SSH, WP-CLI, staging, GitHub deploys and more, the same tools you would expect from any managed host.

SSH, SFTP, WP-CLI, staging sites, GitHub deployments, phpMyAdmin and PHP version control are all there. I have even let Claude run my hosting through this kind of tooling. You keep the developer workflow; you just drop the server babysitting.

The AI features it added in 2026

WordPress.com leaned hard into AI this year, and both tools are genuinely useful post-migration:

The honest catch

It is not all upside, and pretending otherwise would be the affiliate-brochure move I avoid.

Tip

What you give up

  • Some low-level control. You work within the platform's guardrails, not root on your own box.
  • A few things do not transfer (subscribers, config edits, licenses, multisite, see above).
  • You are in an ecosystem. Convenient, but it is Automattic's environment, not your bare metal.

The saving grace: it is still WordPress. You can export and leave whenever you want, so this is a reversible choice, not a lock-in.

WordPress.com pricing in 2026

PlanMonthlyBilled yearlyKey features
Personal$9$4/moCustom domain, publish, plugins
Premium$18$8/moMore storage, design tools
Business$40$25/moSSH, staging, GitHub, backups
Commerce$70$45/moFull WooCommerce store

Annual plans include a free custom domain for the first year, and since April 2026 plugins work on all of them. For a site that just needs to run reliably, Personal or Premium is plenty; go Business only if you need the developer tools.

What else you get: domains, email and support

  • Domains — a free custom domain for year one on annual paid plans.
  • Professional email — Business and Commerce bundle a free Professional Email (Titan) mailbox for the first year. (On its own it is a 3-month trial, then paid, so the free year is the plan perk.)
  • Support — real humans, which after years of forum-hunting for self-hosted fixes is its own kind of relief.

New to the platform entirely? Start with how to start a blog on WordPress.com.

Who should move?

  • Bloggers and small businesses who want to publish, not maintain servers → yes, easily.
  • Developers who want managed infrastructure but keep SSH/WP-CLI/staging → yes, on Business.
  • People who need root access, custom server stacks, or multisite → stay self-hosted.

Final take

I went in expecting to feel boxed in. Instead I felt lighter.

The work I handed over, updates, patching, backups, caching, scaling, was never the work I actually cared about. It was the tax on doing the work I cared about. Managed hosting quietly removed the tax.

If you are spending more time keeping WordPress running than using it, that is your signal. Clone a site, try the free migration, and see how much of your week you get back. You can always leave, so the only real risk is finding out you like it.

Want your WordPress site fast, secure and ranking, wherever it's hosted?

Managed hosting handles the server. Making a site actually rank and convert is a different craft. If you want a WordPress site engineered for speed and search, send us your goals, the first reply comes from Sunny, not a sales team.

See WordPress development

Common questions

Will I lose my posts when I move to WordPress.com?

No. Your posts, pages, media, theme, plugins and users transfer. But not everything comes across: email subscribers, post likes, wp-config or functions.php edits, and plugin/theme licenses usually need re-doing, and multisite is not supported. Keep a full backup before you migrate, just in case.

Do I still need plugins on WordPress.com?

Fewer than you think. Stats, anti-spam, newsletter, image CDN, social sharing and basic SEO are built in, so you can delete those plugins. For anything else, plugins now work on every paid plan (from the $4 Personal plan) since April 2026, not just Business.

Which plan do I need to migrate?

Any paid plan works as the destination, and the guided migration itself is free. To publish on your own domain you need at least the Personal plan ($4/month annually). Developer tools like SSH and staging require the Business plan.

Is WordPress.com more secure than self-hosted?

For most people, yes, because the biggest risk is outdated software. Patchstack found 96% of 2024 WordPress vulnerabilities were in plugins, and managed hosting patches the stack for you. You still choose your plugins wisely, but the server-level maintenance risk is largely removed.

Can developers still use WordPress.com?

Yes. The Business plan includes SSH, SFTP, WP-CLI, staging sites, GitHub deployments, phpMyAdmin and PHP version control, the same tools you would expect from any managed host. It is not a walled garden for beginners; it just runs the server layer for you.

Can I move back off WordPress.com later?

Yes. It is still WordPress, so you can export your content and move to another host whenever you like. That portability is the safety net: you are choosing convenience, not locking yourself in, so trying managed hosting is low-risk.

Written by
Sunny Kumar
Sunny KumarSEO Specialist & product builder

SEO Specialist and product builder with 10+ years in search. The notes come from the work, not the theory.

Work with TheGuideX

Reading about it is the easy part.

Send us the site and the problem. Your first reply comes from Sunny Kumar — not a sales team — and tells you if it is a fit.