How to Add a Link to an Email: A Complete Guide
Adding a clickable hyperlink to an email sounds simple, but the exact method depends on which email client you're using, whether you're on desktop or mobile, and whether you're composing in HTML or plain text mode. Here's everything you need to know.
What "Adding a Link" Actually Means
When you add a link to an email, you're embedding a hyperlink — a piece of clickable text (or image) that directs the recipient to a URL when clicked. Instead of pasting a raw web address like https://www.example.com/some-very-long-path, you can display clean anchor text like "Visit our website" that hides the URL behind it.
This works because most modern email clients render HTML email, which supports the same <a href=""> anchor tag used on web pages. The visible text is what the reader sees; the URL is what happens when they click.
The Two Types of Email Composition Modes
Before jumping into steps, it helps to understand the two modes email clients use:
| Mode | Supports Hyperlinks? | How Links Appear |
|---|---|---|
| HTML / Rich Text | ✅ Yes | Clickable anchor text |
| Plain Text | ❌ No | Raw URL only |
If your email client is set to plain text mode, there's no way to hide a URL behind anchor text — the full URL will always show. Switching to HTML or Rich Text mode resolves this.
How to Add a Link in Gmail 🔗
Gmail uses a Rich Text editor by default.
- Compose a new email or open a reply.
- Type the text you want to turn into a link (e.g., "Click here" or "Learn more").
- 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 on Windows / Cmd+K on Mac.
- A small dialog box appears — paste or type your URL.
- Click Apply or press Enter.
Your text is now a clickable hyperlink. To edit or remove it later, click the linked text and choose Edit or Remove.
How to Add a Link in Outlook
The process is nearly identical in Microsoft Outlook on desktop:
- In your compose window, highlight the anchor text.
- Go to the Insert tab in the ribbon.
- Click Link (or Hyperlink).
- In the dialog box, paste your URL into the Address field.
- Confirm the display text looks correct in the Text to Display field.
- Click OK.
Outlook also supports the Ctrl+K shortcut to open the Insert Hyperlink dialog directly.
Note: If Outlook is set to compose in Plain Text format, the Insert Link option will be grayed out. Go to Format Text → HTML to switch modes first.
How to Add a Link in Apple Mail
In Apple Mail on macOS:
- Type and highlight your anchor text.
- Right-click (or Control-click) the selected text.
- Choose Add Link from the context menu.
- Type or paste the URL and press Enter.
Alternatively, use Edit → Add Link from the menu bar, or the keyboard shortcut Cmd+K.
Adding Links on Mobile Email Apps 📱
Mobile email apps vary more widely in how they handle hyperlinks.
- Gmail (Android/iOS): The mobile app's compose view has limited formatting. You can insert a raw URL by typing it — Gmail auto-detects URLs and makes them clickable — but inserting hidden anchor text on mobile is not natively supported in the standard compose view.
- Outlook Mobile: Similar limitation. Rich text formatting is more restricted on mobile.
- Apple Mail (iOS): Tap and hold to select text, then look for a Link option in the formatting popup. Availability depends on your iOS version.
If you regularly need to compose formatted emails with custom hyperlinks, desktop clients generally offer more reliable control over link formatting than mobile apps.
Pasting a Raw URL vs. Inserting a Hyperlink
These are two distinct approaches with different outcomes:
- Pasting a raw URL (e.g.,
https://www.example.com) — Most clients will auto-detect and render this as a clickable link, but the full URL is visible. This works even in plain text mode. - Inserting a hyperlink with anchor text — The URL is hidden; the reader sees only the display text. Requires HTML mode and a supported email client.
Both create clickable links for the recipient. The choice between them is largely about appearance and professionalism — a long, complex URL often looks cleaner when hidden behind descriptive anchor text.
Why Links Sometimes Break or Don't Work
A few common reasons a link fails after sending:
- Line breaks in long URLs — Some clients wrap long URLs onto a new line, breaking them. Using anchor text avoids this entirely.
- Plain text recipients — If the recipient's client forces plain text, they'll see the raw HTML or a garbled string. Most modern clients handle this gracefully, but it's worth knowing.
- Security filters — Corporate email environments sometimes strip or flag links containing certain domains or URL patterns.
- Typos in the URL — Always test your link before sending by hovering over it to confirm the destination shown in the status bar matches your intent.
The Variable That Changes Everything
The steps above cover the most widely used clients, but your specific experience depends on factors that aren't universal: which email client version you're running, whether your organization manages email settings centrally, which device you're composing on, and whether you're sending to a single person or building a formatted newsletter-style email.
A link that renders perfectly in one client may look different in another — and the level of formatting control available to you depends entirely on the tools in front of you.