Home / Guides / Drivers

Minecraft points to aka.ms/mcdriver - the graphics driver fix

Error 65542 and the aka.ms/mcdriver link both mean the same thing: Minecraft asked the graphics driver for OpenGL support and did not get it. The game is fine - the installed display driver is either missing, generic or too old to expose OpenGL. This guide finds which case you have and fixes it.

Quick answer

Right-click Start, open Device Manager, expand Display adapters. If it says Microsoft Basic Display Adapter, Windows is running without a real GPU driver - install the driver for your actual graphics card (methods 2 and 3) and the error goes away. If your card is named correctly, update its driver instead.

Symptoms - how this problem looks

Minecraft shows error 65542 on launch
The launcher points to aka.ms/mcdriver
"Your video card driver does not support OpenGL" or a GLFW error
The error appeared right after reinstalling Windows
Display adapters shows "Microsoft Basic Display Adapter"
Other games run, but anything using OpenGL fails

Why it happens

Generic display driver

Microsoft Basic Display Adapter has no OpenGL at all. Fresh Windows installs run on it until the real GPU driver is installed - and Minecraft is often the first app to notice.

Driver too old

Minecraft requires a reasonably recent OpenGL version. Drivers from years ago - or the stripped-down ones Windows Update sometimes installs - may not expose it.

Wrong GPU answers the call

On laptops with two GPUs, the game may start on the idle integrated chip whose driver is broken or missing, while the good dedicated GPU sits unused.

Virtual machines and remote desktops

VMs and RDP sessions often provide no OpenGL-capable display driver at all - the error is then a platform limit, not a fault.

The fixes, in order

1. Check what driver is actually installed

  1. Right-click Start, open Device Manager, expand Display adapters.
  2. "Microsoft Basic Display Adapter" = no real driver; your exact card name = driver present, possibly outdated.
  3. Note the card model (also visible via dxdiag, Display tab) - you will need it below.

2. Windows Update first

  1. Settings, Windows Update, Check for updates.
  2. Then Advanced options, Optional updates, Driver updates - install anything from NVIDIA, AMD or Intel.
  3. Restart and launch Minecraft.

3. Install the vendor's driver

  1. Download the current driver for your exact card from its maker - NVIDIA (GeForce), AMD (Adrenalin) or Intel (Arc / Graphics Command Center).
  2. On a laptop, the laptop maker's support page for your model is the safest source - packages there are tuned for the machine.
  3. Run the installer, choose a clean installation if offered, and restart.
  4. OpenGL arrives with the driver - there is no separate OpenGL download; details in our OpenGL guide.

4. Dual-GPU laptop: point Minecraft at the right chip

  1. Open Settings, System, Display, Graphics.
  2. Add the Minecraft launcher / javaw.exe if it is not listed, click Options and set High performance.
  3. Also make sure the integrated GPU's driver is installed - even unused, a broken entry can trip the game's driver check.

The automatic option

If you do not know the exact model, several devices need attention at once, or the manual route did not find a match - Outbyte Driver Updater identifies your installed hardware automatically and updates the drivers from official sources, with a backup before every change. The scan and diagnosis are free.

Download Driver Updater Downloads Outbyte Driver Updater for Windows 11, 10, 8 and 7. Free 2-day trial, no credit card required.

Full features and details →

Frequently asked questions

Is error 65542 a Minecraft bug?

No - it is Minecraft correctly reporting that the display driver offers no usable OpenGL. Fixing or installing the GPU driver resolves it; reinstalling Minecraft does not.

I updated the driver and the error is still there. What next?

Confirm what is actually running: in Device Manager the card must be named (not Basic Display Adapter), and dxdiag should show your card with its driver version. On dual-GPU laptops apply method 4 - the wrong chip may still be answering.

Can I play Minecraft in a virtual machine?

Java Edition needs OpenGL, which most VMs do not provide without 3D acceleration enabled in the VM settings (and even then support varies). On a normal PC the driver fix above is the answer; in a VM, enable 3D acceleration or play on the host.