Easy Anti-Cheat • Windows service state

Fortnite Error 30005 CreateService 1072 Fix

Clear the EAC service that Windows has marked for deletion, then follow Epic’s supported reinstall, driver and clean-boot sequence without touching the registry.

Updated July 14, 202611 min readALVIRAN Blog
SERVICE CONTROL MANAGERCREATE FAILED
SERVICE NAMEEasyAntiCheat_EOS
FOUND
CURRENT STATEMARKED FOR DELETION
1072
CREATESERVICE()
FORTNITE LAUNCH ERRORERROR CODE: 30005CreateService failed with 1072
01RESTART
02REINSTALL
03ISOLATE
Windows meaningService marked for deletion
Epic’s first repairReinstall Easy Anti-Cheat
Do not useRegistry deletion or sc delete
Quick answer

Restart Windows, then follow Epic’s three repairs in order

CreateService failed with 1072 means the EAC service is already marked for deletion but has not fully disappeared. Close Epic Games Launcher and restart the PC so Windows can close service handles. Launch Fortnite once. If the exact message returns, follow Epic’s sequence: reinstall EAC → update the GPU driver → perform a clean boot. Do not delete registry keys, run sc delete or remove random EAC files.

Decode the complete message

Error 1072 describes a Windows service transition that has not finished

The useful part is not only 30005. Microsoft maps Win32 error 1072 (0x430) to ERROR_SERVICE_MARKED_FOR_DELETE. Windows has accepted a request to remove the EAC service, but the Service Control Manager cannot erase the entry until the service stops and every open handle closes. Fortnite then starts EAC, EAC tries to create its service, and Windows refuses because the old entry is still pending deletion.

Old entry existsThe service is still registered

It has not vanished from the Service Control Manager database yet.

Deletion is pendingA process may hold a handle

Windows waits for the service to stop and all service handles to close.

CreateService failsEAC cannot recreate cleanly

The new installation collides with the pending entry and Fortnite launch stops.

Restart boundaryWindows completes cleanup

Microsoft states the entry is removed on restart when it cannot be removed in-session.

Exact suffix1072 owns this workflow

Another 30005 suffix can mean a file lock and needs a different first action.

Account safeLocker data is unrelated

Windows service repair does not change Epic account ownership or progression.

Intent boundary: this article owns only 30005 + CreateService failed with 1072. EAC Not Installed means the component is missing or unregistered; Service Update Failed means an installed service cannot refresh; CreateFile failed with 32 means a file is in use.
Clear open handles

Use one full Windows restart before reinstalling anything

01Capture the dialog

Save 30005 and the complete CreateService failed with 1072 suffix.

02Exit Epic Launcher

Close Fortnite, Epic Games Launcher and any visible EAC window.

03Choose Restart

Use Windows Power → Restart, not only sign out or close the lid.

04Open Epic Launcher

Start Fortnite through its supported launcher after Windows returns.

05Match the result

Continue only if the exact 30005 / 1072 message returns.

Why restart first: Microsoft documents that a marked service remains until it stops and all open handles close. If it cannot be removed, the service database entry is removed when the system restarts.
Do not repeatedly force-stop, recreate and delete the service in one Windows session.

That adds more state changes while 1072 is already telling you deletion is pending. Let Windows finish once, then use the supported EAC installer.

Epic repair 1

Reinstall Easy Anti-Cheat through Fortnite’s official EOS workflow

Epic lists EAC reinstallation as the first direct repair for this exact error. After the restart, launch Fortnite and approve the Windows EAC prompt if it appears. If no prompt appears, use Epic’s documented manual installation path.

01Locate EAC EOS

Use the Fortnite install directory or Program Files (x86) EasyAntiCheat_EOS folder.

02Create a shortcut

Right-click the official EAC executable and choose Create Shortcut.

03Edit Target

Append a space and install prod-fn after the existing quoted path.

04Run the shortcut

Approve Windows. Epic notes that no installer window may appear.

05Launch Fortnite

Open Epic Games Launcher and retest the exact error once.

Keep the executable in place: Epic specifically warns against dragging the EAC icon to the desktop. Create a shortcut so the original installation file stays in its supported folder.
Epic repair 2

Update the graphics driver only if EAC reinstallation does not clear 1072

Epic’s current 30005 / 1072 page puts the graphics-driver update second. Use the GPU manufacturer’s official download, not a driver bundle or third-party updater.

Identify the graphics adapter

Press Windows + R, enter dxdiag and open the Display tab. The Name field identifies the active GPU. Systems with integrated and dedicated graphics can show multiple Display tabs.

Install the official current driver

Use NVIDIA, AMD or Intel support. For laptops and prebuilts, check the PC maker’s validated driver first when it provides a device-specific package.

Retest once after restart: record the installed driver version, restart when the installer requests it and launch Fortnite through Epic Games Launcher. If 1072 remains unchanged, continue to the clean boot.
Epic repair 3

Use a Microsoft clean boot to expose the process holding or recreating EAC

A clean boot starts Windows with Microsoft services and a controlled startup set. It is a diagnostic state, not a permanent performance tweak. Save your current startup configuration so every item can be restored after the test.

01Open msconfig

Sign in as an administrator, search System Configuration and open it.

02Hide Microsoft

On Services, select Hide all Microsoft services before disabling others.

03Disable remaining

Choose Disable all for the visible non-Microsoft services.

04Control Startup

Open Task Manager from the Startup tab and disable recorded enabled items.

05Restart and test

Restart Windows, launch Fortnite once and record whether 1072 returns.

Never clear “Hide all Microsoft services” before choosing Disable all.

Disabling core Microsoft services can create unrelated Windows failures. Follow Microsoft’s clean-boot article exactly and restore the normal startup configuration after diagnosis.

Find the owner

A clean-boot pass turns background software into a testable suspect

1072 disappears

A disabled non-Microsoft service or startup application is likely keeping the EAC service open or interfering with its recreation.

Re-enable in groups

Use Microsoft’s isolation method to restore half the disabled items, restart and retest until one group reproduces the error.

Identify the publisher

Update, repair or uninstall the confirmed application through its official vendor instead of leaving all startup items disabled.

Restore normal startup

After the conflicting item is handled, re-enable the unrelated services and applications you recorded.

Common category, not a verdict: security tools, hardware utilities, monitoring software and overlay components can open drivers or services. Do not remove an application merely because it is present; reproduce the result after its isolated disablement.
Persistent exact error

Escalate 30005 / 1072 with a short, controlled evidence set

Exact screenshotKeep the full suffix

Show 30005 and CreateService failed with 1072, not only the number.

Restart resultState whether it returned

Tell support that the error survived a full Windows restart.

EAC resultRecord the official reinstall

Note whether the Windows prompt appeared and whether manual install completed silently.

Driver evidenceInclude GPU and version

Save the adapter name and current official driver version from DxDiag.

Clean-boot resultSay pass or fail

Report whether the exact error remained with non-Microsoft startup items disabled.

Changed wordingFollow the new branch

A new EAC message means 1072 no longer owns the current launch failure.

Do not widen repairs without evidence: Epic’s general EAC workflow adds launcher verification, EAC connectivity, Windows updates, Visual C++ and system-file checks. Use that escalation only after the exact 30005 sequence above, not as a simultaneous batch.
Keep Windows service state safe

Avoid shortcuts that can turn one pending service into a broken EAC install

No registry deletionDo not remove service keys

Windows already owns the pending deletion and should complete it through normal service handling.

No sc delete loopDo not queue deletion again

Error 1072 already confirms that the deletion request exists.

No random driversUse GPU manufacturers

Third-party driver tools add another background and service variable.

No folder purgeKeep EAC files controlled

Use Epic’s installer rather than deleting EasyAntiCheat_EOS or Fortnite folders manually.

No Windows resetFinish the narrow workflow

A full operating-system reset is disproportionate before restart, reinstall and clean boot.

No permanent clean bootRestore unrelated services

The diagnostic state exists to identify one conflict, not disable the machine’s normal software indefinitely.

No EAC cannibalization

The exact suffix decides which Error 30005 or EAC guide applies

Exact wordingPrimary layerFirst useful action
30005: CreateService failed with 1072Service marked for deletionRestart Windows, then reinstall EAC
30005: CreateFile failed with 32File locked by another processIdentify the file and process using it
Easy Anti-Cheat is not installedMissing or unregistered EAC componentRun the dedicated repair or install workflow
EAC Service Update FailedInstalled service cannot refreshUse Epic’s service executable replacement
Game Security Violation DetectedFlagged background processRecord and safely close the named process
Unknown File VersionSpecific file-version mismatchRecord the full path and use the file-owner branch
FAQ

Fortnite Error 30005 CreateService 1072 FAQ

What does Fortnite Error 30005 CreateService failed with 1072 mean?

Windows error 1072 means the Easy Anti-Cheat service has been marked for deletion. The service entry still exists while a process holds it open, so EAC cannot create its service for Fortnite. This exact suffix is a service-control state, not a damaged game-file message.

How do I fix Fortnite Error 30005 with CreateService failed 1072?

Save the exact error, close Epic Games Launcher and restart Windows to clear open service handles. Launch Fortnite once. If 30005 with CreateService failed 1072 returns, follow Epic’s order: reinstall Easy Anti-Cheat, update the graphics driver from the GPU manufacturer and perform a clean boot to isolate background software.

Why does restarting Windows help EAC error 1072?

Microsoft documents that a service marked for deletion is removed only after it is stopped and all open handles are closed. If that cannot happen during the session, the service entry is removed when Windows restarts. A full restart therefore gives the EAC installer a clean service-control state.

How do I reinstall Easy Anti-Cheat for Fortnite Error 30005?

Restart first, then launch Fortnite and approve the Windows EAC installation prompt if it appears. If no prompt appears, use Epic’s official EasyAntiCheat_EOS installation workflow from the Fortnite install directory or Program Files (x86), append install prod-fn to the shortcut target and run that shortcut before launching Fortnite through Epic Games Launcher.

Should I delete the Easy Anti-Cheat service from the registry?

No. Do not delete EAC service registry keys, run sc delete or remove random driver files. Error 1072 already says Windows has marked the service for deletion. Restart to let Windows finish that state transition, then use Epic’s supported EAC installer.

Can background software cause Fortnite Error 30005?

Yes. Epic places a clean boot and background-application isolation after EAC reinstallation and the graphics-driver update. A clean boot tests whether a non-Microsoft startup service or application keeps the EAC service open or interferes with recreation.

Is CreateService failed with 1072 the same as CreateFile failed with 32?

No. Both may appear beside code 30005, but their suffixes identify different Windows failures. CreateService failed with 1072 means a service is marked for deletion. CreateFile failed with 32 means another process is using a file. Follow the complete wording, not the number alone.

Will fixing Fortnite Error 30005 remove my skins?

No. Restarting Windows, reinstalling Easy Anti-Cheat, updating a graphics driver or testing a clean boot does not transfer or unlink the Epic account. Fortnite cosmetics, progression and Locker ownership remain associated with the account.

Related Fortnite guides