Quick answer

Follow your game’s official Easy Anti-Cheat repair instructions and verify its files in the launcher. Some legacy installers offer a Repair Service window; EOS installers can require a game-specific command instead. Use that game’s bundled installer and documented success check. Check its logs and security requirements before changing Windows or BIOS settings.

The inside of a white gaming PC: an RGB-lit all-in-one cooler, a be quiet! pump head, a GeForce RTX graphics card and illuminated case fans
Photo: Jacek Halicki, Wikimedia Commons (CC BY-SA 4.0)

By LK Wood IV · Published 2026-06-28 · Updated 2026-09-08 · ~11 min read · St. Louis County, MO

TL;DR · Fix Easy Anti-Cheat

  • Start here: use your game's official repair instructions. A legacy Repair Service window and a game-specific EOS installer command are different routes.
  • Check the result: verify files and use the publisher's documented installer success check, then launch the game again. Do not reuse another game's EOS product ID.
  • Windows 11 "untrusted system file" / won't launch: check the game's logs and its Secure Boot + TPM 2.0 requirements before changing settings; the developer decides which requirements apply.
  • 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." Use the publisher's supported procedure and bundled installer.

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.

Choose the repair that matches your game

1. Follow your game’s official EAC repair route

Installers differ. Check the publisher’s instructions for the game that fails, then locate its bundled EAC installer through the launcher’s game-folder option.

  • Legacy repair window: if the game’s supported installer opens a window with a game selector and Repair Service, use that route as directed. Do not expect every installer to show those controls.
  • EOS installer: follow the game’s documented command and product ID. For example, Wildgate’s official instructions start with launcher file verification, then use EasyAntiCheat_EOS_Setup.exe with Wildgate’s own ID. Its command normally produces no text; the guide checks the exit code to confirm installation. Use that procedure only for Wildgate.
  • Fortnite: Epic’s official repair procedure uses the game’s bundled installer with a repair argument and administrator launch. Follow that procedure rather than waiting for a generic dropdown.

After the publisher’s success check, launch the game again. If it still fails, record the exact error and follow that game’s troubleshooting steps. Do not substitute another title’s installer or EOS product ID.

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.

  1. Reboot into your BIOS/UEFI (usually Del or F2 at boot).
  2. Under Boot or Security, set Secure Boot to Enabled, and confirm TPM (often labeled PTT on Intel or fTPM on AMD) is on.
  3. Save and reboot.
  4. 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. Check for a confirmed antivirus block

Check the antivirus protection history or quarantine for a block at the time of the failure. If it identifies the affected game’s legitimate bundled EAC file, follow the publisher’s guidance for that file and your antivirus’s restore or exception controls. Use the actual filename supplied with that game; an EOS installer may have a different name. A confirmed block is a reason to investigate that file, not to exclude the whole game folder by default.

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:

  1. Open Windows Security > App & browser control > Smart App Control settings.
  2. If it reads On or Evaluation, set it to Off.
  3. Restart and launch the game.

Two 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.
Work the fixes in order — stop at yours
Start with your game's supported repair; confirm a cause before changing security
1Repair the EAC serviceUse the game's official legacy or EOS procedure and success check2Run as administratorEAC needs elevated rights to register its service3Verify game filesRepairs one corrupted file without re-downloading the game4Check the game's Secure Boot + TPM requirementsThe developer decides which requirements apply5Update Windows, GPU driver, VC++Outdated runtimes cause "failed to start"6Check antivirus blocksConfirm a block on the game's actual bundled EAC file7LAST RESORT: disable Smart App ControlOnly after confirming it (Event Viewer) -- it lowers security PC-wide

What not to do

  • Do not download a third-party “EAC fixer” or “anti-cheat repair” tool. Use your game publisher’s support instructions and bundled installer. Confirm the installer name and repair method for that title before running it.
  • 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 setup and security requirements vary across titles. Star Citizen has its own log-first walkthrough in Star Citizen error 5007. Check your games’ documented requirements when planning a modern AM5 build. The GPU reviews cover the cards that carry these games.

The bottom line

Start with the affected game’s supported EAC repair and file-verification steps. Check the result, then use its logs and documented requirements to choose the next step. A legacy repair window and an EOS command are different procedures; neither should be applied to every title. Change a security setting only after identifying the relevant requirement or block.

Sources

Frequently asked questions

How do I fix ‘Easy Anti-Cheat is not installed’?
Identify the game and follow its publisher’s repair instructions. A legacy installer may offer a game dropdown and Repair Service button, but an EOS installer may use a command with that game’s product ID instead. Fortnite’s official repair route differs from Wildgate’s EOS installation procedure. Verify game files as directed, use the bundled installer, and check the documented result before launching again. Never reuse another game’s product ID.
Why does Easy Anti-Cheat say ‘untrusted system file’ or fail to launch on Windows 11?
Easy Anti-Cheat offers Secure Boot and TPM as ‘additional security requirements,’ and its own support page says those requirements are ‘controlled by the developer’ and may apply to all players, to competitive modes only, or to high-risk accounts only. So check your specific game – but where the requirement is on and Secure Boot is off, the title can refuse to start or report an untrusted system file. Enable Secure Boot and TPM 2.0 in your BIOS/UEFI (and, if needed, Memory Integrity under Core Isolation in Windows Security), then reboot. A separate, less-known cause is Windows 11 Smart App Control silently blocking the unsigned launcher or anti-cheat module – covered in detail below.
Can Windows Smart App Control block Easy Anti-Cheat?
Yes, and it is the cause almost no guide mentions. Smart App Control (Windows 11 22H2+) blocks apps it does not recognize or that are unsigned, system-wide, with no per-app allowlist. It can silently block an unsigned game launcher or anti-cheat component, producing a launch or install failure with no obvious message. Confirm it is the cause in Event Viewer or a ‘Smart App Control blocked’ notification before turning it off, because disabling it lowers a real security layer for your whole PC – it is a last resort, not a first step.
Is it safe to disable Smart App Control to fix a game?
It is a genuine trade-off, so do it only after confirming Smart App Control is actually the cause. It protects your entire system rather than just the game, and it has no way to allow a single app. Turning it off used to be a one-way door that required reinstalling Windows to re-enable; Microsoft’s Smart App Control FAQ now states that recent Windows updates let you switch it back on inside the Windows Security app without a clean installation. Treat disabling it as a deliberate choice anyway, and turn it back on once the game’s anti-cheat is trusted.
Should I download a third-party ‘Easy Anti-Cheat fixer’ tool?
No. Use your game publisher’s support instructions, launcher verification and bundled EAC installer. The installer name and repair method vary by game, so a third-party ‘fixer’ is not a substitute for the supported procedure. Check the game’s logs before changing security settings.

Sources and corrections

Last updated
Methodology
See our methodology for research and review standards.
Update log
  • 2026-09-19 — Page updated.
Corrections
Spotted an error or a stale number? Email contact@techfuelhq.com. Confirmed corrections are added to the update log above.

About the author

Written by Lowell K. Wood IV, who builds and runs TechFuelHQ from St. Louis, Missouri.