
- 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.
Open your web browser and navigate to youtube.com .
Click on Subscriptions from the panel on the left.
Click on MANAGE visible on top of the screen, as shown below.

On Mobile App
Open the YouTube app on your device and tap on the Subscriptions tab from the bottom of the screen.
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.

- Tap MANAGE from the top-right corner of the screen.

Open any web browser on your desktop or laptop. Head to youtube.com
Navigate to Subscriptions > MANAGE as instructed earlier.

Scroll down till the end of the page and right-click anywhere on the empty space.
Select Inspect ( Q ) option.

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.
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”);
}

After pasting the above code into the console section, hit Enter and wait for the process to complete.
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