Run the game’s own EasyAntiCheat_Setup.exe as administrator and click Repair Service — that clears most “not installed” errors. If it persists, reinstall through the same tool and verify game files. On Windows 11, an “untrusted system file” error usually means Secure Boot and TPM 2.0 are off; whether they are required at all is each game developer’s call.
By LK Wood IV · Published 2026-06-28 · Updated 2026-08-22 · ~11 min read · St. Louis County, MO
TL;DR · Fix Easy Anti-Cheat
- Start here: run the game's own EasyAntiCheat_Setup.exe as administrator and click Repair Service. This fixes most "not installed" errors.
- If it still fails: reinstall EAC with that same tool, verify game files, and run the game as administrator.
- Windows 11 "untrusted system file" / won't launch: enable Secure Boot + TPM 2.0 (EAC lets each game decide; Epic says the requirement may target specific game types, specific accounts, or everyone), and check Memory Integrity.
- The cause almost no guide mentions: Windows 11 Smart App Control can silently block an unsigned launcher or anti-cheat module. Confirm it first (Event Viewer), then disable it as a last resort — it lowers security for your whole PC.
- Never download a third-party "EAC fixer." Every real fix is a Windows setting or the official tool already inside your game.
Easy Anti-Cheat runs underneath a huge share of online PC games. Star Citizen, Apex Legends, Fortnite, Lords of the Fallen, Elden Ring, and dozens more. When it breaks, the game simply will not start.
The errors arrive in a few flavors. “Easy Anti-Cheat is not installed.” “Easy Anti-Cheat failed to start.” “Untrusted system file.” Sometimes a launcher that just bounces you back to the desktop. They share a small set of real causes.
I ranked these fixes by how often they work. One of them — Windows 11 Smart App Control — I hit on my own machine, and nearly every other guide misses it.
One rule before you start. Fix the cause and leave the symptom alone. Reinstalling a 100 GB game because a service failed to register is the slow, wrong move. Work down this list in order and stop at the one that applies to you.
What Easy Anti-Cheat is, and why it fails
EAC is a kernel-level anti-cheat service that each game installs alongside itself. Because it runs at a low level and has to trust the code around it, it is unusually sensitive. Four things matter. Whether its own service is registered correctly. Whether it has permission to run. Whether Windows’ platform-security features such as Secure Boot and TPM are on. And whether anything on the system is blocking it from loading.
Almost every EAC error traces back to one of those four. Knowing which one is the whole game.
The fixes, ranked by what works
1. Repair the Easy Anti-Cheat service (fixes most “not installed” errors)
EAC ships a small installer inside every game that uses it, and it has a one-click repair. This is the first thing to try and it resolves the majority of “not installed” / “failed to start” errors.
- Open the game’s install folder. For Steam that is usually
C:\Program Files (x86)\Steam\steamapps\common\[Game Name]; other launchers have their own path. - Find the EasyAntiCheat (or EasyAntiCheat_EOS) subfolder and open it.
- Right-click EasyAntiCheat_Setup.exe and choose Run as administrator (accept the UAC prompt).
- Pick your game from the dropdown, then click Repair Service.
- Restart your PC and launch the game again.
If repair does not do it, run the same tool, choose Uninstall, let it finish, then run it again and choose Install. This rebuilds the service from scratch. (Driver Easy, Appuals)
2. Run the game (and the repair tool) as administrator
EAC registers and starts a Windows service. That needs elevated rights. Without them you get a “not installed” or “failed to start” error even when every file on disk is fine. Right-click the game’s launcher (or the EAC setup) and Run as administrator. To make it permanent, open the launcher’s Properties, go to Compatibility, and tick Run this program as an administrator.
3. Verify the game files
A single corrupted EAC file will break the service. Use your launcher’s repair. On Steam that is right-click the game, Properties, Installed Files, then Verify integrity of game files. Other launchers have an equivalent “verify” or “scan.” This re-downloads only the broken files, leaving the rest alone.
4. Turn on Secure Boot and TPM (the “untrusted system file” / Windows 11 cause)
Easy Anti-Cheat offers Secure Boot and TPM 2.0 as “additional security requirements,” and the switch belongs to the game rather than to EAC: “Games using EAC may impose additional security requirements on players which are controlled by the developer,” and they “might apply to specific game types only (like competitive), specific accounts only… or might apply to all players” (Easy Anti-Cheat additional security requirements, checked 2026-08-22). So this step is not universal – but where a title has turned it on, a disabled Secure Boot makes the game refuse to start or report an untrusted system file, and that is what you are looking at.
- Reboot into your BIOS/UEFI (usually Del or F2 at boot).
- Under Boot or Security, set Secure Boot to Enabled, and confirm TPM (often labeled PTT on Intel or fTPM on AMD) is on.
- Save and reboot.
- If a game still complains, open Windows Security > Device security > Core isolation and try enabling Memory Integrity (note it can cost a little performance on some systems). (Microsoft Q&A)
One caution. Enabling Secure Boot on a PC that was installed in Legacy/CSM mode can stop Windows from booting. If your install is older, confirm it is using UEFI/GPT before flipping Secure Boot on.
5. Update Windows, GPU drivers, and the Visual C++ runtimes
EAC leans on current platform components. Install pending Windows Updates, update your GPU driver, and install the latest Microsoft Visual C++ Redistributables (x64 and x86). Outdated runtimes are a quiet cause of “failed to start.”
6. Whitelist EAC in your antivirus
EAC injects at a low level. Third-party antivirus sometimes quarantines or locks its files mid-launch. Add the game’s folder and EasyAntiCheat_Setup.exe to your antivirus exclusions (preferred), or pause real-time protection only long enough to test. Whitelisting beats fully disabling your antivirus.
7. The cause almost no guide covers: Windows 11 Smart App Control
This is the one I hit personally, on a clean Windows 11 install on my own 7800X3D / RTX 5080 build. The game would not launch, no fix above changed anything, and there was no useful error – because the thing blocking it was a Windows security feature rather than the game.
Smart App Control (SAC) is a Windows 11 (22H2 and newer) feature that blocks apps it does not recognize or that are unsigned – system-wide, with no per-app allowlist. It is separate from Microsoft Defender. When SAC is enforced, it can silently block an unsigned game launcher or an anti-cheat component from loading, and the result looks exactly like a generic EAC or launch failure with no message pointing at the real cause.
It is a real but uncommon cause, which is why it belongs near the bottom of this list – but if every other fix has failed and you are on Windows 11, check it.
Confirm SAC is actually the cause first. Do not disable a security feature on a guess:
- Look for a notification that reads “Smart App Control blocked an app,” or
- Open Event Viewer > Applications and Services Logs > Microsoft > Windows, and check the CodeIntegrity / AppLocker logs around the time the game failed for a block on the launcher or EAC executable.
If, and only if, SAC is confirmed as the cause, you can turn it off:
- Open Windows Security > App & browser control > Smart App Control settings.
- If it reads On or Evaluation, set it to Off.
- Restart and launch the game.
Two honest caveats you should know before you do this:
- It lowers security for your whole PC, not just the game. SAC blocks unsigned and unknown software across the system, so turning it off removes that layer everywhere.
- Turning SAC off used to be a one-way door – re-enabling it meant reinstalling Windows. That is no longer the rule. Microsoft’s own FAQ now states that “recent Windows updates allow Smart App Control to be enabled within the Windows Security App without requiring a clean installation” (Microsoft, checked 2026-08-22). Treat disabling it as a deliberate choice anyway, and turn it back on once your game’s anti-cheat is trusted.
What not to do
- Do not download a third-party “EAC fixer” or “anti-cheat repair” tool. Every real fix is either a Windows setting or the official
EasyAntiCheat_Setup.exealready inside your game. A downloaded program that changes system or security settings is exactly the kind of unsigned software Windows SmartScreen and Smart App Control exist to block – and ironically, running one can trigger the very problem you are trying to fix. - Do not reinstall the whole game first. It is the slowest fix and rarely the right one; it only helps if file verification (step 3) finds damage it cannot repair.
- Do not disable Smart App Control or your antivirus “just to see.” Confirm the cause first. Lowering a security layer should be a decision, not a shot in the dark.
Game-specific notes
EAC behaves the same across titles, but a few have their own quirks. Star Citizen trips people up most. Its launcher is unsigned, and its errors (like the generic “5007”) hide the real cause. That one has its own ranked, log-first walkthrough in Star Citizen error 5007. If you are building or upgrading a rig for EAC-heavy games, Secure Boot and TPM are now effectively mandatory, which is one more reason the modern AM5 build ships them on by default. The GPU reviews cover the cards that carry these games.
The bottom line
Easy Anti-Cheat errors look scary but come from a short list of causes. Repair the service, give it admin rights, verify your files, and – on Windows 11 – make sure Secure Boot and TPM are on. If you have exhausted those and you are still stuck, check whether Smart App Control is silently blocking the launcher before you reach for anything drastic, and disable it only with eyes open. Fix the cause that applies to you, in order, and you will spend ten minutes on this instead of an evening.
Sources
- Easy Anti-Cheat – additional security requirements (Secure Boot, TPM): https://www.easy.ac/support/articles/additional-security-requirements
- Roberts Space Industries – Easy Anti-Cheat troubleshooting: https://support.robertsspaceindustries.com/hc/en-us/articles/4412276152343-Easy-Anti-Cheat-Troubleshooting
- Microsoft Q&A – can’t play games that use anti-cheat (Secure Boot / Memory Integrity): https://learn.microsoft.com/en-us/answers/questions/3929849/i-cant-play-any-game-that-uses-anti-cheat
- Driver Easy – “Easy Anti-Cheat is not installed” repair steps: https://www.drivereasy.com/knowledge/easy-anti-cheat-not-installed/
- Appuals – Easy Anti-Cheat is not installed: https://appuals.com/easy-anti-cheat-is-not-installed/
- Microsoft – Smart App Control overview: https://support.microsoft.com/en-us/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003
Frequently asked questions
How do I fix ‘Easy Anti-Cheat is not installed’?
Why does Easy Anti-Cheat say ‘untrusted system file’ or fail to launch on Windows 11?
Can Windows Smart App Control block Easy Anti-Cheat?
Is it safe to disable Smart App Control to fix a game?
Should I download a third-party ‘Easy Anti-Cheat fixer’ tool?
Evidence ledger
- Last updated
- Methodology
- This guide was written and edited by Lowell K. Wood IV in St. Louis County, MO. Specs and prices verified against vendor and project documentation current on the date above. Full editorial standard: methodology.
- Update log
- 2026-08-22 — Last reviewed and updated.
- Corrections
- Spotted an error or a stale number? Email hello@techfuelhq.com. Confirmed corrections are added to the update log above.