How to make bold text in Telegram

Making bold text in Telegram is straightforward — you can use built-in formatting tools on any platform (mobile, desktop, or web) or type simple markdown-style syntax directly in your message. Bold text is one of several formatting options Telegram supports, and it's the most commonly used way to emphasize key points in messages, channel posts, and group chats.

How Bold Text Works in Telegram

Telegram supports rich text formatting that goes far beyond what most messaging apps offer. Bold is the most fundamental formatting option, and it works across all Telegram platforms — iOS, Android, Desktop, macOS, and Telegram Web.

When you apply bold formatting, Telegram wraps the selected text in a special markup that renders it with a heavier font weight. This formatting is preserved when messages are forwarded, copied, or displayed on web mirrors like tgchannel.space.

Methods to Make Bold Text

There are three primary ways to bold text in Telegram:

  1. Using the formatting menu (works everywhere)
  2. Using markdown syntax (typing **text**)
  3. Using keyboard shortcuts (desktop only)

Each method produces identical results — the choice comes down to personal preference and speed.

Method 1: Using the Built-in Formatting Menu

This is the most universal method and works on every Telegram platform.

On Mobile (iOS & Android)

Step 1: Type your message

Write out the full message in the text input field before applying any formatting.

Step 2: Select the text you want to bold

Tap and hold on a word, then drag the selection handles to highlight the exact portion of text you want to make bold.

Step 3: Choose Bold from the menu

  • On Android: Tap the three-dot menu (⋮) in the context menu that appears, then select Bold
  • On iOS: Tap BIU in the context menu, then select Bold

Step 4: Send the message

Your bold text will appear with heavier weight immediately in the input field, confirming the formatting was applied.

On Desktop (Windows, macOS, Linux)

Step 1: Select the text

Click and drag to highlight the text you want to bold, or use Shift + Arrow keys.

Step 2: Right-click for the formatting menu

Right-click on the selected text and navigate to Formatting in the context menu. Select Bold from the submenu.

Step 3: Alternative — use the keyboard shortcut

Press Ctrl + B (Windows/Linux) or Cmd + B (macOS) with the text selected. This is significantly faster for frequent formatting.

Method 2: Using Markdown Syntax

Telegram supports a simplified markdown syntax that lets you format text without touching any menus.

Bold with Asterisks

Wrap your text in double asterisks:

**This text will be bold**

Result: This text will be bold

This works in real time — as soon as you send the message, the asterisks disappear and the text renders in bold.

Combining Bold with Other Formatting

You can nest formatting styles:

  • **bold text**bold text
  • __italic text__italic text
  • **__bold and italic__**bold and italic
  • `monospace text`monospace text
  • ~~strikethrough~~ → strikethrough
  • ||spoiler text|| → spoiler text (hidden until tapped)

Important: Markdown formatting in Telegram only processes when you send the message, not while typing. You won't see a live preview — the asterisks will be visible in the input field until the message is sent.

Method 3: Using the Telegram Bot API (for Channel Owners)

If you manage a Telegram channel and send posts via a bot or automation, you can format bold text using two parsing modes:

HTML Mode

<b>Bold text here</b>

MarkdownV2 Mode

*Bold text here*

Note that the Bot API's MarkdownV2 uses single asterisks (*), while the client app uses double asterisks (**). This is a common source of confusion.

When your formatted channel posts are indexed by platforms like tgchannel.space, the bold formatting is preserved in the web version, which helps with readability and visual hierarchy for readers who discover your content through search engines.

Where Bold Formatting Works

Bold text is supported in:

  • Personal chats — one-on-one conversations
  • Group chats — messages to groups and supergroups
  • Channel posts — published to your channel audience
  • Media captions — text accompanying photos, videos, and documents
  • Bio and descriptions — channel and group descriptions support bold
  • Message replies — formatting carries through to replies and quotes

Bold formatting does not work in:

  • Usernames or display names
  • Folder names
  • Search queries
  • The message input field (preview is not rendered until sent)

Tips & Best Practices

  • Use bold sparingly for maximum impact. If every other word is bold, nothing stands out. Reserve bold for key terms, important numbers, or calls to action — for example, bolding a deadline date or a price in a channel post.

  • Combine bold with structure. In long channel posts, use bold text as pseudo-headings to break up content into scannable sections. For instance: "What changed: We updated the pricing plan" followed by regular text with details.

  • Use keyboard shortcuts on desktop. Ctrl/Cmd + B is dramatically faster than right-clicking through menus, especially when formatting multiple parts of a post.

  • Test formatting before publishing to channels. Send a test message to your Saved Messages first to verify the formatting looks correct, especially when mixing multiple styles like bold, italic, and links.

  • Keep mobile users in mind. About 70% of Telegram users read on mobile devices. Bold text that's effective on a large desktop screen also needs to scan well on a small phone display. Avoid bolding entire paragraphs — it defeats the purpose.

Common Mistakes

Mistake 1: Using single asterisks instead of double
Why it's wrong: In the Telegram client, single asterisks (*text*) do not produce bold text — you need double asterisks (**text**). Single asterisks are reserved for the Bot API's MarkdownV2 mode.
How to avoid: Always use **double asterisks** when typing directly in Telegram. If using the Bot API, check which parse_mode you have set.

Mistake 2: Adding spaces inside the asterisks
Why it's wrong: ** text ** with spaces between the asterisks and the text will not render as bold. Telegram requires the asterisks to be immediately adjacent to the text.
How to avoid: Write **text** with no spaces between the markers and the content.

Mistake 3: Bolding entire messages or paragraphs
Why it's wrong: When everything is emphasized, nothing is emphasized. Readers skim bold text to find key points — if the whole paragraph is bold, they can't distinguish what matters.
How to avoid: Bold only the 2-5 most important words or phrases in a message.

Mistake 4: Forgetting that formatting doesn't preview in the input field
Why it's wrong: New users type **hello** and, seeing the asterisks still visible, assume it didn't work. They then add additional formatting on top, resulting in garbled output.
How to avoid: Remember that markdown-style formatting renders only after you send the message. Send a test to Saved Messages if unsure.

Mistake 5: Mixing formatting syntaxes incorrectly
Why it's wrong: Overlapping different formatting marks in the wrong order (e.g., **__text**__) can produce unexpected results or break formatting entirely.
How to avoid: Close tags in the reverse order you opened them: **__text__** (bold wraps italic).

Frequently Asked Questions

Can you make bold text in Telegram without markdown?
Yes. Select the text and use the formatting menu (right-click on desktop, tap-and-hold on mobile). You can also use Ctrl/Cmd + B on desktop. No markdown syntax is required.

Does bold formatting work in Telegram group chats?
Absolutely. Bold formatting works in all chat types — personal messages, groups, supergroups, and channels. The formatting is visible to all participants regardless of their Telegram version.

Is bold text preserved when forwarding messages?
Yes. When you forward a message that contains bold text, the formatting is fully preserved. The same applies when quoting or replying to a formatted message.

Can I use bold text in Telegram channel descriptions?
Yes. Channel descriptions support basic formatting including bold, italic, and links. Apply formatting using the same selection-based method or markdown syntax when editing the description through the channel settings.

Does bold text affect how Telegram search finds my messages?
No. Telegram's search indexes the text content regardless of formatting. A word in bold is searchable exactly the same way as a word in plain text. However, bold text does improve readability when content is displayed on web platforms, which can indirectly benefit SEO for channels mirrored through services like tgchannel.space.