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

Adding applications to your desktop sounds simple — and often it is. But depending on your operating system, where the app came from, and how your system is configured, the steps vary more than most people expect. This guide breaks down how desktop shortcuts and app icons actually work, so you can get the right apps in front of you without digging through menus every time.

What "Adding to 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 application to your desktop, you're almost always creating a shortcut (Windows) or alias (macOS) that points to the actual application installed elsewhere on your drive.

This distinction matters. Deleting a desktop shortcut doesn't uninstall the app. The app itself stays installed; you've just removed the pointer to it.

How to Add Applications to the Desktop on Windows

Windows gives you several ways to put an app on your desktop, 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 MoreOpen file location.
  4. In the File Explorer window that opens, right-click the app's shortcut.
  5. Choose Send toDesktop (create shortcut).

On Windows 11, the path is slightly different — right-clicking an app in the Start menu gives you a Pin to taskbar option, but for a desktop shortcut, you still need the "Open file location" route.

From File Explorer Directly

If you know where the app's .exe file is installed (commonly in C:Program Files or C:Program Files (x86)):

  1. Navigate to the .exe file.
  2. Right-click it.
  3. Select Send toDesktop (create shortcut) — or on Windows 11, Show more options first.

Drag from the Start Menu (Older Windows Versions)

On Windows 10, you can sometimes drag an app tile directly from the Start menu onto the desktop. This doesn't always work cleanly with UWP (Universal Windows Platform) apps from the Microsoft Store, which have sandboxed file structures.

How to Add Applications to the Desktop on macOS

macOS handles this a little differently because it uses aliases rather than traditional 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 — a lightweight pointer — without moving the actual app out of the Applications folder.

Alternatively, right-click the app in Finder and select Make Alias, then move that alias to the desktop.

From Launchpad

Launchpad doesn't natively support dragging apps to the desktop, so the Finder method above is the standard approach on macOS.

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

Modern browsers like Chrome, Edge, and Brave support Progressive Web Apps (PWAs) — web-based applications that behave like installed software and can get their own desktop shortcut.

To add a PWA shortcut:

  • In Chrome or Edge: Visit the web app, click the three-dot menu, and look for Install [App Name] or Save and ShareCreate Shortcut.
  • Check the "Open as window" box if you want it to launch without browser chrome.

PWAs show up on your desktop and taskbar/dock like regular apps, but they require the browser engine to run underneath them. This is worth knowing if you're on a locked-down or low-resource machine.

Key Variables That Affect the Process

Not every method works the same way for every user. Several factors shape what's possible:

VariableHow It Affects the Process
Operating system versionWindows 10 vs. 11 have different right-click menus and Start menu behaviors
App sourceMicrosoft Store apps have restricted file access vs. traditional .exe installs
User account permissionsStandard accounts may not be able to create shortcuts in certain locations
macOS system settingsDesktop & Dock preferences can restrict or hide desktop items
Managed/enterprise devicesIT policies may disable desktop customization entirely

Why Some Apps Don't Show Up or Won't Shortcut Easily

Microsoft Store apps (UWP format) are installed in protected system directories. Their .exe files aren't always directly accessible, which is why the "Open file location" trick sometimes leads to a shortcut rather than the actual executable. Creating a shortcut from that shortcut still works, but it's one extra layer removed.

On macOS, sandboxed apps from the App Store behave similarly — the alias approach still works, but you can't browse into the app's internal package files the way you might with traditional software.

Linux users work with .desktop files, which are plain-text configuration files that define how an app shortcut appears and launches. These can be created manually or copied from /usr/share/applications/ to the desktop directory, depending on the desktop environment (GNOME, KDE, etc.).

The Difference Between Desktop Shortcuts, Taskbar Pins, and Dock Items

These three are often confused but serve different purposes:

  • Desktop shortcut/alias: Visible on the desktop background, accessible when no windows are covering it.
  • Taskbar pin (Windows) / Dock pin (macOS): Always visible regardless of open windows — better for apps you use constantly.
  • Start menu pin: Accessible from the Start menu, not cluttering the desktop.

🗂️ Heavy desktop users sometimes find that a crowded desktop slows down their workflow rather than speeding it up — the taskbar or dock tends to be faster for frequently used apps, while the desktop works well for project-specific shortcuts you only need temporarily.

When Your Setup Determines the Right Approach

The method that works best — and the one that's even available to you — depends on variables specific to your situation: which OS version you're running, whether your device is personally owned or managed by an organization, which apps you're working with, and how you personally navigate your computer.

Someone on a corporate Windows 11 machine with restricted permissions has a fundamentally different set of options than someone on a personal Mac running the latest macOS. The steps above cover the standard cases, but your own configuration is ultimately what determines which path applies.