SharePoint Document Library Metadata Not Inheriting to Folders and Files

Thishni Perera 75 Reputation points
2026-08-06T10:56:14.33+00:00

Hello Community,

I have configured custom metadata columns in a SharePoint Document Library and expected the metadata values set at the library or parent folder level to be automatically inherited by the subfolders and files within that folder.

However, I have noticed that the metadata values are not being inherited to the child folders or documents.

Could someone clarify:

  • Is metadata inheritance supported by default in SharePoint Document Libraries?
  • Are there any settings that need to be enabled for metadata values to flow down to subfolders and files?
  • If inheritance is not supported natively, what would be the recommended approach to achieve this behavior?

Any guidance or best practices would be greatly appreciated.

Thank you!

Microsoft 365 and Office | SharePoint Server | For business
0 comments No comments

1 answer

Sort by: Most helpful
  1. Marcin Policht 101K Reputation points MVP Volunteer Moderator
    2026-08-06T11:03:49.5766667+00:00

    AFAIK, SharePoint does not provide true metadata inheritance for standard folders in a Document Library. A folder can have Column default value settings, but those values are applied only to new files created or uploaded directly into that folder. They do not automatically cascade to child folders, nested subfolders, existing items, or files in deeper levels. Similarly, changing a parent folder's metadata does not update its descendants.

    There is no setting I'm aware of to enable recursive metadata inheritance. If you require inheritance, Document Sets provide limited support through Shared Columns, allowing files within the Document Set to inherit the parent's metadata. However, this does not extend to nested subfolders.

    For multi-level metadata inheritance, you might want to use Power Automate to copy parent metadata to newly created files and folders, or use PnP PowerShell, SharePoint event receivers/webhooks, or Azure Functions. If possible, you could simply consider reducing reliance on deep folder structures and organizing content primarily through metadata and filtered views instead.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.