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

Adding apps to your desktop sounds straightforward — and often it is. But depending on your operating system, the type of app, and how it was installed, the process can vary quite a bit. Here's a clear breakdown of how desktop shortcuts and app icons actually work, across the platforms most people use.

What "Adding an App to the Desktop" Actually Means

Your desktop isn't a storage location — it's a display layer sitting on top of your file system. When you "add an app to the desktop," you're almost always creating a shortcut (on Windows) or an alias (on macOS) that points to the app's actual installed location. The app itself lives elsewhere on your drive.

This distinction matters because:

  • Deleting a desktop shortcut does not uninstall the app
  • Moving the original app can break the shortcut
  • Some apps, especially web-based ones, work differently than locally installed software

How to Add Apps to the Desktop on Windows

Windows gives you several ways to create desktop shortcuts, depending on how the app was installed.

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 File Explorer window that opens, right-click the app shortcut
  5. Choose Send to → Desktop (create shortcut)

This method works reliably for most traditionally installed Windows applications.

By Dragging from the Start Menu (Windows 10)

On Windows 10, you can sometimes drag an app tile directly from the Start Menu onto your desktop. This doesn't work for all apps and was largely removed as a straightforward option in Windows 11.

From the App's Installation Folder

For apps installed in Program Files or Program Files (x86):

  1. Open File Explorer and navigate to the app's folder
  2. Find the main executable file (usually ending in .exe)
  3. Right-click it and choose Create shortcut
  4. Drag or move that shortcut to your desktop

Microsoft Store Apps 🖥️

Apps downloaded from the Microsoft Store are sandboxed and don't always have a traditional .exe you can browse to. For these:

  1. Open the Start Menu and locate the app
  2. Right-click and look for Pin to taskbar or Open file location (availability varies by app)
  3. If file location is available, follow the steps above

Some Store apps won't let you create a conventional desktop shortcut through normal means — a limitation of how sandboxed app packages work.

How to Add Apps to the Desktop on macOS

macOS handles this differently. The Mac desktop is actually a folder (~/Desktop), and you can place aliases there that behave like shortcuts.

From the Applications Folder

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

This creates an alias — not a copy of the app. Alternatively, right-click the app and choose Make Alias, then move the alias to your desktop.

Directly from Launchpad

macOS doesn't natively support dragging apps from Launchpad to the desktop — Launchpad is a launcher, not a file browser. You'll need to go through Finder's Applications folder instead.

Adding Web Apps and Progressive Web Apps (PWAs)

Modern browsers and web-based tools have introduced a different category: Progressive Web Apps (PWAs). These are websites that can be "installed" and behave similarly to native apps.

App TypeDesktop Shortcut?Works Offline?Feels Like Native App?
Traditional installed app✅ Yes✅ Yes✅ Yes
Browser bookmark shortcut✅ Yes❌ No❌ No
PWA (via Chrome/Edge)✅ YesPartiallyMostly yes
Web app (no PWA support)⚠️ Limited❌ No❌ No

In Google Chrome or Microsoft Edge:

  1. Open the website you want to add
  2. Click the three-dot menu (top right)
  3. Look for "Install [App Name]" or "Save and share → Create shortcut"
  4. Check the box for "Open as window" if you want it to behave more like a standalone app

Edge tends to have the most robust PWA support for desktop use, while Chrome covers most major web apps.

Factors That Affect How This Works for You

Not every user gets the same experience, and a few variables determine what your options actually look like:

  • Operating system version — Windows 11 behaves differently from Windows 10 in places; macOS Ventura differs from older versions
  • How the app was installed — Store apps, installer packages, and portable apps all have different file structures
  • App type — Native apps, Electron apps (like Slack or VS Code), and PWAs each have different shortcut behaviors
  • User account permissions — On shared or managed computers (corporate or school environments), you may not have permission to modify the desktop or access certain app directories 🔒
  • Browser choice — PWA support and the "install to desktop" feature vary noticeably between Chrome, Edge, Firefox, and Safari

When Shortcuts Don't Behave as Expected

A few common issues worth knowing:

  • Broken shortcuts happen when an app is moved, updated, or reinstalled to a different location — the shortcut still points to the old path
  • Missing icons on newly created shortcuts can usually be fixed by right-clicking → Properties → Change Icon
  • Apps that won't stay on the desktop are sometimes being blocked by system policies, particularly on managed enterprise machines
  • On macOS, some apps from outside the App Store may not create aliases properly if Gatekeeper security settings restrict them

The right method for adding an app to your desktop ultimately comes down to which OS you're running, how the app itself was installed, and whether you're working on a personal machine or one with administrative restrictions. Each of those factors shapes what's actually possible — and which approach will stick. 🖱️