Skip to main content
Upshot Knothole
Participating Frequently
May 2, 2026
Question

Photoshop 27.6.0 nearly unusable on macOS 26.4.1: apparent scratch disk misread of APFS purgeable space

  • May 2, 2026
  • 3 replies
  • 157 views

Hey everyone, Photoshop 2026 is running as if it’s severely disk-constrained on a machine that has >240 GB of available storage on the startup volume. Performance is unusable, multiple-second delays on tool selection, UI interaction, even basic text editing.

 

Root cause hypothesis
macOS APFS reports two distinct storage figures:
- diskutil data volume: >59 GB truly free
- Finder / macOS storage APIs: >240 GB available (free + purgeable)

Purgeable space is APFS-managed storage that macOS can and will reclaim on demand, it is not inaccessible. Apps querying disk space via standard macOS APIs (NSFileManager attributesOfFileSystemForPath) should receive the Finder-inclusive figure (~240 GB). If Photoshop is instead reading the raw diskutil figure (~59 GB), it would incorrectly treat the machine as disk-constrained.

 

Operating environment
Hardware: M3 MacBook Air, 24 GB, 1 TB internal SSD (APFS)
OS: macOS Tahoe v. 26.4.1
Photoshop: v. 27.6.0
Scratch disk: startup volume (default)
Subscription: Creative Cloud Pro

 

Reproduction steps
1. Machine: as described above
2. Fresh reboot, no third-party processes running (aside from Adobe’s)
3. Launch Photoshop 2026 as the sole application
4. Open a .jpeg and try using a selection tool, heal brush, add and modify text layers
5. Observe: severe UI lag across all interactions:  tool selection, brush strokes, panel updates

 

What I've ruled out
- Memory pressure (24 GB RAM, confirmed via Activity Monitor: no swap, no memory pressure)
- Competing background processes (isolated to Adobe services only post-reboot)
- Scratch disk misconfiguration (set to Data volume, same APFS container as system; the expected default)
- Tried setting scratch disk to an external SSD over USB4 with >300 GB free: problem was worse
- Hardware fault (all other apps including other Adobe apps perform normally)

 

APFS purgeable space is standard behavior on every modern Mac. It’s especially prevalent on machines with iCloud Drive enabled, which is a very large portion of the Creative Cloud user base. If Photoshop is misreading purgeable space as unavailable, this bug affects any Mac running Tahoe with a meaningful iCloud footprint, regardless of actual free storage.

 

Can the team confirm which disk space API Photoshop uses to evaluate scratch disk headroom, and whether that path correctly accounts for APFS purgeable space under macOS Tahoe? Happy to run any diagnostics, provide system reports, or test builds.

    3 replies

    Jeff Arola
    Community Expert
    Community Expert
    May 3, 2026

    I would still clear up as much disk space as you can and see it makes any difference.

    Jeff Arola
    Community Expert
    Community Expert
    May 3, 2026

    First thing i would try is clearing some disk space by moving picture, videos, etc to an external drive.

    54.1 gb is really not enough for using Photoshop, other applications and the basic macOS disk free space requirements.

    https://support.apple.com/en-us/102624

     

    Upshot Knothole
    Participating Frequently
    May 3, 2026

    54.1 gb is really not enough for using Photoshop

    Thanks Jeff, I agree.

    The issue is Photoshop is incorrectly interpreting purgeable space on an APFS-formatted scratch disk as occupied—there’s nearly 250 GB of free space for Photoshop to use with my setup. Anyone with moderate iCloud Drive activity is going to have a sizable cache on their startup volume. This is a scalable problem, which is why I’m hoping this gets picked up by engineering for a future fix.

    Jeff Arola
    Community Expert
    Community Expert
    May 3, 2026

    In Photoshop under Help>System Info what does it say under Scratch volume(s):?

    Upshot Knothole
    Participating Frequently
    May 3, 2026

    Photoshop scratch has async I/O enabled
    Scratch volume(s):
    Startup, 926.4G, 54.1G free

     

    Finder correctly reports 243.12 GB free by recognizing the purgeable space as free.