logo
search
Permission & Access Issues

How to Allow Editing but Prevent File Downloads in SharePoint 2016

Maira MehtabMaira Mehtab Sep 21, 2026 869 views

Question details

The user needs to configure a SharePoint Server 2016 folder to allow users to view and edit files while strictly preventing them from downloading copies of the sensitive data.

Product
SharePoint Server 2016
Device & OS
not provided
Scenario
Securing sensitive enterprise data in a shared folder while maintaining collaborative editing capabilities.
Observed behavior
Users are still able to download copies of the files even after disabling inheritance and assigning a custom permission level to a test account.
Before you start

Verify that you have Farm Administrator or Site Collection Administrator privileges in SharePoint 2016, as advanced permission controls or Information Rights Management (IRM) configuration require elevated access.

Solution 1Recommended

Utilize Information Rights Management (IRM)

Because standard custom permission levels often bundle client-side editing with download capabilities, IRM is the Microsoft-recommended method to encrypt and restrict file downloads while allowing editing.

In SharePoint Server 2016, standard permission configurations struggle to separate 'Edit' from 'Download' because traditional client-side editing inherently requires a temporary local cache. Information Rights Management (IRM) solves this by enforcing restrictions at the document level.

Note that IRM for SharePoint Server 2016 typically requires an Active Directory Rights Management Services (AD RMS) infrastructure to be deployed.

1
Enable IRM on Central Administration

Log in to SharePoint Central Administration, go to Security, and configure Information Rights Management to point to your AD RMS server.

2
Access Library Settings

Navigate to the specific SharePoint Document Library containing the sensitive data. Click the 'Library' tab in the ribbon and select 'Library Settings'.

3
Configure IRM for the Library

Under 'Permissions and Management', click 'Information Rights Management'. Check the box to 'Restrict permission to documents in this library on download'.

4
Define Restrictions

Set a policy title and configure the options to prevent users from printing, running scripts, or saving copies locally while they interact with the document.

Free Microsoft Office alternative

Looking for an Easier Way to Securely Collaborate? Try WPS Office

Managing complex server permissions and AD RMS in SharePoint can be daunting and expensive. WPS Office offers a lightweight, highly compatible alternative with built-in cloud collaboration. Easily share files with precise granular permissions—allowing editing while seamlessly blocking downloads—without complex server setups.

  1. 1. Download and Install: Get WPS Office for your PC or mobile device and create a free account to access WPS Cloud.
  2. 2. Upload Your Document: Save your sensitive document to your WPS Cloud drive to enable advanced sharing controls.
  3. 3. Share with Restrictions: Click 'Share', generate a collaboration link, and explicitly toggle off the 'Allow Download' or 'Allow Print' options while keeping editing enabled.
Granular permission controls for secure file sharing out of the boxFully compatible with Microsoft Word, Excel, and PowerPoint formatsLightweight, fast, and easy to deploy without server maintenanceBuilt-in cloud collaboration features ideal for modern teams
QA img-10

Frequently Asked Questions

Why does the 'Edit' permission automatically allow downloading in SharePoint 2016?

In SharePoint Server 2016, editing a file typically requires the file to be opened in a desktop client application (like Microsoft Word or Excel). To do this, the system inherently downloads a temporary copy to the user's local Office cache. Standard SharePoint permissions cannot easily separate client-side editing from downloading.

Can I prevent downloads if I use Office Online Server (OOS)?

Yes. If your SharePoint 2016 environment is integrated with Office Online Server (OOS), users can edit documents directly in the browser. You can configure permission levels to force browser-only interaction, which helps mitigate direct local downloads, though Information Rights Management (IRM) is still the most secure method.

Does Information Rights Management (IRM) require additional server licensing?

Yes, utilizing IRM for SharePoint Server 2016 on-premises requires an Active Directory Rights Management Services (AD RMS) server to be deployed and configured on your network. This may involve additional Windows Server licensing considerations depending on your enterprise setup.