Back to Blog

How to Make a Hyperlink in Google Docs, Word & More

There is one keyboard shortcut that makes a hyperlink in almost every app you use, and a few per-app quirks worth knowing. Here is how to add, edit, and remove a link in Google Docs, Word, Gmail, Sheets, Notion, HTML, and more.

Karan Bhakuni
Karan Bhakuni
Founder, Flyn
GuideMay 25, 202611 min readUpdated May 25, 2026
How to Make a Hyperlink in Google Docs, Word & More

The One Shortcut That Works Almost Everywhere

You want to turn a few words into a clickable link, in a Google Doc, an email, a Notion page, and you do not want to memorize a different method for every app. Good news: you mostly do not have to. A hyperlink is just visible text pointing at a destination, and almost every modern editor builds one the same way.

The single most useful thing to know: select your text and press Ctrl + K on Windows, or Cmd + K on a Mac. That keyboard shortcut opens the "insert link" box in Google Docs, Microsoft Word, Gmail, Outlook, Google Sheets, Excel, Notion, Slack, WordPress, and most other tools. Paste the URL, press Enter, done. Learn that one move and you can hyperlink in 90% of the software you touch.

Reference card showing that Ctrl+K on Windows or Cmd+K on Mac inserts a hyperlink in Google Docs, Word, Gmail, Sheets, Excel, Notion, and Slack
The near-universal hyperlink shortcut. Select text first, then press Ctrl+K (Cmd+K on Mac).

Every hyperlink has two parts: the anchor text (the visible, clickable words) and the destination (the URL it opens). When you "make a hyperlink," you are gluing those two together. In a visual editor like Docs or Word, the app hides the plumbing. In HTML you write it out by hand, which we cover near the end.

Anatomy of a hyperlink showing the visible anchor text 'View pricing' connected to its hidden destination URL https://flyn.to/pricing
A hyperlink = anchor text (what people see) + destination URL (where it goes). Every app just connects these two.

The rest of this guide is the per-app specifics, the exact menus, the quirks, and how to edit or remove a link once it is in. Skip to whichever app you are in.

Frequently Asked Questions

What is the keyboard shortcut to make a hyperlink?
In almost every app, select your text and press Ctrl + K on Windows or Cmd + K on Mac. This opens the insert-link box in Google Docs, Microsoft Word, Gmail, Outlook, Google Sheets, Excel, Notion, Slack, WordPress, and most other editors. Paste the URL and press Enter. Slack is the main exception; it uses Ctrl/Cmd + Shift + U.
How do I make a hyperlink in Google Docs?
Select the text you want to link, press Ctrl + K (or Cmd + K on Mac), paste the URL into the box that appears, and press Enter. You can also use Insert then Link from the menu. To edit or remove the link later, click on it and use the pencil or broken-link icon in the preview popup.
How do I turn text into a clickable link in Word?
Highlight the text, press Ctrl + K (Cmd + K on Mac) or go to Insert then Link, paste the address into the Address field, and click OK. To change or remove a link, right-click it and choose Edit Hyperlink or Remove Hyperlink. To remove every link in a document, select all with Ctrl + A and press Ctrl + Shift + F9 on Windows.
How do I add a hyperlink in Gmail?
While composing an email, select the text you want to link, click the chain-link Insert link icon at the bottom of the compose window (or press Ctrl/Cmd + K), enter the text to display and the web address, and click OK. For a link that opens a pre-filled email instead of a web page, build a mailto: link with our free Mailto Link Generator and paste that as the address.
How do I hyperlink in Google Sheets or Excel?
For a single cell, select it and press Ctrl/Cmd + K, then paste the URL. For many links at once, use the formula =HYPERLINK("url","label"), for example =HYPERLINK("https://flyn.to/pricing","View pricing"). The formula is the only practical way to create hyperlinks in bulk across hundreds of rows.
What is the HTML code for a hyperlink?
A hyperlink in HTML is the anchor element: link text. The href attribute is the destination and the text between the tags is what users click. Add target="_blank" to open in a new tab (with rel="noopener noreferrer"), and rel="nofollow" for links you do not endorse. Our free Hyperlink Generator builds the full tag for you, plus the Markdown version.
Why is "click here" considered bad anchor text?
Click here is poor for both accessibility and SEO. Screen-reader users frequently navigate by jumping between links, so a list of identical click here links is meaningless to them. Search engines also use anchor text to understand what the linked page is about. Descriptive text like view our pricing or read the guide helps everyone, including search rankings.
How can I tell if anyone clicks my hyperlink?
A normal hyperlink has no built-in analytics, so on its own you cannot. To track clicks, point the hyperlink at a short link instead of the raw URL: shorten the destination with Flyn, then use the short link as your link address in any app. Every click is then logged with country, device, browser, and referrer, visible in real time on your dashboard.

Ready to try Flyn?

Free plan includes 25 links/month, full analytics, and access to all 30+ free tools above. No credit card required.

Already a member? Log in

Karan Bhakuni
Karan Bhakuni· Founder, Flyn

Karan Bhakuni is the founder of Flyn. He writes about branded links, click analytics, and the link-management tooling growth teams and creators actually need, drawn from building Flyn and reading a lot of user feedback.