Making a SharePoint File Download Instead of Open

Summary

This article explains how to create a SharePoint link that downloads a file instead of opening it in the browser by using SharePoint’s built-in download URL format.

Body

What this is 

When you click a file in SharePoint (like a PDF or Word document), it usually opens in your web browser. That’s helpful for reading, but sometimes you want the file to download straight to someone’s computer instead.

This guide shows you how to build a special link that tells SharePoint: “Don’t preview this — download it.”  No coding is required. You’re just assembling a URL using a simple pattern.

When should you use this?

Use this type of link when:

  • You want forms to download instead of preview
  • You’re linking from another website or system
  • You want consistent behavior across browsers

If you just want people to read the document online, the normal SharePoint link is fine.

How to Steps

To locate the SharePoint site address and the path to the file, follow these steps: 

  1.  Open SharePoint: Navigate to the SharePoint site you want to access and locate the file.
  2.  Copy the file link: In SharePoint, right‑click the file → Copy link
  3.  Paste the link somewhere you can edit it.  (Email, Word doc, browser address bar, etc.)
  4.  Add  ?download=1 to the very end of the URL.  If the link already has a ? in it, add &download=1 instead

Example

Original link

https://contoso.sharepoint.com/:b:/r/sites/HR/Shared%20Documents/Policy.pdf

Download-forced link

https://contoso.sharepoint.com/:b:/r/sites/HR/Shared%20Documents/Policy.pdf?download=1


Important things to know

🔒 Permissions still apply

This link does not bypass security. If someone doesn’t already have access to the file, they will see an access denied message.


📄 Spaces in file names are okay

If you see %20 instead of spaces, that’s expected. SharePoint uses this format so browsers read links correctly.


🔗 Sharing links won’t work

This method does not work with SharePoint “sharing” links (the ones that look like .../:b:/s/...).

You must use the actual file path inside the SharePoint site.  

Details

Details

Article ID: 1076
Created
Mon 2/2/26 10:19 AM
Modified
Wed 2/4/26 3:38 PM

Related Articles

Related Articles (1)

After someone shares a file with you in OneDrive, that file will automatically appear in the Shared with Me list.