Microsoft Simplifies Link Insertion in Word across Platforms

Microsoft Simplifies Link Insertion in Word across Platforms
source: gettyimages
January 9, 2026

Tom Warren, a seasoned senior editor and author of Notepad, has been closely following Microsoft, PC, and tech trends for over two decades. Recently, Microsoft introduced a significant convenience feature in Word that streamlines the process of adding hyperlinks within documents.

Traditionally, inserting a link required navigating through menus or using the keyboard shortcut CTRL + K. The new approach allows users to simply paste a URL directly onto selected text, instantly converting it into a hyperlink. This intuitive feature is now available across Word for the web, Windows, and Mac, aligning with similar functionalities found in WordPress and other content management systems.

This enhancement aims to reduce the number of steps needed for common tasks like hyperlinking, making the process faster and more seamless. Currently, users with version 2511 or later of Word for Windows and version 16.104 or later of Word for Mac can access this feature. Microsoft is expected to roll it out gradually to all Word for web users in the coming weeks.

Stay tuned for more updates and advancements in Word and other Microsoft Office tools.

Follow topics and authors from this story to see more personalized content and email updates.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 172 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645106,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}