Troubleshooting
'Color Profile Is Corrupt' on Mac? Here's How to Fix It
Mac says color profile is corrupt or missing? Here's how to reset display profiles, repair ColorSync, and recover from a wrong-color screen.
Your Mac’s screen suddenly looks wrong. Whites are pink, grays look greenish, photos that looked normal yesterday now have a color cast. You open System Settings → Displays → Color, and the dropdown shows a profile you don’t recognize, or the previously-good profile is missing entirely. Sometimes ColorSync Utility throws “The color profile is corrupt and cannot be used.”
Display color on a Mac runs through ColorSync, an old subsystem with several layers — and corruption in any one of them produces the same symptoms. Here’s how to track down which.
Where Mac color profiles live
Color profiles (.icc files) sit in three locations:
/System/Library/ColorSync/Profiles/— Apple-provided default profiles. Read-only, restored on macOS update./Library/ColorSync/Profiles/— system-wide third-party profiles, available to all users.~/Library/ColorSync/Profiles/— your user’s profiles, including custom calibrations.
When System Settings shows a profile dropdown, it’s pulling from all three. If the active profile’s file is missing or corrupt, the screen falls back to a default that may look very wrong.
Quick fixes that solve most cases
1. Restart, then check the profile
Sometimes it’s transient. Restart the Mac, open System Settings → Displays → click the connected display name → check the Color Profile dropdown.
2. Switch to a different profile, then back
System Settings → Displays → click the display → in the Color Profile dropdown, select a different profile (e.g., sRGB IEC61966-2.1), then switch back. Forces ColorSync to reload the active profile from disk.
3. Reset to the default Apple profile
For built-in displays:
- Choose “Color LCD” or your display’s specific Apple-provided profile (looks like “MacBook Pro Color LCD” or “Studio Display”).
For external displays:
- Try “sRGB IEC61966-2.1” or “Display P3” as universal-known-good options.
If those don’t appear in the dropdown, your system color profiles are corrupt. Skip to the recovery section.
Use ColorSync Utility to verify
Applications → Utilities → ColorSync Utility. The Devices tab shows every display and printer with its current profile. The Profiles tab lists every profile installed on the system.
Sort the Profiles list by Path. Click any profile. The right-hand pane shows its metadata. A corrupt profile shows blank fields or a yellow exclamation badge. Double-click to inspect the actual color data — corrupt profiles often refuse to display the gamut graph.
If ColorSync Utility itself crashes when opening a profile, you’ve found a corrupt one. Note the path and quit the utility.
Remove the corrupt profile
For user profiles in ~/Library/ColorSync/Profiles/:
- Quit any color-aware app (Photoshop, Lightroom, Final Cut).
- Open Finder → Go → Go to Folder →
~/Library/ColorSync/Profiles/. - Move the suspect profile to the Desktop.
- System Settings → Displays → choose a different profile, then re-choose your preferred profile.
For system profiles in /Library/ColorSync/Profiles/, you’ll need admin rights:
sudo mv /Library/ColorSync/Profiles/Bad.icc ~/Desktop/
Don’t delete it permanently until you’ve confirmed the fix works.
Reset your display calibration
If you ran the Display Calibrator Assistant in the past and the result is corrupt:
- System Settings → Displays → click your display → Color Profile dropdown.
- Select a non-custom profile to revert to a stock one.
- To remove the custom profile entirely: Finder →
~/Library/ColorSync/Profiles/Displays/→ trash the matching .icc file.
The next time you open Displays, your custom profile will be gone, and the system falls back to the manufacturer profile.
When all profiles look corrupt
If multiple profiles show blank metadata or ColorSync Utility crashes repeatedly, the ColorSync framework’s preferences may be corrupt.
defaults delete com.apple.ColorSync
Restart the Mac. The framework rebuilds preferences from defaults.
If that doesn’t help, force-rebuild the system color profiles cache:
sudo rm /Library/Caches/com.apple.colorsync.profilecache
It regenerates on the next ColorSync access.
Restore Apple’s default profiles
System updates restore the profiles in /System/Library/ColorSync/Profiles/. If those are missing entirely:
- Reinstall macOS in place from Recovery Mode (boot into Recovery, choose Reinstall macOS, follow prompts).
- This replaces system files including ColorSync defaults without touching your data.
- Takes 30–60 minutes.
The in-place reinstall is the safest way to restore Apple-provided profiles without losing user data.
External display profile issues
External displays sometimes show “No Profile” or grayed-out options:
- Disconnect and reconnect the display cable.
- Restart with the display connected.
- Try a different cable — bad HDMI/DisplayPort cables can cause EDID read failures, and without EDID macOS can’t apply a default profile.
- Check the display’s manual for a manufacturer-provided ICC profile and install it via Finder → drag the .icc to
~/Library/ColorSync/Profiles/.
For fancy displays (Apple Studio Display, LG UltraFine, Pro Display XDR), Apple includes profiles automatically. If they’re missing, the display isn’t being recognized — check the connection and restart.
Specific scenarios
Screen looks washed out or oversaturated
Probably a P3 ↔ sRGB mismatch, not corruption. P3 displays showing sRGB content without color management look oversaturated; sRGB displays asked to render P3 look washed out. Check that the active profile matches your display’s native gamut.
Screen has a pink, green, or blue tint
Tints with otherwise normal contrast usually mean a profile mismatch. Try Apple’s stock profile for your display. If the tint persists with the stock profile, it’s likely hardware (LCD aging, especially common on 2013–2015 MacBooks) or a backlight issue.
Calibration software crashes ColorSync
Some older calibration apps (X-Rite i1Profiler, Datacolor Spyder versions before 2022) crash on newer macOS. Update to the manufacturer’s current build before troubleshooting profiles.
Photos looks wrong but everything else looks fine
Photoshop and Lightroom apply their own color management on top of ColorSync. If only those apps look wrong, check the apps’ own preferences for the working color space, not the system profile.
When colorsyncd is misbehaving
colorsyncd is the daemon that handles profile lookups. To check if it’s running:
ps aux | grep colorsyncd
If it’s not in the list:
launchctl kickstart -k user/$(id -u)/com.apple.colorsyncd
This restarts the daemon. Helps with profile dropdown lists that show stale entries.
Recover from a completely broken display profile
If the screen is so wrong you can’t read it well enough to navigate:
- Connect an external display you can read clearly.
- System Settings → Displays → fix the profile on the broken display via the working one.
Or:
- Boot into Safe Mode (Apple Silicon: hold power, choose drive, hold Shift, click Continue in Safe Mode; Intel: hold Shift at boot).
- Safe Mode forces the default Apple display profile, regardless of the profile set in user prefs.
- Once you can see clearly, open System Settings → Displays and reset the profile.
When it’s the hardware
Some color issues aren’t about profiles at all:
- A flickering pink line — usually a flex cable or LCD failure.
- Color shifts that move with the cursor — graphics driver issue, not color profile.
- Banding visible on a known-good profile — old display panel approaching end of life.
- Color that’s correct in the center but tinted at the edges — uneven backlight, not fixable in software.
If clean profiles don’t help and the symptoms match hardware failure, Apple Diagnostics (hold D at boot on Intel; Apple Silicon: power on, choose Options, run Diagnostics) sometimes catches it. If not, it’s an Apple Support call.
Prevent profile corruption
- Don’t manually edit .icc files. Use calibration software or the Display Calibrator Assistant.
- Keep calibration software updated.
- Back up
~/Library/ColorSync/Profiles/before reinstalling apps that bundle their own profiles. - If you switch displays often, name custom profiles distinctly so the dropdown stays manageable.
Color profile corruption is rare but disorienting. The screen looks wrong and your instinct is to suspect the panel itself. Before that, run through the profile-switch and ColorSync Utility checks above. Most cases resolve in five minutes.