Environment:
-
OS: Windows 11
-
Antivirus: Trend Micro
-
Postman Version Affected: Latest available version before downgrade
-
Working Stable Version: v11.83.2
Issue Description:
Postman installs and launches successfully initially. However, after closing the application, it no longer reopens normally.
Observed behavior:
-
Clicking the Postman shortcut does nothing visually.
-
Postman.exe remains visible in Task Manager.
-
Memory usage is present, indicating the process is running.
-
No application window appears.
-
Reinstalling Postman temporarily resolves the issue only until the application is closed again.
-
Deleting the
%AppData%\Roaming\Postmanfolder also temporarily restores functionality.
Technical Findings:
-
The issue appears related to corrupted renderer/session state or Electron runtime rendering failure.
-
Running Postman with a fresh user profile using:
"Postman.exe" --user-data-dir="%temp%\postman-clean"
successfully launches the application. -
This indicates the application binary is functional, but the default user profile becomes corrupted after closing.
-
GPU rendering and renderer cache corruption may be involved.
-
The process consistently remains active in Task Manager even when the UI fails to appear.
Troubleshooting Performed:
-
Reinstalled latest Postman version
-
Cleared
%AppData%and%LocalAppData%Postman directories -
Disabled GPU rendering using launch flags
-
Cleared cache/session storage folders
-
Ran Postman in compatibility mode
-
Tested with clean user-data profile
-
Verified issue reproduction multiple times
Resolution / Workaround:
Downgrading to Postman v11.83.2 completely resolved the issue.
The downgraded version:
-
opens correctly
-
closes correctly
-
reopens normally without profile corruption
Possible Root Cause:
Potential regression in newer Electron/Postman runtime builds affecting:
-
renderer initialization
-
persisted session/window state
-
GPU rendering
-
local IndexedDB/session storage handling
Requested Investigation:
Please investigate compatibility/regression issues introduced in newer Postman desktop builds affecting Windows 11 systems where Postman cannot reopen after closure while the process remains active in the background.