Skip to content

Guide

Minecraft Black Screen After Installing Mods

A Minecraft black screen is more encouraging than a crash, even though it feels worse. A crash means the process died. A black screen usually means the game is running perfectly well and simply failing to draw anything, which is a narrower problem with a shorter list of causes.

Five things produce it, and telling them apart takes about a minute.

First, work out whether the game is alive

Before troubleshooting, establish whether you have a rendering problem or a frozen process, because they need completely different responses.

Move your mouse. If the cursor changes shape over where buttons should be, the game is running and only the rendering has failed. Press Escape and listen — if the pause menu sound plays, it is definitely alive.

Alt-tab away and back. A genuinely frozen process will not repaint at all and the window will often be reported as not responding by the operating system.

If the game is alive, this page applies. If the process is frozen or gone, you have a crash and the log is the place to look.

Cause one — shaders

By a wide margin the most common cause, and the first thing to suspect if you recently touched a shader pack.

Shaders compile on first load, and a pack incompatible with your graphics card or driver can produce a black screen rather than an error. Older Intel integrated graphics are particularly prone to this.

The fix is to disable the shader without being able to see the menu. Delete or rename the shaderpacks folder while the game is closed, which forces it back to no shader.

Then start with a lightweight pack rather than the most impressive one. Complementary and BSL are reliable; some of the more experimental packs are not.

CauseFrequencyFastest test
Shader packVery commonRename the shaderpacks folder
Graphics driverCommonUpdate from the vendor directly
Resource packOccasionalRename the resourcepacks folder
A rendering modOccasionalBisect the mod list
Display or resolutionOccasionalPress F11
Five causes, ordered by how often each is the answer.

Cause two — graphics drivers

The second most common cause and the easiest to rule out.

Minecraft is unusual among games in being sensitive to OpenGL driver quality, and OpenGL is the API graphics vendors maintain least enthusiastically. A driver that runs everything else fine can render Minecraft as a black rectangle.

Update from the vendor directly rather than through Windows Update, which lags considerably. NVIDIA, AMD and Intel all publish current drivers on their own sites.

On laptops with switchable graphics, check which card Minecraft is actually using. Running on the integrated chip when a discrete one is present causes both this and a great deal of unnecessary slowness.

Cause three — a resource pack

A corrupted or incompatible resource pack can black-screen the game during loading, particularly packs using custom shaders or high-resolution textures on limited hardware.

The tell is timing: this typically happens as the world loads rather than at the title screen.

Fix it the same way as shaders — rename the resourcepacks folder while the game is closed. If the game then loads, reintroduce packs one at a time.

Very high-resolution packs, 512x and above, can also simply exhaust memory on modest hardware, which produces a black screen followed by a crash rather than a clean failure.

Cause four — a mod rendering incorrectly

Some mods draw to the screen — HUD additions, minimaps, interface overhauls — and a broken one can cover everything or fail during initialisation and leave nothing drawn.

The signature is that this started immediately after adding a specific mod. If you added five at once, bisect: remove half, launch, and narrow down.

Optifine-era mods are particularly likely to do this on modern setups, since they patch rendering in ways the current stack does not expect.

The log usually contains a rendering-related error even though no crash occurred. Search latest.log for the word 'render' and read what surrounds it.

Cause five — full-screen and resolution issues

A less obvious cause: the game is rendering correctly to a resolution or display your monitor is not showing.

This happens after changing monitors, changing resolution, or when a mod remembers a window size that no longer fits. The game is fine; you simply cannot see it.

Press F11 to toggle full-screen, which frequently resolves it immediately. If not, edit options.txt in the Minecraft directory and set fullscreen to false, then delete any saved window dimensions.

On multi-monitor setups, check whether the window has opened on a display that is switched off.

Forcing windowed mode

# options.txt, in your Minecraft directory
fullscreen:false

# Delete any overrideWidth / overrideHeight lines,
# then launch again.

A diagnosis order that works

Work down this list and stop when the screen comes back. It is ordered by how common each cause is and how quickly you can test it.

Confirm the game is alive. Press F11 in case it is a display problem. Rename the shaderpacks folder. Rename the resourcepacks folder. Update graphics drivers. Then bisect the mod list.

Most people resolve it at step three, because shaders cause this more often than everything else combined.

  1. Confirm the game is alive — mouse and Escape.
  2. Press F11 to toggle full-screen.
  3. Rename the shaderpacks folder and relaunch.
  4. Rename the resourcepacks folder and relaunch.
  5. Update graphics drivers from the vendor's site.
  6. Bisect the mod list.

Black screen only when loading a world

If the menus render fine and the black screen appears only after clicking a save, the cause is different and usually simpler.

Give it time. On a very large pack with a distant render distance, world load can take a genuinely long while, and an unresponsive black screen for a minute or two is normal rather than a failure.

If it never resolves, suspect memory. Watch whether the process is consuming steadily more and then dies — that is an out-of-memory failure presenting as a black screen.

Lowering render distance before loading is a quick test. If a lower distance loads and a higher one does not, you have your answer.

Black screen on a Mac specifically

Apple Silicon Macs have their own version of this, usually tied to Java architecture rather than mods.

Running an Intel build of Java under Rosetta alongside native components can produce rendering failures. Installing a native ARM64 Java build from Adoptium resolves most of them.

Some older mods that ship platform-specific native libraries have no ARM builds at all and will not render on Apple Silicon regardless of configuration.

macOS also enforces stricter GPU behaviour than Windows, so shader packs that work elsewhere fail here more readily. Start with the most conservative pack available.

When nothing works

If you have been through the list and the screen is still black, the fastest route forward is a clean instance.

Create a fresh installation with a separate game directory, install only the loader, and launch. If that renders, add mods back in batches until it fails.

This sounds like giving up but it is usually faster than continuing to diagnose a setup with an unknown history. Ten minutes of rebuilding beats an hour of guessing.

Preventing it in the first place

Two habits remove almost all the risk of this happening again.

Add shader packs one at a time and test each before adding another. Shaders are the leading cause here by a wide margin, and testing them individually means you always know which one broke.

Keep graphics drivers current. Minecraft is more sensitive to OpenGL driver quality than most games, and driver updates fix rendering faults regularly. Checking every few months is enough.

It is also worth keeping one known-good shader pack installed. When a new pack black-screens, being able to switch back to something that definitely worked confirms immediately whether the problem is the pack or something else.

Telling a black screen from a very slow load

One distinction saves a lot of unnecessary troubleshooting: a large modpack loading a world can look identical to a failure for a surprisingly long time.

Watch your system's resource monitor. A process using CPU steadily is working, however unresponsive the window looks. A process using none has genuinely stopped.

Memory usage tells a similar story. Steadily climbing means chunks are loading. Flat means nothing is happening.

On a three-hundred-mod pack with a distant render distance, two or three minutes of black screen on first world entry is within normal range. Give it five before concluding anything is wrong.

Questions people actually ask

Why is my Minecraft screen black after installing mods?
Most often a shader pack that your graphics driver cannot compile. Rename the shaderpacks folder while the game is closed and relaunch — that resolves it more often than everything else combined.
Is a black screen the same as a crash?
No, and the difference matters. A crash ends the process; a black screen usually means the game is running fine and failing to render, which is a narrower and more fixable problem.
How do I know if Minecraft is still running?
Move the mouse and see whether the cursor changes shape, or press Escape and listen for the menu sound. Either means the game is alive.
Can graphics drivers cause a black screen?
Yes, frequently. Minecraft depends on OpenGL, which vendors maintain less carefully than other APIs. Update directly from NVIDIA, AMD or Intel rather than through Windows Update.
Why does the black screen only happen when loading a world?
Usually memory, or simply a very long load on a large pack. Try a lower render distance — if that loads and a higher one does not, memory is the constraint.
How do I disable shaders if I cannot see the menu?
Close the game and rename or move the shaderpacks folder. With no packs present the game falls back to no shader and should render normally.
Why do Apple Silicon Macs black-screen more?
Usually a Java architecture mismatch — an Intel build running under Rosetta alongside native components. Install a native ARM64 Java build from Adoptium.
Does F11 help with a black screen?
Sometimes, yes. If the game is rendering at a resolution or on a display you cannot see, toggling full-screen often brings it back immediately.
Can a resource pack cause this?
Yes, particularly corrupted packs or very high-resolution ones on limited hardware. Rename the resourcepacks folder to test.
Can a black screen damage my world?
No. A rendering failure does not touch world data. The world is fine; you simply cannot see it. Nothing is lost by force-quitting the game in this state.
Should I reinstall Minecraft to fix a black screen?
Almost never. The cause is nearly always a shader, a resource pack, a driver or a mod — all of which survive a reinstall while your settings do not.
Does a black screen mean my graphics card is failing?
Almost never. It is far more often a shader pack or a driver issue than hardware. If other games are fine, your card is fine.
Why does it work in windowed mode but not full-screen?
Usually a resolution or refresh-rate mismatch between what the game requests and what the display accepts. Set fullscreen to false in options.txt and use borderless instead.

Sources & further reading

Read next

Back to the full How to Mod Minecraft guide for the whole install walkthrough from the beginning.

ShareRedditXFacebook
Sukie, editor of How to Mod Minecraft

Sukie · Editor

Sukie runs How to Mod Minecraft. She writes and edits every guide on the site, works through each install path herself before publishing, and rewrites anything that turns out to be wrong. The focus here is narrow on purpose: getting mods, loaders and modded servers working without wading through forum threads.

About this site · How guides are checked · Last updated September 12, 2026

NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.