dude thank you so much for this. I've been trying to get this done for the last 5 years. Answer from Tx556 on reddit.com
🌐
Reddit
reddit.com › r/youtube › how to remove all videos from watch later?
r/youtube on Reddit: How to remove all videos from Watch Later?
October 16, 2014 -

Um, I have a YouTube hoarding problem. I have 2,335 videos in my Watch Later list.

I'm never going to watch them all. On the web and official iOS client it seems I can only remove videos one at a time. I can't do that for all 2,335!

I was wondering if there were any tools or apps out there I could use that would allow me to just wipe the list clean?

Top answer
1 of 5
16

Navigate to the Watch Later playlist page

Disclaimer: You really shouldn't run random code provided by randoms on the internet. You should probably never open your browser's console unless you know why you're doing it. I take no responsibility if this doesn't work, etc, etc.

If you understand that and also understand that I might be a lying loser on the internet trolling you (I'm not, but could easily be), open up your browser's console (ctrl+shif+j in chrome, ctrl+shift+k in firefox) and paste the following into said console. Again I can't stress enough how silly it is to run random bits of code if you don't know what it's doing

var el = document.getElementsByClassName('pl-video-edit-remove');
for (var i=0;i<el.length; i++) {
    el[i].click();
}

To sum up what it does, it finds every button with the HTML class "pl-video-edit-remove" - the button to remove the video from the playlist. It loops through all of them, "clicking" on each. This nukes playlists for sure. I have no idea what effect it'll have on other pages. Be careful where you run it.

If you get what it's doing and can see how it's doing it, hit enter

Wait while it loops through clicking on the "Remove from playlist" button for each vid. I dunno if that many videos causes YouTube to paginate or anything so you may have to do it a few times to finish him off.

Wait a few seconds before navigating away when it's done too, it takes a moment or two to submit all of the requests :)

I know I'm repeating myself but please, please, please - don't run random bits of code in your console. Lets just say this is here for theory's sake (although I tested it a few times myself and it worked perfectly)

If you're still unsure as to what to do or what this is doing I would highly recommend just sucking it up and clicking remove on each video manually

2 of 5
15

I just found out a method that is much easier and works 100% of the time! In your browser go to your Watch Later playlist and click the menu (the three dots in the right top corner) and add to playlist. Create a new playlist and name it someting easy(I named it WL for example). Now go to that playlist and go to the same menu and instead of adding it to a playlist uncheck Watch Later. Now your Watch Later playlist is cleared and you can delete the temorary playlist you just created. Hope this helps some people!

🌐
Quora
quora.com › How-can-I-delete-all-YouTube-watch-later-videos-at-once
How to delete all YouTube 'watch later' videos at once - Quora
Press the three dots on the upper corner of your right side and it was give you an option to delete them all at once. ... I Got it!!! I’m using an iOS so I can’t guarantee this will work on androids.
People also ask

How do I remove all watch later videos from YouTube?
To remove all the videos in the YouTube "Watch later" section, install the YT Watch Later Assist browser extension, access "Watch later," and click "Remove all videos".
🌐
online.hitpaw.com
online.hitpaw.com › learn › how-to-remove-watch-later-videos-from-youtube.html
How To Remove Watch Later Video From YouTube On Android/iPhone...
How do you remove a video from watch later on YouTube?
To remove a single video from "Watch later" on YouTube, click the three dots next to it in the "Watch later" section and select "Remove from Watch later." On YouTube, tpa your profile, open "Watch later," swipe the video left, and tap the trash icon to remove it from the list.
🌐
online.hitpaw.com
online.hitpaw.com › learn › how-to-remove-watch-later-videos-from-youtube.html
How To Remove Watch Later Video From YouTube On Android/iPhone...
How do I remove recommended videos from the YouTube app?
The YouTube app lets you get rid of annoying recommendations by tapping the three dots beside any video and choosing "Not interested" or "Don't recommend channel." You can also press and hold on a video, then select remove. These actions teach YouTube what video you don't want to see.
🌐
online.hitpaw.com
online.hitpaw.com › learn › how-to-remove-watch-later-videos-from-youtube.html
How To Remove Watch Later Video From YouTube On Android/iPhone...
🌐
Reddit
reddit.com › r/youtube › how to remove videos from watch later playlist
r/youtube on Reddit: How to remove videos from Watch Later Playlist
August 9, 2023 -

I had the problem where my Watch Later playlist was full and I couldn't add any more videos to it.

There is to this day still no way to mass remove videos from the Watch Later playlist.

They only way to remove videos from it is to tap every video on the playlist, one by one, press remove and go to the next one.

Mind you I had 5000 videos in my Watch Later playlist, meaning that I had to press 10k times on youtube to remove every video from the playlist.

The Remove All Watched Videos option did nothing. didn't even remove the watched videos and even if it did I had maybe around 3000 videos that hadn't been marked Watched.

Solution:

So since YouTube doesn't want to provide with a solution to this we have to use a script that does it for us.

The script does the same as you would to remove videos, the difference is it does not mind clicking the same buttons over and over again until every video is removed.

The script is this.

setInterval(function() {
	document.querySelector('#contents button#button').click();
	var things = document.evaluate('//span[contains(text(),"Watch later")]',document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);
		for (var i = 0; i < things.snapshotLength; i++) {
		    things.snapshotItem(i).click();
		}		
}, 1000);

Step 1: Copy the script.

Step 2: Go to your Watch Later playlist or click this link: https://www.youtube.com/playlist?list=WL

Step 3: Press F12 to the open developer’s console.

Step 4: Paste the script into the console and press Enter.

If you have an Adblocker you need to disable it first for this script to work.

After hitting enter the script should begin to remove the videos one by one.

It takes some time, but it is automatic.

Hope it helps.

Edit: Typos

🌐
iDownloadBlog
idownloadblog.com › home › how to remove all videos from your youtube watch later
How to remove all videos from your YouTube Watch Later
December 3, 2025 - To do that, visit the Watch later section in the YouTube app or website, then click the three dots icon, and select Remove watched videos. This will significantly reduce the number of videos in your Watch Later playlist, helping clean it up ...
🌐
Alphr
alphr.com › home › how to delete all watch later videos on youtube
How to Delete All Watch Later Videos on YouTube
January 7, 2022 - Tap the vertical allipsis (three vertical dots) in the upper right-hand corner from the Watch Later folder. Tap “Removed Watched Videos,” which is the first option. A small pop-up appears.
🌐
Hitpaw
online.hitpaw.com › learn › how-to-remove-watch-later-videos-from-youtube.html
How To Remove Watch Later Video From YouTube On Android/iPhone/PC/Smart TV
March 28, 2025 - 2.Find the red circle with your initials on the bottom right corner and tap on it. 3.Under your Playlists, scroll and tap "Watch later." 4.This time, tap the three dots on top of the screen and tap "Remove watched videos."
Find elsewhere
🌐
JustAnswer
justanswer.com › software › s4cgb-want-delete-liked-videos-watch-later-videos.html
How to Delete Liked and Watch Later Videos on YouTube
May 31, 2025 - I will provide you with information ... navigate to:Go to Menu (Three horizontal lines) > Select Watch Videos or Watch Later > Tap the three vertical dots next to the video > Remove from liked/watch later video.After that, please ...
🌐
Wondershare
filmora.wondershare.com › home › resource center › youtube video tips
How to Clear YouTube Watch Later Playlist - Filmora
December 10, 2025 - Step 2. Now, tap the "Library" ... Step 3. Next, tap the three dots (vertical ellipses) icon on the top-right side of the screen and choose the "Remove Watched Videos" option to delete them from the playlist....
🌐
How-To Geek
howtogeek.com › home › streaming › how to clear "watch later" on youtube
How to Clear "Watch Later" on YouTube
August 29, 2021 - In the "Remove Watched Videos" prompt, tap "Remove." And your "Watch Later" list is now cleared! Are you looking to clear your YouTube watch history as well? There's a way to do that, too.
🌐
GitHub
gist.github.com › astamicu › eb351ce10451f1a51b71a1287d36880f
Script to remove all videos from Youtube Watch Later playlist · GitHub
To remove hidden videos. Click the dots in Watch Later playlist and select "Show unavailable videos" then run this version of the script:
🌐
YouTube
youtube.com › watch
How To Delete All Watch Later Videos On YouTube - YouTube
How To Delete All Watch Later Videos On YouTubeIn this video I'll show you how to delete all of the videos you've saved to watch later on YouTube app.✔My Rec...
Published   December 3, 2022
🌐
YouTube
youtube.com › watch
How to Delete ALL Watch Later Videos from YouTube! - YouTube
YouTube is our main destination for entertainment, whether you’re watching short comedy sketches, daily vlogs, or multi-hour podcasts. If you’re looking for ...
Published   February 15, 2019
🌐
Google Support
support.google.com › youtube › thread › 302398364 › how-to-clear-watch-later-list-in-one-go
How to clear watch later list in one go??? - YouTube Community
October 16, 2024 - Skip to main content · YouTube Help · Sign in · Google Help · Help Center · Fix a problem · Watch videos · Manage your account & settings · Supervised experiences on YouTube · YouTube Premium
🌐
JustAnswer
justanswer.com › software › st5qu-delete-saved-videos-youtube-apple-phone.html
How to Delete Saved Videos on YouTube App - Expert Guide
Open the YouTube app on your iPhone. At the bottom, tap Library. Tap Watch Later. Find the video you want to delete. On the right of the video, tap the three dots (⋮). Tap Remove from Watch Later. If you want to delete all videos from Watch Later:
🌐
MakeUseOf
makeuseof.com › home › entertainment › how to remove watched videos from your watch later youtube playlist
How to Remove Watched Videos From Your Watch Later YouTube Playlist
March 7, 2023 - YouTube will instantly clear your Watch Later playlist by removing all the videos you have watched completely or just started watching.
🌐
YouTube
youtube.com › watch
How To Delete All Watch Later Videos on YouTube (Step By Step) - YouTube
In this video, I show you how to delete all watch later videos on YouTube. Did this video help? Comment below and let me know. Thanks!-EARNINGS DISCLAIMER:Th...
Published   January 11, 2025
🌐
YouTube
youtube.com › watch
How to Delete All Watch Later Videos on YouTube | One-Click Method - YouTube
Learn how to delete all Watch Later videos on YouTube at once. This step-by-step guide will help you quickly clear your Watch Later playlist on mobile and de...
Published   February 25, 2025
🌐
MiniTool
youtubedownload.minitool.com › home › how to delete videos from youtube watch later playlist?
How to Delete Videos from YouTube Watch Later Playlist?
November 28, 2024 - Then, find the video you want to remove from the list and hover it. After that, click the 3-dot next to it and select Remove from Watch later. If you want to delete all videos from the YouTube Watch later playlist, you can repeat the above steps to delete the rest videos one by one.
🌐
Chrome Web Store
chromewebstore.google.com › detail › yt-watch-later-assist › deafalnegnfhjhejolidiobnapigcfpd
YT Watch Later Assist - Chrome Web Store
Adds a quick delete button to Watch Later videos and adds a Watch Later button to video thumbnails. ... Average rating 3.8 out of 5 stars. Learn more about results and reviews. Removes all videos from your YouTube liked playlist automatically.