Skip to main content
DirJShaw
Participant
July 14, 2026

Adobe Premiere Pro 2026 — Intermittent Hang on File/Folder Dialogs

Summary

Premiere Pro (26.0.1.3, Windows 11 24H2, build 10.0.26100.8655) intermittently freezes completely ("Not Responding") when opening any Open/Save/Browse dialog — including Save As, Import, and the Scratch Disks "Browse" folder picker. The freeze is a genuine hard hang (Windows logs it as an Application Hang, "Top level window is idle"), not a cosmetic or offscreen-window issue. Two independent crash dumps show the identical stuck call stack.

 

Environment

  • Premiere Pro version: 26.0.1.3 (Premiere Pro 2026)
  • OS: Windows 11, version 24H2, build 10.0.26100.8655
  • RAM: 64 GB
  • GPU driver: NVIDIA (nvwgf2umx/nvcuda64 present in dumps)

Symptom

  • Premiere becomes fully unresponsive. Clicking anywhere produces the Windows system "ding" (rejected input on a blocked modal).
  • Occurs after a variable amount of session activity — anywhere from ~30 minutes to ~3 hours. Not tied to a fixed elapsed time.
  • Only ever triggered by opening a common file/folder dialog:
    • File > Save As
    • File > Import
    • Project Settings > Scratch Disks > Browse
  • Never triggered by scrubbing the timeline or any other UI activity in isolation — those actions were specifically tested and do not cause the hang on their own.
  • Restarting Premiere always temporarily resolves it (until the pattern recurs).

Root cause (from crash dump analysis)

Two full memory dumps were captured (via Task Manager → Create Dump File) at the moment of hang, on different dates, triggered by different dialogs (Save As on one occasion, Scratch Disks Browse on another). Both show the main UI thread (thread 0) stuck in the identical call stack:

Adobe Premiere Pro.exe
Frontend!FE::Run
...
Dialogs!DLG::AskSaveFile / Dialogs!DLG::ScratchDisksProjectControlGroup::OnBrowse
dvaui!dvaui::dialogs::OS_FileSaveAsDialog::RunModal / OS_FolderChooserDialog::RunModal
comdlg32!CFileOpenSave::Show
comdlg32!CFileOpenSave::_InitOpenSaveDialog
comdlg32!CFileOpenSave::_JumpToInitialLocation
shell32!CExplorerBrowser::BrowseObject
shell32!CExplorerBrowser::_BrowseObjectInternal
shell32!CExplorerBrowser::_BrowseToView
shell32!CExplorerBrowser::_SwitchView
shell32!CExplorerBrowser::_CreateViewWindow
shell32!CDefView::CreateViewWindow3
shell32!CDefView::_CreateInitialCollection
shell32!CDefView::_CreateNewCollection
shell32!CDefView::_SetItemCollection
shell32!SHProcessMessagesUntilEvent <-- blocked here, waiting indefinitely

The main thread is blocked inside the Windows shell's embedded Explorer-view control (CDefView/CExplorerBrowser), waiting via SHProcessMessagesUntilEvent for an event that never arrives. This is standard Microsoft-provided shell UI that Premiere hosts in-process to implement its Open/Save/Browse dialogs. No exception, no deadlock warning — the thread is simply parked waiting on a signal that is never sent.

 

Investigation and ruled-out causes

The following were investigated and ruled out as the cause:

  • OneDrive / cloud storage: Hang reproduces on local-disk-only operations (e.g., Scratch Disks browse pointing at a local drive), so it is not specific to cloud-synced folders.
  • Windows Quick Access / recent-files cache: Cleared and disabled auto-population; hang still occurred.
  • Third-party shell extensions:  MacDrive 10, which hooks Drive-level context menus and was a strong initial suspect given frequent use of Mac-formatted external drives) were disabled via ShellExView. Hang still occurred afterward with the identical stack.
  • Disconnected/stale network drives: No mapped network drives exist on this machine (net use returns empty); no greyed-out or phantom drives in Disk Management or Explorer.
  • Stale "jump to last location" MRU pointing at an unplugged USB drive: Ruled out — a hang occurred in a session where no external drives were connected or disconnected at any point.

GDI object correlation

Using Task Manager's Handles/GDI/USER object counters and a custom monitoring script sampling every 30 seconds:

  • GDI object count for Premiere Pro.exe climbs steadily during normal use and never drops back to baseline.
  • General UI activity leaks GDI objects broadly — not just dialogs. Isolated testing showed:
    • Opening and immediately cancelling a Browse/Import/Export dialog (no navigation) leaks ~3–6 GDI objects per cycle, consistently, every time.
    • Scrubbing the timeline leaks GDI objects at a noticeably higher rate per action (one scrub session moved GDI from 208 → 224, a jump of 16) — despite scrubbing never once causing a hang on its own.
  • GDI count at time of hang was not consistent across occurrences (~455 in one case, ~300 in another) — both far below the ~9,000–10,000 per-process GDI object ceiling Windows enforces.  GDI level appears to be a rough proxy for "how much UI activity this session has done," not a causal threshold.
  • Despite deliberately repeating the exact dialog-opening actions many additional times in a focused test session (well beyond what preceded either real hang), the hang did not reproduce on demand — consistent with a timing-dependent race condition rather than a deterministic trigger.

Conclusion

This appears to be an intermittent race condition in Premiere Pro's hosting of the Windows common file/folder dialog (comdlg32/shell32 CDefView/CExplorerBrowser), where the main UI thread can become permanently blocked in SHProcessMessagesUntilEvent while the embedded shell view is being constructed. It is reproducible only via genuine, extended editing sessions and has not been forced via isolated stress-testing of any single action, suggesting the trigger depends on the state/timing of other concurrent background activity within Premiere at the moment a dialog is opened.

    返信数 2

    Known Participant
    July 17, 2026

    I think I am experiencing the same issue. The same issue has been here since last year’s version. Had been advised by someone that I should export my video using the Media Encoder instead of using the ‘export’ function in the Premiere itself. But the thing is, I can’t even use the Import function (Ctrl+I) or import new Lumetri file, since both requires the windows to open the dialog box. I have recorded the whole process. It worked as usual when I started to import the media. But when I made more actions, by importing additional media and added some cuts and insert some effects, that’s when the windows dialog box ‘disappear’. 

     

    KatieToo
    Community Manager
    Community Manager
    July 17, 2026

    @nana36722464ffx2 Appreciate your screen recording. I’ve added it onto this bug report and the team’s currently investigating. Sorry for any frustrations!

    I’ll provide an update once I have that as well. 
    Thanks for your time on this!
    Katie

    KatieToo
    Community Manager
    Community Manager
    July 14, 2026

    Hi ​@DirJShaw 

    Welcome to the Premiere forums! Thank you for including that detailed information about what’s happening in Premiere. Our team’s been currently investigating a similar Windows freezing issue. Few quick questions below -

    1. Do you happen to have Magnifier enabled? It was found in one user’s case to be the cause of freezing and disabling that helped as a workaround.
    2. Also, do you still experience this issue if you were to update the latest Premiere to 26.3? 
    3. Can you confirm if your Nvidia is Studio or Game? And which version/build it is?

    I will provide an update once I receive more information. Sorry for any frustration and really appreciate your bug report on this!
    Katie

    Averdahl
    Community Expert
    Community Expert
    July 17, 2026

    @KatieToo Can this be an issue with Windows File Explorer in Windows rather than with Premiere? I have seen this for years in Windows and since Premiere uses the Windows File Explorer UI for import/export the issue can be related to that.

    For example, importing/exporting from/to a folder with lets say ten files works ok while doing the same, this time to a folder with 100 or more .mp4 files in it is sluggish, Premiere stops to respond. Open the same folders with only Windows File Explorer behaves the same, the folder opens directly while the folder with many .mp4 files makes Windows File Explorer hang as well. That can explain the Intermittent Hang ​@DirJShaw reports. Less files in folder, works good. Many files in folder, hang and slugginesh.

    Microsoft released an update in July 2026 (KB5095093) and one of the features is: Speed Boost: Folders and the Home tab now load significantly faster. 

    I did a test now and imported a file from a folder with 764 .mp4 files, total 1.36 TB, and that was lightning fast. I exported to the same folder as well, lightning fast as well. No hangs at all. This was definitely not the case a month ago. A month ago Premiere would have hang big time on that folder.

    @DirJShaw  ​@nana36722464ffx2  If possible, try to update Windows with KB5095093 to get the fixes for File Explorer. This update helped on my computer.

    KatieToo
    Community Manager
    Community Manager
    July 17, 2026

    @Averdahl good points and interesting, yes! I appreciate you bringing that to our attention and tagging them to try. Let us know if that helps.

    I did want to also mention to ​@DirJShaw and ​@nana36722464ffx2 that we have identified an issue like this happening recently with Windows Magnifier (of all things, from Accessibility) as something that was interfering and creating lag with Premiere. Toggle it off, you can type ‘magnifier settings’ in the search bar and double check there.

    Appreciate that information and update!
    Katie