1. Corrupted config file (most common)
If Rust loads to a black screen but you can hear menu music or see your cursor, your config file is busted. This happens after crashes, force closes, or when you change graphics settings that your GPU can't handle. Don't bother reinstalling Rust — that's overkill.
Here's the fix:
- Press Win + R, type
%USERPROFILE%\AppData\Local\rust\and hit Enter. - Find the file
cfg.cfg(orconfig.cfg). - Right-click it and rename it to
cfg.cfg.bak. - Launch Rust. It'll create a fresh config.
This resets graphics, audio, and keybinds. You'll have to tweak settings again, but the black screen will be gone. I've done this on half a dozen machines — works every time.
2. Outdated or corrupted graphics drivers
Rust is picky about GPU drivers. If your config reset didn't work, drivers are the next suspect. Specifically, NVIDIA users on versions older than 536.67 have reported black screens. AMD users with drivers from 2023 or earlier — you need to update too.
Skip the device manager — it rarely gives you the latest version. Use the tool from your GPU vendor directly:
- NVIDIA: NVIDIA GeForce Experience or the manual driver download page. Get the Game Ready Driver, not Studio.
- AMD: AMD Adrenalin — use the auto-detect tool.
- Intel: Intel Driver & Support Assistant.
After installing, do a clean install (NVIDIA: check "Perform a clean installation" during setup; AMD: use Factory Reset). Reboot and try Rust again. If the black screen persists, move to the next fix.
3. EasyAntiCheat corruption or conflict
Rust uses EasyAntiCheat (EAC). If its installation gets corrupted — which happens after Windows updates or other game installs — you'll get a black screen. You can hear sound but see nothing.
Fix it in two minutes:
- Go to your Rust installation folder (usually
C:\Program Files (x86)\Steam\steamapps\common\Rust). - Find the
EasyAntiCheatfolder, then openEasyAntiCheat_EOS_Setup.exe. - Click "Repair Service" and let it finish.
- Launch Rust from Steam. If it still hangs, run the same .exe again and click "Uninstall", then reinstall Rust.
I've also seen EAC conflict with Razer Cortex and MSI Afterburner. Close those overlays and GPU tweaking tools before launching Rust. They're not worth the trouble.
4. Missing or corrupted Visual C++ redistributables
This is less common but hits people who clean up their system too aggressively. Rust needs the 2015-2022 Visual C++ redistributable. If it's missing, the game starts to a black screen and sometimes crashes to desktop.
Grab the latest all-in-one package from Microsoft's official site (x64 version). Install it, reboot, try again. Don't bother with the x86 version — Rust is 64-bit only.
Quick-reference summary table
| Cause | Likelihood | Fix | Time |
|---|---|---|---|
| Corrupted config file | ~70% | Delete/rename cfg.cfg in %USERPROFILE%\AppData\Local\rust\ |
1 min |
| Outdated graphics driver | ~20% | Update via NVIDIA/AMD/Intel tool, clean install | 5-10 min |
| EAC corruption | ~8% | Repair EAC via EasyAntiCheat_EOS_Setup.exe |
2 min |
| Missing VC++ redistributables | ~2% | Install x64 VC++ redist from Microsoft | 3 min |
One more thing: If you're running Rust on a laptop with switchable graphics (NVIDIA Optimus), make sure Rust is running on your dedicated GPU. In NVIDIA Control Panel, go to Manage 3D Settings > Program Settings, add Rust.exe, and set the preferred processor to High-performance NVIDIA processor. This alone fixed the black screen for two users I helped last month.