BG3 launches, then nothing happens. Or the Larian Launcher opens and immediately crashes. Or you get a DirectX error with no clear path forward. Whatever you’re seeing, here’s what most troubleshooting guides get wrong: they dump every fix in an arbitrary order and leave you spending 45 minutes reinstalling the game when a 30-second API switch would have solved it.
This guide ranks 12 confirmed fixes by community-reported success rate. Start at Fix 1 and work down. The fixes that resolve the most cases sit at the top; the nuclear options sit at the bottom. Verified against Patch 8 (Hotfix 36), the current build as of mid-2026. Values may change with future updates.
Quick Start Checklist
If you want the fastest path to a working game and you’re not sure where to begin, run through these in order before reading the full explanations:
- In Steam, click the gear icon next to Play and select DirectX 11 — then launch
- Right-click BG3 in Steam → Properties → Installed Files → Verify integrity of game files
- If you have mods: disable all mods and test the base game
- Press Win+R, type
%LocalAppData%, navigate to Larian Studios → Launcher → delete all files - In the same Larian Studios folder, open Baldur’s Gate 3 and delete everything except PlayerProfiles
- Update your GPU driver (or roll it back if you updated recently)
- Check that your BG3 executable does not have “Run as administrator” forced on — toggle it off if it does
Read Your Symptom First
Different failure modes have different likely causes. Match yours to the table below before you start — it tells you which fix to jump to.
| What you see | Most likely cause | Start at |
|---|---|---|
| DirectX error pop-up at launch | Wrong API selected or outdated GPU driver | Fix 1 |
| Launcher opens, game never starts | Launcher cache corruption or mod conflict | Fix 4, then Fix 3 |
| Nothing happens after clicking Play | Admin privilege mismatch or background software | Fix 6, then Fix 8 |
| Crash after Larian logo / intro cutscene | Corrupt game files or incompatible mod | Fix 2, then Fix 3 |
| Game stopped launching after a patch | Mod incompatibility with new patch build | Fix 3 |
| AMD GPU — crash at launch, no error message | BIOS overclock or Resizable BAR conflict | Fix 9 |
| Larian Launcher itself crashes on open | Launcher corruption or antivirus blocking | Fix 4, then Fix 7 |

Top-Tier Fixes — Try These First
These four account for the majority of resolved BG3 launch failures across Steam discussions and Larian’s official support threads. Work through them in order before moving further down the list.
Fix 1: Switch Your DirectX API (~40% success rate)
BG3 launches in Vulkan by default. On a large number of systems — particularly those with older GPUs, mixed driver versions, or certain Intel and AMD integrated graphics configurations — Vulkan causes a silent crash before the main menu loads. Switching to DirectX 11 bypasses the Vulkan runtime entirely and uses a different rendering pipeline that works on a broader range of hardware.
How to switch:
- In your Steam library, click the gear icon next to the Play button for Baldur’s Gate 3
- Select Baldur’s Gate 3 (DirectX 11)
- Launch and test
Alternatively, navigate to your game’s bin folder: Steam\steamapps\common\Baldurs Gate 3\bin\ and run bg3_dx11.exe directly instead of bg3.exe. If DirectX 11 works where Vulkan didn’t, your Vulkan runtime is the root cause — update your GPU driver (Fix 5) and then try switching back to Vulkan.
If you’re already running DirectX 11 and seeing a DirectX-specific error code, the reverse applies: switch to Vulkan. Some DirectX errors trace to corrupted DirectX runtime files rather than an API compatibility issue, and Vulkan sidesteps those files entirely.
Fix 2: Verify Game File Integrity (~35% success rate)
Corrupt or missing game files are the second most common cause of launch failures — particularly after a large patch like Patch 8 interrupted a download mid-way, or an antivirus quarantined a BG3 executable without flagging it. Steam’s verify function checksums every file against Valve’s servers and replaces anything that doesn’t match, no full reinstall required.
Steps for Steam:
- Right-click Baldur’s Gate 3 in your library
- Select Properties → Installed Files
- Click Verify integrity of game files
- Wait for the scan to complete (5–15 minutes depending on drive speed)
- Relaunch
For GOG: select the game → Customization → Manage installation → Verify/Repair.
If verification consistently reports “1 file failed to validate” and keeps replacing the same file, your antivirus is quarantining a legitimate BG3 executable. Add your BG3 installation folder to your antivirus exclusion list, then run verification again. This specific pattern is documented in Larian’s Patch 8 known-issues thread as a recurring cause of startup crashes.
Fix 3: Disable All Mods (~30% success rate for modded installs)
Patch 8 restructured how BG3 loads assets, which broke a significant portion of the mod library — including major UI overhauls and Script Extender-dependent mods. If your install is modded and the game stopped launching after a patch, mods are the first thing to rule out.
Fastest approach:
- Open the Larian Launcher or BG3 Mod Manager
- Disable all mods and move them out of the active load order
- Launch the base game and confirm it works
- Re-enable mods one at a time to identify the culprit
If you use BG3 Script Extender (BG3SE), check that your BG3SE version matches the current game build. An outdated Dwrite.dll in your bin folder will cause a launch failure with no error message. Delete the stale file from Baldurs Gate 3\bin\ and let the Script Extender updater replace it on next launch.
One non-obvious mod issue: your Mods folder at %LocalAppData%\Larian Studios\Baldur’s Gate 3\Mods\ must contain only .pak files at the root level — no subfolders. Nested subfolders cause BG3 to reset modsettings.lsx on every launch, producing a “failed to load main menu” loop that looks like a launch failure but is actually a load order reset.
Fix 4: Clear the Launcher Cache (~25% success rate)
The Larian Launcher maintains its own cache separate from the game files. When that cache becomes corrupted — typically from a failed update or an interrupted close — the launcher opens but can’t initialize the game correctly. Clearing it forces a rebuild on next launch.
Two cache locations to clear:
- Press Win+R, type
%LocalAppData%, press Enter - Navigate to Larian Studios → Launcher → delete all files inside this folder
- Also navigate to Larian Studios → Baldur’s Gate 3 → delete everything except the PlayerProfiles folder
- Relaunch the game and let it rebuild
The PlayerProfiles folder contains your save data. Do not delete it. Everything else in that directory regenerates on launch.
Mid-Tier Fixes
If the top four didn’t work, the issue is driver-level, permissions-based, or specific to how the Larian Launcher interacts with your system configuration.
Fix 5: Update or Roll Back Your GPU Driver
An outdated GPU driver lacks Vulkan extensions BG3 requires. But a brand-new driver with a regression can introduce new launch failures — both directions matter here.
Update first: NVIDIA users, open GeForce Experience → Drivers and install the latest Game Ready Driver. AMD users, open AMD Software → Check for Updates. If updating makes things worse — a pattern reported on certain RX 6000 and RX 7000 cards after specific driver releases — roll back using Device Manager → Display Adapters → right-click your GPU → Update driver → Browse my computer → Let me pick from a list. For a cleaner rollback, use DDU (Display Driver Uninstaller) in Safe Mode to strip the current driver completely before reinstalling the previous version.
If you’re on an older system with an outdated Vulkan Runtime, update it independently. The Vulkan Runtime is bundled with GPU driver packages, but significantly outdated versions may not receive the update through a standard driver install.
Fix 6: Flip Your Administrator Setting
Most guides tell you to run BG3 as administrator. Counterintuitively, this can be the problem rather than the fix — especially when launching through Steam. When the BG3 executable runs as admin but Steam doesn’t, the two processes operate at different privilege levels. The Steam overlay and cloud sync can’t initialize correctly, producing a silent launch failure with no error dialog.
Check your current state:
- Navigate to
Steam\steamapps\common\Baldurs Gate 3\bin\ - Right-click
bg3.exe→ Properties → Compatibility tab - If “Run this program as an administrator” is checked — uncheck it
- If it’s unchecked — check it
- Repeat for
bg3_dx11.exe
The logic: whichever state you’re in, try the opposite. Many users who install via Steam end up with admin forced on from a previous troubleshooting attempt — and that becomes the blocker.
Fix 7: Bypass the Larian Launcher Entirely
The Larian Launcher is a thin wrapper that presents the API selector before handing off to the game executable. If the launcher itself is crashing — appearing briefly then closing, or not appearing at all — you can skip it completely without any functionality loss.
In Steam: right-click BG3 → Properties → General → Launch Options, and enter: --skip-launcher. Steam passes the game directly to the executable using whichever API you last selected in the launcher.
If you want full control: open Steam\steamapps\common\Baldurs Gate 3\bin\ and run bg3.exe (Vulkan) or bg3_dx11.exe (DirectX 11) directly by right-clicking and selecting Run as administrator. This bypasses both Steam’s launch wrapper and the Larian Launcher. You lose the API selector UI, but if the launcher is your bottleneck, you don’t need it.
Situational Fixes
These three solve a smaller percentage of cases overall, but when they apply, nothing else works. They address root causes the standard fixes can’t touch.
Fix 8: Kill Conflicting Background Software
Two programs cause BG3 launch failures at a disproportionate rate. ASUS Sonic Studio — an audio processing application bundled with ASUS motherboards and peripherals — is explicitly identified in Larian’s Patch 8 known-issues thread as a startup crash trigger. Disabling it isn’t enough; uninstall it via Add/Remove Programs if you have an ASUS board and are seeing unexplained crashes at launch.
Aggressive antivirus software is the second common culprit. BitDefender, AVG, and Avast have all generated false positives on BG3 executables at various points. Temporarily disable real-time protection, attempt launch, and if it works, add your entire BG3 installation folder to the antivirus exclusion list. Windows Defender can also block the Larian Launcher; add an exclusion specifically for %LocalAppData%\Larian Studios\Launcher\.
Screen recording software (OBS with game capture, NVIDIA ShadowPlay in always-on mode, Xbox Game Bar) can also conflict with BG3’s exclusive fullscreen mode. Close these before launching and test in Borderless Windowed mode.
Fix 9: Disable BIOS Overclocking (AMD Users)
This fix targets AMD CPU setups with memory overclocking enabled. BG3 is sensitive to non-standard memory timings, and three specific BIOS features have been documented as causing launch crashes on AMD systems: XMP/EXPO memory profiles, Precision Boost Overdrive, and Resizable BAR (ReBAR/SAM).
To test: enter BIOS (typically Del or F2 at POST), disable XMP/EXPO on your RAM, disable Precision Boost Overdrive under CPU settings, and set Resizable BAR to Auto or Off. Boot and test. If BG3 launches, re-enable each setting one at a time to identify the specific conflict. Many users find the game stable with XMP enabled but ReBAR disabled — the combination of both simultaneously is the common trigger.
On AMD Ryzen 5000 and 7000 systems with RAM running above 6000 MT/s, Infinity Fabric dividers can introduce instability that manifests as application crashes rather than system crashes, making it harder to diagnose without BIOS testing. If you’ve already optimized your hardware configuration, see our BG3 Best PC Settings guide for the full in-game settings recommendations to pair with stable hardware.
Fix 10: Disable Steam Cloud Sync and Steam Overlay
Steam Cloud can create a launch deadlock when it’s attempting to sync a corrupted or oversized save file while the game initializes. The game waits for the sync to complete, the sync stalls, and the launch silently fails.
Disable temporarily:
- Right-click BG3 in Steam → Properties → General
- Uncheck Keep games saves in the Steam Cloud for Baldur’s Gate 3
- Go to Steam Settings → In-Game → uncheck Enable the Steam Overlay while in-game
- Relaunch and test
Re-enable both after confirming the game loads cleanly. The deadlock is usually a one-time occurrence tied to a corrupted sync record — once the local state and cloud state are reconciled by the game running successfully, future launches proceed normally.
Last Resort Fixes
Fix 11: Clean Boot + Repair Visual C++ Redistributables
A clean boot strips everything except Microsoft’s core services from startup, ruling out any third-party software conflict you haven’t identified yet. Press Win+R, type msconfig, go to the Services tab, check “Hide all Microsoft services,” click “Disable All,” then reboot and test BG3. If it launches in a clean boot environment but not normally, the problem is a background application — re-enable services in batches to narrow it down.
While in system maintenance mode, repair the Visual C++ redistributables. BG3 requires Visual C++ 2019 and 2022 runtimes; missing or corrupted versions produce a silent crash with no error message. Download the x64 and x86 versions of both from Microsoft’s Visual C++ redistribution page and run each installer with Repair selected. Also check that .NET 3.1 runtime is installed — Larian’s Patch 8 thread flags reinstalling .NET 3.1 as a fix for users with clean Windows installs that are missing it.
Fix 12: Fresh Install
If nothing above worked, a complete reinstall addresses installation-level corruption that file verification can’t reach. Before you uninstall: back up your save files from %LocalAppData%\Larian Studios\Baldur’s Gate 3\PlayerProfiles\ to a location entirely outside the Larian Studios folder.
After uninstalling through Steam, manually delete two remaining directories: the BG3 folder at Steam\steamapps\common\Baldurs Gate 3\ and the Larian Studios folder at %LocalAppData%\Larian Studios\. Leaving orphaned files from the previous install can carry corruption forward into the reinstall — the manual deletion step is what makes this a clean install rather than just a reinstall. After reinstalling, launch with zero mods and confirm stable operation before adding anything back.
Frequently Asked Questions
Why does BG3 work on my friend’s identical PC but not mine?
BG3 is unusually sensitive to non-standard system states — particularly overclocked memory, multiple monitors with mixed refresh rates, specific audio drivers, and background software. Your friend’s system is likely running stock settings or a different driver version, not necessarily better hardware. The fix is matching software state, not hardware specs. The symptom table at the top of this guide gives the fastest path to identifying which state is causing your specific failure.
Does BG3 support DirectX 12?
No. BG3 supports Vulkan (default) and DirectX 11. It has never shipped a DirectX 12 renderer. References to DX12 in older guides predate the game’s 1.0 release and are outdated. The launcher presents exactly two options: Vulkan and DirectX 11. If you see a third option, you’re using a third-party launcher or modded executable.
Will disabling mods delete my save files?
No. Save files are stored separately in %LocalAppData%\Larian Studios\Baldur’s Gate 3\PlayerProfiles\ and are not affected by disabling or removing mods. Saves that reference mod-added content — custom classes, items, companions — may load with errors or warnings when those mods are inactive, but the save file itself is preserved. See our BG3 Beginner’s Guide for more on managing saves and mod compatibility across patches.
Sources
[1] Larian Studios Forums. “Patch 8 — Known Issues and General Troubleshooting Suggestions.” forums.larian.com
[2] Driver Easy. “Baldur’s Gate 3 Not Launching — SOLVED.” drivereasy.com
[3] Appuals. “Baldur’s Gate 3 Won’t Launch or Open in PC.” appuals.com
[4] BG3 Mod Manager. “Troubleshooting.” bg3modmanager.net
[5] Dexerto. “How to Fix Baldur’s Gate 3 Crashing on PC.” dexerto.com
I've been playing video games for over 20 years, spanning everything from early PC titles to modern open-world games. I started Switchblade Gaming to publish the kind of accurate, well-researched guides I always wanted to find — built on primary sources, tested in-game, and kept up to date after patches. I currently focus on Minecraft and Pokémon GO.
