Channel ID Finder
Channel ID Finder#
What it is: Resolves any YouTube channel link — handle, custom URL, video URL — into the canonical UC… channel ID. Useful for APIs, analytics setups, and embeds that require the raw ID instead of a vanity URL.
Where it lives: tubewizz.com/youtube-channel-id-finder — no account required.
What it returns#
| Output | Details |
|---|---|
| Channel ID | The 24-character UC… identifier |
| Channel preview | Avatar, title, subscriber count, video count |
| Copy button | One-tap copy of the channel ID |
Supported input formats#
https://www.youtube.com/@MrBeast(handle)https://www.youtube.com/c/MrBeast(custom URL)https://www.youtube.com/user/PewDiePie(legacy username)https://www.youtube.com/channel/UC…(already an ID — returns as-is)https://www.youtube.com/watch?v=…(any video URL — resolves to that video's channel)
How to use it#
- Open tubewizz.com/youtube-channel-id-finder.
- Paste any of the supported formats above.
- The channel preview and ID appear within a second.
- Click Copy to grab the ID.
What you'd use the ID for#
- YouTube Data API calls (
channels.list?id=…) - Embed widgets that require the raw channel ID
- Social Blade and other analytics platforms
- Setting up TubeWizz Competitor Tracking when a handle is ambiguous
Privacy#
We query YouTube's public Data API to resolve the channel; the lookup result is shown in your browser and not stored.