---
title: "How to Fix LUT Not Applying in DaVinci Resolve"
author: "Cutsio Team"
date: "2026-05-06"
lastmod: "2026-05-06"
category: Troubleshooting
excerpt: "A LUT failing to apply in DaVinci Resolve is usually caused by incorrect installation in the hidden system folder, a color space mismatch between the LUT and footage, or the global Bypass Color Grades toggle being active. Cutsio's Visual Intelligence helps you organize and manage footage before color grading so your LUT workflow stays predictable across large libraries."
tags: ["DaVinci Resolve", "LUTs", "Color Grading", "Troubleshooting", "Visual Intelligence"]
---

A LUT failing to apply in DaVinci Resolve is usually caused by incorrect installation in the hidden system folder, a color space mismatch between the LUT and footage, or the global Bypass Color Grades toggle being active. DaVinci Resolve does not automatically scan arbitrary folders on your hard drive for LUT files, so dragging a `.cube` file onto a node without installing it first will produce no visible result. Understanding each failure mode and how to resolve it systematically is essential for any colorist working with Look Up Tables in Resolve.

## What exactly is a LUT and why does DaVinci Resolve need special installation steps?

A LUT (Look Up Table) is a mathematical conversion matrix that remaps the color and luminance values of your video signal from one color space to another. Unlike a plugin or an effect, a LUT is not a piece of executable software. It is a data file, typically a `.cube` file, containing a three-dimensional grid of color transformations. DaVinci Resolve does not automatically discover LUT files scattered across your system. It only reads from one specific hidden directory per operating system, which is locked away inside the application's support folder.

This design choice exists because color management pipelines demand consistency. If Resolve scanned every folder on your machine for LUT files, different projects on the same computer could accidentally load conflicting LUTs with identical filenames. By enforcing a single, centralized LUT directory, Blackmagic Design ensures that every project on your machine has access to exactly the same set of transforms. This is also why dragging a `.cube` file directly from Finder or File Explorer onto a node in the Color page does nothing — the file must be placed inside the designated folder and registered with the application before Resolve can interpret it.

| Operating System | Default LUT Directory |
|---|---|
| macOS | `/Library/Application Support/Blackmagic Design/DaVinci Resolve/LUT` |
| Windows | `C:\ProgramData\Blackmagic Design\DaVinci Resolve\Support\LUT` |
| Linux | `/opt/resolve/LUT` |

## How do you install a LUT correctly in the mandatory system folder?

To install a LUT correctly, you must use the Project Settings interface to open the hidden LUT directory, copy your `.cube` files into it, and click the Update Lists button to register them with Resolve.

The most reliable method starts from inside DaVinci Resolve. Open your project and navigate to `File > Project Settings` (or click the gear icon in the bottom-right corner of the interface). Go to the `Color Management` tab and scroll down to the section labeled `Lookup Tables`. Click the button that says `Open LUT Folder`. Your operating system's file browser will open to the specific hidden directory Resolve uses for the current user. Copy your `.cube` files into this folder — you can paste individual files or entire subfolders of LUT packs.

Return to the Project Settings panel and click the `Update Lists` button located directly beneath the `Open LUT Folder` button. This tells Resolve to rescan the directory and register any new files. Click `Save`. Your LUT will now appear in the LUT drop-down menus within the Color page and can be applied by right-clicking a node and selecting the LUT from the list. If the LUT still does not appear, restart DaVinci Resolve entirely — some versions of Resolve require a full application restart before new LUTs are recognized.

## Why does applying a LUT turn the screen black or produce aggressive clipping?

Applying a LUT turns the screen black or produces aggressive clipping when the LUT expects a different input color space than the one your footage is currently in.

This is the most common troubleshooting scenario for intermediate colorists. You download a popular conversion LUT designed to transform Sony S-Log3 footage into Rec.709. Your actual footage, however, was shot in a standard Rec.709 profile (or perhaps in a different log curve like Canon C-Log3). When you apply a S-Log3-to-Rec.709 LUT onto native Rec.709 footage, the math breaks dramatically. The LUT attempts to stretch the contrast and saturation of an already-standardized image, resulting in crushed blacks, blown-out highlights, and overly saturated colors that look neon or posterized.

To fix a color space mismatch, you must first identify the exact color space and gamma curve your footage was recorded in. Camera metadata often contains this information. Most cinema cameras label their recording settings directly in the clip metadata, which Resolve displays in the Clip Attributes panel (right-click the clip in the media pool and select `Clip Attributes`). Once you know your source color space, you have two options. You can either find a LUT designed specifically for that color space, or you can insert a Color Space Transform (CST) node upstream of the LUT node in your node graph. The CST node converts your footage into the color space the LUT expects, allowing the LUT to process it correctly.

| Common Camera Profiles | Matching LUT Type |
|---|---|
| Sony S-Log3 / S-Gamut3 | S-Log3 to Rec.709 |
| Canon C-Log3 / Cinema Gamut | C-Log3 to Rec.709 |
| ARRI Log-C / Wide Gamut | Log-C to Rec.709 |
| Standard Rec.709 | No LUT needed (already corrected) |
| Blackmagic RAW Film Gen 5 | Film to Rec.709 |

## How do you fix the Bypass Color Grades button preventing LUT application?

The Bypass Color Grades button prevents LUT application when it is active, because it temporarily disables all color processing on the node graph regardless of whether you have applied LUTs, curves, or color wheels.

In DaVinci Resolve, the Color page has a global toggle called `Bypass Color Grades` that instantly removes all color processing from the viewer display. This is a diagnostic tool designed to let you compare the graded image against the raw camera original, but it is easy to accidentally leave enabled. When it is active, you can apply LUTs to nodes, see the node icon update, and even see the grade indicators change — but the viewer image remains completely untouched.

To disable the color bypass, go to the Color page and look at the top-right corner of the viewer monitor. You will see a small icon that looks like a magic wand with sparkles. If this icon is highlighted or crossed out, click it once to deactivate it. Your LUT and all other color grades will instantly appear on the image. The keyboard shortcut for this toggle is `Shift + D`. You can also check the `Color` menu in the top toolbar to see if the `Bypass Color Grades` option has a checkmark next to it.

## How do you check if a specific LUT file is corrupt or incompatible?

You can check if a specific LUT file is corrupt or incompatible by opening it in a text editor to verify its header structure and numerical data integrity.

A valid `.cube` LUT file is a plain-text file with a specific format. Open the file in any text editor (TextEdit on macOS, Notepad on Windows). The first few lines should contain a header with the format type, such as `TITLE "My LUT"`, `LUT_3D_SIZE 33`, or `DOMAIN_MIN 0.0 0.0 0.0`. If you see garbled binary characters, the file may have been corrupted during download or transfer. If the header specifies unusual dimensions, the LUT may have been exported from an incompatible application. Most professional LUTs use a 33x33x33 or 65x65x65 grid size, which Resolve handles natively. Files with grids smaller than 17x17x17 or larger than 65x65x65 may cause unexpected behavior.

| Grid Size | Quality Level | Resolve Compatibility |
|---|---|---|
| 17x17x17 | Low (preview) | Compatible |
| 33x33x33 | Standard (most common) | Fully compatible |
| 65x65x65 | High (professional) | Fully compatible |
| 129x129x129 | Very High | May cause performance issues |

## Why are LUTs missing when you open a project on a new computer?

LUTs are missing when you open a project on a new computer because DaVinci Resolve project files (`.drp` or `.dra`) store only references to LUT file paths on the original machine, not the LUT data itself.

This is a fundamental limitation of Resolve's project architecture. When you export a project, the `.drp` file contains the node tree, timeline, clip references, and color grades — but the actual LUT files remain on the original computer's hard drive. The project simply says "apply the LUT located at this file path." When you import that project on a new machine, Resolve looks for that exact path, finds nothing, and marks the LUT as missing.

To fix missing LUTs on a new machine, you must manually copy the original `.cube` files from the old computer's LUT folder and paste them into the new computer's LUT folder using the `Project Settings > Color Management > Open LUT Folder` method. You can also create a shared network folder or cloud storage folder and point both machines to it, though Resolve requires that the path be accessible and mounted at the same location. Some color teams use a dedicated Dropbox folder that is synced across all workstations, with each machine's LUT path configured to point to the synced folder.

## How does 1D LUT differ from 3D LUT, and what does that mean for troubleshooting?

A 1D LUT differs from a 3D LUT in that a 1D LUT processes only the luminance channel independently, while a 3D LUT processes red, green, and blue channels in combination, allowing for saturation and hue adjustments that a 1D LUT cannot perform.

This distinction matters during troubleshooting because attempting to use a 1D LUT for a creative color grade will produce flat, desaturated results. A 1D LUT is a single curve that maps input luminance values to output luminance values. It is useful for gamma adjustments and contrast curves but cannot shift colors. A 3D LUT, by contrast, is a three-dimensional grid where each point maps a specific combination of red, green, and blue input values to new output values. This allows 3D LUTs to perform saturation changes, hue rotations, and complex film emulations.

If you apply a LUT and notice that the contrast changes but the colors remain completely unchanged, you are likely working with a 1D LUT when you expected a 3D LUT. Check the file header in a text editor: `LUT_1D_SIZE` indicates a 1D LUT, while `LUT_3D_SIZE` indicates a 3D LUT. Many professional color pipelines use a combination of both, applying a 1D LUT first for contrast adjustments and a 3D LUT afterward for creative color transformations.

## How do you apply a LUT to multiple clips without dragging it to each node?

You can apply a LUT to multiple clips without dragging it to each node by using the Timeline node mode or by copying and pasting the grade across selected clips.

DaVinci Resolve supports two node modes: Clip mode and Timeline mode. In Clip mode, each clip on the timeline has its own independent node tree. In Timeline mode, you create a single node tree that applies to every clip on that track. To switch to Timeline mode, right-click the node graph area on the Color page and select `Timeline Color`. Any LUT you add to the node tree in Timeline mode will apply to every clip in the timeline simultaneously. This is useful for applying a display LUT for monitoring purposes without modifying individual clip grades.

For selective application across multiple clips, select all the clips on the timeline you want to grade, then right-click the node with the applied LUT and choose `Copy`. With the target clips selected, right-click in the node area and choose `Paste`. Resolve will apply the same node tree, including the LUT, to every selected clip. You can also create a still grade in the Gallery panel and drag it onto multiple clips in the timeline.

## How do you verify that a LUT is actually affecting the waveform and vectorscope?

You can verify that a LUT is affecting the waveform and vectorscope by toggling the LUT node on and off while watching the scopes update in real time.

The waveform monitor and vectorscope in DaVinci Resolve display the actual pixel data after all color processing has been applied. Select the node containing your LUT and press `Ctrl+D` (Windows/Linux) or `Cmd+D` (macOS) to temporarily disable that node. Watch the scopes as you toggle the node on and off. If the waveform shape changes and the vectorscope shows different saturation values, the LUT is actively processing the image. If the scopes do not change at all, the LUT is either not installed correctly, the node is bypassed, or the Bypass Color Grades toggle is active.

This is the most reliable diagnostic technique because it bypasses your visual perception entirely. You may think you see a change in the viewer, but the scopes provide objective confirmation. If the scopes change but the viewer does not, the Bypass Color Grades toggle is the culprit. If neither changes, the LUT is broken, missing, or not connected to the node graph.

## How do you organize your LUT library so you never encounter missing LUTs again?

You can organize your LUT library to prevent missing LUTs by using a consistent naming convention, maintaining a master LUT folder in cloud storage, and documenting which LUTs each project requires in a project manifest.

The primary cause of missing LUTs is disorganization. When you download LUT packs from multiple sources, they often arrive with cryptic filenames like `FP_LUT_01_v3.cube` that convey no information about their intended color space. Rename every LUT immediately upon download using a consistent format: `[CameraProfile]-[OutputColorSpace]-[Description].cube`. For example, `SLog3-to-Rec709-Neutral.cube` or `CLog3-to-Rec709-Warm.cube`. This eliminates guesswork during grading sessions and makes it obvious when a LUT is missing from a new machine.

For team environments, maintain a single master LUT folder stored in cloud storage (Dropbox, Google Drive, or a network-attached storage volume). Every editor and colorist configures their DaVinci Resolve LUT path to point to this shared folder. When a new LUT is added, it becomes available to the entire team instantly. Cutsio's [Visual Intelligence](https://cutsio.com/visual-intelligence) further supports this workflow by providing a centralized library where your entire video archive is indexed and searchable before you even open Resolve, helping you identify which clips need specific LUT treatments before importing them to a grade session. This pre-grade organization layer is especially valuable for large documentary projects where footage arrives from multiple camera sources, each requiring its own color management approach.

| Organizational Practice | Benefit |
|---|---|
| Consistent file naming | Instant identification of LUT purpose |
| Centralized master folder | All machines share the same LUT pool |
| Project LUT manifest | Clear record of required files per project |
| Cloud-synced LUT directory | No manual file transfers between workstations |
| Pre-grade footage indexing | Identify color space needs before grading begins |

## How does Cutsio help you manage color-grading workflows across large libraries?

Cutsio helps you manage color-grading workflows across large libraries by automatically indexing every frame of your footage by visual content and speech, so you can quickly identify which clips need specific LUT treatments and organize them before importing to DaVinci Resolve.

When you work with a large library of raw footage — especially on documentary or multi-camera productions — you often receive media from multiple camera brands and profiles in a single project. Some clips might be Sony S-Log3, others Canon C-Log3, and others already in Rec.709. Manually sorting through every clip to identify its color space before grading is time-consuming and error-prone. Cutsio's Visual Intelligence analyzes the visual content of every frame, creating a unified search index that lets you locate clips by camera type, scene content, or even specific visual characteristics like skin tones or outdoor lighting. This means you can organize your footage into groups based on their color management requirements before you ever create a timeline in Resolve.

Once your clips are organized in Cutsio, you can export your selects as an XML directly into DaVinci Resolve. The timeline is pre-built with your organized clips, so you can move straight to applying the appropriate LUTs for each camera group without wasting time hunting through bins. For teams managing ongoing production pipelines, this pre-grading organizational layer eliminates the chaos of mixed camera formats and ensures that every clip enters the color page correctly categorized.

<div class="not-prose blog-large-cta">
  <div class="max-w-3xl mx-auto text-center">
    <h3>
      Organise your footage before you grade it
    </h3>
    <p>
      Cutsio's Visual Intelligence indexes every frame of your library so you can identify which clips need specific LUT treatments before importing to DaVinci Resolve. Organise by camera type, colour space, or scene — then export an XML directly to your timeline.
    </p>
    <ul>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>Search footage by visual content before the grade begins</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>Organise mixed-camera libraries by colour space profile</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>Export selects XML direct to DaVinci Resolve</span>
      </li>
    </ul>
    <div class="flex flex-col sm:flex-row items-center justify-center gap-4">
      <a href="https://studio.cutsio.com" target="_blank" rel="noopener noreferrer"
         class="no-underline inline-flex items-center justify-center rounded-full bg-indigo-600 px-8 py-3.5 text-sm font-semibold text-white hover:bg-indigo-700 dark:bg-white dark:text-slate-900 dark:hover:bg-neutral-100 transition-colors shadow-sm">
        Try Cutsio Free
        <svg class="ml-2 h-4 w-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>
      </a>
      <button type="button" onclick="window.dispatchEvent(new CustomEvent('open-contact-modal'))"
              class="inline-flex items-center justify-center rounded-full border border-white/20 px-8 py-3.5 text-sm font-medium text-white hover:bg-white/10 transition-colors">
        Book a demo
      </button>
    </div>
    <p class="mt-4 text-xs text-slate-500">No credit card required. 60 minutes of free processing.</p>
  </div>
</div>

## FAQ

**Why is my LUT showing up in the menu but not actually changing the image?**
A LUT showing up in the menu but not changing the image indicates that the Bypass Color Grades toggle is active. Click the magic wand icon in the top-right corner of the Color page viewer or press `Shift + D` to disable bypass and restore color processing.

**Can I apply a LUT to the entire timeline at once?**
Yes, switch to Timeline Color mode by right-clicking in the node graph area and selecting `Timeline Color`. Any LUT applied to the timeline node tree will affect every clip simultaneously without requiring individual clip edits.

**Do LUTs work with RAW footage in DaVinci Resolve?**
LUTs can be applied to RAW footage, but the RAW decode settings in the Camera RAW tab will affect how the LUT interacts with the image. You may need to adjust the decode color space and gamma settings to match the LUT's expected input profile.

**Why does my LUT look different on export than it does in the Resolve viewer?**
A LUT looking different on export usually means you are monitoring through a display LUT or a Lookup Table applied to the timeline that is not being rendered into the final export. Check that your LUT is applied to a serial node in the clip's node tree rather than as a monitoring LUT in the Color Management settings.

**How do I back up my entire LUT collection?**
Your entire LUT collection is stored in the directory opened by `Project Settings > Color Management > Open LUT Folder`. Copy that entire folder to cloud storage or an external drive to create a complete backup that can be restored on any machine.
