How to write YouTube titles that get clicks
TL;DR
Writing YouTube titles that get clicks requires a deliberate process: start with a clear value proposition, layer in a curiosity trigger, include a relevant keyword, and keep it under 60 characters. The creators who consistently earn high CTR don’t rely on inspiration. They generate multiple variants and test them against data. BrightBean’s /score/title endpoint lets you score and compare multiple title options before publishing.
How to write YouTube titles that get clicks
Click-through rate is the percentage of people who see your thumbnail and title and choose to click. Even a small improvement in CTR, say from 4% to 6%, can double your video’s reach because YouTube’s algorithm treats CTR as a signal that the content deserves wider distribution. Your title is half of that equation.
Start every title with the viewer’s intent. What did they search for, or what problem are they trying to solve? If your video teaches people to remove backgrounds in Photoshop, the title should lead with that action. “Remove Any Background in Photoshop in 60 Seconds” communicates the what (background removal), the tool (Photoshop), and the benefit (speed). This approach works because it mirrors how people think when they’re searching or scanning their feed.
Add a curiosity gap by withholding one piece of information that the viewer needs to click to discover. Numbers create natural gaps: “3 Settings Most Photographers Get Wrong” makes the viewer wonder which settings they’re misusing. Contrast creates gaps too: “The $50 Camera That Beat My $3,000 Setup” sets up a tension between expectation and reality. The key is that the gap must feel resolvable by watching the video. If the title raises a question the viewer doesn’t care about, the gap has no pull.
Power words amplify emotional response. Words like “actually,” “secretly,” “finally,” “proven,” and “exactly” add conviction to otherwise neutral titles. Compare “How to Study for Exams” with “How Top Students Actually Study for Exams.” The addition of “actually” and “top students” transforms a generic title into one that promises insider knowledge. Use power words sparingly. More than one or two per title makes it feel sensationalized.
Numbers are consistently among the highest-performing title elements. They set expectations (the viewer knows the video will cover a defined set of items), they imply structure (which signals that the content is organized), and they reduce ambiguity. Odd numbers slightly outperform even numbers in engagement studies, though the difference is marginal. “7 Mistakes New Runners Make” will typically outperform “Common Mistakes New Runners Make.”
The final step is iteration. Write at least five title variants for every video. Change the structure, swap power words, try different curiosity mechanisms. Then evaluate them against each other using scoring criteria or direct testing. The creator who publishes their first draft is almost always leaving clicks on the table.
How BrightBean helps
BrightBean’s /score/title endpoint accepts multiple title variants and scores each one across clarity, keyword relevance, emotional engagement, length, and competitive differentiation. This turns title writing from a subjective exercise into a data-informed decision, letting you quickly identify which variant has the strongest click potential.
POST /score/title
{
"titles": [
"7 Camera Settings Most Beginners Get Wrong",
"Fix These Camera Settings Right Now",
"Why Your Photos Look Amateur (7 Settings to Change Today)",
"The Camera Settings Pros Use That Beginners Don't Know About"
],
"topic": "camera settings for beginners",
"channel_id": "UCphoto456abc"
}
// Response
{
"results": [
{
"title": "7 Camera Settings Most Beginners Get Wrong",
"overall_score": 79,
"strengths": ["number_hook", "clear_audience_targeting"],
"weaknesses": ["moderate_differentiation"]
},
{
"title": "Fix These Camera Settings Right Now",
"overall_score": 58,
"strengths": ["urgency", "brevity"],
"weaknesses": ["low_specificity", "no_keyword_match"]
},
{
"title": "Why Your Photos Look Amateur (7 Settings to Change Today)",
"overall_score": 85,
"strengths": ["emotional_trigger", "specificity", "number_hook", "urgency"],
"weaknesses": ["character_count_55_close_to_limit"]
},
{
"title": "The Camera Settings Pros Use That Beginners Don't Know About",
"overall_score": 74,
"strengths": ["insider_knowledge_angle", "audience_targeting"],
"weaknesses": ["no_number", "slightly_generic"]
}
],
"recommended": "Why Your Photos Look Amateur (7 Settings to Change Today)"
}
Key takeaways
- Lead with the viewer’s intent, making the value proposition visible in the first few words
- Create a curiosity gap using numbers, contrast, or unanswered questions that demand a click to resolve
- Use power words sparingly to add emotional weight without sounding sensationalized
- Keep titles under 60 characters and front-load the most important words for mobile truncation
- Write at least five variants per video and score them against each other before publishing
Related questions
Get structured YouTube intelligence
BrightBean delivers content gaps, title scores, thumbnail analysis, and hook classification via API and MCP server.
Get early access →