How to Add an App to Your Desktop (Windows, Mac & More)
Adding an app to your desktop sounds simple — and often it is. But the exact steps depend on your operating system, where the app came from, and what you actually want the desktop icon to do. Here's a clear breakdown of how it works across the most common platforms.
What a Desktop App Shortcut Actually Is
Before diving into steps, it helps to understand what you're creating. A desktop shortcut is not the app itself — it's a pointer. It tells your operating system where the actual application file lives and launches it when you double-click. Deleting a shortcut doesn't uninstall the app; it just removes that quick-access link from your desktop.
On Windows, shortcuts are .lnk files. On macOS, they're called aliases. They behave similarly but are created differently.
How to Add an App to the Desktop on Windows 🖥️
Windows gives you several ways to do this, depending on where the app is installed.
From the Start Menu
- Click the Start button and find the app in your app list.
- Right-click the app name.
- Select More > Open file location (this opens the folder containing the shortcut).
- Right-click the shortcut in that folder and choose Send to > Desktop (create shortcut).
For apps pinned as tiles or listed directly in Start on Windows 11, you may instead see Pin to taskbar or Pin to Start — desktop shortcut creation sometimes requires the file location step above.
From File Explorer
- Navigate to where the app is installed — typically
C:Program FilesorC:Program Files (x86). - Find the main executable file (ends in
.exe). - Right-click it and select Send to > Desktop (create shortcut), or on Windows 11, choose Show more options first to access that menu.
Drag from the Microsoft Store
Apps installed through the Microsoft Store are sandboxed differently. You can still pin them to the taskbar or Start menu easily, but creating a traditional desktop shortcut sometimes requires going through the Start menu's file location method described above. Not all Store apps expose an easily browsable .exe path.
How to Add an App to the Desktop on macOS
macOS handles this through aliases, and the process is straightforward.
From the Applications Folder
- Open Finder and click Applications in the sidebar.
- Find the app you want.
- Hold Option + Command and drag the app to your desktop. This creates an alias (shortcut) without moving the original.
Alternatively, right-click (or Control-click) the app in Applications and choose Make Alias, then drag the alias to your desktop.
From Launchpad
Launchpad doesn't natively support dragging apps to the desktop. You'll still need to go through the Applications folder in Finder for a proper alias.
Adding Web Apps and Progressive Web Apps (PWAs) to the Desktop 🌐
Browsers like Chrome, Edge, and Brave support Progressive Web Apps, which let you install certain websites as standalone apps with desktop shortcuts.
- In Chrome or Edge: Open the website, click the three-dot menu, and look for Install [App Name] or Save and share > Install page as app.
- This creates a desktop shortcut (and sometimes a Start Menu entry on Windows) that opens the site in its own window, separate from the browser.
This is commonly used for tools like Gmail, Notion, or Spotify Web Player when no native app is preferred.
Android and iOS: A Different Meaning of "Desktop"
On Android, adding an app to the home screen (the mobile equivalent of a desktop) typically involves:
- Long-pressing a blank area of the home screen.
- Tapping Apps or going to the app drawer.
- Long-pressing the app icon and dragging it to the desired home screen location.
On iOS/iPadOS, apps install directly to the home screen by default. To move them to a specific location, press and hold until they jiggle, then drag.
Key Variables That Affect the Process
| Variable | Why It Matters |
|---|---|
| Operating system & version | Steps differ between Windows 10 and 11, macOS versions, and mobile OS versions |
| Where the app was installed from | Store apps vs. direct downloads behave differently |
| App type | Native apps, web apps, and PWAs each have distinct shortcut methods |
| User permissions | On managed or corporate devices, creating shortcuts may be restricted |
| Desktop environment (Linux) | GNOME, KDE, and others each have their own shortcut-creation methods |
Linux: It Depends on Your Desktop Environment
Linux users face the most variability. On GNOME, you can drag apps from the application grid to the desktop if the desktop icons extension is enabled — it's not on by default in newer GNOME versions. On KDE Plasma, right-clicking the desktop usually offers an Add Widget or Create New > Link to Application option. The .desktop file format is standard across most Linux environments, but how you create and place one varies by distro and setup.
When the Shortcut Doesn't Work
A broken desktop shortcut — one that shows a generic icon or gives an error — usually means one of three things:
- The app was moved or uninstalled after the shortcut was created
- The file path changed, common after OS upgrades or app updates
- Permissions changed, particularly on shared or work-managed devices
In these cases, deleting the old shortcut and recreating it from scratch is the fastest fix.
The right method for your situation depends on which OS you're running, which version of it, and where your app came from — and those details can change the process significantly from one machine to the next.