YouTube error · Occasional
YouTube playlist additions not saving — fix the playlist queue
You add a video to a playlist (or create a new playlist) but it doesn't persist. The "Saved" notification shows but the playlist remains empty next time you check.
Why this happens
- Cookies blocked the save action — third-party cookie restrictions block some playlist API calls.
- You're signed into the wrong account.
- Browser extension breaking the playlist API endpoint.
- Playlist quota — a single playlist holds max 5000 videos; you may have hit the cap.
- Stuck UI state — the "saved" toast shows but the request failed silently.
How to fix it
- 1
Verify directly via the playlist URL
Open youtube.com/playlist?list=YOUR_PLAYLIST_ID. If the video isn't there, the save failed. If it's there but the UI shows it as missing elsewhere, the UI is stuck.
- 2
Allow third-party cookies temporarily
Some playlist save flows require cross-domain cookies for the Google account. Temporarily allowing third-party cookies confirms or rules out cookies as the cause.
- 3
Reduce playlist size if at 5000
YouTube playlists cap at 5000 videos. Additions beyond that silently fail. Check the playlist size first.
- 4
Sign out + sign back in
Refreshes the session state that some playlist API calls depend on.
Frequently asked
Can I export a YouTube playlist as a backup?
Yes — takeout.google.com → YouTube → Playlists. Exports as JSON or CSV. Recommended periodically for important playlists.