How to Make a Desktop Link to a Website (On Any Device)

Creating a desktop shortcut to a website sounds simple — and it usually is. But the exact steps depend on your operating system, the browser you're using, and what you actually want the shortcut to do. Here's a clear breakdown of how it works across the most common setups.

What a Desktop Website Shortcut Actually Does

A desktop link to a website is a shortcut file that, when double-clicked, opens a specific URL in your default browser. It works similarly to a shortcut for an app — it's not a saved copy of the page, and it requires an internet connection to load. On some platforms and browsers, you can also install a site as a Progressive Web App (PWA), which behaves more like a native application with its own window and taskbar icon.

Understanding which type of shortcut you're creating matters, because they behave differently in daily use.

How to Create a Desktop Shortcut on Windows

Using Your Browser (Drag and Drop)

The fastest method works in most browsers:

  1. Open the website in your browser.
  2. Resize the browser window so you can see part of your desktop.
  3. Click and drag the padlock icon or favicon (the small icon to the left of the URL in the address bar) onto your desktop.
  4. Release, and a shortcut file appears.

Double-clicking it will open that URL in your default browser.

Using Chrome's "Create Shortcut" Feature

Google Chrome has a built-in option:

  1. Navigate to the website.
  2. Click the three-dot menu (top right).
  3. Go to Save and shareCreate shortcut.
  4. Name it and click Create.

If you check the "Open as window" box, Chrome will open the site in a stripped-down browser window — no address bar, no tabs. This is essentially Chrome's version of a PWA-style experience.

Using Edge

Microsoft Edge offers something similar through its "Apps" feature:

  1. Visit the site.
  2. Click the three-dot menuAppsInstall this site as an app.
  3. The site gets its own icon in the Start menu and can be pinned to the desktop or taskbar.

Edge handles this through its PWA support, so the result depends on whether the site is configured to support PWA installation.

Manual Shortcut Creation

You can also create a shortcut manually:

  1. Right-click on an empty area of your desktop.
  2. Select NewShortcut.
  3. In the location field, type or paste the full URL (e.g., https://www.example.com).
  4. Click Next, give it a name, then Finish.

This method always works regardless of browser, though the icon will be a generic browser icon unless you change it manually.

How to Create a Desktop Shortcut on macOS

macOS handles this differently. There's no native "create shortcut" right-click menu on the desktop, but a few methods work reliably.

Drag from Safari

  1. Open the site in Safari.
  2. Click and drag the URL from the address bar directly onto the desktop.
  3. A .webloc file is created — this is macOS's version of a web shortcut.

Double-clicking it opens the URL in your default browser.

Drag from Chrome or Firefox on macOS

The same drag method works in Chrome and Firefox on Mac:

  • Drag the favicon or URL from the address bar to the desktop.
  • The resulting file opens in whichever browser is set as default.

Using Finder and Script Editor (Advanced)

Power users sometimes create Automator workflows or AppleScript apps to open URLs — but this is overkill for most people and introduces unnecessary complexity for a basic shortcut.

How It Works on Chromebooks

On ChromeOS, the process is streamlined:

  1. Open the site in Chrome.
  2. Click the three-dot menuSave and shareCreate shortcut.
  3. Toggle whether to open it as a window.

The shortcut appears in your app launcher, not directly on the desktop shelf, though you can pin it there.

🖥️ Key Differences Between Shortcut Types

MethodOpens InHas Address BarWorks Offline
Standard browser shortcutDefault browserYesNo
Chrome "Open as window"Chrome app windowNoNo
Edge PWA installEdge app windowNoSometimes
macOS .webloc fileDefault browserYesNo

The PWA-style options (Chrome's "Open as window," Edge's app install) create a more focused, distraction-free experience — closer to a native app. Standard shortcuts simply open your browser with that URL loaded like any other tab.

Variables That Shape Your Experience

A few factors determine which method makes the most sense for any given situation:

  • Operating system and version — Windows 10, Windows 11, macOS Ventura or later, and ChromeOS each have slightly different interfaces and capabilities.
  • Primary browser — Chrome, Edge, Firefox, and Safari each handle shortcuts differently. Firefox, notably, removed its built-in "Create Desktop Shortcut" menu option in recent versions, making the drag method necessary.
  • Whether the site supports PWA — Not all websites are configured for PWA installation. If a site doesn't support it, the "Install as app" option may be grayed out or absent.
  • What you want the shortcut to do — Quick one-click access to a site in your normal browser is different from wanting a dedicated, full-screen app-like experience.

Some users want a simple bookmark-on-the-desktop. Others want a distraction-free window for a specific tool — a project management app, a web-based email client, or a frequently used service. 🔗

The right approach shifts depending on which of those outcomes you're actually after, which browser you use day-to-day, and how your current OS version handles shortcuts and app installs.