⏱ 7 min read  ·  ✅ Updated Sep 2026
🔥Amazon Prime Day 2026 is coming — don’t miss the best deals.See Top Deals →

A loading screen that never ends is one of the most common complaints from Starfield players on PC, and the reason is usually more specific than “something is broken.” The Creation Engine 2 shader compilation system is designed to batch-compile shaders on first launch after an update, but the process can stall indefinitely if the engine encounters a file lock, a DRM handshake timeout between the Xbox App and Steam, or a corrupted save slot. In 2026, with the Shattered Space expansion and numerous community patches layered on top of Bethesda’s base game, these symptoms have become more frequent — not less. The good news is that most fixes are reversible and take under ten minutes. The bad news is that they are not always obvious.

Likely Causes

Cause How to confirm Fix difficulty
Shader compilation stall Starfield.ini shows bCompileShaderCache=1; disk activity remains high on the C: drive; no crash log generated Easy
Overlay conflict (Xbox Game Bar, Discord, MSI Afterburner) Issue disappears when running in full-screen exclusive with overlays disabled Easy
Stale or corrupted shader cache Deleting Steam\steamapps\shadercache\2124860\ resolves the hang on next launch Easy
Mod load-order failure Log in %USERPROFILE%\Documents\My Games\Starfield\Logs\ contains “Failed to load plugin” or “Missing master file” Moderate
Corrupted save file Loading a previous auto-save works; the specific save slot hangs at the same point every time Moderate
Xbox App / Steam DRM handshake timeout Error string “Something went wrong (0x803F8001)” or Xbox App shows “Verifying your license” indefinitely Moderate
Disk I/O bottleneck (SATA SSD near capacity) C: drive free space below 10% of total; Task Manager shows 100% active time on the drive hosting the game Easy

Fix 1: Wait Through Shader Compilation

How to check

Open Task Manager (Ctrl+Shift+Esc) and look at the Disk column for Starfield.exe. If it shows sustained read/write activity over 50 MB/s and the game has not crashed, the engine is likely compiling shaders on first launch after a patch.

What to do

Give it up to 90 minutes on slower storage. On NVMe drives this step rarely takes more than five minutes. If you are on a SATA SSD with less than 15% free space, the process can effectively deadlocked because the engine cannot allocate temporary files.

How to undo it

Nothing to undo — this is passive. If you do not want to wait again after future patches, you can pre-compile by launching the game once without mods loaded and letting it complete.

Fix 2: Kill and Relaunch the Process

How to check

If the loading screen has shown no disk activity for more than two minutes, the process is hung rather than compiling.

What to do

In Task Manager, expand the Starfield entry, right-click Starfield.exe, select End task. Also end XboxPtt.exe and GameBar.exe if present. Relaunch the game through Steam (not the Xbox App shortcut).

How to undo it

No persistent change is made. The game simply starts fresh.

Fix 3: Disable Overlays

How to check

Press Shift+Tab (Steam), Win+G (Xbox Game Bar), or Ctrl+Shift+Alt+O (Discord) while the game is stuck. If any of these registers, the overlay is injected into the render pipeline.

What to do

Steam: Right-click Starfield > Properties > General > uncheck “Enable the Steam Overlay while in-game.” Xbox Game Bar: Settings > Gaming > Xbox Game Bar > toggle off. Discord: User Settings > Game Overlay > disable “Enable in-game overlay.” For MSI Afterburner, close RivaTuner Statistics Server from the system tray.

How to undo it

Re-enable each overlay one at a time after confirming the fix to identify the specific offender.

Fix 4: Delete the Shader Cache

How to check

Navigate to Steam\steamapps\shadercache\2124860\ and check the store folder. If files are dated from before your last major update, the cache is stale.

What to do

Close the game. Delete the entire 2124860 folder. Relaunch Starfield through Steam. The client will re-download a pre-cached shader set (typically 1.2–2.4 GB depending on GPU) before the game executable launches. This is faster than a full recompile on an NVMe drive.

How to undo it

You cannot “restore” the old cache, but there is no downside to deletion — Steam regenerates it automatically.

Fix 5: Verify Game Files

How to check

If you recently modded or moved the game folder, files may be mismatched. The Steam verification detects size and checksum differences.

What to do

Steam: Library > right-click Starfield > Properties > Installed Files > Verify integrity of game files. Xbox App: My games & apps > Starfield > Manage > Verify and repair. This process takes 3–8 minutes and replaces any altered files. If you run mods, this will overwrite them — back up your Data subfolder first.

How to undo it

Restore your backed-up mod files from Steam\steamapps\common\Starfield\Data\ after verification completes.

Fix 6: Disable Mods and Check the Load Order

How to check

Open Starfield\logs\ (or %USERPROFILE%\Documents\My Games\Starfield\Logs\) and search for “Failed to load plugin,” “Missing master,” or “Load order mismatch.” Mod managers like Vortex or the Starfield Mod Manager will flag circular dependencies.

What to do

Temporarily disable all mods by renaming the Data folder to Data_off inside your Starfield install directory. Launch the game. If it loads, re-enable mods in batches of five using your mod manager’s deploy/undeploy toggle. The culprit is almost always a plugin that requires a master file not present in your load order, or a script-heavy mod conflicting with Shattered Space.

How to undo it

Rename Data_off back to Data, or redeploy through your mod manager.

Fix 7: Reset the Save Folder

How to check

If the game hangs at the same in-game location every time but the main menu loads fine, the issue is tied to a specific cell reference in your save. Try loading an older auto-save from the same playthrough.

What to do

Close Starfield. Navigate to %USERPROFILE%\Documents\My Games\Starfield\Saves\. You will see folders named with a long alphanumeric string (your Steam or Xbox ID). Create a new folder called Saves_backup outside of Documents. Move the contents of Saves\ into it. Launch the game — it will generate a fresh save structure. Confirm the main menu loads, then selectively copy back older saves to test which one is corrupted.

How to undo it

Copy files from Saves_backup back into %USERPROFILE%\Documents\My Games\Starfield\Saves\.

Fix 8: Clean Config and Reinstall

How to check

If no other fix resolves the hang and your StarfieldCustom.ini has been modified by multiple tools (BethINI, ReShade, ENB configs), residual settings may cause the engine to hang on an invalid rendering path.

What to do

Delete %USERPROFILE%\Documents\My Games\Starfield\StarfieldCustom.ini and StarfieldPrefs.ini. Launch the game once to regenerate defaults. If the hang persists, uninstall via Steam, then manually delete any remaining files in Steam\steamapps\common\Starfield\ and %LOCALAPPDATA%\Packages\BethesdaSoftworks.StarfieldPC\. Reinstall.

How to undo it

This is the most invasive step. If you had custom graphics settings, you will need to reconfigure them. Saves are unaffected since they live in Documents, not the install folder.

If Nothing Works

At this point, consider whether the issue is systemic rather than game-specific. A failing SATA cable, an SSD with degraded NAND cells, or a Windows Update that broke the DirectStorage subsystem can all manifest as a hang at the same loading point. Check Event Viewer > Windows Logs > System for disk errors (Source: Disk, Event ID 7, 11, or 51). If the drive hosting the game shows read-retry counts increasing over days, replace the hardware. If the issue only started after a specific Windows Insider build, use System Restore to roll back.

FAQ

How long is too long for the initial shader compile?

On an NVMe SSD with a modern GPU, 5–15 minutes is normal for a first launch after a major patch. If you exceed 30 minutes with zero disk activity in Task Manager, the process is stalled and you should move to Fix 2.

Does this happen with all Starfield versions?

Steam and Microsoft Store versions both use the Creation Engine 2 shader pipeline, so the symptom is common to both. However, the Microsoft Store version adds the Xbox App DRM handshake on top, which introduces a second failure point that the Steam version does not have.

Will deleting the shader cache cause permanent damage?

No. The cache exists solely to speed up launch. Deleting it forces recompilation or re-download, which takes time but carries no risk to your game files, saves, or settings.

Can a full disk cause the loading screen to hang?

Yes. The engine writes temporary compiled shader binaries and TTF (texture format) files to the same drive as the game. If available free space drops below roughly 2 GB during launch, the write fails silently and the loading screen never progresses. Keep at least 15–20% of your drive capacity free for Starfield and any other Creation Engine 2 titles.

Explore Our Guides & Free Tools