How to Mass Unsubscribe YouTube Channels at Once - 1
  • How to Mass Unsubscribe YouTube Channels at Once
  • Method 1: Unsubscribe YouTube Channels Individually
  • Method 2: Mass Unsubscribe YouTube channels

On Desktop Browser

If you are using YouTube on your desktop, you can follow the given steps to manage your subscriptions.

  1. Open your web browser and navigate to youtube.com .

  2. Click on Subscriptions from the panel on the left.

  3. Click on MANAGE visible on top of the screen, as shown below.

Click on MANAGE visible on top of the screen - 2 Click on the grey SUBSCRIBED button - 3 Click on UNSUBSCRIBE - 4

On Mobile App

  1. Open the YouTube app on your device and tap on the Subscriptions tab from the bottom of the screen.

  2. Tap ALL from the top-right corner of the screen, as shown. You can view all your subscriptions in A-Z , the Most relevant, and New activity order.

View all your subscriptions in A-Z, the Most relevant, and New activity order - 5
  1. Tap MANAGE from the top-right corner of the screen.
Swipe LEFT on a channel and clicked on UNSUBSCRIBE - 6
  1. Open any web browser on your desktop or laptop. Head to youtube.com

  2. Navigate to Subscriptions > MANAGE as instructed earlier.

Navigate to Subscriptions then MANAGE | How to Mass Unsubscribe YouTube Channels at Once - 7
  1. Scroll down till the end of the page and right-click anywhere on the empty space.

  2. Select Inspect ( Q ) option.

Select Inspect (Q) option | How to Mass Unsubscribe YouTube Channels at Once - 8
  1. A new window will appear on top of the bottom of the Manage Subscriptions page. Here, switch to the Console tab, which is the second tab in the list.

  2. Copy-paste the given code in the console tab. Refer to pic below.

var i = 0;

var myVar = setInterval(myTimer, 3000);

function myTimer () {

var els = document.getElementById(“grid-container”).getElementsByClassName(“ytd-expanded-shelf-contents-renderer”);

if (i < els.length) {

els[i].querySelector(“[aria-label^=’Unsubscribe from’]”).click();

setTimeout(function () {

var unSubBtn = document.getElementById(“confirm-button”).click();

}, 2000);

setTimeout(function () {

els[i].parentNode.removeChild(els[i]);

}, 2000);

}

i++;

console.log(i + ” unsubscribed by Saint”);

console.log(els.length + ” remaining”);

}
Copy-paste the given code in the console tab - 9
  1. After pasting the above code into the console section, hit Enter and wait for the process to complete.

  2. Finally, your subscriptions will start to disappear one-by-one.

Note: You may encounter errors while running the code in the console.

Recommended:

  • 2 Ways to Cancel YouTube Premium Subscription
  • How to Delete Multiple Instagram Photos at Once
  • How to Fix YouTube Comments Not Loading
  • How to Leave a Discord Server