Skip to main content

How to Move a Blogger Blog Between Google Accounts

It's common to end up with more than one Google account over the years — maybe a personal one and a work one, or an old account you made years ago and a newer one you actually use day to day. If a Blogger blog ends up tied to the "wrong" account, you don't need to recreate it from scratch. Blogger doesn't offer a simple one-click "transfer ownership" button, but there's a reliable workaround: temporarily make the blog a two-person team, promote the new account to admin, then remove the old one.

Here's exactly how to do it with Blogger's current interface.

Step 1: Sign In to the Original Account

Log in to Blogger using Account 1 — the account that currently owns the blog you want to move.

Step 2: Open the Permissions Settings

  1. Select your blog from the dashboard.
  2. In the left-hand menu, click Settings.
  3. Click the Basic tab.
  4. Scroll down to the Permissions section.

Step 3: Invite the New Account as an Author

Click Invite more authors (this button is sometimes labeled "Add authors," depending on your current Blogger interface version). Enter the email address for Account 2 — the account you want to move the blog to — and send the invitation.

Step 4: Accept the Invitation

Account 2 needs to check its inbox and click Accept Invitation in the email Blogger sends. If you're doing this on the same computer, either sign out of Account 1 first or use a separate browser (or a private/incognito window) for Account 2, so you don't end up logged into both accounts in a way that confuses which one you're acting as.

Step 5: Promote Account 2 to Admin

Once Account 2 has accepted and appears in the "Blog Admins and Authors" list, sign back in as Account 1 and return to Settings > Basic > Permissions. Find Account 2 in the list, click the dropdown menu next to its name, and select Admin.

Step 6: Remove Account 1

With Account 2 now an admin, you can safely remove Account 1: click Remove this user next to Account 1's name in the same Permissions list.

That's it — the blog now belongs entirely to Account 2.

A Few Things Worth Knowing Before You Start

  • A blog must always have at least one admin. Blogger won't let you remove Account 1 until Account 2 has been promoted to Admin status — this is a safeguard, not a bug.
  • Old posts keep their original author's display name. Posts published under Account 1 will continue to show Account 1 as the author even after it's removed. If you want them to show Account 2 instead, you'll need to manually edit or repost them under the new account.
  • Uploaded images can break if the original account is deleted entirely. Removing Account 1 from the blog doesn't delete images by itself, but if you later delete the Account 1 Google Account altogether, any photos originally uploaded through it may stop displaying. If your images matter, keep Account 1 active (even if unused) rather than deleting it outright, or re-upload important images through Account 2 first.
  • Blogger allows up to 100 total members (admins, authors, and readers combined) on a single blog, so this two-account swap is well within normal limits and won't run into any restrictions.
  • This method also works for adding a co-author permanently, not just for transferring ownership — if you just want a writing partner rather than a full account swap, you can stop after Step 4 and skip promoting them to Admin (or promote them but keep Account 1 active too, for shared ownership).

This remains the standard, most reliable way to move a blog between Google accounts, since Blogger has never introduced a more direct transfer option — but the underlying trick (team up, promote, then remove) works exactly as well today as it always has.

Comments

Popular posts from this blog

Ant vs. Maven vs. Gradle: Which Java Build Tool Should You Use in 2026?

If you're working on a Java project, at some point you'll need a build tool - something that compiles your code, manages dependencies, runs tests, and packages everything into a deployable artifact. Three names come up again and again in that conversation: Apache Ant , Apache Maven , and Gradle . Each represents a different era and a different philosophy of how a build process should work, and understanding that history makes it much easier to pick the right one for your project today. The Short Version Ant gives you complete, low-level control over every step of your build, at the cost of writing (and maintaining) a lot of that logic yourself. Maven trades flexibility for standardization - it makes strong assumptions about how your project is structured, and in exchange, handles most of the build and dependency work for you with minimal configuration. Gradle was built to take the best of both: Ant's flexibility and Maven's conventions and dependency management,...

How to Fix Temporary Profile in Windows 7

Sometimes Windows 7 Operating System fails to read the correct user profile properly, and instead, loads with a temporary profile. If you are keen you will see the following message: You have been logged on with Temporary profile This is how you fix the temporary profile problem on Windows 7: Before do anything,  restart the computer 2 or 3 times  to see whether it’s going back to your old correct profile. If this doesn’t work, go to the next step. Rename the temp profile registry and revert back the old registry settings for the correct profile. This methods works especially if the profile is not completely corrupt. Log in with your temporary profile if your account has administrative rights or with the local administrator account. Start the registry editor by typing  regedit   in find box of Windows 7. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Cu...

Top 10 Alternatives to Internet Download Manager (IDM) in 2026

Internet Download Manager (IDM) has long been one of the most popular tools for speeding up downloads, resuming interrupted transfers, and organizing files pulled from the web. But it's Windows-only, it's paid software, and its browser-extension integration doesn't always keep pace with frequent Chrome, Edge, and Firefox updates. If you're looking for an alternative — whether for cost, platform compatibility, or just a cleaner experience — here are ten solid options actively maintained and worth using in 2026. A quick note before the list: always download these tools from their official websites or verified app stores. Older or lesser-known download managers have a history of bundling unwanted browser extensions or adware in their installers, so it pays to be careful about the source. 1. Free Download Manager (FDM) FDM is probably the closest one-to-one swap for IDM available today. It supports multi-segment accelerated downloads, integrates with your browser via ext...