Share via

How do I change the ownership of a file in Sharepoint

Wilhelm, Céline [CILCH] 0 Reputation points
2026-02-11T14:51:58.9033333+00:00

Hi,

I would like to assign a owner to a file in Sharepoint so that she gets notified whenever there are new comments. I already tried copy/moving the existing doc, but it did not work. Is there any other option?

Thank you in advance!

Céline

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 82,355 Reputation points MVP Volunteer Moderator
    2026-02-11T14:56:32.4633333+00:00

    AFAIK, SharePoint doesn’t really have a true “file owner notification for comments” feature the way tasks or Planner items do. Alternatives are based on alerts, rules, or Power Automate.

    If the person just needs notifications when anything changes on that file (including comments saved into the document), open the file in SharePoint, click the three dots, choose “Alert me,” and configure alerts for changes. You can also create an alert from the document library and scope it to a single file. This is simple but not comment-specific because SharePoint treats many edits the same way.

    Details at https://support.microsoft.com/en-us/office/create-an-alert-to-get-notified-when-a-file-or-folder-changes-in-sharepoint-e5a79e7b-a146-46da-a9ef-d65409ba8918

    If the file is a modern Office document with threaded comments (Word, Excel, PowerPoint stored in SharePoint/OneDrive), a direct way is to mention the person inside the comment using @mentions. That triggers notifications automatically and is the closest built-in “comment notification” behavior without extra setup.

    If you need automatic notifications specifically when comments are added and without relying on manual mentions, use Power Automate. Create a flow triggered by file changes or when a file is modified, then add a condition that checks comment-related properties if available or sends a notification whenever the file is updated. An example trigger would be:

    Trigger: When a file is modified (properties only)
    Site Address: <site>
    Library Name: <library>
    

    Then add an action like:

    Action: Send an email (V2)
    To: <user>
    Subject: File updated or commented
    Body: The file <filename> was updated. Check for new comments.
    

    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


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.