YouTube Unlisted vs Private: What Each Setting Actually Protects (2026)
Unlisted means anyone with the link can watch and embed your video. Private means only invited Google accounts can. Here is what each setting really protects, and why neither is access control.
Unlisted YouTube videos are viewable by anyone with the link, including the ability to embed or re-share them; Private videos are limited to a small group of invited Google accounts who must be signed in to watch. Neither setting prevents downloading, stops someone from embedding the video elsewhere, or gates access to paying members, so if you need real control over who watches, neither is the right tool.
That is the short version, and for most people choosing between these two options it is also the whole answer. But the difference between "hidden from search" and "actually restricted" trips up a surprising number of course creators, membership owners, and businesses who assume "unlisted" or even "private" means something closer to a locked door. It does not. Below is exactly what each setting does, where each one quietly fails, and what you actually need when the video is something people pay for.
• Unlisted: not in search or on your channel, but anyone with the link can watch, share, and embed it anywhere.
• Private: only invited Google accounts (a small cap, historically around 50) can watch, and they must be signed in.
• Both leak: links get forwarded, videos can be downloaded with free tools, and embeds can be lifted to other sites.
• For paid or members-only video, you need domain restriction or signed-URL hosting, not a YouTube privacy toggle.
The quick answer: link-based vs account-based
The cleanest way to hold these two settings in your head is this: Unlisted controls where a video can be found. Private controls who is allowed to watch it.
An unlisted video will not appear in YouTube search, in your channel's video tab, in recommendations, or in subscriber feeds. But there is no gate on the video itself. According to YouTube's own privacy-settings documentation, "Unlisted videos and playlists can be seen and shared by anyone with the link." The link is the key, and anyone holding it gets in, no sign-in required.
A private video is different. The same documentation states that "Private videos and playlists can only be seen by you and whomever you choose." Access is tied to specific Google accounts, not to a link. As YouTube's help page on viewing private videos spells out, a viewer "must be signed in to the account that the video was shared with." Forward that link to someone who was not invited and they get a wall, not a video.
| Question | Unlisted | Private |
|---|---|---|
| Shows up in YouTube search? | No | No |
| Who can watch? | Anyone with the link | Only invited Google accounts |
| Sign-in required to watch? | No | Yes, the specific shared account |
| How many people can access it? | Unlimited (it is just a link) | Capped at a small group (around 50 accounts) |
| Can it be embedded on a website? | Yes, anywhere | No |
| Stops downloading? | No | No (for anyone who can watch) |
| Good for a public-ish share (clients, demos)? | Yes | No, too restrictive |
| Good for gating paid content? | No | No |

What "Unlisted" actually means
Unlisted is YouTube's "soft hide." The video exists, it is fully functional, and it streams to anyone who has the URL, but YouTube does not surface it anywhere you have to be found. It is the right setting for a handful of legitimate jobs: sending a client a draft, sharing a how-to with a customer over email, dropping a video into a newsletter, or embedding a walkthrough on a page you do not necessarily want indexed.
The catch is in the word "anyone." An unlisted link carries no identity check. If a recipient forwards it, posts it in a Slack channel, or pastes it into a forum, every one of those new people can watch with no friction. And because unlisted videos can be embedded, anyone with the link can drop your video onto their own website using YouTube's standard iframe embed code. (If you want the mechanics of how that works, see our guide to what "allow embedding" actually does on YouTube.)
There is also a piece of history worth knowing, because it shows how YouTube itself views the limits of "unlisted." For years, the random strings YouTube used in unlisted URLs were short enough that determined people could, in theory, guess valid links. In 2021 YouTube tightened the system. According to YouTube's official announcement, "As part of these changes, Unlisted videos uploaded before 2017 will be made Private starting on July 23, 2021," a date confirmed on YouTube's older-unlisted-content help page. The fix made new links harder to stumble onto, but it did nothing to change the core fact: an unlisted link is a password anyone can copy and paste.
What "Private" actually means
Private is the genuinely restrictive setting, and it is the closest YouTube gets to access control. You invite specific Google accounts by email, and only those accounts, signed in, can watch. There are no public comments, the video never appears anywhere, and if an invitee forwards the link to a friend, the friend hits a wall because access is bound to accounts, not to the URL.
The reason private rarely solves the problem people actually have is the size of the gate. YouTube caps how many accounts a single private video can be shared with, and that cap is small, historically around 50 invited accounts per video. YouTube's own help documentation states that "Private videos can only be shared with up to 50 email addresses." That works for a board deck, a family clip, or a tiny internal review. It falls apart the moment you have 80 students, 300 members, or a course you want to sell to anyone who pays. You cannot bulk-invite the public to a private video, and you cannot tie that invite list to who currently has an active subscription.
There is a friction tax on the viewer side, too. Every person you invite needs a Google account and has to be signed into the exact account the video was shared with. If a customer uses a work Google account in one browser tab and a personal one in another, they will see "Video unavailable" and assume your site is broken. We have watched that exact confusion generate support tickets that had nothing to do with the actual video.

The honest punchline: neither setting is access control
Here is the part most "unlisted vs private" explainers skip. Both settings are about visibility on YouTube, not about protecting the video file. Once a person can watch, the content is on their device, and YouTube does nothing to stop them from keeping it. A long list of free browser extensions and websites pull the underlying video stream from any YouTube URL a viewer can open, unlisted or otherwise. There is no copy protection, no expiring link, and no domain lock on a standard YouTube video.
So if your goal is any of the following, neither unlisted nor private gets you there:
- Members-only video that only paying subscribers can watch, and only while their subscription is active.
- Course content behind a login that you do not want students downloading and reselling.
- Embedding on your own site while preventing the same video from being lifted onto someone else's site.
- Anything where "the link leaked" is a real business risk.
This is the gap that catches course and membership owners off guard. They set a video to unlisted, embed it behind their paywall, and assume the paywall protects the video. It does not. The paywall protects the page. The video has its own YouTube URL that anyone who loads the page can pull from the source, share, and watch forever. We dug into exactly this trap in our breakdown of why you have to gate the stream, not just the page.
SmartVideo is a YouTube alternative built for hosting video on your own site: no ads, no competitor branding, no recommended-video takeover when the clip ends. You embed with a simple tag and keep the viewing experience yours. See how SmartVideo replaces the YouTube embed →
What real video access control looks like
If you genuinely need to restrict who watches, the controls live at the hosting and delivery layer, not in a privacy dropdown. Two mechanisms do the heavy lifting:
Domain restriction (allowed origins)
Domain restriction tells the player to refuse to load unless it is running on a domain you approved. If someone copies your embed code and pastes it onto another site, the video simply will not play there. Cloudflare's Stream documentation describes this directly: an "Allowed Origins feature lets you specify which origins are allowed for playback," and notes that "By default, Stream embed codes can be used on any domain," which is the same wide-open default YouTube embeds have. (See Cloudflare Stream's guide to securing a stream.) Domain restriction is the single most useful protection for "I want this on my site and nowhere else."
Signed URLs (token-based access)
A signed URL adds a short-lived, cryptographic token to the playback link. As Google Cloud's signed-URL documentation puts it, a signed URL "provides limited permission and time to make a request." The server checks the token before it serves any video, and rejects requests where the token is expired, tampered with, or used from the wrong place. Amazon CloudFront's documentation describes the same enforcement: "When the user starts to download a file or starts to play a media file, CloudFront compares the expiration time in the URL with the current time to determine whether the URL is still valid." Per the same Cloudflare documentation, "When you mark a video to require signed URL, it can no longer be accessed publicly with only the video id. Instead, the user will need a signed url token to watch or download the video." This is how a membership platform ties playback to a current, logged-in, paying member rather than to a link that lives forever.

You will not find either of these on a standard YouTube upload. They are the dividing line between "hidden on a public platform" and "actually controlled." If access control is the real requirement, that points you toward purpose-built hosting rather than a YouTube toggle. We compare the realistic options in our rundown of the best private video hosting sites and in the broader guide to hosting videos without YouTube.
So which should you actually use?
Match the setting to the job, and be honest about whether you need protection or just discretion:
- Use Unlisted when you want to share a video widely but quietly: a client draft, a support walkthrough, a newsletter clip, or an embed on a page you do not need indexed. Accept that the link can travel and the video can be downloaded.
- Use Private only for a genuinely small, known group of Google-account holders, like an internal review or a family video, where you are fine with the roughly-50 cap and the sign-in friction.
- Use real hosting (domain restriction or signed URLs) the moment money, membership, or "this link must not leak" enters the picture. That includes paid courses, members-only libraries, and brand-sensitive content you embed on your own site.
There is one more reason businesses move video off YouTube even when privacy is not the main concern: the embed itself. A YouTube player drops competitor branding, recommended videos, and tracking onto your page, and it is heavy. SmartVideo's embed comes in at about half the weight of a YouTube embed (707 KB versus 1,513 KB, 17 versus 25 requests, and 2 versus 7 third-party domains), with no ads and no recommended-video takeover when the clip ends. If you have ever wondered why a single embed slows a page down, our piece on why YouTube embeds hurt your website covers it. For course owners specifically, the full picture is in our guide to video hosting for online courses.
Frequently Asked Questions
Is unlisted or private more private on YouTube?
Can anyone watch an unlisted YouTube video?
How many people can view a private YouTube video?
Can you embed an unlisted YouTube video on a website?
Does setting a video to unlisted or private stop people from downloading it?
Can I use unlisted videos for a paid course or membership site?
Do viewers need a Google account to watch a private video?
What actually controls who can watch a video, if not unlisted or private?
Why were some old unlisted videos turned into private videos?
Is SmartVideo a private video host or a screen recorder?
The bottom line
Unlisted and private solve two narrow, different problems. Unlisted keeps a video out of search while letting anyone with the link watch and embed it. Private locks a video to a small, invited group of signed-in Google accounts. Both are useful in their lane, and both are easy to over-trust. The thing neither one does is protect the video itself: not from downloads, not from re-embedding, and not from a forwarded link reaching the wrong inbox.
So decide what you are really after. If you just need discretion, unlisted is fine and private is fine for a tiny group. If you need control, because the video is something people pay for or something that must stay on your domain, the answer is hosting built for it: domain restriction, signed URLs, and an embed that is yours, ad-free, and fast. That is the line where a YouTube toggle stops being enough.