How to Add a Hyperlink in an Email: A Complete Guide
Adding a hyperlink in an email sounds simple — and often it is — but the exact steps vary depending on which email client you're using, whether you're on desktop or mobile, and whether you're composing in rich text or plain text mode. Here's what you need to know across the most common setups.
What a Hyperlink Actually Does in an Email
A hyperlink (or simply a "link") turns text, a button, or an image into something clickable that sends the reader to a URL. Instead of pasting a raw URL like https://www.example.com/some-very-long-path, you can anchor it to readable text — something like "Visit our website" — keeping your email clean and professional.
Technically, this works through HTML anchor tags (<a href="...">) embedded in the email's source code. Most email clients handle this invisibly through a point-and-click interface, so you never need to write code manually — unless you want to.
How to Add a Hyperlink in Gmail
Gmail's compose window works in rich text mode by default, which means hyperlinking is built right in.
- Type your anchor text — the words you want to make clickable.
- Highlight that text with your cursor.
- Click the link icon in the formatting toolbar at the bottom of the compose window (it looks like a chain link 🔗), or press Ctrl+K (Windows/Linux) or Cmd+K (Mac).
- A dialog box appears — paste or type your URL.
- Click OK or press Enter.
The text will turn blue and underlined, confirming the link is active. You can right-click it to edit or remove it later.
How to Add a Hyperlink in Outlook
Microsoft Outlook follows a similar pattern, but the interface differs slightly depending on whether you're using the desktop app, Outlook on the web, or the new Outlook.
In the Outlook desktop app (Windows):
- Type and select your anchor text.
- Go to Insert → Link in the ribbon, or press Ctrl+K.
- Enter the URL in the "Address" field.
- Click OK.
In Outlook on the web:
- Highlight your anchor text.
- Click the Insert link icon in the formatting toolbar (chain link icon), or use Ctrl+K.
- Enter the URL and confirm.
The keyboard shortcut Ctrl+K is consistent across nearly every desktop and web-based email client — it's worth memorizing.
How to Add a Hyperlink in Apple Mail
On a Mac using Apple Mail:
- Select the text you want to link.
- Right-click (or Ctrl+click) and choose Add Link, or go to Edit → Add Link in the menu bar.
- Type or paste the URL and press Enter.
On iPhone or iPad, Apple Mail doesn't offer a native hyperlink option in the standard compose view. This is a known limitation of iOS/iPadOS mail composition. Some workarounds include using a third-party mail app or composing in a different tool before copying the formatted text.
Adding Hyperlinks in Other Common Email Clients
| Email Client | Method | Keyboard Shortcut |
|---|---|---|
| Gmail (web) | Toolbar link icon or Ctrl+K | Ctrl+K / Cmd+K |
| Outlook (desktop) | Insert → Link | Ctrl+K |
| Outlook (web) | Toolbar link icon | Ctrl+K |
| Apple Mail (Mac) | Edit → Add Link | None default |
| Thunderbird | Insert → Link | Ctrl+K |
| Yahoo Mail (web) | Toolbar link icon | Ctrl+K |
Plain Text Mode: Why Your Links Won't Format
If you're composing in plain text mode, you won't be able to create clickable anchor text at all. Plain text emails don't support HTML, which means no formatting, no colors, and no embedded links — just raw URLs.
To check your mode:
- In Gmail, look for a small "A" formatting icon at the bottom of the compose window. If formatting options are visible, you're in rich text.
- In Outlook, the ribbon will show full formatting options when rich text (HTML) is active.
Switching from plain text to HTML mode restores full hyperlinking capability. Most modern email clients default to HTML, but some users or organizations configure plain text for security or compatibility reasons.
Hyperlinking Images and Buttons
Links don't have to be attached to text. You can also hyperlink:
- Images — click the image inside your compose window, then use the link/insert option to attach a URL to it.
- Buttons — available in email marketing platforms like Mailchimp or HubSpot, where visual block editors let you create styled button elements with embedded links.
These platforms operate differently from standard email clients and typically use a drag-and-drop editor or a dedicated link field in each content block.
What Can Go Wrong
A few common issues worth knowing:
- Broken links — double-check that your URL includes
https://at the start. Omitting the protocol can cause errors. - Link stripping — some corporate email servers or spam filters strip or disable hyperlinks in incoming emails, especially from unknown senders.
- Plain text fallback — if a recipient's email client doesn't render HTML, they'll see the raw URL instead of your anchor text. Many email marketers include a plain-text version of their emails for exactly this reason.
- Mobile rendering — links that look fine on desktop can appear differently on mobile, especially if the tap target is too small or the text wraps awkwardly.
The Variables That Shape Your Experience
The steps above cover the most common scenarios, but what works smoothly for one person may be different for another. Which email client you're on — and which version — matters. Whether you're sending one-off personal emails or building a templated marketing campaign matters. Whether your recipients are on corporate mail servers with aggressive filtering matters.
Your specific setup, including your device, operating system, email client version, and even your recipients' environments, is what ultimately determines how straightforward (or not) this process turns out to be.