Media Pending

Adobe Premiere Pro Media Pending error fix: common causes

Software – Adobe Suite Intermediate 👁 2 views 📅 May 28, 2026

Media Pending in Premiere Pro usually means it can't decode a file. The fix is almost always updating QuickTime or switching to proxies. Here's the exact steps.

1. Missing or outdated QuickTime 7 installer

The culprit here is almost always QuickTime. Adobe Premiere Pro still leans on Apple's old QuickTime architecture for decoding MOV files and older codecs like Animation, Motion JPEG, and ProRes. If you haven't installed QuickTime 7, or you've got a broken install, Premiere sees the file but can't open it — hence the "Media Pending" status.

Fix: Download the QuickTime 7 installer from Apple's support site (not the App Store version — that won't work). Install it, reboot your machine, then try importing again. Don't bother with QuickTime 7 Pro or any paid upgrade — the free version is all you need.

After you install, check that the QuickTime.qtx file exists in C:\Program Files (x86)\QuickTime\QuickTime.qtx on Windows, or /Library/QuickTime/ on Mac. If it's missing, reinstall. This fix alone resolves about 70% of Media Pending cases I've seen over the years.

One gotcha: if you're on Windows 10 or 11, you might need to run the installer in compatibility mode for Windows 7. Right-click the installer, go to Properties > Compatibility, check "Run this program in compatibility mode for:" and pick Windows 7. Apply, then install.

2. Unsupported or corrupted codec

Still seeing Media Pending after QuickTime is squared away? Then the file itself is the problem. Premiere Pro 2023 and 2024 can handle most modern codecs, but it chokes on things like DPX, Cineform Raw, or certain H.265 variants shot on older cameras. The file might be fine in VLC or QuickTime Player, but Premiere's decoder isn't the same.

Fix: Transcode to a known-good format. Use Handbrake or Adobe Media Encoder to convert the file to Apple ProRes 422 LT (Mac) or DNxHD LB (Windows). Those are bulletproof for Premiere. Settings to use: Format: QuickTime, Codec: ProRes 422 LT, Resolution: Same as source, Frame Rate: Same as source.

If you're in a hurry, try this quick test: right-click the file in Premiere's Project panel, select "Modify > Interpret Footage," and change the frame rate to match your sequence. Sometimes Premiere misreads the file's metadata and gets stuck. If that doesn't work, the transcode is your only option. Skip trying to install codec packs — they rarely help and often break other things.

For security cameras or drone footage in H.265, try dropping the file into Media Encoder and exporting as H.264. I've seen that fix Media Pending on BMPCC 4K footage more times than I can count.

3. Corrupted media cache database

Sometimes the file itself is fine, but Premiere's media cache database gets corrupt. This happens when you've been swapping drives, had a crash during import, or just have a bloated cache that's gone sour. The symptom: one file says Media Pending, but other files from the same camera import fine.

Fix: Delete the media cache database. Go to Edit > Preferences > Media Cache (Windows) or Premiere Pro > Preferences > Media Cache (Mac). Click "Delete Unused" to clear out orphaned cache files. Then click "Clean" next to Database — this nukes the entire cache index, not the files themselves. Restart Premiere.

If that doesn't clear it, go nuclear: close Premiere, navigate to %APPDATA%\Adobe\Common\Media Cache Files on Windows or ~/Library/Application Support/Adobe/Common/Media Cache Files on Mac, and delete everything in there. Then launch Premiere again — it'll rebuild the database from scratch. This can take a few minutes but usually knocks out the stubborn Media Pending errors.

One more thing: check your scratch disks. If they're set to a full or slow drive, Premiere can't write cache data and throws Media Pending. Set scratch disks to a fast internal SSD with at least 50GB free. Don't use network drives for scratch disks — that's asking for pain.

Quick-reference summary table

CauseDiagnosisFixTime to fix
Missing QuickTime 7MOV files fail, other formats workInstall QuickTime 7 from Apple10 minutes
Unsupported codecFile plays in VLC but not PremiereTranscode to ProRes or DNxHD30 minutes (transcode time)
Corrupt media cacheOne file fails, others from same source workDelete cache database, restart5 minutes

Pro tip: If you're regularly dealing with Media Pending on large batches of files, set up an automated watch folder in Media Encoder to transcode everything to ProRes before you even open Premiere. Saves hours of troubleshooting.

Was this solution helpful?