Solving SharePoint Timer Service keeps stopping
First, you should know that the SharePoint Timer Service must be run with the Farm Account.
Read more at SharePoint Service Account Best Practices 2019/2016.
Second, To solve this issue "SharePoint timer service stopped unexpectedly", you have to do the following:
- Make sure that the service account "Farm Account" Password is not expired.
- Try to provide the credential again in Services, then Restart SharePoint Timer Service.
- If the issue still exists, that means there is a new global policy has been applied to disallow the service account to
logon as a service
, and in this case, you have to ask the Infra team or the person who is responsible about the AD, and Policy to do that:
Steps
SharePoint Timer Service stopping after restarting
If the issue is not related to the Policy and the service account password, and you still get SharePoint Timer Service keeps stopping, so try to investigate the issue by doing the following:
- Clear SharePoint Cache on all servers.
- Run SharePoint Configuration Wizard as mentioned at Patching SharePoint
Note: You have to try the above steps one by one, then check after each step if the SharePoint Timer Service is running or not, if it's not running procced to the next step.