Updated July 16, 2026
Published May 18, 2026, 7 min read
YouTube Channel ID Finder: Find Any Channel ID in Under a Minute
YouTube gives every account three different names: a handle, a URL, and a hidden ID. Tools keep asking for the one you cannot see. Here is where it hides, plus a one minute trick that works for any channel, not just yours.

Three Names, One Creator, Endless Confusion
YouTube gives every creator three separate identities and then hides the only one that software cares about.
There is your handle, the @name you chose. There is your page URL, which is usually just the handle with youtube.com in front. And there is the ID, a 24 character code starting with UC that you have probably never seen, even if you have been posting for years.
I run a valuation tool, so I watch this confusion happen daily. People paste their handle where a tool wants the ID, get an error, and assume the tool is broken. The tool is fine. YouTube just never bothered to tell anyone it exists.
Here is where it hides. All three methods take under a minute.

Method 1: The Hidden Account Page (10 Seconds)
YouTube has a page that shows your ID directly, with a copy button, and almost nobody knows about it.
- 1.Sign in to YouTube
- 2.Go to youtube.com/account_advanced
- 3.Done
You will see your Channel ID entry and your User ID side by side, each with a copy button. No menus, no digging. This is the fastest route and the one I use when someone emails me asking why my calculator cannot find them.
Bookmark it. You will need it again the next time some platform asks for verification.
Method 2: Through YouTube Studio
If you are already inside Studio doing admin work, it is a few clicks away:
- 1.Open studio.youtube.com
- 2.Click Settings (the gear icon, bottom left)
- 3.Click Channel, then the Advanced settings tab
- 4.Scroll down and you will see it, with a copy option
Same result as Method 1, just more clicking. Studio is handy though if you also want to change your handle or poke at other settings while you are in there.
On mobile, Studio buries this deeper. Honestly, just open youtube.com/account_advanced in your phone browser instead. It works fine there too.

Method 3: Any Channel, Including Ones You Do Not Own
This is the trick for finding the ID for someone you do not own, which no settings page will give you.
On desktop:
- 1.Open their page
- 2.Right click anywhere and choose View Page Source
- 3.Press Ctrl+F and search for `channelId`
- 4.The ID sits right after it in quotes
On mobile: tap the Share button on their page. If the copied link looks like youtube.com/channel/UC..., you already have it. If it copies the @handle version instead, you will need the desktop trick.
The lazy shortcut: Some creators still use the old URL format. If the address bar already shows /channel/UC followed by a long string, that string is the answer. No source diving needed.
Handle vs URL vs Username vs the UC Code
Four things that sound the same and are not:
| What | Example | Can it change? | Who uses it |
|---|---|---|---|
| Handle | @MrBeast | Yes, in Studio | Viewers, tags, sharing |
| Channel URL | youtube.com/@MrBeast | Follows the handle | Browsers, links |
| Legacy username | youtube.com/user/PewDiePie | Frozen in time | Nobody, mostly |
| The UC code | UCX6OQ3DkcsbYNE6H8uQQuVA | Never | APIs, tools, Search Console |
That UC example above is real, it belongs to MrBeast. Notice it tells you absolutely nothing about who owns it. That is the point. It is a serial number, not a name.
The legacy username row deserves one sentence: accounts created before roughly 2016 had usernames like youtube.com/user/somename. Those old links usually still redirect, which is why an old username search sometimes finds someone whose handle you do not know.
What the Code Is Actually For
Fair question, because for everyday life your handle does everything. It matters in exactly these situations:
Google Search Console. Verifying yours as a property uses the /channel/UC address format.
The YouTube Data API. Every developer integration, from analytics dashboards to Discord bots, looks everything up by ID. When I built the lookup for CheckTheWorth, handles broke every time a creator renamed themselves. The UC references never broke once. That experience made me understand why it exists at all.
Live stream alerts. Streamlabs, Discord notification bots, and similar tools ask for it so a rename does not silently kill your alerts.
RSS feeds. A trick worth stealing: paste yours into this address and any RSS reader can follow your uploads:
```
youtube.com/feeds/videos.xml?channel_id=UC_YOUR_CODE_HERE
```
No API, no key, works today. I have not seen this mentioned in most guides, which is odd because it is the single most useful thing a normal person can do with it.
Ad exclusions. If you run Google Ads and do not want your ads on your own videos, exclusions accept the UC format.
For sharing with humans, ignore all of the above and use your handle link. Nobody wants a 24 character code in their group chat.
Finding a Channel When You Only Half Remember It
Sometimes the problem is one step earlier, you do not need the code, you need to find the person at all.
Type what you remember into YouTube search, tap the filter icon, and select Channel under Type. Results now show only channel pages instead of a wall of videos. This is the closest thing YouTube has to a proper user lookup.
Two extra tricks when that fails:
- If you know their old style username, try youtube.com/user/thatname directly. Old links often still redirect.
- If you remember a video title but not the channel, find the video and tap the creator's name under it.
Once you land on the right page, Method 3 above gets you the code if a tool needs it.
Common Errors, Decoded
"Channel not found" in a third party tool. You probably pasted a handle where it wanted the code, or the reverse. Check which format the field asks for. Codes start with UC and are exactly 24 characters.
Your code "changed." It did not, that never happens. You are most likely looking at a Brand Account versus your personal account. Each has its own separate code, and being signed into the wrong one shows you the other identity. The account switcher under your profile picture reveals which one you are on.
The ID works but shows the wrong result. Almost always a copy paste that grabbed an extra character or dropped one. Count them: UC plus 22 more, 24 total.
The Short Version
- Your own code: youtube.com/account_advanced, ten seconds
- Via Studio: Settings, then Channel, then Advanced settings
- Anyone else's: page source, search for channelId
- Handles change, the UC code never does, which is exactly why tools want it
*Want to see what any creator is actually worth once you have found it? Paste any handle into the free calculator at CheckTheWorth, no ID required, it resolves everything for you. And if you are comparing stats tools, the channel value checker guide breaks down which ones are worth your time.*
Frequently Asked Questions
What is a YouTube channel ID?
It is a 24 character code that starts with UC and never changes, no matter how many times you rename yourself. Think of it as the serial number under the laptop. Your handle is the sticker on the lid, easy to read and easy to swap. Software and analytics platforms rely on it because it stays put forever.
Where do I find my channel ID the fastest?
Go to youtube.com/account_advanced while signed in. That one page shows both IDs with copy buttons next to them. It takes about ten seconds and skips YouTube Studio entirely. Most people never learn this page exists.
How do I find someone else's ID?
Open their page on desktop, right click, choose View Page Source, then press Ctrl+F and search for channelId. The ID appears right after it. On a phone, tap Share on their page and check whether the copied link contains /channel/UC. If it only shows their @handle, you will need the desktop page source trick or a lookup tool.
Is the ID the same as a handle or username?
No, and mixing them up is the number one reason lookup tools reject what you paste. The handle is the @name you picked, and you can change it. The old style username is a leftover from YouTube's early days and most newer accounts never had one. That string is permanent and is what APIs, Search Console, and analytics platforms actually want.
Why does anything even need my channel ID?
Because handles change and that string does not. Google Search Console uses it to verify ownership, the YouTube Data API requires it for lookups, Discord bots and Streamlabs use it for live alerts, and RSS readers need it to follow uploads. If a platform asks for it, it wants the permanent reference, not the pretty one.
Can I look someone up without knowing the exact name?
Yes. Type whatever you remember into YouTube search, then use the filter icon and pick Channel to hide videos and show only creator pages. This is the simplest form of a YouTube user lookup. If you know their old username, youtube.com/user/thatname sometimes still redirects to their current page.
Check any YouTube channel's value, free
Live earnings estimates, CPM data, and sponsorship rates. No sign-up needed.

Founder · CheckTheWorth
Fahim built CheckTheWorth himself and runs it on public data and the official YouTube Data API. Every earnings figure here is an estimate, and he says so plainly rather than dressing it up as fact.
Related Articles
By Fahim Mahmood


