There are two ways to create the State Service Application.
- Central Admin ( Using Farm Configuration Wizard).
- Use PowerShell.
Farm Configuration Wizard
- Login on Central admin with the farm admin account with the Local admin on the Server.
- On the Central Administration Web site, click Configuration Wizards.
- On the Configuration Wizards page, click Launch the Farm Configuration Wizard.
- On the first page of the Farm Configuration Wizard, click Start the Wizard.

- On the Services configuration page, proceed with the following.
- In Service Accounts, either select the one from the list or use the new one.
- in the Services section, select the State Service check box.


- Click Next.

- Once it completes, it will ask you to create a new Site collection. Skip this and you are ready to proceed.
Create via Powershell
- Launch SharePoint PowerShell console.
- Please login with the farm admin account
- Run the command, mentioned below
- $serviceApp = New-SPStateServiceApplication -Name "StateService-App"
- New-SPStateServiceDatabase -Name "SS-Database" -ServiceApplication $serviceApp
- New-SPStateServiceApplicationProxy -Name "StateService-App" -ServiceApplication $serviceApp -DefaultProxyGroup

Join the conversation! Your thoughts help the community grow.