Members Cannot Create Folders in a Document Library: Root Cause and Fix
🔍 WiseChecker

Members Cannot Create Folders in a Document Library: Root Cause and Fix

When members of a SharePoint site try to create a new folder in a document library, they see the New Folder button grayed out or missing entirely. This usually happens because the library has been set to require content approval or because the default member permission level does not include the Add Items right for folders. This article explains the two most common causes for this restriction and provides step-by-step fixes to restore folder creation for site members.

Site owners often enable content approval to control document publishing, but this setting also affects who can create folders. Another cause is a custom permission level that removes the Add Items permission for folders while keeping it for documents. Each scenario requires a different fix, and this article covers both.

After reading, you will be able to identify which root cause applies to your library and apply the correct solution. You will also learn how to test the fix and avoid this problem in the future by adjusting library settings or permission levels.

Key Takeaways: Fix Folder Creation for Site Members

  • Library settings > Versioning settings > Content Approval: Disabling content approval restores folder creation for members if this setting is the cause.
  • Site permissions > Permission Levels > Contribute (Edit): Verifying that the Contribute permission level includes Add Items for folders ensures members can create folders in any library.
  • Library settings > Advanced settings > Folders: Confirming that the library allows folder creation is a quick check before diving into permissions.

ADVERTISEMENT

Why Members Cannot Create Folders in a Document Library

SharePoint document libraries have two distinct permission settings for creating items: adding documents and adding folders. By default, site members have the Contribute permission level, which includes both rights. However, certain library configurations override this default.

The most common cause is content approval. When you enable content approval on a library, SharePoint requires that all new items be approved before they appear to all users. In this mode, only users with the Approve Items permission (usually site owners or a custom approval group) can create folders. Members can still upload documents, but the folder creation action is blocked.

The second cause is a custom permission level. If a site owner created a custom permission level based on Contribute but removed the Add Items right for folders, members assigned that level will see the folder creation option disabled. This happens most often when organizations try to restrict folder creation in specific libraries without using content approval.

How Content Approval Blocks Folder Creation

Content approval is a library-level setting found under Versioning settings. When turned on, SharePoint treats folders as items that require approval. Because folders cannot be submitted for approval by members—only by approvers—the New Folder button becomes unavailable to anyone without the Approve Items permission. This behavior is by design, not a bug.

How Custom Permission Levels Block Folder Creation

SharePoint permission levels are built from a list of granular permissions. The Add Items permission controls both documents and folders by default. If a custom level removes Add Items, the user cannot create any item. But more commonly, administrators remove only the folder-specific Add Items right while keeping Add Items for documents. This distinction is made possible by SharePoint’s object-level permissions, which are rarely modified but can be changed via PowerShell or third-party tools.

Steps to Fix Folder Creation for Members

Follow the steps below based on which cause applies to your library. Start with Method 1, as content approval is the most frequent reason.

Method 1: Disable Content Approval

  1. Open the document library settings
    Navigate to the library where members cannot create folders. Click the gear icon in the upper right and select Library settings.
  2. Go to Versioning settings
    Under General settings, click Versioning settings.
  3. Turn off content approval
    In the Content Approval section, select No for the option Require content approval for submitted items.
  4. Save the changes
    Click OK at the bottom of the page. The library refreshes, and members should now see the New Folder button.

Method 2: Restore the Default Contribute Permission Level

  1. Open site permissions
    From the site home page, click the gear icon and select Site permissions.
  2. Check the permission level assigned to members
    In the Permissions tab, click Permission Levels. Look for the level that members have—usually Contribute or a custom name. Click that level name to view its details.
  3. Verify Add Items includes folders
    In the List Permissions section, confirm that Add Items is checked. If it is checked, the permission level is not the cause. If it is unchecked, you need to edit the level.
  4. Edit the permission level
    Click Edit Permission Level. Scroll to List Permissions and check Add Items. Click Submit to save.
  5. Test by a member account
    Log in as a member and try to create a folder in the library. If the button is still grayed out, check Method 1.

ADVERTISEMENT

If SharePoint Still Has Issues After the Main Fix

After applying one of the methods above, some users may still see the New Folder button missing. The following issues explain why and how to resolve them.

Folder Creation Is Disabled at the Library Level

SharePoint libraries have an Advanced settings option that lets you disable folder creation entirely. Even if permissions are correct, this setting blocks all users—including owners—from creating folders.

To check: Go to Library settings > Advanced settings. Under Folders, make sure the option is set to Yes for Make New Folder command available. If it is set to No, change it to Yes and click OK.

Members Are Using a Custom Permission Level Without Add Items

If your site uses a custom permission level that explicitly removes Add Items for folders only, the fix is more involved. You must either modify that custom level or assign members a different level that includes full Add Items rights.

To modify the custom level: Follow Method 2 above, but instead of editing the Contribute level, edit the custom level that your members have. Ensure Add Items is checked.

Content Approval Is Enabled on a Subfolder

In some cases, content approval is not set on the root library but on an individual folder within it. This is rare but possible when a folder has unique permissions and approval settings inherited from a parent.

To check: Navigate to the specific folder, click the three dots (…) and select Manage access. Click Advanced permission settings. Look at the Versioning settings for that folder—if content approval is enabled, disable it as described in Method 1.

Content Approval vs Custom Permission Level: Comparison

Item Content Approval Enabled Custom Permission Level Without Add Items
Cause Library versioning setting requires approval for all items Permission level assigned to members lacks Add Items for folders
Who is affected All users except approvers Only members assigned that specific permission level
Fix location Library settings > Versioning settings Site permissions > Permission Levels
Impact on documents Documents also require approval but can still be uploaded by members Documents can be uploaded if Add Items is present for documents
Restore folder creation Disable content approval Add the Add Items permission to the level

This table helps you quickly decide which fix to apply. If only certain users cannot create folders, the issue is likely a custom permission level. If all non-owner users are blocked, content approval is the most probable cause.

You can now identify why members cannot create folders in a SharePoint document library and apply the correct fix. Start by checking content approval in the library’s Versioning settings, as this is the most common cause. If that does not resolve the issue, verify the permission level assigned to members and ensure Add Items is included. For ongoing management, consider using a SharePoint admin report to audit library settings across your site collection.

ADVERTISEMENT