Photoshop not opening in Windows 11 — the splash screen appears then disappears, a crash occurs before the workspace loads, or nothing happens when you double-click the icon — has a specific set of causes that depend on which stage the launch process fails at. For the bigger picture, our Complete Guide to Fixing Windows, Browser, and Software Errors pulls everything together.
Distinguish which failure you’re seeing:
- Splash screen appears then crashes: plugin or preference corruption
- Nothing at all when clicking: graphics processor / GPU issue or missing dependency
- License error immediately: Adobe account or activation issue
- Loads to a blank grey window: graphics driver conflict
Fix 1: Delete Photoshop preferences
Corrupted preferences are the most common cause of Photoshop failing to launch after an update or OS upgrade. Hold Ctrl+Alt+Shift while launching Photoshop → a dialog asks if you want to delete the settings file → click Yes. Photoshop launches with factory defaults. All custom workspace settings reset; brush presets, custom tools, and actions are preserved (they’re stored separately).
If you can’t reach the dialog because Photoshop crashes too fast: navigate directly to the preferences file location: %appdata%AdobeAdobe Photoshop [version]Adobe Photoshop [version] SettingsAdobe Photoshop [version] Prefs.psp → delete or rename it → relaunch Photoshop.
Fix 2: GPU and graphics processor settings
Photoshop uses GPU acceleration for canvas rendering, zoom, brush previews, and many filters. An incompatible GPU driver is one of the most common causes of Photoshop failing to open — particularly the “blank grey window” symptom.
Two approaches:
- Update the GPU driver: from the GPU manufacturer’s website (NVIDIA, AMD, or Intel). Not from Windows Update — manufacturer drivers have more complete OpenCL/OpenGL support that Photoshop requires
- Disable GPU acceleration temporarily: if Photoshop can be coaxed to open (hold Ctrl+Alt+Shift for safe mode with preference reset) → Edit → Preferences → Performance → uncheck “Use Graphics Processor” → OK → restart Photoshop. This forces CPU rendering and confirms whether GPU is the issue
Fix 3: Third-party plugin conflict
Photoshop plugins load during startup. A plugin that’s incompatible with the current Photoshop version causes Photoshop to crash during the plugin loading phase — visible as the splash screen freezing partway through the plugin list, then closing.
Start Photoshop in Safe Mode: hold Ctrl+Shift while launching → this loads without third-party plugins and custom presets. If Photoshop opens in Safe Mode: a plugin is the cause. Rename the Plugins folder (C:Program FilesAdobeAdobe Photoshop [version]Plug-ins) to “Plug-ins_backup” → restart Photoshop → it opens without plugins → move plugins back in small batches to identify the problematic one.
Fix 4: Repair or reinstall via Creative Cloud
Corrupted Photoshop installation files cause unpredictable launch failures. Adobe Creative Cloud Desktop → Apps → Photoshop → three dots → Repair. This re-downloads and replaces any corrupted installation files without reinstalling from scratch. After repair: relaunch Photoshop.
If Repair doesn’t help: uninstall Photoshop through Creative Cloud (not through Settings → Apps, which may leave Adobe framework files) → reinstall. Creative Cloud uninstalls and reinstalls cleanly, including all Adobe shared components that Photoshop depends on.
Fix 5: Missing Visual C++ or .NET dependencies
Photoshop requires Microsoft Visual C++ Redistributables and .NET Framework components. If these are missing or corrupted: Photoshop fails to launch without a clear error message. Settings → Apps → search “Visual C++” → confirm multiple versions are installed (2010, 2012, 2013, 2015-2022 x86 and x64). Download any missing versions from Microsoft’s Visual C++ download page.
Fix 6: Disk space
Photoshop uses a scratch disk for temporary files during operation — it writes temporary data before, during, and immediately after launch. If the scratch disk (by default: the Windows system drive) has less than ~5 GB free: Photoshop may fail to launch with a “scratch disk full” error or simply crash during initialisation.
Photoshop → Edit → Preferences → Scratch Disks: if accessible, change to a different drive with more space. If Photoshop doesn’t open at all: free space on C: first, then try launching.
Our guide on creative application activation covers Adobe account and licensing issues that cause “not licensed” errors at launch. For GPU driver updates that help Photoshop’s GPU acceleration, our GPU driver guide covers NVIDIA and AMD driver installation. Adobe’s Photoshop troubleshooting documentation covers the complete list of error codes, the Creative Cloud app’s diagnostic tools, and the Adobe Genuine Service that sometimes interferes with Photoshop launch on certain licence configurations.
Adobe Genuine Service blocking launch
The Adobe Genuine Service (AdobeGenuineService.exe) verifies that Creative Cloud software is legitimately licensed. When this service has issues — corrupted service entry, network verification failure, incorrect licence detection — it can block Photoshop from launching with an error like “Not Genuine” or cause a silent crash.
Services.msc → find “Adobe Genuine Software Integrity Service” → if stopped or in an error state: right-click → Restart. If the service itself is corrupted: uninstall through Creative Cloud and reinstall. Also: connecting to the internet before launching Photoshop allows the service to verify online; offline launches occasionally fail licence verification.
Windows 11 and older Photoshop versions
Older Photoshop versions (CS4, CS5, CS6, CC 2018 and earlier) have varying Windows 11 compatibility. The main issues:
- CS4-CS5: 32-bit only, may not run on modern 64-bit Windows 11
- CS6: officially unsupported by Adobe on Windows 11 but often works with compatibility mode (right-click → Properties → Compatibility → Windows 8)
- CC 2018-2020: may have GPU driver conflicts with current drivers; disabling GPU acceleration (Fix 2) helps
- CC 2021+: current versions have the best Windows 11 compatibility
Event Viewer for Photoshop crashes
When Photoshop crashes during launch without showing an error: Event Viewer → Windows Logs → Application → look for “Application Error” or “Application Crash” events with Photoshop.exe as the faulting application. The “Faulting module name” tells you what crashed:
- Photoshop.exe itself: core application issue → repair installation
- Plugin DLL name: plugin conflict → Safe Mode launch, identify problematic plugin
- nvoglv64.dll or atig6txx.dll (NVIDIA/AMD): GPU driver crash → update GPU driver, disable GPU acceleration
- ntdll.dll or kernelbase.dll: system file issue → SFC /scannow
Photoshop crash log location
Adobe maintains crash logs at: %userprofile%DocumentsAdobeHomeplugLogs and in %appdata%AdobeCrashReporter. These logs provide more Adobe-specific context than Event Viewer, particularly identifying plugin module names and internal Photoshop state at crash time. When reporting issues to Adobe support: providing these logs gives technicians the specific information needed to diagnose unusual crashes.
Clean boot to test conflicts
If Photoshop crashes at launch and no specific cause is identified: a Windows clean boot eliminates startup program and service conflicts. Win+R → msconfig → Services tab → check “Hide all Microsoft services” → Disable all → Startup tab → Open Task Manager → disable all startup items → restart → try launching Photoshop. If it opens: a startup program or service was conflicting. Re-enable services and startup items in groups to identify the conflict.
Adobe Creative Cloud Desktop App issues
Photoshop is installed and managed through the Creative Cloud Desktop App. If the Desktop App itself has issues: Photoshop may not launch correctly even with a functional installation. Creative Cloud Desktop App → sign out → sign back in → check the Apps tab shows Photoshop as “Installed.” If Creative Cloud shows Photoshop as uninstalled or with an error: the Creative Cloud App has lost track of the installation. Uninstall and reinstall through the Creative Cloud App to re-establish the connection.
| Launch symptom | Cause | Fix |
| Splash screen crashes partway | Plugin conflict or corrupted preferences | Ctrl+Shift launch (Safe Mode); delete preferences file |
| Grey blank window appears | GPU driver conflict | Update GPU driver; disable GPU acceleration in Preferences |
| Nothing happens at all | Missing dependency or service conflict | Check Visual C++ Redistributables; clean boot; repair install |
| License/genuine error | Adobe Genuine Service or account issue | Restart AdobeGenuineService; sign out/in Creative Cloud |
| Works after preference delete but crashes again later | Specific preference setting causing crash | Identify which preference → save preferences after each session |
Photoshop launch failures follow a predictable diagnostic path: preferences (fastest, least disruptive, try first) → GPU settings → plugin isolation → repair/reinstall. Checking Event Viewer for the faulting module immediately tells you whether the crash is in Photoshop’s core, a plugin, or the GPU driver — directing the fix without guesswork.
Custom font cache issues
Photoshop loads all system fonts during startup. If there are corrupted fonts in the Windows fonts folder: Photoshop can crash during font enumeration. Adobe Fonts downloads also add to this collection. If the splash screen freezes specifically while loading fonts: navigate to %localappdata%AdobeTypeSupport → clear its contents → restart Photoshop. Also: Windows Settings → Personalization → Fonts → remove any recently added fonts that might be corrupted → try launching Photoshop again.
Photoshop and antivirus interference
Real-time antivirus scanning of Photoshop’s temporary files and scratch disk writes can cause extreme slowness during launch — appearing as a freeze or hang rather than a crash. Add Photoshop’s installation directory and scratch disk location to the antivirus exclusion list:
C:Program FilesAdobeAdobe Photoshop [version]- The scratch disk location (typically
C:Users[username]AppDataLocalTempAdobePhotoshopor whichever drive is set as scratch disk)
After adding exclusions: launch Photoshop and compare startup time. If significantly faster: antivirus was the bottleneck. This doesn’t apply to crashes but helps with launch hangs that weren’t previously present.
SFC for Photoshop infrastructure
Photoshop depends on Windows system files for its graphics and font rendering. System file corruption can cause Photoshop to fail in ways that don’t obviously point to Windows:
sfc /scannowAdministrator Command Prompt. After SFC completes and the machine restarts: try launching Photoshop. If corrupted Windows system files were affecting Photoshop’s DirectX or OpenGL initialisation: SFC’s repair resolves this. This is a particularly relevant step when other graphics applications also have issues on the same machine.
Graphics driver rollback for Photoshop
GPU driver updates occasionally break Photoshop’s GPU acceleration compatibility. If Photoshop stopped launching specifically after a GPU driver update: rolling back the driver (Device Manager → Display Adapters → right-click GPU → Properties → Driver → Roll Back Driver) restores the previous driver version. After rolling back: disable automatic GPU driver updates in Windows Update to prevent the problematic version from reinstalling automatically, until Adobe releases a Photoshop update that addresses the compatibility issue.
For creative professionals who can’t afford extended Photoshop downtime: the preference delete (Ctrl+Alt+Shift on launch) is the 30-second fix that’s worth trying before anything else. It has no permanent downside — workspace settings can be reconfigured in minutes, while plugin isolation and reinstallation take significantly longer. Always try the preference reset first because it resolves a disproportionate number of Photoshop launch failures with the least effort.
Running Photoshop as administrator
If Photoshop launches but immediately shows a “Unable to access required resource” or permission error: running it as administrator resolves permission-related access failures. Right-click Photoshop shortcut → Run as administrator. If this resolves the issue: the underlying problem is a permissions issue with the installation directory or temporary files folder. Long-term fix: correct the permissions on the affected folder rather than running Photoshop as administrator permanently, since elevated applications have security implications.
Multiple GPU systems (NVIDIA Optimus / AMD hybrid graphics)
Laptops with dual GPU setups (Intel integrated + NVIDIA discrete, or AMD integrated + AMD discrete) sometimes run Photoshop on the weaker integrated GPU rather than the discrete GPU, causing performance issues that appear as launch hangs or crashes during GPU initialisation.
NVIDIA Control Panel → Manage 3D Settings → Program Settings → add Photoshop.exe → set “Preferred graphics processor” to “High-performance NVIDIA processor.” For AMD systems: AMD Radeon Settings → System → Switchable Graphics → add Photoshop → set to “High Performance.” After changing: relaunch Photoshop from a fresh start (not from a recent files entry which may have stored GPU state from a previous session).
A final note on Creative Cloud-managed software: Photoshop on subscription requires periodic internet authentication even for local use. If Photoshop was working but stopped launching after an extended period offline (international travel, no internet for several weeks): the local authentication token has expired. Connecting to the internet → launching Creative Cloud Desktop → signing in → relaunching Photoshop refreshes the authentication. Adobe allows 30 days of offline use before re-authentication is required, so shorter offline periods don’t cause this issue. See also Microsoft Teams Not Opening for a related case.
Photoshop not launching is fixable in the vast majority of cases. The preference reset handles the most common cause. GPU driver update or acceleration disable handles the second. Reinstallation through Creative Cloud handles most of the rest. The combination of Event Viewer crash logs and Adobe’s own crash reports in %appdata%AdobeCrashReporter provides precise technical information for the edge cases where none of the standard fixes work, enabling targeted support from Adobe’s technical team rather than generic troubleshooting steps. You might also run into PowerPoint Not Opening.







