MSFS 2024 Crashes on Startup How to Fix

“`html

MSFS 2024 Crashes on Startup — How to Fix

I spent three hours last week staring at a black screen. Clicked launch, watched the splash screen load for maybe two seconds, then — nothing. Back to desktop. I tried the obvious stuff first: restart, verify game files, the usual suspects. None of it worked until I actually figured out what kind of crash I was experiencing. That distinction changed everything.

MSFS 2024 crashes on startup happen for different reasons, and honestly, you need to know which one you’re hitting before you even start fixing it. A driver issue won’t care if you reset your graphics settings. A corrupted installation won’t respond to a GPU firmware update. This guide separates those problems with a diagnostic-first approach — no guessing.

Crash on Launch vs. Crash During Loading — Knowing the Difference Matters

Not all startup crashes look the same, and the distinction tells you exactly where to focus your troubleshooting energy.

If MSFS 2024 crashes immediately after you click “Launch” — splash screen appears for two seconds, then back to desktop with no error message — that’s almost always a driver or DirectX compatibility problem. You won’t even reach the main menu. Windows might generate a crash report (check Event Viewer), or it might fail silently. Either way, the game never initialized.

If the game loads the main menu, you select “Continue,” the loading screen appears with the aircraft and airport details, then it crashes — that’s a different animal entirely. Settings corruption, mod conflicts, or partial installation issues typically trigger this pattern. The game’s engine started. DirectX initialized. Something broke once the sim actually tried to load your flight state and scenery data.

A third scenario: the game hangs. Doesn’t crash to desktop. Freezes at the splash screen or main menu. Your GPU utilization drops to 0% in Task Manager. This usually means a driver is conflicting with MSFS 2024’s DirectX 12 backend, or Windows Update broke something in the last 48 hours.

Write down which one you’re experiencing — seriously. You’ll reference this in the next steps.

Step 1 — Verify GPU Drivers and VRAM

Outdated drivers are responsible for roughly 60% of startup crashes I’ve seen reported in the MSFS community forums and Discord. MSFS 2024 uses DirectX 12 with aggressive multi-threading, which means older driver versions simply don’t handle the initialization properly.

Check your current driver version first. Open Device Manager (right-click Start, select it). Expand “Display adapters.” Right-click your GPU and choose “Properties.” Go to the “Driver” tab. You’ll see your driver version and the release date right there.

Nvidia users need driver version 566.14 or newer — that’s the January 2025 release. If you’re still on anything from 2024, you’ll experience startup hangs or black screens. Go to nvidia.com/Download/driverDetails.aspx, select your GPU model (RTX 40-series, RTX 30-series, GTX 16-series, whatever you’ve got), and download the latest Game Ready driver. The installation takes about five minutes and requires a restart.

AMD users should be on driver version 24.12.1 or later — that’s the Radeon Software December 2024 release. Adrenalin older versions conflict with MSFS 2024’s texture streaming during startup. Download from amd.com/en/support. AMD’s installer is more invasive than Nvidia’s — it uninstalls the old driver completely, so expect a longer process and possibly a second restart before you’re done.

Intel Arc GPU users — this is critical, and I can’t stress this enough. You need driver version 36.0 or newer. Intel’s driver releases were chaotic through 2024, and Arc GPUs on older driver versions will hard-crash MSFS 2024 during initialization. Go to ark.intel.com, search your Arc GPU model, and find the download link. Update this immediately if you haven’t checked in the last month.

After updating, restart Windows completely. Don’t just restart the sim — actually restart the OS.

Check your VRAM allocation next. Open Settings, search “Device Manager,” expand “Display adapters” again. Right-click your GPU and select “Properties.” Under “Driver,” note the VRAM listed — this is often inaccurate, but use it as a baseline anyway. MSFS 2024 needs minimum 6GB VRAM to launch without expected crashes. If you have 4GB or less, startup crashes are just going to happen — you’d need to upgrade the card.

Most crashes at this stage aren’t actually VRAM capacity issues though. They’re driver compatibility issues. The driver is the first thing MSFS 2024 talks to at launch, before it allocates texture memory or renders anything. A broken driver conversation kills the entire process immediately.

Try launching MSFS 2024 now. If you were crashing at the splash screen, you might be finished.

Step 2 — Check Community.cfg and Graphics Settings

Probably should have opened with this section, honestly. User config corruption causes more crashes than people realize, especially if you’ve been experimenting with graphics settings or imported configs from some random YouTube optimization tutorial.

Navigate to this exact folder: C:\Users\[YourUsername]\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalState. If AppData is hidden, enable “Show hidden files” in View options first.

Inside that folder, find community.cfg. Open it with Notepad. Look for these settings — known to cause startup crashes in MSFS 2024:

  • RENDER_SCALING — if set above 200, instant startup crash. Set it to 100.
  • TEXTURE_RESOLUTION — values above 512 on systems with less than 8GB VRAM cause immediate CTD. Drop it to 256 or 128 and try again.
  • WINDOWED_MODE — change from 0 to 1 (or vice versa) and try launching. This one’s weird but solves crashes for about 15% of users reporting startup issues.
  • VERTICAL_SYNC — set this to 0 to disable. Some driver versions conflict with V-Sync during initialization for reasons nobody fully understands.

Make your edits, save the file, and try launching again.

If you don’t see these settings in community.cfg, add them manually at the end before the closing bracket. Like this:

RENDER_SCALING=100
TEXTURE_RESOLUTION=256
WINDOWED_MODE=0
VERTICAL_SYNC=0

There’s also a graphics config file deeper in the same folder structure. Navigate to ...\LocalState\packages\Microsoft.FlightSimulator\Official\OneStore. Look for settings.xml. Open it with Notepad and search for RenderScaling and TextureResolution tags. Lower both values to conservative settings — 100 and 256 respectively. Save and test.

This solved my crash within seconds, honestly. My community.cfg had RENDER_SCALING=280 from some outdated optimization guide I’d followed. Dropped it to 100, launched cleanly. That was the entire problem.

Step 3 — Repair or Reinstall via Steam or Windows Store

If you’ve confirmed drivers are current and config files are reset, the installation itself might be corrupted. MSFS 2024 is massive — 140GB+ for the full package. Download interruptions, failed updates, or SSD errors during installation can leave broken files scattered throughout.

For Steam users: Right-click MSFS 2024 in your library. Select “Properties.” Go to “Installed Files” tab. Click “Verify integrity of game files.” Steam will re-download any missing or corrupted files without touching your entire installation. This takes 15-45 minutes depending on how many files need repair.

For Windows Store users: Open the Windows Store app. Find MSFS 2024 in your library. Click the three-dot menu. Select “Repair” first — not “Reset.” This checks system files without reinstalling everything. If repair fails or doesn’t resolve the crash, then select “Reset,” which is a full reinstall but keeps your savings and configurations intact.

Before you reinstall, disable or temporarily uninstall any third-party mods or add-ons. Marketplace aircraft, scenery add-ons from third-party developers — these can cause startup crashes if they’re incompatible with the latest MSFS 2024 patch. Move any custom folders from the Community folder (inside your MSFS installation) to a temporary backup location. Try launching a clean install first.

If repair doesn’t work, reset/reinstall is your next move. This will take 1-3 hours depending on your internet speed and SSD performance.

Still Crashing After These Steps

You’ve updated drivers, reset config files, and verified the installation. If MSFS 2024 still crashes on startup, you need diagnostic data — no more guessing.

Open Event Viewer (Windows key + R, type eventvwr.msc). Navigate to “Windows Logs” → “Application.” Look for error entries timestamped at the exact moment MSFS crashed. The error code and description tell you whether it’s a graphics API failure, a missing dependency, or a hardware conflict. Screenshot those errors.

Run DirectX Diagnostic Tool (Windows key + R, type dxdiag). Check the “Display” tab. Note your GPU, driver version (this confirms what Device Manager showed), and available VRAM. Check the “System” tab for Windows version and total system RAM. Run any diagnostic tests if offered.

At this point, you’re beyond general troubleshooting. Post your Event Viewer errors, dxdiag output, and crash details to the official MSFS forums (flightsimulator.zendesk.com) or r/flightsim. Include your GPU model, driver version, Windows version, and whether you’re using Steam or Windows Store. Community members or official support can pinpoint hardware-specific conflicts.

The MSFS Discord also has a support channel where users diagnose crashes regularly. Search for your exact error code there first — odds are someone’s already solved it.

A small percentage of startup crashes trace to hardware failure — failing SSD, overheating GPU, bad RAM sticks. If all software steps fail, stress-test your hardware using MemTest86 (for RAM) or GFXBench (for GPU). If those tests fail, hardware replacement is your only fix.

You’ve now exhausted the software side. The issue is either environmental — specific to your system configuration — or hardware-level at that point.

“`

Dave Hartland

Dave Hartland

Author & Expert

Jason Michael, an ATP-rated pilot who flies the C-17 for the U.S. Air Force, is the editor of Ultimate Flight Simulators. Articles on the site are researched, fact-checked, and reviewed before publication. Read our editorial standards or send a correction at the editorial policy page.

331 Articles
View All Posts

Stay in the loop

Get the latest ultimate flight simulators updates delivered to your inbox.