How to Move Your YouTube Subscriptions to a New Account

Student developer exploring Next.js, React, React Native & Tailwindcss. Solid in HTML & CSS. Passionate about building web/mobile apps. Always eager to learn🎯!
Search for a command to run...

Student developer exploring Next.js, React, React Native & Tailwindcss. Solid in HTML & CSS. Passionate about building web/mobile apps. Always eager to learn🎯!
No comments yet. Be the first to comment.
Introduction I developed a CLI tool called ccstatus that displays actual session usage directly in the Claude Code status line. This enhancement allows users to view their session metrics without needing to manually type "/status", providing a more s...

In today’s article, we will be thoroughly exploring the steps to resolve the common issue where npm install hangs or gets stuck. This problem can be quite frustrating for developers, as it interrupts the workflow and delays project progress. There ar...

How to Fix the Too Many Re-Renders Error in Next.js
![Resolving [Next.js] Error: Too Many Re-Renders](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1731352564929%2Fd337c016-9fda-477f-8d9e-6327de2935b5.png&w=3840&q=75)
As the title suggests, today we will delve into the process of generating an APK file from your React Native code. This guide is designed for those who have created their projects using Expo, and we will use Expo EAS Build(Expo Application Service) t...
![[Expo] Convert Your React Native Code to an Android APK : A Detailed Process](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1729877794570%2Fb308207e-b464-434d-a46c-7621fb28fecc.jpeg&w=3840&q=75)
In this article, I will provide a comprehensive guide on how to export your YouTube subscriptions from one account and then import them into another account of your choice. This process involves several steps to ensure that all your favorite channels are successfully transferred without any loss. First, we will explore the tools and methods available for exporting your current subscriptions. Then, we will walk through the process of preparing the exported data for import. Finally, I will guide you through the steps to import these subscriptions into your new YouTube account, ensuring that you can continue enjoying your favorite content seamlessly. Whether you're switching accounts or simply consolidating your subscriptions, this detailed guide will help you manage your YouTube experience efficiently.
IMPORTANT : The importing step is intended for PC/Laptop users.
I'm writing this because I faced this issue too. With many subscriptions, it was hard to find each channel and subscribe again. So this guide is for users who have a lot of channels to follow.
Visit → Google Takeout.
Log in with the account from which you want to export subscriptions.
Click on "All YouTube data included", then "Deselect all".
Select only "subscriptions" and click "OK."
Click "Next step", then "Create export".
Click the "Download" button once it appears.(You’ll also get an email once it’s done)
✯ Unfortunately, there isn't a direct way to import YouTube subscriptions :/ …But don't worry, that's exactly what we'll cover in this article.
Earlier we’ve exported the subscriptions and downloaded a zip file regarding it. Now,
Extract the zip file and open the subscriptions.csv file using a text editor.
Then, copy the all URLs of each channel.
Since there is no direct way to import YouTube subscriptions, we are going to seek help from a Chrome extension called SmartSwitch. ← Add the extension to chrome.
Make sure you are logged in with the YouTube account where you want to import subscriptions.
If you are, click on the SmartSwitch extension.
Click “Import”
Now, paste the URLs that you copied from the subscriptions.csv file earlier.
Finally, click on “Start Importing”
Now, it will automatically start subscribing to each channel, which will open in a new tab. You need to keep that tab active during the process.
Below is the format of subscriptions.csv:
Channel Id, Channel URL, Channel Title
UC5WjFrtBdufl6CZojX3D8dQ,http://www.youtube.com/channel/UC5WjFrtBdufl6CZojX3D8dQ,Tesla
UCX6OQ3DkcsbYNE6H8uQQuVA,http://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA,MrBeast
UCJrOtniJ0-NWz37R30urifQ,http://www.youtube.com/channel/UCJrOtniJ0-NWz37R30urifQ,Alan Walker
Copying all the URLs can be a bit challenging since they are all together. Here's a tip to copy all the channel URLs at once.
So, using Visual Studio Code, you can place your cursor at the beginning of the first URL, then hold Shift + ALT and click at the end of the last URL.It will select all the URLs, and you can simply copy them to the clipboard.
You've reached the conclusion of this article. We hope that the information provided has been helpful and informative. If you followed along with the steps, you should now have successfully imported your YouTube subscriptions using the SmartSwitch extension. Remember, keeping your subscriptions organized can enhance your YouTube experience by ensuring you don't miss out on content from your favorite channels. If you have any questions or need further assistance, feel free to reach out or leave a comment below.
Thank you for reading and I will look forward to sharing more insights with you in future articles. Happy Coding 😊!!!