How to Fix Call of Duty Modern Warfare 4 Beta Crashing on Startup (PC Guide)

If you have spent the last hour trying to launch the Call of Duty: Modern Warfare 4 Beta instead of actually playing it, trust me, you are not alone. The PC version is already giving some players a rough first impression, with crashes before the main menu, black screens, DirectX errors, endless loading and the classic “nothing happens when I press Play” situation.

I have always found launch-day Call of Duty troubleshooting slightly ridiculous. You install a huge game, update Windows, update your GPU driver, close half your background apps, sacrifice your evening to the PC gods, and then the game still crashes five seconds after startup. The Modern Warfare 4 Beta is no exception.

The good news is that most startup crashes are not completely mysterious. In my experience, they usually come down to security settings, corrupted files, unstable hardware, conflicting overlays, graphics drivers or Windows configuration. So instead of randomly changing twenty settings at once, here is the order I would personally work through.

First: Don’t Start With the Nuclear Option

Before uninstalling the entire beta, check the boring stuff.

How to Fix Call of Duty Modern Warfare 4 Beta Crashing on Startup (PC Guide)

Make sure Windows is fully updated, your GPU driver is current, and the game is installed on an internal SSD. Also disconnect any VPN and temporarily close monitoring software, RGB utilities and overlays.

If the beta previously launched successfully and suddenly stopped working after a driver, Windows or BIOS change, think about what changed immediately before the crashes started. That clue is often more useful than reinstalling everything.

Here is my recommended troubleshooting order:

ProblemFirst Fix I’d TryDifficulty
Game instantly closesCheck TPM 2.0 and Secure BootEasy
Black screenDisable overlays and verify filesEasy
DirectX 12 crashClean-install GPU driverMedium
Crash during shader loadingReturn CPU/GPU to stock settingsMedium
Endless loadingCheck SSD installation and filesEasy
Launcher refuses to startRepair launcher and Gaming ServicesMedium

1. Check TPM 2.0 and Secure Boot First

This is probably the first thing I would check if Modern Warfare 4 Beta simply disappears after clicking Play.

For this beta, PC security requirements are particularly important. TPM 2.0 and Secure Boot need to be enabled on supported systems, and if either setting is disabled or incorrectly detected, the game may refuse to start.

Checking TPM is simple.

How to Fix Call of Duty Modern Warfare 4 Beta Crashing on Startup (PC Guide)

Press Windows + R, type:

tpm.msc

and press Enter.

Look at the status information. If Windows reports that a compatible TPM cannot be found, or the module is disabled, you will need to check your motherboard firmware.

Restart your PC and enter the BIOS using the appropriate key, commonly Delete or F2. Depending on your motherboard, TPM may have a completely different name.

On Intel systems, look for Intel PTT (Platform Trust Technology). On AMD systems, you will usually be looking for AMD fTPM.

Make sure the relevant option is enabled. Then check the Boot or Security section for Secure Boot and enable that as well.

Save the BIOS changes and boot back into Windows.

One BIOS Trick Worth Trying

If TPM and Secure Boot are already enabled but the beta behaves as though they are not, I would not immediately assume your hardware is incompatible.

There can be situations where firmware changes are not being recognized correctly by software. A simple reset of those settings can sometimes help.

You can try disabling TPM and Secure Boot, booting into Windows once, restarting, and then enabling both options again in the BIOS.

Do this carefully and don’t randomly change other BIOS settings. If you use BitLocker or other disk-encryption features, changing security configuration can also trigger recovery procedures.

2. Verify the Beta Files Before Reinstalling Anything

This is the most painless fix on the entire list, and honestly, it should be much higher on everyone’s troubleshooting checklist.

A corrupted or incomplete game file can cause a crash before you ever see an error message.

If you are using Steam, open your Library, right-click the Modern Warfare 4 Beta and go to Properties > Installed Files. Select Verify integrity of game files.

Let Steam finish the process completely.

For Battle.net, open the beta page, select the settings menu near the Play button and use Scan and Repair.

The important part here is patience. Don’t launch the game halfway through the verification process because it looks like the launcher has stopped doing anything.

If files are damaged, the launcher should download replacements automatically.

What About Xbox App and Microsoft Store?

If you installed the beta through the Xbox app on Windows and the launcher behaves strangely, check the Microsoft Store as well.

Search directly for the Modern Warfare 4 Beta rather than relying exclusively on a shortcut inside the Xbox application. Also check Windows’ Gaming Services installation if the launcher refuses to initialize correctly.

Windows gaming infrastructure can occasionally become the problem instead of the game itself, which is exactly as fun as it sounds.

3. Temporarily Remove Overclocks and Undervolts

This is one of my favorite “it was working yesterday” fixes.

A PC can appear completely stable during everyday gaming and still crash when a new game hits the CPU and GPU differently.

The first shader compilation and asset-loading stages can produce sudden bursts of CPU and GPU activity. If your processor or graphics card is running an aggressive undervolt or overclock, the beta may expose instability that other games never trigger.

If you are using:

  • MSI Afterburner
  • AMD Ryzen Master
  • Intel XTU
  • Custom BIOS CPU settings
  • GPU undervolting
  • Manual memory overclocks

return everything to stock settings temporarily.

I would absolutely do this before blaming the game engine.

If the beta suddenly becomes stable, you have learned something useful: the problem is probably not the installation itself. Your previous tuning simply isn’t stable under this particular workload.

For high-end Intel CPUs, especially systems that have experienced stability problems in demanding games, also check that your motherboard BIOS is using sensible processor power and voltage behavior.

Don’t start changing advanced voltage settings blindly. If you are not comfortable with BIOS tuning, stock settings are the safer diagnostic option.

4. Kill Your Overlays

PC gaming has reached the point where practically every application wants to put something on top of your game.

Discord wants an overlay. NVIDIA wants an overlay. Steam wants an overlay. RGB software wants to monitor something. Afterburner wants statistics on your screen. Then you wonder why a game with aggressive anti-cheat and low-level system access doesn’t appreciate the crowded neighborhood.

For troubleshooting, close them.

I would temporarily shut down Discord Overlay, NVIDIA/AMD overlays, Overwolf, RivaTuner Statistics Server, MSI Afterburner, OBS, Streamlabs and similar utilities.

RGB applications such as Corsair iCUE, Razer Synapse and motherboard control software can also be worth closing during testing.

You don’t necessarily need to uninstall anything. The goal is simply to find out whether another program is interfering with the beta.

If Nothing Else Works: Clean Boot Windows

You can perform a clean boot to isolate background software.

Press Windows + R, enter msconfig, and open the Services tab.

Select Hide all Microsoft services, then temporarily disable the remaining third-party services.

Open the Startup section through Task Manager and disable unnecessary startup applications. Restart Windows and test the beta.

If Modern Warfare 4 suddenly launches normally, start re-enabling your software until you find the culprit.

It is boring, but it works.

5. Give DirectX 12 a Proper Check

DirectX 12 problems are particularly annoying because the game can crash without giving you a useful explanation.

If you get a black screen, freeze or crash during initial loading, Windows itself may have damaged system components.

How to Fix Call of Duty Modern Warfare 4 Beta Crashing on Startup (PC Guide)

Open Command Prompt as Administrator and run:

sfc /scannow

Wait until the scan reaches 100 percent.

After that, run:

DISM /Online /Cleanup-Image /RestoreHealth

These commands check and repair Windows components that games can depend on.

Be Careful With Launch Arguments

If your launcher provides command-line options, you may see recommendations for forcing different DirectX modes.

Arguments such as -dx12, -dx11 or -d3d11 are commonly suggested when troubleshooting PC games.

However, I wouldn’t blindly throw every possible command into the launcher. Modern Warfare 4 is built around a modern DirectX 12 pipeline, so an unsupported or ineffective argument may simply create another variable in your troubleshooting.

Change one thing at a time. That is the golden rule.

If the game launches after a particular argument, remove other experimental commands and confirm which change actually solved the problem.

6. Clean Install Your GPU Driver

If your crash happens when the game begins loading shaders or entering multiplayer, I would put graphics drivers near the top of the list.

A normal driver update doesn’t always eliminate every old configuration or cache. A clean installation can provide a much better starting point for a new beta.

Download the latest appropriate driver from your GPU manufacturer’s official software.

During installation, choose the clean installation option when available.

Then restart your computer.

If the crashes continue, Windows’ Hardware-Accelerated GPU Scheduling (HAGS) can also be worth testing. Some systems behave differently with it enabled or disabled, particularly during early builds of demanding games.

Don’t change five graphics-related Windows options at once. Disable HAGS, test the beta, and see whether anything actually changes.

7. Make Sure the Beta Is on an SSD

This sounds obvious in 2026, but storage still causes weird gaming problems.

Modern Call of Duty games constantly stream large amounts of data. If the beta is installed on an old mechanical hard drive, loading behavior can become painfully slow and may contribute to apparent freezes or endless loading.

An internal SSD is strongly preferable.

If your PC has multiple drives, check where both the game and relevant launcher components are installed. If the game is sitting on a slow HDD while your operating system is on a fast NVMe SSD, moving the beta to the SSD is one of the easiest experiments you can perform.

I would also make sure the drive isn’t nearly full.

A modern game doesn’t need every last gigabyte of your storage available, but leaving Windows and the game with almost no free space is asking for trouble.

8. Turn Off VPNs and Check Your Connection

Not every “crash” is actually a graphics crash.

If the beta starts but fails during authentication, gets stuck connecting to services or suddenly closes during the transition into online content, network configuration could be involved.

The first thing I would do is turn off any commercial VPN.

VPNs can alter your apparent region and routing, which can complicate authentication and online services during a limited beta.

Also restart your router if you are experiencing repeated connection failures and make sure your PC isn’t switching between multiple network adapters.

Call of Duty Modern Warfare 4 PC Best Graphics Settings for High FPS and Max Visibility

My Personal Troubleshooting Order

If I were sitting at my PC right now and Modern Warfare 4 Beta refused to launch, I would not spend three hours reinstalling Windows.

I’d go in this order:

  1. Check TPM 2.0 and Secure Boot.
  2. Verify the beta’s files.
  3. Close every overlay and monitoring application.
  4. Return CPU/GPU settings to stock.
  5. Clean-install the graphics driver.
  6. Run SFC and DISM.
  7. Check the SSD and free storage space.
  8. Disable VPN and test the connection.
  9. Only then start experimenting with advanced launch options.

That order matters because the first few solutions are relatively safe and easy to reverse.

Call of Duty Modern Warfare 4 Map List: All 12 Launch 6v6 Maps Confirmed

Final Thoughts

The frustrating thing about a beta is that not every crash is necessarily something you can fix on your own. If your system meets the requirements, TPM and Secure Boot are working, the files are clean, drivers are fresh and the game still crashes consistently at the same point, there may simply be a problem with the current build.

Don’t let random Reddit comments convince you that you need to rebuild your entire PC because somebody’s cousin gained 14 FPS after changing a BIOS voltage.

Start with the fundamentals.

For most PC players, verified files, stock hardware settings, clean GPU drivers and disabled overlays are the four fixes I would investigate first. TPM 2.0 and Secure Boot are equally important if the game refuses to get past the initial startup process.

And if you’re currently staring at a black screen while reading this on your second monitor, don’t worry. Your PC probably isn’t dying. The Modern Warfare 4 Beta is just doing its best impression of a locked door.

Fix COD Modern Warfare 4 Open Beta Crashing/Crash On Startup/Crash To Desktop(CTD)/Freezing PC

Similar Posts