Skip to content
Rishan Solutions
Rishan Solutions
  • PowerApps
  • SharePoint online
    • Uncategorized
    • Uncategorized
  • PowerAutomate
Rishan Solutions
Latest Posts
  • Agentic AI: The Dawn of Autonomous Intelligence Revolutionizing 2025 June 24, 2025
  • Recursive Queries in T-SQL May 7, 2025
  • Generating Test Data with CROSS JOIN May 7, 2025
  • Working with Hierarchical Data May 7, 2025
  • Using TRY_CAST vs CAST May 7, 2025
  • Dynamic SQL Execution with sp_executesql May 7, 2025

“You need permission to perform this action” – User lacks the permissions to create, delete, or modify items.

Posted on March 5, 2025March 5, 2025 by Zubair Shaik

Loading

If you are seeing the “You need permission to perform this action” error in SharePoint, it means that your user account does not have the necessary permissions to create, delete, or modify items such as documents, folders, lists, pages, or settings. This issue usually arises due to restricted permissions, group membership settings, or organizational policies.

Below is a detailed step-by-step guide to help you troubleshoot and resolve the issue comprehensively.


Step 1: Understand the Action You Are Trying to Perform

Before troubleshooting, determine what specific action triggered the error:

  • Creating a new document, folder, list, or page.
  • Editing an existing file or item.
  • Deleting a file, folder, or list.
  • Modifying SharePoint site settings or permissions.

Understanding the action helps narrow down the cause of the issue.


Step 2: Ensure You Are Logged in with the Correct Account

Sometimes, users have multiple accounts (work, school, personal), which may affect access.

How to check your account:

  1. Open SharePoint in a browser.
  2. Click your profile picture or initials in the top-right corner.
  3. Verify the email address linked to the current session.
  4. If incorrect:
    • Click Sign out.
    • Log in again using the correct work or school account.

Step 3: Refresh the Page or Try a Different Browser

Sometimes, the issue is temporary due to session timeouts or browser cache.

Quick fixes:

  1. Refresh the page using Ctrl + F5 (Windows) or Cmd + Shift + R (Mac).
  2. Try using a different browser (Chrome, Edge, Firefox).
  3. Open SharePoint in an incognito/private window and retry the action.

If the issue persists, move to the next steps.


Step 4: Request Access If Available

Some SharePoint sites allow users to request permission.

How to request access:

  1. If you see a “Request Access” button, click it.
  2. Enter a message explaining why you need access.
  3. Click Send.
  4. Wait for approval from the site owner or administrator.

If no access request option is available, continue troubleshooting.


Step 5: Check If You Have the Necessary Permissions

Your access level depends on the SharePoint permission groups you belong to.

How to check site permissions:

  1. Go to the SharePoint site where you encountered the error.
  2. Click on the gear icon (⚙) in the top-right corner.
  3. Select Site permissions.
  4. If you see the message “You do not have permission to view this page”, your account lacks the required permissions.
  5. Contact the site owner or SharePoint administrator to confirm your access level.

Step 6: Verify Your Group Membership (For Users)

Permissions in SharePoint are often assigned based on groups rather than individual users.

How to check your group membership:

  1. Open Microsoft 365 Admin Center (if accessible).
  2. Navigate to Users → Active Users.
  3. Find your account and check which groups you are a part of.
  4. If you are missing from key groups like “Site Members” or “Site Owners”, request to be added by the administrator.

Step 7: Check Library, List, or Folder Permissions

Even if you have access to a SharePoint site, individual documents, folders, or lists may have unique permissions.

How to check document/folder permissions:

  1. Go to the Document Library where the file/folder is stored.
  2. Click on the file/folder and select Manage Access.
  3. If your name is missing or shows limited access, you do not have edit or delete rights.
  4. Ask the site owner to modify your permissions.

Step 8: Check If You Have Edit or Contribute Permissions

Some SharePoint roles allow viewing but not editing or deleting.

Check your permission level:

  1. Go to the SharePoint site.
  2. Click on gear icon (⚙) → Site permissions.
  3. Locate your name or group in the permission list.
  4. Check the assigned permission:
    • Read – You can only view content.
    • Contribute – You can create and edit content.
    • Edit – You can edit and delete content.
    • Full Control – You have full site access.

If your permission is Read-only, request an upgrade to Contribute or Edit from the site owner.


Step 9: Verify Permission Inheritance (For Site Owners/Admins)

Sometimes, libraries or folders have unique permissions that override site-wide settings.

How to check permission inheritance:

  1. Go to the Document Library or List where the file is located.
  2. Click Library settings (or List settings).
  3. Click Permissions for this document library.
  4. If it says “This item has unique permissions”, it is restricted.
  5. To restore permissions:
    • Click Stop Inheriting Permissions.
    • Manually add users with Edit or Contribute permissions.

Step 10: Check External Sharing Restrictions (For External Users)

If you are an external (guest) user, access may be blocked due to organization policies.

How to check external sharing settings (For Admins):

  1. Go to SharePoint Admin Center.
  2. Navigate to Policies → Sharing.
  3. Under External Sharing, check if sharing is enabled for:
    • Anyone (least restrictive).
    • New and existing guests.
    • Existing guests only.
  4. If external sharing is blocked, an admin must enable it.

Step 11: Verify Blocked Actions Due to Organizational Policies

Some SharePoint actions (like deleting items) might be disabled by organizational policies.

How to check if an action is restricted:

  1. Open SharePoint Admin Center.
  2. Navigate to Sites → Active Sites.
  3. Find the site where the issue occurs.
  4. Under Policies, check if there are restrictions on:
    • File deletion
    • Editing permissions
    • Sharing settings
  5. If restrictions exist, contact an IT administrator to modify them.

Step 12: Use PowerShell to Check Permissions (For Admins)

If permissions are not visible in the UI, PowerShell can be used to verify them.

Run PowerShell to check user permissions:

  1. Open PowerShell as an administrator.
  2. Run: Install-Module -Name SharePointPnPPowerShellOnline Connect-PnPOnline -Url "https://yourcompany.sharepoint.com" -UseWebLogin Get-PnPUser | Select Title, Email, LoginName
  3. This will list all users with access to the SharePoint site.
  4. If a user is missing, grant them permission with: Add-PnPSiteCollectionAdmin -Owners "user@yourcompany.com"

Step 13: Contact IT Support or SharePoint Administrator

If none of the above steps resolve the issue, contact IT support with:

  • The URL of the site, document, or list you are trying to modify.
  • The exact error message received.
  • Your account email.
  • The steps you have already tried.

Posted Under SharePoint onpremiseAccess Denied Delete Restrictions Document Library Access Edit Permissions external sharing Group Membership IT Support Microsoft 365 Modify Items Permission Error SharePoint SharePoint online SharePoint Permissions site permissions user access

Post navigation

Working with JSON and XML Data
“Unable to authenticate” – Login authentication fails, possibly due to incorrect credentials.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Agentic AI: The Dawn of Autonomous Intelligence Revolutionizing 2025
  • Recursive Queries in T-SQL
  • Generating Test Data with CROSS JOIN
  • Working with Hierarchical Data
  • Using TRY_CAST vs CAST

Recent Comments

  1. Michael Francis on Search , Filter and Lookup in power apps
  2. A WordPress Commenter on Hello world!

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • March 2024
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • June 2023
  • May 2023
  • April 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • January 2022

Categories

  • Active Directory
  • AI
  • AngularJS
  • Blockchain
  • Button
  • Buttons
  • Choice Column
  • Cloud
  • Cloud Computing
  • Data Science
  • Distribution List
  • DotNet
  • Dynamics365
  • Excel Desktop
  • Extended Reality (XR) – AR, VR, MR
  • Gallery
  • Icons
  • IoT
  • Java
  • Java Script
  • jQuery
  • Microsoft Teams
  • ML
  • MS Excel
  • MS Office 365
  • MS Word
  • Office 365
  • Outlook
  • PDF File
  • PNP PowerShell
  • Power BI
  • Power Pages
  • Power Platform
  • Power Virtual Agent
  • PowerApps
  • PowerAutomate
  • PowerPoint Desktop
  • PVA
  • Python
  • Quantum Computing
  • Radio button
  • ReactJS
  • Security Groups
  • SharePoint Document library
  • SharePoint online
  • SharePoint onpremise
  • SQL
  • SQL Server
  • Template
  • Uncategorized
  • Variable
  • Visio
  • Visual Studio code
  • Windows
© Rishan Solutions 2025 | Designed by PixaHive.com.
  • Rishan Solutions