|

Star Wars Jedi Survivor Black Screen Fix: 9 Solutions for PC, PS5, and Xbox (2026)

A black screen on launch in Star Wars Jedi: Survivor is almost always caused by one of four things: an outdated or incompatible GPU driver, a missing mesh-shader-capable graphics card, a conflicting overlay or launcher, or a corrupted shader or config cache. The game is DirectX 12 only, requires a mesh-shader-capable GPU (GeForce GTX 16-series or RTX 20-series and newer, or Radeon RX 5000 and newer), and is notoriously fussy about overlays and controller input during startup.

This guide walks through the fixes that actually resolve the black screen on PC, PS5, and Xbox Series X|S, in order from the ones that fix it for most people to the deeper fixes that address specific hardware and launcher edge cases. Every step below is current as of April 2026, after the Game Pass re-release patch and the final EA update cycle.

Quick diagnosis: Which black screen do you have?

Before trying every fix, identify your specific symptom. The cause is usually obvious once you know what you are seeing.

Symptom Most likely cause Jump to fix
Black screen with audio playing Display output, HDR, or refresh rate mismatch Fix 2
Black screen, no audio, stuck on launch Shader compile crash or overlay conflict Fix 3 and Fix 5
Instant black screen, then desktop Missing mesh shader support or outdated driver Fix 1 and Fix 4
Black screen on console after logo HDCP handshake or cached game data Fix 7 and Fix 8
Black screen only in cutscenes Ray tracing bug or codec mismatch Fix 6

Fix 1: Update your GPU driver (and roll back if a recent driver broke it)

Outdated drivers are the number one cause of the black screen on PC. On Nvidia cards, GeForce driver 552.12 and later include Jedi: Survivor optimizations; anything older than 531.xx is not guaranteed to boot the game at all. On AMD, Adrenalin 23.4.2 was the original Game Ready driver and every release since has maintained compatibility.

A clean install is the fix, not just an update. Drivers installed over the top of older versions frequently leave behind shader cache entries that cause the Unreal Engine startup routine to hang on a black screen.

  1. Download the latest driver directly from Nvidia or AMD. Do not rely on Windows Update for GPU drivers.
  2. Download Display Driver Uninstaller (DDU).
  3. Boot Windows into Safe Mode (Shift + Restart, then Troubleshoot, Advanced Options, Startup Settings, F4).
  4. Run DDU, choose “Clean and restart,” and let it remove the existing driver.
  5. When Windows boots back up, install the fresh driver you downloaded in step 1.

If the black screen started after a recent driver update, you have the opposite problem. Roll back: open Device Manager, expand Display Adapters, right-click your GPU, choose Properties, then Driver, then Roll Back Driver. Nvidia’s 566.xx branch and AMD’s Adrenalin 24.12 release both had known regressions with DirectX 12 Unreal Engine 4 titles.

Fix 2: Force the correct display mode, HDR, and refresh rate

A black screen with working audio is almost always a display negotiation failure. The game ships with HDR enabled by default on capable monitors, and it picks the highest refresh rate your monitor reports, even if your GPU cannot drive that mode in the current output format.

Before launching:

  1. Press Win + I, go to System, then Display, and set your monitor to a supported resolution and refresh rate. Try 1920×1080 at 60 Hz first to rule the monitor out.
  2. On the same screen, toggle “Use HDR” off. You can turn it back on later from inside the game.
  3. Right-click your desktop, choose Display Settings, then Graphics, then Default graphics settings, and set “Optimizations for windowed games” to Off. This is the replacement for the old Fullscreen Optimizations toggle and it resolves the black screen on hybrid-GPU laptops.

Then edit the game’s config file directly so it starts in borderless windowed mode instead of exclusive fullscreen. Navigate to:

%LOCALAPPDATA%\SwGame\Saved\Config\WindowsNoEditor\GameUserSettings.ini

Open it in Notepad and change the following lines:

FullscreenMode=1
LastConfirmedFullscreenMode=1
PreferredFullscreenMode=1

Save, set the file to Read-only (Right-click, Properties, Read-only), and launch the game. Read-only prevents the launcher from overwriting your change.

Fix 3: Disable every overlay and capture tool

Jedi: Survivor uses Denuvo Anti-Tamper and a strict Unreal Engine startup sequence, both of which refuse to coexist with overlay injection hooks. A black screen on launch with audio playing in the background is the classic symptom.

Turn off the following, one at a time, and test the game between each:

  • Steam overlay — Steam, Settings, In-Game, uncheck “Enable the Steam Overlay while in-game.”
  • EA App overlay — EA App, three-line menu, Settings, Application, Enable origin in-game, Off.
  • Discord overlay — Discord, User Settings (gear icon), Game Overlay, Enable in-game overlay, Off.
  • Nvidia ShadowPlay / GeForce Experience — GeForce Experience, Settings, In-Game Overlay, Off.
  • AMD Radeon overlay — Adrenalin, Preferences, In-Game Overlay, Off.
  • MSI Afterburner and RTSS — fully quit RivaTuner Statistics Server from the system tray. Just pausing it is not enough.
  • Xbox Game Bar — Settings, Gaming, Game Bar, Enable Xbox Game Bar, Off.
  • Razer Synapse, Logitech G Hub, Corsair iCUE — quit these from the system tray before launching.

Hardware RGB and monitor control utilities have also been reported to trigger the black screen. If you run MSI Mystic Light, ASUS Aura Sync, or NZXT CAM, exit those before you launch the game.

Fix 4: Confirm your GPU actually supports mesh shaders

Jedi: Survivor requires DirectX 12 Ultimate mesh shader support. GPUs older than Nvidia GeForce RTX 20-series (or Nvidia GTX 16-series with the Turing architecture), AMD Radeon RX 5000-series, or Intel Arc will boot the DirectX 12 runtime, reach shader compilation, and then drop to a black screen because the required feature level is missing.

Verify support by running the free GPU-Z utility. Under the Advanced tab, select “DirectX 12” from the dropdown and look for Mesh Shader: Yes. If it reports No, no software fix will let this specific game launch on that GPU.

GPU Mesh shader support Can run Jedi: Survivor?
GeForce GTX 1060 / 1070 / 1080 (Pascal) No No
GeForce GTX 1650 / 1660 / 1660 Ti (Turing) Yes Yes
GeForce RTX 20-series and newer Yes Yes
Radeon RX 400 / 500 / Vega No No
Radeon RX 5000 (RDNA 1) Partial Unstable, crashes common
Radeon RX 6000 and newer (RDNA 2+) Yes Yes
Intel Arc A-series Yes Yes

If your hardware is on the No row, a budget replacement such as the Intel Arc A580 or a used RTX 2060 is the only path to running the game. Spot-check the Amazon link before buying, since listings go out of stock frequently.

Fix 5: Clear the shader cache and rebuild it

Unreal Engine compiles and caches shaders on first launch. A corrupted shader cache produces the exact symptom of a long black screen followed by a crash to desktop, and it happens most often after a Windows Update, a driver swap, or a sudden shutdown during the initial compile.

On Nvidia: Delete %LOCALAPPDATA%\NVIDIA\DXCache and %LOCALAPPDATA%\NVIDIA\GLCache. They will be rebuilt automatically.

On AMD: Delete %LOCALAPPDATA%\AMD\DxCache and in Adrenalin go to Settings, Graphics, Advanced, Reset Shader Cache.

For the game itself: Delete the contents of %LOCALAPPDATA%\SwGame\Saved\ShaderCache and let the game regenerate on next launch. Do not cancel the first boot after clearing the cache; the black screen during compilation on a mid-range system can last up to eight minutes.

Fix 6: Disable ray tracing and DLSS or FSR frame generation

If the black screen only appears on cutscenes or when loading a new planet, the cause is almost always the ray tracing pipeline or a frame-generation mismatch. The in-game cinematic renderer uses a different shader path from the real-time renderer, and corrupted RT BVH data can black out the cutscene player without crashing the game.

Edit %LOCALAPPDATA%\SwGame\Saved\Config\WindowsNoEditor\Engine.ini and add the following block, which force-disables both ray tracing and frame generation:

[SystemSettings]
r.RayTracing=0
r.RayTracing.Scene.BuildMode=0
r.NGX.DLSS.FrameGeneration=0
r.FidelityFX.FSR.FrameGeneration=0

Set the file to Read-only to prevent the game from stripping these entries on next launch. If the cutscenes play correctly after this change, you have a hardware-level RT bug and the only clean fix is a driver update on your GPU vendor’s side.

Fix 7: Reset the PS5 or Xbox display output

On console, a black screen after the EA logo is almost always the HDCP handshake failing between the console and the television. It presents as full audio with no picture, and it appears most often on LG OLEDs and older Samsung QLED panels.

PS5: Power the console all the way off (not rest mode). Hold the power button until you hear the second beep (about seven seconds) to enter Safe Mode. Choose option 2, “Change Video Output,” and let the console re-handshake. Alternatively, choose option 7 to rebuild the database, which also resolves save file corruption.

Xbox Series X|S: Hold the power button on the console for ten seconds until it shuts off. Unplug the power cable for 30 seconds, then reconnect. To clear the cache and force a clean display negotiation, boot with the controller’s Xbox button, Pair, and Eject held (Series X) or Xbox, Pair, and Power held (Series S) until you hear two power-up tones, which enters Startup Troubleshooter. Choose “Reset this Xbox,” then “Keep games and apps” to reset system files without losing your installs.

Both consoles will re-negotiate the HDMI signal on next boot. If you still see a black screen, swap the HDMI cable for a certified Ultra High Speed cable such as the Monoprice Certified Ultra High Speed HDMI 2.1 cable. Worn or counterfeit HDMI 2.1 cables are the single most common cause of HDCP dropouts at 4K 120 Hz. Spot-check the Amazon listing before ordering, since stock rotates frequently.

Fix 8: Clear cached game data on console

If Fix 7 did not resolve the console black screen, the install itself may be corrupt. Both consoles cache a pre-loaded copy of the game’s shader data that can be rebuilt without a full reinstall.

PS5: Settings, Storage, Console Storage, Games and Apps, Star Wars Jedi: Survivor, Options (triangle), Delete Saved Data, Delete. Then relaunch the game. This does not delete the install itself, only the cached runtime data.

Xbox Series X|S: Hold the game tile on the home screen, choose Manage game and add-ons, Saved data, select your gamertag, Delete from console (only, not cloud). Then relaunch.

If the black screen persists after clearing cache, the install is corrupt. Uninstall and redownload. Do not move the game back to external storage; the game is known to fail to initialize when run from USB drives on both consoles.

Fix 9: Reinstall on PC with launcher-specific steps

Reinstalling is the last resort on PC because the download is around 155 GB. If nothing above worked, clean the install properly rather than just uninstalling and reinstalling:

  1. Uninstall the game from its launcher (Steam, EA App, or Epic).
  2. Delete %LOCALAPPDATA%\SwGame and %USERPROFILE%\Documents\Star Wars Jedi Survivor.
  3. Delete any leftover folders under the installation path (for example C:\Program Files (x86)\Steam\steamapps\common\Jedi Survivor).
  4. Reboot.
  5. Reinstall. On Steam, right-click the game, Properties, Installed Files, Verify integrity of game files after the first successful launch. On EA App, choose Repair before the first launch.

If the game was purchased through Epic Games Store, also delete %LOCALAPPDATA%\EpicGamesLauncher\Saved\webcache before reinstalling. A corrupted Epic web cache can stop the install verification from completing, which presents as a successful install that still black-screens on launch.

When to open a support ticket

If you have worked through every fix above and the black screen persists, the issue is either a hardware fault or a bug that needs to be reported to EA directly rather than solved on your end.

EA Help for Jedi: Survivor: visit help.ea.com, sign in, choose Contact Us, and request a live chat or callback. The direct EA customer support phone line in the United States is 1-866-543-5435.

For PlayStation warranty or replacement, PlayStation Support can be reached at 1-800-345-7669. For Xbox warranty service, call Xbox Support at 1-800-469-9269. Both manufacturers will arrange a repair or replacement if the issue turns out to be a console-side HDMI output failure.

Save a short video of the black screen on your phone before contacting support. Showing the logo appearing, the audio playing, and the screen going dark speeds up ticket handling considerably compared to a written description.

Leave a Reply

Your email address will not be published. Required fields are marked *