Your cart is currently empty!
Fix unable to start the Application Identity Service
Written by
in
Running into the “Unable to start the Application Identity Service” error on Windows? You’re not alone. This service is key for features like AppLocker, and when it won’t start, it can break app whitelisting and even mess with group policies. The good news? You can fix it.
What Is the Application Identity Service?
The Application Identity Service helps Windows identify and verify software running on your computer. It’s crucial if you use AppLocker or need strict application controls for security.
If this service fails to start, you might see errors like:
- Error 1079: The account specified for this service is different from the account specified for other services running in the same process.
- Error 1068: The dependency service or group failed to start.
Here’s how to troubleshoot and resolve these issues.
Step 1: Check and Start the Service Manually
- Press
Windows + R
, typeservices.msc
, and press Enter. - In the Services window, find Application Identity.
- Right-click it and choose Start.
If it starts, you’re good. If not, continue below.
Step 2: Fix Dependencies
The Application Identity Service depends on other services—especially the Remote Procedure Call (RPC). Here’s how to check:
- In Services, double-click Application Identity.
- Click the Dependencies tab.
- Make sure all listed services are running (especially RPC).
If a dependency isn’t running, try to start it. If you see errors, note them—they’ll point to what’s broken.
Step 3: Set the Service to Automatic
- In Services, right-click Application Identity > Properties.
- Set Startup type to Automatic.
- Click Apply, then OK.
Restart your PC and check if the service starts.
Step 4: Reset the Service Account
If you get Error 1079:
- Double-click Application Identity in Services.
- Go to the Log On tab.
- Select This account and type
Local Service
or select Local System account. - Remove any passwords, click OK, and restart the service.
Step 5: Check for Corrupted System Files
Sometimes, system file corruption is the problem. Fix it with these commands:
- Open Command Prompt as Administrator.
- Type:
sfc /scannow
Press Enter and let it finish. - (Optional) Also run:
DISM /Online /Cleanup-Image /RestoreHealth
Restart after these scans.
Step 6: Check Windows Event Viewer
If none of the above works:
- Open Event Viewer (
eventvwr.msc
). - Go to Windows Logs > System.
- Look for errors related to Application Identity.
These logs can help pinpoint what’s wrong.
When All Else Fails
If the service still refuses to start, your Windows install may be deeply corrupted. You can try:
- System Restore to a point before the issue started.
- Repair Install using the Windows installation media.
- Consult your IT admin if you’re on a company PC.
Conclusion
The “Unable to start the Application Identity Service” error is annoying, but with these steps, you’ll likely get things running again. If you’re stuck or run into a unique error message, drop a comment below—I’ll help you out.
Need more Windows troubleshooting tips? Subscribe to the blog for regular, real-world fixes!
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!