What's Happening
Photoshop freezes when a plug-in overloads the CPU, a GPU driver crashes, or the scratch disk runs out of space.
Photoshop locks up when something pushes it past its limits. Maybe a plug-in is crunching a massive texture in the background, or your GPU driver decided to take a coffee break mid-render. In extreme cases, the operating system can’t even send the usual "close window" signal, leaving you staring at a frozen interface. Unlike a regular crash—where Photoshop might politely ask to recover your work—a force quit carries a small but real risk of file corruption if you pull the plug at the wrong moment.
As of 2026, Photoshop 2025 is the current version on both Windows and macOS. The same underlying causes persist. I once watched my system freeze mid-pen stroke because a third-party filter decided to render a 16K texture in the background. Lesson learned: always check what’s eating your resources before blaming Photoshop itself.
Step-by-Step Solution
Close other apps, force quit Photoshop, then reboot immediately to maximize recovery chances.
These steps work on Photoshop 2025 running on Windows 11 or macOS Sonoma (and later) as of mid-2026.
- Close every other application—especially browsers or video editors—to free up system resources. Honestly, this makes a bigger difference than most people realize.
- On Mac: Press Cmd + Option + Esc to open the Force Quit Applications window. Select Adobe Photoshop 2025, then click Force Quit.
On Windows: Press Ctrl + Shift + Esc to launch Task Manager. Click More details, go to the Processes tab, find Adobe Photoshop 2025, right-click it, and choose End task.
- If Photoshop’s window is still visible but stuck, right-click its icon in the Dock (Mac) or taskbar (Windows) and pick Quit. This sometimes works when the in-app menu is completely dead.
- Reboot immediately after killing the process. Photoshop runs an auto-recovery scan when you reopen the file, giving you the best chance to restore unsaved changes.
If This Didn't Work
Use terminal commands, boot into Safe Mode, or try a new user account to bypass stubborn freezes.
- Terminal Kill Command
On Windows: Open PowerShell as Administrator and run:
taskkill /f /im Photoshop.exe
On Mac: Open Terminal and run:
killall -9 "Adobe Photoshop 2025"
This method bypasses the GUI entirely and sends a hard termination signal—use it only when Photoshop refuses to respond to polite requests.
- Safe Mode Boot
Restart into Safe Mode on Windows (hold Shift while clicking Restart from the Start menu) or boot into Safe Mode on Mac (hold Shift at login). This disables third-party login items and kernel extensions that might be interfering with Photoshop’s drivers or plug-ins. Launch Photoshop once in Safe Mode to confirm stability, then reboot normally.
- New User Account
Sometimes the problem is tied to your user profile. Create a fresh user account on your system, log in once to let Photoshop initialize its preferences, then switch back. If Photoshop behaves in the new account, the issue is likely a corrupted preference file in your original profile.
Prevention Tips
Adjust Photoshop’s settings and system habits to keep freezes from becoming a regular headache.
Tweak these settings before problems start, not after you’ve lost hours of work.
| Setting | Path | Action |
| Scratch Disk | Edit → Preferences → Performance | Add a second SSD and set it as the primary scratch disk. This keeps your system drive from filling up when you’re working on large files. |
| GPU Rendering | Preferences → Performance | Switch from “Advanced” to “Basic” graphics mode if you experience driver crashes or visual glitches. Sometimes simpler is better. |
| Plug-in Loading | Preferences → Plug-ins | Disable “Load Optional and Third-Party Plug-ins at Startup” until you need them. This cuts launch time and reduces conflicts. |
| Auto-Recovery | Preferences → File Handling | Set “Automatically Save Recovery Information every” to 5 minutes and enable “Maximize PSD and PSB File Compatibility.” Better safe than sorry. |
| Resource Limits | Preferences → Performance | Cap “Memory Usage” at 70% and reduce “History States” to 20–30. This prevents undo stacks from ballooning out of control. |
Restart your computer at least twice a week—Photoshop runs smoother on a clean slate, and you’ll catch driver updates before they cause trouble. Honestly, this is the best approach for long-term stability.
What’s happening
Photoshop locks up when a plug-in, filter, or background task hogs CPU/RAM, the scratch disk is full, or the GPU driver crashes.
When Photoshop locks up it’s usually because a plug-in, filter, or background task is hogging CPU or RAM. Sometimes the scratch disk is full or the GPU driver has flipped into la-la land. If the file dialog itself is frozen, the OS can’t send the normal “close window” signal, so the only safe recourse is to force-quit the process before it corrupts the document.
If this didn’t work
Try more aggressive methods like terminal commands, Safe Mode, or a new user account.
- Kill the process from the terminal
Windows: Open PowerShell as admin and run:
taskkill /f /im Photoshop.exe
Mac: Open Terminal and run:
killall -9 "Adobe Photoshop 2025"
- Boot into Safe Mode (Windows) or hold Shift at login (Mac) to disable login items and third-party extensions that might be interfering, then try launching Photoshop normally.
- Create a new user account—sometimes the corruption is tied to your profile’s preferences. Log in to the fresh account, open Photoshop once, then switch back.
Quick Fix: Press Cmd+Option+Esc (Mac) or Ctrl+Shift+Esc (Windows), select Photoshop, and click Force Quit. If that fails, use killall -9 "Adobe Photoshop 2025" (Mac) or taskkill /f /im Photoshop.exe (Windows).
Edited and fact-checked by the TechFactsHub editorial team.