A Complete Guide to Finding Any Channel ID
Every YouTube channel has a unique, permanent identifier known as the Channel ID. It is a 24-character alphanumeric string that always starts with the letters "UC". While YouTube hides these IDs behind user-friendly @handles and custom URLs on the frontend, developers, SEO tools, and APIs require the raw UC-ID to function.
In this guide, we'll explain how YouTube's channel URLs have evolved, why custom handles make it tricky to find the raw ID, and how you can find any channel's ID in seconds.
The Evolution of YouTube Channel URLs
Over the years, YouTube has used several different URL structures, which is why finding a channel ID can be confusing:
1. **Legacy Username URLs:** `youtube.com/user/username` (e.g., youtube.com/user/officialpsd). These are legacy custom usernames that creators chose in the early days of the platform.
2. **Custom URLs:** `youtube.com/c/customname` or `youtube.com/customname`. These were short names chosen by eligible creators.
3. **Handles (Modern standard):** `youtube.com/@handle` (e.g., youtube.com/@SaveXR). Introduced in late 2022, handles are unique identifiers for every channel.
4. **Standard ID URLs:** `youtube.com/channel/UC-ID-string`. This is the direct, unmasked database URL of the channel.
Why Do You Need the Raw UC-ID?
* **API Calls:** If you are querying the YouTube Data API to pull a channel's videos, subscriber counts, or comments, the API parameter requires the raw UC-ID. It does not accept handles directly.
* **RSS Feeds:** You can subscribe to any YouTube channel via RSS using the URL format `youtube.com/feeds/videos.xml?channel_id=UC-ID`.
* **Third-Party Analytics:** Competitor tracking tools require the persistent UC-ID because creators can change their @handles and custom names, but they can never change their UC-ID.
Three Ways to Find a Channel's UC-ID
1. Inspect the Page Source
You can find the ID by viewing the HTML source code of the channel page:
1. Navigate to the creator's YouTube page (e.g., `youtube.com/@handle`).
2. Right-click the page and select **View Page Source** (or press `Ctrl+U`).
3. Press `Ctrl+F` to open the search bar and type `"browseId"` or `"channelId"`.
4. The string starting with `UC` directly next to it is the channel's ID.
2. Check the Video Share Info
On mobile or desktop, you can share a video from the channel and inspect its parameters, though this is cumbersome.
3. Use the Save XR Channel ID Finder
The fastest and easiest way is to use our free tool:
1. Copy the channel's @handle or URL.
2. Go to the **Save XR Channel ID Finder**.
3. Paste the URL or handle into the input box and click **Find**.
4. Copy the raw 24-character ID with one click.
Our tool connects directly to the official API to fetch the channel's metadata database entry instantly, ensuring 100% accuracy.