How to Add an Application to Your Desktop (Windows, Mac & More)

Adding an application to your desktop sounds simple — and usually it is — but the exact steps depend on your operating system, where the app came from, and what you actually want to appear on your desktop. There's a difference between placing a shortcut to an app and moving the app itself, and mixing those up is one of the most common sources of confusion.

Here's a clear breakdown of how it works across the most common platforms.


What "Adding to Desktop" Actually Means

In most cases, adding an application to your desktop means creating a shortcut (Windows) or an alias (macOS) — a small pointer file that launches the real application when you double-click it. The app itself stays installed in its original location (like C:Program Files on Windows or the Applications folder on Mac).

This distinction matters because:

  • Deleting a desktop shortcut does not uninstall the app
  • Moving a shortcut won't affect app performance
  • If the original app is moved or uninstalled, the shortcut breaks

How to Add an Application to the Desktop on Windows 🖥️

Windows gives you several ways to do this depending on where the app lives.

From the Start Menu

  1. Click the Start button and find the app in your app list
  2. Right-click the app name
  3. Select More → Open file location
  4. In the folder that opens, right-click the app's shortcut
  5. Select Send to → Desktop (create shortcut)

From File Explorer

  1. Open File Explorer and navigate to the app's install folder (usually C:Program Files or C:Program Files (x86))
  2. Find the main .exe file
  3. Right-click it and select Create shortcut
  4. Drag or move that shortcut to your desktop

From the Microsoft Store

Apps installed via the Microsoft Store don't always have a traditional .exe you can browse to. In that case:

  1. Search for the app in the Start Menu
  2. Right-click → Pin to taskbar or drag it directly to the desktop if the option appears

Note: Some Microsoft Store apps support desktop shortcuts natively; others may only offer taskbar or Start Menu pinning depending on how the developer packaged them.

Drag and Drop from Start (Windows 10/11)

On Windows 10, you can sometimes drag a tile directly from the Start Menu to the desktop. On Windows 11, this behavior is more restricted — the Start Menu redesign removed direct drag-to-desktop for many apps.

How to Add an Application to the Desktop on macOS 🍎

On a Mac, apps live in the Applications folder, and the desktop process is slightly different.

Creating an Alias

  1. Open Finder and go to the Applications folder
  2. Find the app you want
  3. Hold Option + Command and drag the app to your desktop

This creates an alias (Mac's version of a shortcut). The original app stays in Applications untouched.

Alternatively:

  • Right-click the app in Finder → Make Alias, then drag the alias to your desktop

Drag Directly (Caution)

If you drag an app from the Applications folder to the desktop without holding Option + Command, you'll move the actual app — not create a shortcut. This can cause problems. Always use the alias method to be safe.

Adding Web Apps and Progressive Web Apps (PWAs) to the Desktop

Modern browsers like Chrome, Edge, and Brave support Progressive Web Apps (PWAs) — websites that can be installed and launched like native desktop apps.

To add one:

  1. Visit the website in your browser
  2. Look for an install icon in the address bar (a small computer with a download arrow)
  3. Click it and confirm — the app appears as a desktop shortcut and can run in its own window

This method works on both Windows and macOS and is increasingly common for tools like Gmail, Notion, Spotify Web Player, and similar services that offer PWA support.

Platform Comparison at a Glance

PlatformMethodWhat Gets Created
Windows 10/11Right-click → Send to DesktopShortcut (.lnk file)
macOSOption+Cmd drag or Make AliasAlias file
Chrome/Edge (PWA)Install icon in address barApp shortcut + standalone window
Linux (GNOME/KDE)Create .desktop launcher fileDesktop entry file

Variables That Affect Your Specific Process

Not every user will follow the same steps, because several factors shape the experience:

  • OS version: Windows 11 handles Start Menu shortcuts differently than Windows 10. macOS Sonoma and Ventura behave consistently, but older versions may differ slightly.
  • App source: Apps from official stores (Microsoft Store, Mac App Store) behave differently than those installed directly from a developer's .exe or .dmg file.
  • User permissions: On managed or enterprise devices, IT administrators may restrict what appears on the desktop or prevent shortcut creation.
  • App type: Electron apps, PWAs, and legacy Win32 apps all integrate with the desktop in slightly different ways.
  • Linux desktop environment: GNOME, KDE, XFCE, and others each handle desktop launchers differently, often requiring manual creation of a .desktop configuration file.

When Shortcuts Don't Work as Expected

A few common issues worth knowing:

  • Broken shortcut after an update: Some apps change their install path during updates, which breaks existing shortcuts. Recreate the shortcut fresh.
  • App won't launch from desktop but works from Start Menu: The shortcut may be pointing to an outdated path. Delete it and create a new one.
  • No option to send to desktop: This sometimes happens with sandboxed Store apps. Try pinning to the taskbar instead, or check if the app has its own "add to desktop" option in its settings.

How straightforward this process turns out to be depends largely on where your app came from, which version of your OS you're running, and whether you're on a personal or managed machine — all details that only you can see from your end.