# "OpenGL 3.3 or Later Required" Error

If you see an error message stating **"OpenGL 3.3 or later required"** when trying to launch Luminar Neo, it means the application is unable to detect the necessary graphics capabilities on your system.

#### ✅ Why This Happens

Luminar Neo relies on **OpenGL version 3.3 or higher** to function properly. If your graphics card doesn’t support this version — or your drivers are outdated or corrupted — the application may fail to start and show this error.

### :tools:How to Fix It

If your GPU *does* support OpenGL 3.3 and later (which most modern GPUs do), this issue can often be resolved by **updating your graphics drivers**.

Here are the step-by-step instructions:

{% stepper %}
{% step %}
**Identify Your GPU**

First, know if you have a NVIDIA, AMD, or Intel graphics card. (You can often find this in [**Task Manager**](https://learn.microsoft.com/en-us/shows/inside/task-manager) under the "Performance" tab, or in Device Manager under "Display adapters")
{% endstep %}

{% step %}
**Use Manufacturer Software (Recommended & Easiest Way):**

* NVIDIA: Install **"**[**GeForce Experience**](https://www.nvidia.com/en-eu/geforce/geforce-experience/download)**."** It scans for updates automatically.
* AMD: Install "[**AMD Software: Adrenalin Edition.**](https://www.amd.com/en/products/software/adrenalin.html)**"** It also checks for updates.
* Intel: Use the **"**[**Intel Driver & Support Assistant**](https://www.intel.com/content/www/us/en/support/detect.html)**"** tool available on their website.
  {% endstep %}

{% step %}
**Manual Download** (optional, if the previous step didn't help)

* Go to the official [NVIDIA](https://www.nvidia.com/en-us/drivers/), [AMD](https://www.amd.com/en/support/download/drivers.html), or [Intel](https://www.intel.com/content/www/us/en/download-center/home.html) support/driver download website.
* Manually select your specific graphics card model and Windows version.
* Download the latest recommended driver installer.
* Run the installer file and follow the on-screen instructions (a "clean install" option, if available, is often recommended).
  {% endstep %}

{% step %}
**Restart Your PC**

Always restart your computer after installing new graphics drivers to ensure the changes take effect properly.
{% endstep %}
{% endstepper %}

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="2753">❓</span>Q&#x26;A Section</summary>

**🧠 How do I check if my graphics card is compatible?**\
If you're unsure whether your GPU supports OpenGL 3.3 or later, check your GPU model on the manufacturer's website. Still unsure? You can also [**ask our support team directly**](https://skylum.com/support/contact?utm_source=support\&utm_medium=organic\&utm_campaign=content) — we’re happy to help!

***

**🔄 How often should I update my graphics drivers?**\
It’s a good idea to check for updates **every few months**, or immediately if you notice issues like:

* Crashes
* UI glitches
* Performance drops

Keeping your GPU drivers up to date is a simple way to ensure a smoother, more reliable editing experience in Luminar Neo.

</details>

### :sos: Still Need Help?

If updating your drivers doesn’t resolve the issue, our Support Team is here to help.

We’ll take a closer look and guide you through any further steps needed to get things working smoothly again.

{% embed url="<https://skylum.com/support/contact?utm_campaign=content&utm_medium=organic&utm_source=support>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.skylum.com/opengl-3.3-or-later-required-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
