How to find your SharePoint Farm Account

Surprisingly, if you are new to SharePoint, you may be confused by the fancy terminology such as, SharePoint Setup Account, SharePoint Database Access Account, SharePoint Central App Pool account bla bla..

In usual case (if you did follow Technet properly), your SharePoint Farm Account would be the same as y our SharePoint Database Access Account.

So how do you know which account you have setup as SharePoint Farm Account (though it may sound silly to ask your self this question)? or maybe to check on other’s existing SharePoint farm? You can try the following

Approach 1

  1. Go to your SharePoint Central Administration (CA) page. (or you may fire up a CMD run with Administrator and execute the following)
    "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\psconfigui.exe" -cmd showcentraladmin
  2. Go to “Security” > “Configure Service Accounts”. (or you may directly hit the relative path from your CA ‘/_admin/FarmCredentialManagement.aspx’)
  3. In the Drop Down list, select Farm Account
  4. Your SharePoint Farm Account will be shown. In my case, it is “SP2013\spfarm”

How to find my SharePoint Farm Account

Approach 2

  1. Go to “Services”. (or fire up Run – [Windows + R] key and enter “services.msc”)
  2. Look up to “SharePoint Timer Services” and check the value in “Log on as” column.
  3. The account running SharePoint Timer Services is always the SharePoint Farm Account.

Approach 3

(if only you have access to the Active Directory)

  1. Go to “Active Directory Users and Computers”. (or you may fire up Run – [Windows + R] key and enter “dsa.msc”)
  2. Navigate to Your Domain  > Users
  3. Double click on “WSS_ADMIN_WPG” group.
  4. Click on “Members” tab
  5. If you setup the Farm base on Technet guide, you shall see 2 accounts added into this group. One of them is SharePoint Setup Account and another one should be the SharePoint Farm Account.

How to find your SharePoint Farm Account

9 thoughts on “How to find your SharePoint Farm Account

  1. Thank you for this article! It appears that the network service is my farm account. 🙁
    Can I just change that through the service account screen?

  2. Thanks a lot for this article. I found that SQLSvc is my farm account. Article is really clear and easy to understand. Keep it up. 🙂

  3. Hello thanks for the blog, please take care because WSS_ADMIN_WPG groupis not AD group is a local group on each machine of the farm.

    Take care.

Leave a Reply

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